Commit Graph

2267 Commits

Author SHA1 Message Date
mae
2890e3238b Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 18:02:16 +01:00
mae
8580234ec8 added Move Line Up and Move Line Down actions. Can be extended to
support statements later.
2008-12-10 18:01:33 +01:00
con
4556e602c5 Fixes: - At startup project tree filter setting and reality diverge 2008-12-10 17:32:02 +01:00
dt
72144a27ce Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 17:26:21 +01:00
dt
13420d3e76 Fixes: Don't fall back to win95 on KDE4, at least use plastique.
Task:     -
RevBy:    -
AutoTest: -
Details:  -
2008-12-10 17:25:47 +01:00
con
0343c8bf2d Fixes: - Using Return in project tree on Mac to open files 2008-12-10 17:24:17 +01:00
Roberto Raggi
d454607264 Implemented tooltip and lookat for #include directives. 2008-12-10 17:21:28 +01:00
hjk
6ae2cc0b5b Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 16:53:39 +01:00
hjk
154121279e add to watchwindow was missing an update. 2008-12-10 16:53:18 +01:00
con
e9d9071009 Fixes: - Restoring session doesn't end up with focus in editor
RevBy:    - dt
Details:  - ProjectWindow always grabbed the focus
2008-12-10 16:48:40 +01:00
Thorbjørn Lindeijer
09da60f050 Fix git configuration page resize behaviour
Now it uses all the available space.
2008-12-10 16:42:31 +01:00
dt
d4139efa28 Fixes: File System Quick open filter not working with absolute paths.
RevBy:    Found on irc
Details:  On windows.
2008-12-10 16:13:05 +01:00
Roberto Raggi
fdfae53abb Don't use QTC_ASSERT in the C++ front-end library. The engine does not
recover from invalid asserts, so it will crash anyway, but not in
a controlled environment.
2008-12-10 15:44:26 +01:00
con
0722e95682 Fixes: - Don't popup the git output window at all operations 2008-12-10 15:22:45 +01:00
hjk
94c613c9fe add custom dumpers for std::list 2008-12-10 14:37:15 +01:00
con
9c244bcbde Fixes: - Warning about wrong connect
Details:  - Bookmarks plugin accidentally thought all editors are text editors.
2008-12-10 14:01:06 +01:00
con
f7707102a3 Merge commit 'origin/0.9.1-beta' 2008-12-10 13:25:29 +01:00
Thorbjørn Lindeijer
824db4c6e7 Don't allow collapsing the settings pages
It makes no sense.
2008-12-10 13:21:10 +01:00
con
766ca41cec Fixes: - Give show commit dialog a window title 2008-12-10 12:36:02 +01:00
con
7a4ef123ef Fixes: - tools->git->show commit dialog broken
Task:     - 237689
Details:  - .git is a hidden file, so we need the QDir::Hidden flag as well
2008-12-10 12:27:42 +01:00
mae
e665fc822e Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 12:13:17 +01:00
mae
fdd87280b2 rename visible parts of QuickOpen to "Type to locate", "Locate...", and "Locator",
suggestion and request by the doc team.
2008-12-10 12:11:57 +01:00
Thorbjørn Lindeijer
037a9bb579 Set the help id for macros to their name
Enables F1 for opening their help pages. Seems to work nicely.
2008-12-10 12:09:17 +01:00
Thorbjørn Lindeijer
a6c6b2c4ae Fixed macro tooltip overriding type information
The macro tooltip is supposed to be a fallback, since otherwise you
won't be able to see type information for macro parameters.

Reviewed-by: Roberto Raggi
2008-12-10 12:09:17 +01:00
mae
39ad48c3b7 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 11:50:35 +01:00
Roberto Raggi
9c9308b91b QByteArray::toLong() does not auto-detect the base and also fixed a typo in
the evaluator of bit-or expressions.
2008-12-10 10:47:26 +01:00
Ariya Hidayat
774e53659f Show pointing hand cursor when hovering a change number (e.g. git SHA1).
RevBy: Friedemann Kleint
2008-12-10 10:23:54 +01:00
mae
1931304da1 add explicit "Clean Whitespace" advanced action 2008-12-09 17:43:31 +01:00
mae
98f35da629 fix TabSettings::isIndentationClean(), it had false positives 2008-12-09 17:43:04 +01:00
mae
4c20a8afc7 fix focus policy of the buttons so tab makes more sense 2008-12-09 17:41:58 +01:00
dt
ae3fda8b84 Fixes: Don't call Qt4ProFileNode::update on rebuild.
Task:     Found by Roberto.
2008-12-09 17:25:50 +01:00
Thorbjørn Lindeijer
1e8b9167ef Sort C++ QuickOpen with less than 1000 results
In this case it's fast enough and sorting the list makes it easier to
find what you're looking for.

Though because of the substring matching, what you're looking for might
still be way down the list.

Reviewed-by: con
2008-12-09 17:19:35 +01:00
Thorbjørn Lindeijer
5f544b4daf Added the CppFunctionsFilter to QuickOpen
In the GUI this is currently called "Methods" with the shortcut 'm'.
2008-12-09 17:19:35 +01:00
Patrick Star
a908e6737c Fixes: - crash on windows 2008-12-09 17:08:00 +01:00
con
bbc97c3944 Fixes: - "Problems" -> "Build Issues" 2008-12-09 17:05:37 +01:00
Roberto Raggi
187434df96 Follow macro under cursor. 2008-12-09 16:40:18 +01:00
Thorbjørn Lindeijer
0e27bc5aa3 Exclude anonymous symbols from the QuickOpen
They're not overly useful to have in there, since they don't have a name
you could type to jump to them.

Reviewed-by: Roberto Raggi
2008-12-09 16:32:51 +01:00
Roberto Raggi
9653f4b7e9 Fixed macro locations. 2008-12-09 16:20:21 +01:00
hjk
a4ed1bc9df Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-09 16:18:57 +01:00
hjk
18b3d25864 some QTC_ASSERT polishing 2008-12-09 16:18:28 +01:00
Roberto Raggi
b3f0f33b39 oops! fixed a typo 2008-12-09 15:42:48 +01:00
mae
cab48e0d7c Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-09 15:42:37 +01:00
mae
23872bb997 make indenting the selection a single undo/redo command 2008-12-09 15:41:01 +01:00
hjk
4a552ead9f use QTC_ASSERT instead of Q_ASSERT 2008-12-09 15:25:01 +01:00
Roberto Raggi
20e36cc364 tooltip for macro definitions. 2008-12-09 15:24:26 +01:00
dt
e99d8ce3fc Fixes: Add those files.
Task:     -
RevBy:    -
AutoTest: -
Details:  -
2008-12-09 14:53:06 +01:00
dt
f293f4d7ef Fixes: Whitespace to make hjk happy. 2008-12-09 14:33:09 +01:00
dt
b33cf9b4cd Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
Conflicts:
	src/plugins/cmakeprojectmanager/cmakeproject.cpp
2008-12-09 14:18:09 +01:00
dt
7d4dab15a5 Fixes: Some running support for cmake
Task:     -
RevBy:    -
AutoTest: -
Details:  Note: I need to refactor the code significantly, i'm more or
less convinced that one build configuration per target is wrong.
We probably want one build configuration per build directory and instead
build all targets that we are interested then in the makestep.
This means we won't have any cmake support for the beta.
2008-12-09 14:13:29 +01:00
hjk
56133d4f4f move plugins/debugger/assert.h -> /libs/utils/qtcassert.h 2008-12-09 12:27:55 +01:00