- Jan 14, 2009
-
-
con authored
-
con authored
Details: - Naming convention
-
con authored
Details: - Preparation for ICommand rename
-
con authored
Details: - Conform to naming convention
-
con authored
Details: - Preparation for IActionContainer --> ActionContainer
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The _ is usually used to prefix internal and/or private methods and members. Having those turn up at the top of the list of suggestions for completion isn't too useful. Improves the autocompletion for example for the STL. Done together with Roberto Raggi.
-
hjk authored
-
con authored
Details: - I'm still not too happy with the whole construction but anyway. The ToolBarActionContainer was never really used anymore (e.g. you couldn't create one)
-
Friedemann Kleint authored
RevBy: Thorbjorn
-
Vitaliy Ivanov authored
Makes Qt Creator read external editor string from .ini
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
con authored
Details: ActionManager::registerAction(qaction, id): use registerAction(qaction, id, QList<int>() << Core::C_GLOBAL_ID) ActionManager::addAction/Menu: use ActionManager::actionContainer + IActionContainer::addAction/Menu
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
Friedemann Kleint authored
Details: Refactor the git command to be able to run a batch. Run diff and diff --cached in a batch
-
con authored
-
con authored
-
con authored
-
hjk authored
-
Thorbjørn Lindeijer authored
The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
-
hjk authored
-
con authored
Details: - Conform to conventions.
-
con authored
-
con authored
Details: - To make it conform to naming convention.
-
con authored
Details: - Step one, step two is ActionManagerInterface --> ActionManager because it conflicts with our naming conventions
-
Friedemann Kleint authored
Fixes: Random enabling of submit/diff buttons when switching contexts (viewing diffs) from the submit editor Details: Register actions directly
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
It didn't make sure its Function* stayed valid. Now it does, by keeping a copy of the list of CppDocuments (the snapshot) around.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-