Commit Graph

65448 Commits

Author SHA1 Message Date
Kavindra Palaraja
9be8622381 Fixes: Doc - updating the documentation to reflect the new changes. 2008-12-11 11:43:43 +01:00
Roberto Raggi
4679f38a87 Fixed code completion when using macros in the expression's code (e.g. in qApp->). 2008-12-11 11:28:29 +01:00
con
7239d03ee7 Fixes: - Make plugin load order a bit more deterministic
Details:  - It will still change if the dependencies change, there's no
way to avoid that though.
2008-12-11 11:26:42 +01:00
Kavindra Palaraja
f52fc4589d Fixes: Doc - updating the documentation to reflect the new changes. 2008-12-11 11:20:25 +01:00
Roberto Raggi
f1e67fa3a3 Added `editorKind' to BaseTextEditor::openEditorAt(). We need it to force the CPPEDITOR kind
when opening files from the C++ editor (e.g. when the user press F2 on #include <QMutex>).
2008-12-11 10:28:39 +01:00
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
hjk
540c6de108 work on std::list dumper 2008-12-10 16:48:12 +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
hjk
3b31b5c98c work on std::list dumper; also a bit of refactoring 2008-12-10 16:31:50 +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
Roberto Raggi
65f07aa2de Implemented support for C++ and iso646 operators. 2008-12-10 13:30:19 +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