- 04 Feb, 2011 2 commits
-
-
Christian Kandeler authored
Seems to be an OpenSSH extension.
-
hjk authored
-
- 31 Jan, 2011 1 commit
-
-
con authored
-
- 24 Jan, 2011 3 commits
-
-
con authored
-
Friedemann Kleint authored
-
Nicolas Arnaud-Cormos authored
Almost working as the removeAction, but we don't need to check if the command is empty here. Merge-request: 236 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 20 Jan, 2011 3 commits
-
-
con authored
They need to remove them from their internal structure.
-
con authored
Make groups explicit instead of magic integer stuff. That also makes group ordering explicit instead of magically working (the way we happened to use it and the way unique id manager is implemented).
-
Leandro Melo authored
We need a feature which allows a more flexible binding of MIME types and editors. This is definetely not the way to handle it, but a temporary workaround. Reviewed-by: con
-
- 18 Jan, 2011 2 commits
- 17 Jan, 2011 1 commit
-
-
con authored
-
- 12 Jan, 2011 6 commits
-
-
con authored
There was no reason, and using QAction is more flexible.
-
con authored
A generic action that acts as a proxy for another (changeable) action, like it is used for mostly all of the visible actions in Qt Creator through the action manager.
-
con authored
-
Kai Koehne authored
Fix "QPropertyAnimation::updateState (%s): Changing state of an animation without target" warning. This apparently happens when the animation is still running, but the FutureProgress widget has already been killed. Avoid this by setting the widget as the parent of the animation.
-
con authored
Reviewed-by: hjk
-
con authored
-
- 11 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 10 Jan, 2011 1 commit
-
-
hjk authored
Reviewed-by: Tobias Hunger
-
- 05 Jan, 2011 3 commits
- 03 Jan, 2011 1 commit
-
-
Christian Kandeler authored
-
- 20 Dec, 2010 1 commit
-
-
Nicolas Arnaud-Cormos authored
This plugin let the user record and replay some macros: * 3 handlers: action, find and texteditor * almost all texteditor and cpp actions recorded * options page to set the directories where the macros are stored * optional dialog to give a name and comment at the end of a macro * locator integration to play a macro * shortcuts assignment to macro The most important change outside the plugin macros is the isScriptable method for command: All scriptable commands can be stored in a macro. Merge-request: 2176 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 17 Dec, 2010 3 commits
- 16 Dec, 2010 2 commits
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Get rid of all those ugly stray semicolons. They are not valid C++.
-
- 15 Dec, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 10 Dec, 2010 1 commit
-
-
con authored
We have to delay or drop event handling, so the Qt code that delivers the event can return control. The commit also prevents dropping another file while we are currently already handling a drop. Task-number: QTCREATORBUG-3344
-
- 09 Dec, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1785
-
- 08 Dec, 2010 3 commits
- 07 Dec, 2010 2 commits
-
-
hjk authored
Using the convienience class does not really save code and adds another needless level in the hierarchy. This affects the three remaining BaseMode users: Help, ProjectExplorer and HelloWorld.
-
Sami Tikka authored
Find correct version control to use in a repo inside another repo (e.g. SVN checkout inside a git repo) Merge-request: 224 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 Dec, 2010 2 commits
-
-
con authored
Task-number: QTCREATORBUG-1147
-