Commit Graph

65448 Commits

Author SHA1 Message Date
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
dt
f633d66c35 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-05 14:30:48 +01:00
dt
d6e726ec68 Fixes: Memory usage for loading projects.pro
Details:  Free the whole ProFile*, ProItem*, ProValue* and etc
structure after parsing, that frees around 200Mb for projects.pro.
2008-12-05 14:29:18 +01:00
Thorbjørn Lindeijer
ecfb77d469 Separate scope in classes quickopen filter
The scope of the classes is now separated and displayed in the second
column, and not included in the search.
2008-12-05 13:23:04 +01:00
mae
f2f9e8a831 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-05 13:21:18 +01:00
mae
6d37029be8 support different selection kinds in basetexteditor.
enum ExtraSelectionKind {
        CurrentLineSelection,
        ParenthesesMatchingSelection,
        CodeWarningsSelection,
        CodeSemanticsSelection,
        OtherSelection,
        NExtraSelectionKinds
    };
    void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
    QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const;

This is mainly for the benefit of the cppmodelmanager.
2008-12-05 13:19:57 +01:00
Joerg Bornemann
58827feb20 Fixes: Build on msvc
RevBy:    Found by me.
2008-12-05 13:05:50 +01:00
Friedemann Kleint
5c6be3a83c Fixes: Do not display f1, f2 while waiting for wizard extension page data 2008-12-05 12:19:04 +01:00
mae
354fcfc841 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-05 12:13:01 +01:00
mae
786e183aa6 markContextMenuRequested signal in ITextEditor 2008-12-05 12:12:20 +01:00
hjk
45c4d73ee5 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-05 12:04:06 +01:00
Kavindra Palaraja
0c3a7df746 Fixes: More documentation fixes
(cherry picked from commit a02c5e6196)
2008-12-05 11:28:22 +01:00
hjk
f9fbfb8f83 increas alert time for breakpoints to 300 2008-12-05 11:24:18 +01:00
Friedemann Kleint
a48ee6f7a8 Fixes: Allow directories to be entered into the class wizard file names
Task: 237390
Details: Add 'allowDirectories' property to the widgets involved.
2008-12-05 10:39:08 +01:00
con
a87297bf66 Merge commit 'origin/0.9.1-beta' 2008-12-05 09:36:40 +01:00
Thorbjørn Lindeijer
4e76b54dec Use QFlags for indicating symbols to search for 2008-12-05 09:02:08 +01:00
mae
923bfa52d3 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-04 19:35:59 +01:00
mae
4fd9f1e6f7 new signal: BaseTextEditor::lineContextMenuRequested(TextEditor::ITextEditor *editor, int line, QMenu *menu);
To be useful and used by the bookmarkmanager, this has to move to ITextEditor.
2008-12-04 19:33:23 +01:00
mae
e594815842 two new actions: "select block up" and "select block down", current default is Ctrl+U 2008-12-04 19:25:20 +01:00
mae
e9ad023def block navigation and selection (bound to Ctrl+[]{} 2008-12-04 18:37:02 +01:00
Thorbjørn Lindeijer
cecd5023dd First incarnation of classes quickopen filter
Invokable with 'c', currently shows all classes it can find.
2008-12-04 18:22:58 +01:00
Kavindra Palaraja
a02c5e6196 Fixes: More documentation fixes 2008-12-04 17:27:29 +01:00
Friedemann Kleint
c9f88bf08e Fixes: Synchronous process hangs on Windows if executable not present
Details: StartFailed is triggered before the event loop starts on Windows.
2008-12-04 17:17:16 +01:00
Roberto Raggi
a418183596 Some cleanup in the CppPreprocessor. 2008-12-04 17:08:11 +01:00
Roberto Raggi
c4fa71ba36 Removed some warnings. 2008-12-04 17:08:11 +01:00
con
79f244c2ea Fixes: - Give method combo box the current item as tool tip as well 2008-12-04 17:07:27 +01:00
con
31d8116f32 Fixes: - Make about dialog a non-modal dialog 2008-12-04 17:07:27 +01:00
hjk
0a73401dc8 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-04 16:27:15 +01:00
hjk
c5a261b1f8 setText + setToolTip works better than setText + setText... 2008-12-04 16:26:44 +01:00
Friedemann Kleint
f59964d19c Fixes: Console wizard has finalPage set, wrong options for wizard, quieten p4 when quering the project directory 2008-12-04 16:24:15 +01:00
hjk
5f17e0b206 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta 2008-12-04 16:17:26 +01:00
hjk
6e2b066187 add a few explanations to some obscure actions 2008-12-04 16:16:50 +01:00
Patrick Star
86b0166553 Merge branch 'beta' into 0.9.1-beta 2008-12-04 16:03:19 +01:00
Roberto Raggi
5489c83d71 Visit the left child not of a binary expression. 2008-12-04 15:54:12 +01:00
Friedemann Kleint
c149046b15 Fixes: Add revert to git, name stage options according to git gui 2008-12-04 15:35:16 +01:00
Patrick Star
4d60687b66 Fixes: - use indexwindow from shared 2008-12-04 15:03:57 +01:00
Patrick Star
7b9983e512 Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into beta 2008-12-04 15:03:16 +01:00
Roberto Raggi
f93d2d80e0 We don't use the uses, so just ifdef-out the code for now. 2008-12-04 14:38:44 +01:00
Patrick Star
c37f4d05d8 Fixes: - missing F1 in tooltip on first IDE start 2008-12-04 13:44:15 +01:00
dt
908ee0e5de Fixes: Missing files, argh.
Task:     -
RevBy:    -
AutoTest: -
Details:  -
2008-12-04 13:06:02 +01:00