Commit Graph

50929 Commits

Author SHA1 Message Date
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
mae
8f7e68c676 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 16:14:56 +01:00
hjk
0104dd4173 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 16:11:28 +01:00
hjk
5ba9cbc565 nicer type display for std::map (not including an actual dumper yet) 2008-12-11 16:10:47 +01:00
mae
18c8471158 line is blockNumber + 1 2008-12-11 15:50:37 +01:00
goro
f26f458f51 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 15:40:35 +01:00
con
c4b222695e Fixes: - Choose... buttons are push buttons on mac 2008-12-11 15:11:15 +01:00
con
4f370af4fe Fixes: - Avoid ugly toolbar by default on mac 2008-12-11 15:07:55 +01:00
hjk
e76d7a5b9c Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 15:01:55 +01:00
hjk
9da7aef44c re-organizize gdb location selection again 2008-12-11 15:01:22 +01:00
Roberto Raggi
f149c17d17 Fixed possible crash when merging the evironments. 2008-12-11 14:44:52 +01:00
dt
a7227782db Fixes: Saving and restoring of ProjectTreeWidget states
Task:     Reported on the ML multiple times.
Details:  Add a few methods to make it possible to save and restore
settings. Save those settings to the .ini file. (I'm not sure whether
seesion would be better, let's see what feedback we get.)
2008-12-11 14:35:14 +01:00
goro
9042ff32b0 About dialog cosmetics 2008-12-11 14:12:58 +01:00
mae
46535482d0 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 14:12:24 +01:00
mae
9890705295 make the home key jump to column 0 if the caret if before the first non-space 2008-12-11 14:11:28 +01:00
hjk
65d48ce4f6 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
Conflicts:
	src/plugins/debugger/gdbtypemacros.ui
2008-12-11 14:04:45 +01:00
hjk
a556ddada8 start sanitizing gdb options dialog 2008-12-11 14:01:53 +01:00
Jarek Kobus
2bb0db7d82 Removes unnecessary TODO. Basically 3 left:
1) Ask Roberto for API for which would give position of class definition's end.
2) Don't guess generated ui_<>.h filename but take it from somewhere (project manager???).
3) 3 methods are taken from Thorbjorn's code. Make for it common public API.
2008-12-11 13:52:37 +01:00
Jarek Kobus
ec01200d3b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2008-12-11 13:49:12 +01:00
Jarek Kobus
103ba3594f Finish "Go to slot" functionality. Currently it inserts declaration and definition if it doesn't exist, adds parameter names taken from designer, deal with namespaced ui class name. There are couple of TODOs left in code with hints on how to make it better. 2008-12-11 13:43:11 +01:00
mae
ddfd46b322 nicer (un)comment selection, avoid C-style selections when you can do C++ style. 2008-12-11 13:35:58 +01:00
hjk
fff956db02 Add preliminary version of coding convention/style recommnedation.
More needed. It was suggested to copy parts from the twiki.
2008-12-11 13:23:03 +01:00
mae
6adb3f617e connect the parenthesis matcher with the ifdefed out information. 2008-12-11 13:20:59 +01:00
goro
8b6575a066 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-11 12:30:52 +01:00
goro
1ef9dc31d2 PathChooser migration for GDB macros page 2008-12-11 12:30:38 +01:00
Kavindra Palaraja
9be8622381 Fixes: Doc - updating the documentation to reflect the new changes. 2008-12-11 11:43:43 +01:00
Roberto Raggi
4679f38a87 Fixed code completion when using macros in the expression's code (e.g. in qApp->). 2008-12-11 11:28:29 +01:00
con
7239d03ee7 Fixes: - Make plugin load order a bit more deterministic
Details:  - It will still change if the dependencies change, there's no
way to avoid that though.
2008-12-11 11:26:42 +01:00
Kavindra Palaraja
f52fc4589d Fixes: Doc - updating the documentation to reflect the new changes. 2008-12-11 11:20:25 +01:00
Roberto Raggi
f1e67fa3a3 Added `editorKind' to BaseTextEditor::openEditorAt(). We need it to force the CPPEDITOR kind
when opening files from the C++ editor (e.g. when the user press F2 on #include <QMutex>).
2008-12-11 10:28:39 +01:00
mae
2890e3238b Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 18:02:16 +01:00
mae
8580234ec8 added Move Line Up and Move Line Down actions. Can be extended to
support statements later.
2008-12-10 18:01:33 +01:00
con
4556e602c5 Fixes: - At startup project tree filter setting and reality diverge 2008-12-10 17:32:02 +01:00
dt
72144a27ce Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 17:26:21 +01:00
dt
13420d3e76 Fixes: Don't fall back to win95 on KDE4, at least use plastique.
Task:     -
RevBy:    -
AutoTest: -
Details:  -
2008-12-10 17:25:47 +01:00
con
0343c8bf2d Fixes: - Using Return in project tree on Mac to open files 2008-12-10 17:24:17 +01:00
Roberto Raggi
d454607264 Implemented tooltip and lookat for #include directives. 2008-12-10 17:21:28 +01:00
hjk
6ae2cc0b5b Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-10 16:53:39 +01:00
hjk
154121279e add to watchwindow was missing an update. 2008-12-10 16:53:18 +01:00
con
e9d9071009 Fixes: - Restoring session doesn't end up with focus in editor
RevBy:    - dt
Details:  - ProjectWindow always grabbed the focus
2008-12-10 16:48:40 +01:00
hjk
540c6de108 work on std::list dumper 2008-12-10 16:48:12 +01:00
Thorbjørn Lindeijer
09da60f050 Fix git configuration page resize behaviour
Now it uses all the available space.
2008-12-10 16:42:31 +01:00
hjk
3b31b5c98c work on std::list dumper; also a bit of refactoring 2008-12-10 16:31:50 +01:00
dt
d4139efa28 Fixes: File System Quick open filter not working with absolute paths.
RevBy:    Found on irc
Details:  On windows.
2008-12-10 16:13:05 +01:00