- Dec 08, 2008
-
-
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
Conflicts: src/plugins/qt4projectmanager/qtversionmanager.cpp
-
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
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
-
hjk authored
-
Roberto Raggi authored
-
hjk authored
-
- Dec 05, 2008
-
-
goro authored
-
goro authored
-
goro authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
goro authored
-
goro authored
-
mae authored
-
mae authored
-
hjk 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
-
Kavindra Palaraja authored
-
dt authored
-
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
-
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
-