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
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
goro
9bfb54f59a
Migrate Perforce plugin to PathChooser
2008-12-05 19:11:06 +01:00
goro
8f757bd4d0
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-05 18:52:20 +01:00
goro
881610dfd2
Migrate subversion plugin to extended PathChooser
2008-12-05 18:51:07 +01:00
hjk
0d46571eb3
fix QSet custom dumper for namespaced Qt
2008-12-05 18:44:09 +01:00
hjk
f89efc23e0
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-05 18:30:00 +01:00
hjk
5b3e95fe77
tiny whitespace
2008-12-05 18:29:19 +01:00
hjk
d8b343afa1
silence warning
2008-12-05 18:27:45 +01:00
goro
502449e32b
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-05 17:55:47 +01:00
goro
38b04c737b
Bump two plugins from version 0.1 to 0.9.1
2008-12-05 17:55:09 +01:00
mae
e02923fa59
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-05 17:54:29 +01:00
mae
9ef62848ac
avoid parentheses matching flicker when navigationt to block end / start.
2008-12-05 17:06:17 +01:00
hjk
84261f00ea
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-05 16:40:19 +01:00
hjk
0e8d02aab4
populate texteditor margin context menu
2008-12-05 16:39:33 +01:00
dt
440053f71e
Fixes: Add the cmakestep and makestep to a buildconfigratuion.
...
Task: -
RevBy: -
AutoTest: -
Details: Actually building only works on unix (since the generator is
hardcoded.) and make is called without any parameters which is wrong.
A lot is missing for basic build support, but this is a start.
2008-12-05 16:30:26 +01:00
Joerg Bornemann
1b33b75fc3
Fixes: Build on msvc
...
RevBy: Found by me.
(cherry picked from commit 58827feb20 )
2008-12-05 15:54:59 +01:00
con
04f79bc965
Fixes: - Show <no symbols> in method combo box if there aren't any
...
Task: - 234321
RevBy: - Thorbjørn
2008-12-05 15:39:22 +01:00
Kavindra Palaraja
376e2983d2
Fixes: Some documentation fixes
2008-12-05 15:24:45 +01:00