Commit Graph

199 Commits

Author SHA1 Message Date
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
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
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
hjk
14ddfc455a Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 14:26:41 +01:00
hjk
8d3a774fc2 new status widget for debugger output. needs a bit more polishing... 2008-12-08 14:26:11 +01:00
dt
7411d9db55 Fixes: Show the actual qt version in the Tools/Options dialog.
Task:     237665
Details:  We parse the qmake output anyway, so we can simply add the
version from there. Seems to work nicely. Idea by hjk.
2008-12-08 14:20:35 +01:00
Thorbjørn Lindeijer
bf7486c011 Don't keep around references to old documents
The code completion was keeping around references to old documents after
the completion finished. This caused documents to stay in memory when
unloading projects, up until the next time you used the completion.
2008-12-08 13:05:44 +01:00
Thorbjørn Lindeijer
d0a2f567c1 Renamed slot to avoid confusement
ProjectExplorer::sessionManager -> ProjectExplorer::showSessionManager
2008-12-08 13:05:44 +01:00
Thorbjørn Lindeijer
c14896b7d2 Slight optimization in Session::projectForFile
Avoid creating a copy of the list of projects.
2008-12-08 13:05:44 +01:00
Roberto Raggi
310d50fd07 Use Macros. 2008-12-08 12:59:57 +01:00
dt
942363913c Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
Conflicts:
	src/plugins/qt4projectmanager/qtversionmanager.cpp
2008-12-08 12:47:15 +01:00
dt
83d5461c7f Fixes: Find the qplatformdefs.h file
Task:     -
RevBy:    -
AutoTest: -
Details:  Add the include path for qplatformdefs.h to the fot.
2008-12-08 12:44:28 +01:00
dt
e503e1e4e9 Fixes: Parse all the targets.
Task:     -
RevBy:    -
AutoTest: -
Details:  (Only outputs them via qDebug().)
2008-12-08 12:27:25 +01:00
Roberto Raggi
f6fbb274ae Moved the preprocessor. 2008-12-08 12:24:40 +01:00
Roberto Raggi
520a5c9e65 Put the preprocessor the CPlusPlus namespace 2008-12-08 12:18:04 +01:00
hjk
358eceacfd whitespace cosmetics 2008-12-08 12:01:53 +01:00
hjk
17f1785161 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 11:58:50 +01:00
hjk
e47967312e compile fix 2008-12-08 11:58:36 +01:00
Roberto Raggi
1f8ce02d06 Some cleanup in CppPreprocessor. 2008-12-08 11:42:09 +01:00
hjk
b09bdf08ea Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-08 11:01:21 +01:00
hjk
045e6dd1b4 simplify WatchWindow expansion handling a bit 2008-12-08 11:00:46 +01:00
Roberto Raggi
d74ddb76b6 Protected m_dirty and m_projects with a mutex. 2008-12-08 10:45:27 +01:00
hjk
44cc9a2b40 fix expansion state of "dummy" items in locals&watchers after frame changes 2008-12-08 10:25:39 +01:00