- 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
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
-
Martin Aumueller authored
(makes standard key bindings work)
-
Martin Aumueller authored
-
Martin Aumueller authored
-
hjk authored
-
Friedemann Kleint authored
Fixes: Make git diff work for staged files, do not launch submit if file list empty, make file model read only, add conveniences Details: Add a type data field to the git file model
-
- Jan 12, 2009
-
-
dt authored
Details: Copy and paste error
-
Thorbjørn Lindeijer authored
Not entirely sure about the location of the menu entry. Also, the dialog is in dire need of a redesign.
-