Commit Graph

85691 Commits

Author SHA1 Message Date
Friedemann Kleint
c6004485de Fixes: Make Goto Slot work.
Task: 205821
Details: Do not look only in the source file, but also in the first order includes for the class definition. Polish and simplify the thing a bit, do not check for Ui_foo.
2008-12-18 17:19:54 +01:00
Thorbjørn Lindeijer
719894044d Keep completion popup on the screen
Pop it upwards when it would otherwise go below the screen and shift it
to the left when it would otherwise exit the screen on the right.
2008-12-18 17:02:20 +01:00
Oswald Buddenhagen
6522b4b5a2 handle skipping of test functions on a per-function basis
now we process all includes and loads in cumulative mode again.
functions without side effects don't need special attention in the first
place, obviously. and the printing functions already have their own
handling.
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
35225c44dc partially sync test functions with qmake
- include all known functions into the map
  - some of them are actually enabled
- constant_names ~= s,CF_,T_,
2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
7112e48d52 disable cumulative mode for .prf files. 2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
72d965e2d3 Fixes: processing of else branches 2008-12-18 16:21:45 +01:00
Oswald Buddenhagen
2274ceb47d Expand $(VAR)-style environment variables
Task:	229217
2008-12-18 16:21:45 +01:00
dt
f9a917eb2a Fixes: Move qt version check to qtcreator.pro
RevBy:    con
2008-12-18 16:19:50 +01:00
goro
17a9f1949f Fix initial jump to script's home dir 2008-12-18 14:56:50 +01:00
lowinu
355160e56f Fixes: correctly read mkspec
RevBy:    dt
2008-12-18 13:24:30 +01:00
goro
a51b70b51c Bump version from 0.9.1 to 0.9.2 2008-12-18 12:51:08 +01:00
Roberto Raggi
3564c529d0 Clean up the C++ hover handler. 2008-12-18 10:53:56 +01:00
Roberto Raggi
678c09c813 Made line and column unsigned ints. 2008-12-18 10:53:56 +01:00
Roberto Raggi
22f223e732 Added TypeOfExpression::preprocess(expression, document).
The method `preprocess' returns the preprocessed text for the given expression.
2008-12-18 10:53:55 +01:00
hjk
4acbbe835c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-18 10:12:40 +01:00
hjk
3bd633ef04 move some of the code for handling template types from creator proper
to the "user space" (gdbmacros.cpp)
2008-12-18 10:11:10 +01:00
Thorbjørn Lindeijer
12e4f2b2ee Some code simplification in CompletionSettingsPage 2008-12-18 09:03:05 +01:00
hjk
b7fe1e7937 some refactoring: make watchExpression/removeWatchExpression symmetric
wrt arguments
2008-12-17 18:02:08 +01:00
hjk
02a679d96b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 17:43:24 +01:00
hjk
5285379f18 make watchers persistent in the session 2008-12-17 17:43:01 +01:00
con
5e569036d0 Merge commit 'origin/0.9.1-beta' 2008-12-17 16:37:50 +01:00
con
64a4f93775 Fixes: - Known Issues and version in footer 2008-12-17 16:34:39 +01:00
dt
7f42d5bd73 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 15:53:23 +01:00
dt
d402ed2955 Fixes: Replace QTC_ASSERT with QT_ASSERT. 2008-12-17 15:51:48 +01:00
hjk
04c4a0ec72 make the std::map dumper work with keys that already have a const
qualification like 'const char *'
2008-12-17 15:46:27 +01:00
hjk
fff7acad55 fix parsing of gdb version 2008-12-17 15:19:22 +01:00
dt
c7ad6ec5e4 Fixes: Start Debugging beeing disabled.
Task:     Reported on internal irc.
Details:  a finished() signal could already be emitted from start(), so
we need to set m_debugginRunControl before start().
2008-12-17 15:14:16 +01:00
hjk
4876957e59 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 15:03:59 +01:00
hjk
87f320e1ad mention foreach (...) 2008-12-17 15:03:23 +01:00
dt
b6711f19d2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-17 14:21:16 +01:00
dt
3ba192af7e Merge branch '0.9.1-beta' 2008-12-17 14:21:03 +01:00
dt
4d61bae46c Fixes: Crash on unloading. 2008-12-17 14:20:01 +01:00
dt
edd1e84b1d Fixes: Restore and save settings for RunSettings.
Details:  Not the most pressing problem, but easy to fix.
2008-12-17 13:56:44 +01:00
dt
208e50f1ae Fixes: Enable CMakeProject again after beta.
Details:  Be warned, this is not usable at the moment.
2008-12-17 13:55:54 +01:00
Thorbjørn Lindeijer
b11f84925a Made the file overview combo box expand
The overview combo in the toolbar above the editor traditionally liked
to be rather small. Now it will prefer to expand.
2008-12-17 11:54:47 +01:00
con
b3e1723b56 Fixes: - Make sure the qch is updated and with correct TOC 2008-12-16 18:53:46 +01:00
con
dc3528f9d1 Fixes: - Debugger screenshots, new and updated 2008-12-16 18:40:00 +01:00
hjk
76ec3760bb Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:55:13 +01:00
hjk
19d47455fc remove unneeded file 2008-12-16 17:54:57 +01:00
con
320b4cb36a Fixes: - Fix gcc3.3 build
RevBy:    - dt
2008-12-16 17:54:47 +01:00
hjk
e5b966f134 add license header 2008-12-16 17:40:31 +01:00
hjk
e6e94513c0 add license header 2008-12-16 17:37:45 +01:00
hjk
0ed740aec6 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:37:03 +01:00
hjk
afe3ea995a add license header 2008-12-16 17:36:50 +01:00
dt
791217bad4 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-16 17:25:17 +01:00
hjk
06e5e83e1e fix license header 2008-12-16 17:25:01 +01:00
dt
29dfc72f1a Fixes: Nokia Technology Preview License -> Nokia Beta Version License
Details:  in all pluginspecs.
2008-12-16 17:24:14 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
hjk
bc4f14e88c do not reference removed empty file 2008-12-16 17:12:10 +01:00
hjk
77c8f0cc48 remove unneeded empty file 2008-12-16 17:09:36 +01:00