- Jan 15, 2010
-
-
Erik Verbruggen authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Erik Verbruggen authored
-
hjk authored
-
Martin Aumüller authored
Merge-request: 2160 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
-
hjk authored
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Add non-modal stash management dialog and additional menu option "Stash snapshot..." to stash away changes prompting for a description, which will immediately replay the stash (take snapshot and continue working). Add interface to IVersionControl for creating/restoring/deleting snapshots for backup/complex undo operations (currently supported by git only). Add test options to VCSBasePlugin. Clean up and extend git client accordingly.
-
Christian Kamm authored
-
Christian Kamm authored
-
hjk authored
-
Tobias Hunger authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
con authored
Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard kinds to collapse/expand.
-
con authored
-
Tobias Hunger authored
* Make sure we do not add duplicate or 0 (build|run)configurations to a project. Reviewed-by: dt
-
- Jan 14, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Fix typo in variable name * Make member naming more consistent * Use a constant for the file name postfix. Reviewed-by: Alessandro Portale
-
con authored
Leading to a crash when selecting the empty entry. The patch fixes a big memory leak with bin editors (neither the widget nor the IFile instance was deleted, the latter leading to the empty entry in the open editors window), and also puts a saveguard in the open editors window, so that empty entries are not shown any more. Task-number: QTCREATORBUG-571 Reviewed-by: Thorbjørn
-
dt authored
Reviewed-By: thorbjorn
-
con authored
Remove the historical separation of "Action" and "OverridableAction". The latter is now merged into the former.
-
Kai Koehne authored
-
Kai Koehne authored
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
-
Roberto Raggi authored
-
Daniel Molkentin authored
-
Tobias Hunger authored
* Add a simple method to test whether a CMake target exists. Reviewed-by: dt
-
Daniel Molkentin authored
This assumes that new Qt version entries will be put into the System scope settings file.
-
Daniel Molkentin authored
This commit add a Settings::Scope parameter to Core::ICore::settings(), the default is UserScope, which falls back to SystemScope. Specifying SystemScope instead gives exclusive access to the SystemScope.
-
Daniel Molkentin authored
-
Tobias Hunger authored
* Add a new base class to derive build- and runconfigurations as well as buildsteps from. Reviewed-by: dt
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
Roberto Raggi authored
-
- Jan 13, 2010
-
-
dt authored
They do what you expect them to do, that is build only a subtree. The implementation is a little bit strange. We temporarly set the sub node to be built on the BuildConfiguration, enqueue that BuildConfiguration (which calls BuildStep::init()), and then reset that temporary value. A more general way would be to have the ability to extend BuildConfiguration::buildProject() in a way that additional data can be passed to the BuildSteps. Task-Nr: QTCREATOR-5 Task-Nr: QTCREATORBUG-44
-