Commit Graph

80529 Commits

Author SHA1 Message Date
Daniel Molkentin
f8f0c4ce44 Move Welcome Page to separate plugin. 2009-07-21 13:58:27 +02:00
con
95e5bfbda0 Match the new shortcut name at least in the schemes. 2009-07-21 13:50:29 +02:00
con
f800db4de5 Minimal, non-visible tweak. 2009-07-21 13:44:30 +02:00
con
22d41fb37e Add missing find tool bar placeholders. 2009-07-21 13:44:30 +02:00
con
091f372723 Making the find tool bar be more connected to the searched text. 2009-07-21 13:44:30 +02:00
dt
c18d1b3153 Add missing save and restore calls.
Task-Nr: 257765
2009-07-21 13:27:33 +02:00
dt
9d58ea3e7c Sort the session list alphabetically.
Task-Nr: 257986
2009-07-21 13:17:58 +02:00
Thorbjørn Lindeijer
e1362eab38 Set Ctrl+E, R as default shortcut for rewrap paragraph
Suggested by dt.
2009-07-21 12:38:18 +02:00
Henrik Abelsson
ca825d2a96 Fixed the rewrapping not to leave around trailing spaces
Reviewed-by: Thorbjørn Lindeijer
2009-07-21 12:38:17 +02:00
Simon Hausmann
eccc840cce Small cleanups
* Instantiate the FindDialog on demand only.
* When submitting a contact and there was an error, return early to
avoid adding the incomplete contact.
* In the FindDialog's findClicked slot call accept() or reject() on the
dialog, to propagate the acceptance to the caller in
AddressBook::findContact.
* Renamed FindDialog::getFindText to FindDialog::findText()

Reviewed-by: Kavindra
2009-07-21 12:05:03 +02:00
Kavindra Devi Palaraja
5cdeac544a Doc - modifying Part 5 to use ui->
Reviewed-By: TrustMe
2009-07-21 11:51:35 +02:00
mae
73a0d143fe rename the QuickOpen action to Locate 2009-07-21 11:42:37 +02:00
Henrik Abelsson
5b49dc9ae8 Fixed wrapping to not take into account the indent level twice
Reviewed-by: Thorbjørn Lindeijer
2009-07-21 11:37:03 +02:00
Friedemann Kleint
9e2f12c737 VCSBase: Add common functionality, make checkout use page lists.
Move GitClient::filterUntrackedFilesOfProject into submit editor.
Make checkout wizards use page lists for greater flexibility.
2009-07-21 11:14:48 +02:00
Thorbjørn Lindeijer
8908c33398 Fixed compile warning about unused variable 2009-07-21 10:51:16 +02:00
Henrik Abelsson
f053ec8c14 Initial support for emacs like fill-paragraph.
Merge-request: 882
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2009-07-21 10:50:20 +02:00
mae
4eda7c27f3 fix mode bar animation regression 2009-07-21 10:43:07 +02:00
mae
3d87d1828c cleanup 2009-07-21 10:17:52 +02:00
Jens Bache-Wiig
2b24033f14 Fixes: Speed up animation time
Details:
The fade-in is a lot faster now, to
prevent things from feeling unresponsive.
2009-07-20 18:57:27 +02:00
mae
6ffd22649e small code cleanup 2009-07-20 18:53:42 +02:00
Thorbjørn Lindeijer
a81a90fcd5 Fixed the block highlighting with dark backgrounds
Due to multiplying by a factor, it failed to really make any difference.

Done with mae.
2009-07-20 18:22:55 +02:00
mae
c538a814cc visible next/previous navigation buttons for the editor view.
This commit makes the uglyness of our current default arrow
icons visible. The toolbuttons are also too wide.
2009-07-20 17:30:25 +02:00
Thorbjørn Lindeijer
cc6fec2bf8 Made it possible to choose a name when copying a color scheme
Based on a window-modal input dialog, so that it appears as a sheet on
the Mac.

Reviewed-by: Norwegian Rock Cat
2009-07-20 17:08:02 +02:00
Thorbjørn Lindeijer
60905c485f Embedded the color scheme editor in the options dialog again
With the new representation it fits fine, and this is a bit more
convenient for the user.
2009-07-20 17:08:02 +02:00
dt
68c920d1d4 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 16:56:15 +02:00
dt
4e8763ec0c Also hide the Clear environment checkbox for cmake. 2009-07-20 16:54:59 +02:00
dt
e76e439215 Some tweaks to make the build settings page look better on windows 2009-07-20 16:50:05 +02:00
Friedemann Kleint
07a9efbc10 Updated changelog. 2009-07-20 16:48:26 +02:00
ck
db94734ab3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:

	share/qtcreator/gdbmacros/gdbmacros.cpp
2009-07-20 16:26:58 +02:00
ck
5a71082328 Made use of Qt::UniqueConnection dependent on version >= 4.6. 2009-07-20 16:21:43 +02:00
Friedemann Kleint
62079b4a38 Debugger: Qt::UniqueConnection exists since Qt 4.6 2009-07-20 16:19:35 +02:00
dt
527a2f7bb0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 16:12:59 +02:00
dt
4c1b1e1a67 Another small tweak to the build settigns page. 2009-07-20 16:12:40 +02:00
ck
512b809188 Added more dumper auto tests.
Added test for QObjectSignal dumper and fixed two bugs uncovered by it.
2009-07-20 16:10:37 +02:00
dt
44bafd32fd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 15:46:29 +02:00
dt
abeb450467 Show a summary widget instead of the full blown environment model.
Hides the gory details, and in most cases the user doesn't care anyway.
2009-07-20 15:46:11 +02:00
mae
21e05c62b6 clarify file->new/open/open with
This is a fix for the problem, that some users were unable to figure
out how to open projects.
2009-07-20 15:15:35 +02:00
Andy Shaw
ae32ed32d0 Fixes: When copying a path to the clipboard, use the native separators
RevBy:    dt
2009-07-20 14:57:48 +02:00
Daniel Molkentin
6446b87992 Update Example information not only when the default Qt version changed.
It may be that a non-default Qt version provides documentation even if
the default one does not.

Fixes: 257970
2009-07-20 14:26:17 +02:00
mae
fa93352149 make ctrl-tab navigation view specific 2009-07-20 13:56:25 +02:00
mae
f16d0c4d65 imlemented per-view edit location navigation 2009-07-20 13:56:25 +02:00
dt
7c57f260c1 Fix crash on adding or deleting buildconfigurations. 2009-07-20 12:51:53 +02:00
Friedemann Kleint
7ff46c0e53 Allow infinite timeout in synchronousprocess, make openProjects public. 2009-07-20 12:42:22 +02:00
Kavindra Devi Palaraja
5053855581 Doc - Changed code in Part 4 to use ui->
Reviewed-By: TrustMe
2009-07-20 12:42:17 +02:00
Erik Verbruggen
217a9f88d6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-07-20 11:47:34 +02:00
Erik Verbruggen
336e1dc5fb Fixes for the ObjC AST. Now it should be complete. 2009-07-20 11:46:59 +02:00
con
7d97c5e588 Use pri file icon for pri files. 2009-07-20 11:14:03 +02:00
con
50e96d1c64 Fix build (clean creator build). 2009-07-20 11:06:35 +02:00
con
43fe1df534 Missing headers. 2009-07-20 11:06:35 +02:00
Kavindra Devi Palaraja
f2c04aac80 Doc - Fixing up Part 3 to use ui->
Reviewed-By: TrustMe

Details: Also fixed a minor bug that caused both the Submit and Cancel
buttons to not disappear after the user clicked Submit.
2009-07-20 10:52:31 +02:00