Commit Graph

2267 Commits

Author SHA1 Message Date
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
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
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
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
Thorbjørn Lindeijer
9cf4074504 Added option to disable completion of common prefix
Some people don't like this.
2008-12-16 16:58:29 +01:00
Friedemann Kleint
e19c940d37 Fixes: Give a warning when goto slot fails 2008-12-16 16:39:19 +01:00
Thorbjørn Lindeijer
687e353b6f Moved dependency on QtHelp
Necessary because the CppHoverHandler uses QtHelp and moved from
CppTools to CppEditor.
2008-12-16 15:13:52 +01:00
dt
a2cadd1b8e Fixes: One last try to fix the loading problem.
Details:  Depend on libQtSvg and libQtDBus, so that our version gets
loaded.
2008-12-16 14:37:23 +01:00
Thorbjørn Lindeijer
442737d6e3 Renamed CPPHighlighter to CppHighlighter
Lowercase is the more prevalent style in this plugin and CppTools.
Unfortunately CPPEditor can't be named CppEditor cause of the CppEditor
namespace.
2008-12-16 13:19:11 +01:00
dt
bb93e7e010 Fixes: Fix RUNPATH at last. 2008-12-16 12:33:11 +01:00
Thorbjørn Lindeijer
1efe71992b Moved the CppHoverHandler to the CppEditor plugin
It used to be in CppTools, but since the hover handler only makes sense
in the context of the C++ editor, this is a better place.
2008-12-16 12:27:13 +01:00
Thorbjørn Lindeijer
24e6d15879 Don't set ResizeToContents if stretch is applied
Doesn't seem to make any difference in performance, but doesn't make
much sense either.
2008-12-16 12:27:13 +01:00
con
a409d0ebdd Merge commit 'origin/0.9.1-beta' 2008-12-15 18:21:50 +01:00
dt
d897df7013 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-15 17:49:03 +01:00
dt
99ab551d6c Fixes: Nothing, adds a blank line.
Details:  Force a recompile of the binary.
2008-12-15 17:35:26 +01:00
Thorbjørn Lindeijer
4c04c1a774 Fixed mouse handling for code folding when hidden
The mouse handling for code folding wasn't deactivated when the code
folding markers were hidden.

Reviewed-by: mae
2008-12-15 17:08:50 +01:00
dt
e467cca6f6 Fixes: Linker magic hopefully fixing the incompatible qt problem 2008-12-15 16:01:07 +01:00
mae
32024cb603 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-15 13:44:27 +01:00
mae
1279bb5800 readd "Recent Projects" menu. 2008-12-15 13:43:49 +01:00
hjk
895cffa0a9 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-15 12:54:53 +01:00
hjk
4b0fc13d41 remove debug output
RevBy: dt
2008-12-15 12:53:22 +01:00
dt
33bf15254d Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-15 12:39:20 +01:00
dt
006ee8f16a Fixes: Add migration code to qt4project.cpp for Link Debugging helper
RevBy:    con, hjk
2008-12-15 12:38:04 +01:00
Thorbjørn Lindeijer
011049dd40 Fixed saving of code completion settings
Save settings instead of crashing. Sorry about that!
2008-12-15 12:29:42 +01:00
dt
bedca00d43 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-15 11:54:32 +01:00
Thorbjørn Lindeijer
78f1fca9aa Added configuration options for code completion
It is now possible to choose between case-sensitive or case-insensitive
completion. Also, you can now disable the automatic insertion of braces.
2008-12-15 11:42:43 +01:00
Thorbjørn Lindeijer
5c5167717f Renamed cpptools.cpp to cpptoolsplugin.cpp
To match the class name, CppToolsPlugin.
2008-12-15 11:42:43 +01:00
con
f5dfeaad1e Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-15 11:38:41 +01:00
hjk
dea1f3be3b comment out some debug output when adding an environment variable 2008-12-15 11:28:43 +01:00
con
9b9e36501a Fixes: - Compile --> Compile Output 2008-12-13 06:58:28 +01:00
mae
ffc082a3b3 small fix for collapse/expand 2008-12-12 18:25:24 +01:00
hjk
27c4c1a7aa fix crash dur to double deletion when text containing the debugger
location was removed from an editor
2008-12-12 17:49:52 +01:00
dt
c70c7ac29c Fixes: Create a cbp file if we didn't find one, create All target
Task:     -
RevBy:    -
AutoTest: -
Details:  For now create only one build configuration "AllTargets",
build only the "all" target. Create runconfigurations for all targets
with option type=4
2008-12-12 17:22:02 +01:00
dt
9ab11269f8 Fixes: Noisy debugt output from gdbmacrosbuildstep.cpp 2008-12-12 17:21:26 +01:00
hjk
c82263ac99 add a missing "return" 2008-12-12 17:02:55 +01:00