Commit Graph

8985 Commits

Author SHA1 Message Date
con
d8c2532a15 Update changes file. 2010-03-22 16:10:44 +01:00
con
d6061a23e1 Refactor the externally modified file handling
Reviewed-by: dt
2010-03-22 16:01:55 +01:00
Friedemann Kleint
5bc886c5b6 Custom wizards: Make it possible to use fields in default texts.
Pass around shared context containing basic replacement map.
CustomProjectWizard adds %ProjectName% to it obtained from signal
BaseProjectWizardDialog::introPageLeft(). Move replacement code into
context. Add new modifier 'c' for capitalizing words.
2010-03-22 15:33:33 +01:00
hjk
af14d9fc48 debugger: remove or rename a few images. 2010-03-22 15:09:41 +01:00
hjk
481a77111d debugger: "fix" reverse execution icon.
Needs work...
2010-03-22 15:09:13 +01:00
hjk
8eee28d8b7 debugger: shorten startup failure message a bit 2010-03-22 15:09:13 +01:00
hjk
128ed085a3 debugger: try to warn if we have a non-python enabled gdb on Windows. 2010-03-22 15:09:13 +01:00
Thorbjørn Lindeijer
ff7967cb22 Namespace ProgressBar and FadeWidgetHack appropriately
They're internal classes of the core plugin.
2010-03-22 15:03:31 +01:00
Thorbjørn Lindeijer
0981b1c7fc Report finished state for concurrent jobs that don't support progress
Some concurrent jobs, like getting 'git blame' output, do not report
progress. Their the minimum and maximum of their progress range is
always 0, but they do report when they are finished. When such a job
finishes, we should make sure the progress bar indicates this.

Reviewed-by: con
2010-03-22 15:03:30 +01:00
Thorbjørn Lindeijer
c6dfc92d95 Added standard icon to 'Revert to Saved' action 2010-03-22 15:03:30 +01:00
Thorbjørn Lindeijer
66543381b0 Set a parent on git actions to make sure they're not leaked
Static leaks, but causes noise in valgrind output. :)

Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2010-03-22 15:03:30 +01:00
hjk
41d400eb24 debugger: hide "watchers" part of Locals&Watchers if there aren't watchers 2010-03-22 13:41:42 +01:00
Jens Bache-Wiig
3ecfc2f343 Fix white text in tool tips and dock widget decorations
This was a regression in the custom styling. We no longer set
the panel property on the mainwindow but rely on qobject_cast
to style custom mainwindows.

Reviewed-by: thorbjorn
2010-03-22 13:23:50 +01:00
Thorbjørn Lindeijer
5e68c2afb8 Don't create Welcome mode pages when there is no Welcome mode
Fixes creating these pages unnecessarily when the Welcome plugin is not
loaded, as well as "leaking" them in that case.

Reviewed-by: con
2010-03-22 13:13:33 +01:00
hjk
66e0201117 debugger: add some bits to the manual tests 2010-03-22 13:12:53 +01:00
hjk
4d9900a1b9 debugger: more robust parsing of gdb cli output in the presence of spurious
warnings
2010-03-22 13:12:53 +01:00
hjk
252b03b7bb debugger: fix std::map<..., BigStruct> dumper 2010-03-22 13:12:52 +01:00
Kai Koehne
41ddb9663d QmlDesigner: Fix MetaInfoException on application exit
Don't (try to) initialize the static metainfo db on exit, just so
that you can delete it.
2010-03-22 13:00:09 +01:00
con
7167066abf Fixes: Selection in color scheme settings sometimes didn't match reality.
In case of the default being used, the selected item in the settings
was always the first of the schemes, in "inode order".
The fix always puts the default scheme at the top of the list
which makes sense anyhow.

Reviewed-by: Thorbjørn
2010-03-22 12:44:41 +01:00
con
639338b3c6 Fixes: Save as... didn't put the new file to the watches. 2010-03-22 12:44:41 +01:00
con
1c6d62aaf0 Missing build dependency 2010-03-22 12:44:40 +01:00
Kai Koehne
8b7d7cd9a7 QmlDesigner: Re-add transform.png file
This re-adds file transform.png, removed in commit
9e1125d464.

The icon is still referenced in source code.
2010-03-22 12:00:46 +01:00
Lasse Holmstedt
0b010954ad Help for qml inspector (with F1), namespace fixes 2010-03-22 11:43:54 +01:00
kh1
ddf421482c Fix compile error while using QTextBrowser as help viewer.
Reviewed-by: Thorbjorn
2010-03-22 11:25:57 +01:00
Kai Koehne
3984c057b8 QmlProject file format: Let filters recurse by default
E.g. "QmlFiles {}" now also monitors subdirectories by default, while
"QmlFiles { paths : ["bla.qml"] } does not.

Task-number: BAUHAUS-503
2010-03-22 10:21:18 +01:00
Tobias Hunger
8540effe3a Unit test and handle note-lines in gcc output. 2010-03-22 10:11:12 +01:00
Kai Koehne
9e1125d464 QmlDesigner: Cleanup of images for the Library 2010-03-22 09:40:16 +01:00
Kai Koehne
7b284e1c98 Gdb: Fix compilation warning
Done together with hjk
2010-03-22 09:37:27 +01:00
Kai Koehne
2303f5356f Core: Fix compilation warning 2010-03-22 09:37:26 +01:00
Christian Kamm
a3187addc5 QmlProjectManager: more libraryPaths -> importPaths renames.
See c722282cf3.
2010-03-21 09:36:54 +01:00
Tobias Hunger
d37771d7dd Fix QTCREATORBUG-1
Do some focus handling hacks on windows (only)

Reviewed-by: jbache
2010-03-19 19:22:14 +01:00
Jens Bache-Wiig
f014f3a424 Improve icon and label behavior for target selector
I modified the text margins, removed the inconsistent
"No project" label and made sure we fall back to
the default computer icon when no project is open.
2010-03-19 18:41:21 +01:00
Friedemann Kleint
80858f810b VCS[Mercurial]: Fix initialization order. 2010-03-19 18:07:40 +01:00
dt
0f7b746486 Fix debugging helper logic 2010-03-19 17:53:14 +01:00
Friedemann Kleint
c8b018766a VCS: Annotate task window: Give action global context. 2010-03-19 17:50:19 +01:00
Jens Bache-Wiig
3da48de31b Don't cache toolbars twice. Fix flickering.
There was a flicker problem with the tool bars because of
missing information in the cache key. We added this info
and removed the redundant caching of toolbar gradients.

Done-with: thorbjorn
2010-03-19 17:49:22 +01:00
Friedemann Kleint
751d7d043c VCS: Add 'Annotate' context menu entry to build issues task window. 2010-03-19 17:22:53 +01:00
Tobias Hunger
1abe898c8a Improve alignment of items 2010-03-19 17:15:49 +01:00
Tobias Hunger
9358d5a7ba Hide lone help button on windows 2010-03-19 17:15:49 +01:00
Tobias Hunger
1c2921d373 Properly report project and targetname on build failures 2010-03-19 17:15:48 +01:00
Thorbjørn Lindeijer
1bb0d91900 Handle forward/backward mouse buttons on press on Linux
There's an issue with receiving the release event when the mouse is
moved slightly, and also on Linux it is apparently normal to handle
these events on press instead of release. Tested with Firefox and
Chromium.

Task-number: QTCREATORBUG-899
Reviewed-by: kh1
2010-03-19 16:53:38 +01:00
Thorbjørn Lindeijer
fb82e101ea Handle forward/backward mouse buttons for editor navigation
Task-number: QTCREATORBUG-899
Reviewed-by: kh1
2010-03-19 16:53:38 +01:00
Friedemann Kleint
bcd020f382 VCS[git]: Introduce optional pull --rebase.
Do 'git rebase --abort' if something fails.
2010-03-19 16:07:34 +01:00
Tobias Hunger
59d827c697 Fix QTCREATORBUG-904 and 905
* Also handle TeamBuilder issues similar to QTCB-904
2010-03-19 15:44:55 +01:00
Tobias Hunger
fd2981570a Add unit tests 2010-03-19 15:44:55 +01:00
Thorbjørn Lindeijer
909285731f Revert "No need to export these constants"
This reverts commit a61728f6ee.
This was a non-change, since const int is implicitly static in C++.
2010-03-19 15:42:23 +01:00
Thorbjørn Lindeijer
48c4d6c05b Use some more standard icons from the theme
Added icons for Save As, Exit, Select All, Go To Line, About
and Search & Replace actions.
2010-03-19 15:42:23 +01:00
Tobias Hunger
16567649d5 Fix build on windows 2010-03-19 15:37:02 +01:00
Kai Koehne
89ef33557f QmlProjectManager: Show user how to set plugin paths in .qmlproject file
Suggested by Erik Verbruggen
2010-03-19 15:15:36 +01:00
Kai Koehne
c722282cf3 QmlProjectManager: Rename 'libraryPaths' property to 'importPaths'
Suggested by Erik Verbruggen
2010-03-19 15:15:36 +01:00