Commit Graph

20593 Commits

Author SHA1 Message Date
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
Oswald Buddenhagen
daeb83cd21 use radio buttons instead of checkboxes to mark entries in sessions menu
just put the actions into an action group
2008-12-12 16:56:12 +01:00
dt
02965b95f9 Fixes: Don't build the cmakeprojectplugin, thus disabling it for the beta. 2008-12-12 14:37:37 +01:00
mae
2741bd7dad Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-12 14:10:34 +01:00
mae
d937ee5570 tweak collapse/expand short cuts, and do not draw collpase boxes
in ifdefed out sections
2008-12-12 14:09:56 +01:00
mae
18d84955f7 load the current editor first when restoring, less flicker, plus the focus is
in the right editor from the start
2008-12-12 13:25:43 +01:00
con
6d7c9cb810 Merge commit 'origin/0.9.1-beta' 2008-12-12 13:17:54 +01:00
hjk
7898a499b6 add custom dumper for std::map 2008-12-12 12:55:05 +01:00
mae
5b8cff20fe Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-12 12:36:50 +01:00
mae
ac36fac157 reduce startup flicker with editor toolbars. 2008-12-12 12:35:44 +01:00
dt
7d24f921e3 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-12 12:13:49 +01:00
mae
364a869e38 check for !doc 2008-12-12 12:08:02 +01:00
Thorbjørn Lindeijer
8e297acedd Plural fixes 2008-12-12 12:00:37 +01:00
Thorbjørn Lindeijer
cded30f0b4 Hide the "Available Filters" locator
Done based on new IQuickOpenFilter property, isHidden.
2008-12-12 12:00:37 +01:00
mae
14f916f7b2 close tab order chain the the embedded find toolbar 2008-12-12 11:22:39 +01:00
mae
9b59df0bcc fix show on split 2008-12-12 11:14:58 +01:00
con
238b81cc9f Merge commit 'origin/0.9.1-beta' 2008-12-12 11:09:05 +01:00
Roberto Raggi
0145a3dea9 Look at the signed/unsigned specifiers when checking function return types. 2008-12-12 10:40:25 +01:00
Roberto Raggi
aed481dec8 Don't hardode -O3 optimization level for cpptools. 2008-12-12 10:09:47 +01:00
Roberto Raggi
bab60d14b3 Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's current state.
This change removes a number of wrong usages of the CppModelManager::documents()/document().
2008-12-12 10:07:58 +01:00
Roberto Raggi
ce66bc3c1e Don't do a GC call when updating the project, it can remove useful "yet not parsed" documents. 2008-12-11 16:36:37 +01:00
mae
88e2f3519a Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 16:25:29 +01:00
goro
d72b49949d Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 16:19:19 +01:00
goro
0c20f6d9d1 Plural fix 2008-12-11 16:19:07 +01:00
mae
0df94d5191 minimum indent or tab width is 1 2008-12-11 16:16:56 +01:00