- 09 Dec, 2008 1 commit
-
-
hjk authored
-
- 08 Dec, 2008 21 commits
-
-
hjk authored
-
con authored
RevBy: - hjk
-
hjk authored
-
con authored
Task: - 234321 RevBy: - Bjoern
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
Thorbjørn Lindeijer authored
The code completion was keeping around references to old documents after the completion finished. This caused documents to stay in memory when unloading projects, up until the next time you used the completion.
-
Thorbjørn Lindeijer authored
ProjectExplorer::sessionManager -> ProjectExplorer::showSessionManager
-
Thorbjørn Lindeijer authored
Avoid creating a copy of the list of projects.
-
Roberto Raggi authored
-
dt authored
Task: - RevBy: - AutoTest: - Details: Add the include path for qplatformdefs.h to the fot.
-
dt authored
Task: - RevBy: - AutoTest: - Details: (Only outputs them via qDebug().)
-
Roberto Raggi authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
-
- 05 Dec, 2008 18 commits
-
-
goro authored
-
goro authored
-
hjk authored
-
hjk authored
-
goro authored
-
mae authored
-
hjk authored
-
dt authored
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.
-
Joerg Bornemann authored
RevBy: Found by me. (cherry picked from commit 58827feb)
-
con authored
Task: - 234321 RevBy: - Thorbjørn
-
dt authored
Details: Free the whole ProFile*, ProItem*, ProValue* and etc structure after parsing, that frees around 200Mb for projects.pro.
-
Thorbjørn Lindeijer authored
The scope of the classes is now separated and displayed in the second column, and not included in the search.
-
mae authored
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.
-
Friedemann Kleint authored
-
mae authored
-
hjk authored
-
Friedemann Kleint authored
Task: 237390 Details: Add 'allowDirectories' property to the widgets involved.
-
Thorbjørn Lindeijer authored
-