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
dt
6fe51eeb19
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-04 12:53:48 +01:00
dt
a10019eab6
Fixes: Added stub makestep for cmake.
...
Details: Also add copyright headers and some initial code for the
CMakeStep and MakeStep. Soon it will actially build something.
2008-12-04 12:51:58 +01:00
dt
5f1d214f24
Fixes: Unecessary setting the working directory twice.
2008-12-04 12:51:31 +01:00
Roberto Raggi
0a8a7f6558
oops! forgot to notify this macro expansion :-)
2008-12-04 12:41:36 +01:00
Roberto Raggi
3d3802d50f
Added macro expanding events and some initial on the macro highlighting support.
2008-12-04 12:06:26 +01:00
hjk
10053aa642
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-04 11:38:33 +01:00
hjk
b7e6c3974f
Fix small leak on exit.
...
I am not even sure we should do that.
2008-12-04 11:37:43 +01:00
Friedemann Kleint
d63c68f39a
Fixes: Refactor git settings code, add some more menu options
2008-12-04 11:23:03 +01:00
dt
fc270cb123
Fixes: Crash on windows on loading projects.pro
...
RevBy: Patch by eskil
Details: I can't really see why the path could be wrong there, and
can't reproduce the crash.
2008-12-04 11:10:56 +01:00
Oswald Buddenhagen
8b018225b0
strip some whitespace from error messages.
2008-12-03 22:03:07 +01:00
Oswald Buddenhagen
ab20c6ea8b
add "copy" action to problems output pane.
2008-12-03 22:03:07 +01:00