Commit Graph

6524 Commits

Author SHA1 Message Date
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
Thorbjørn Lindeijer
756de96d99 Don't clip the right margin indication
Doesn't look right, since it causes some background to show through
between the indicator and the scrollbar.
2008-12-09 12:12:21 +01:00
hjk
9cdbb1527b rename QWB_ASSERT into QTC_ASSERT 2008-12-09 12:08:56 +01:00
hjk
3b315ed4d4 fix file name validation bug 2008-12-09 11:27:17 +01:00
hjk
342caa2141 some more whitespace changes 2008-12-09 11:07:24 +01:00
Roberto Raggi
88b7a14a79 Added the methods to get all the identifiers used in a translation unit. 2008-12-09 09:42:17 +01:00
hjk
7cf76a2b5b Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 19:26:27 +01:00
hjk
d3a97147dd make tooltip use while debugging configurable 2008-12-08 19:26:00 +01:00
con
87f76a0dae Merge commit 'origin/0.9.1-beta'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/qt4projectmanager/qtversionmanager.cpp
2008-12-08 18:52:02 +01:00
con
6761ca0c10 Fixes: - Custom Dumpers on Mac
RevBy:    - hjk
2008-12-08 18:41:23 +01:00
hjk
502bc0df63 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 18:26:32 +01:00
hjk
e07976f655 ignore async output starting with '=' 2008-12-08 18:26:09 +01:00
con
be9dfc8c91 Fixes: - Show <No Symbols> or <Select Symbol> in 'empty' method combo box
Task:     - 234321
RevBy:    - Bjoern
2008-12-08 17:50:46 +01:00
Roberto Raggi
b220999bdd Fixes: release build with compiling with CONFIG+=debug_and_release 2008-12-08 17:06:45 +01:00
Kavindra Palaraja
3163e13cff Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 15:14:46 +01:00
Kavindra Palaraja
764f9b3ac9 Fixes: Documentation fixes
RevBy: hjk
2008-12-08 15:14:36 +01:00
Roberto Raggi
02488eebe4 More cleanup in the CppPreprocessor. 2008-12-08 14:49:53 +01:00