- Aug 25, 2010
-
-
dt authored
That is: a) Figure out a suitable default location for Add New on a virtual folder. b) If that default location is deployed, don't show a Add Existing Files option, since that is confusing.
-
dt authored
That is tell the user that those files need not be added to any project, and show "<Implicitly Add>" for them on the last wizard page. This fixes Add/New for the QML/OTHER_FILES folder structure, except for the virtual folder itself. Reviewed-By:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
dt authored
-
Christian Kamm authored
In preparation for caching Contexts. Reviewed-by: Erik Verbruggen
-
kh1 authored
Task-number: QTCREATORBUG-347 Reviewed-by: ck
-
Lasse Holmstedt authored
-
Robert Loehning authored
(cherry picked from commit c3649d4f)
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Got lost in a merge.
-
Olivier Goffart authored
The intended meaning is to toggle the DebugBuild flag, so the & was too much Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
Reviewed-by: kh1
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Animation play/pause buttons are now merged on observer toolbar. Also, a bugfix to inspector toolbar.
-
- Aug 24, 2010
-
-
Alessandro Portale authored
-
Robert Loehning authored
-
Tobias Hunger authored
* Default to the type used to create the makefile when importing * Default to the default type of the Qt version otherwise
-
Tobias Hunger authored
* Detection of Qt versions from a makefile failed on windows when calling qmake without the drive letter. Make this work.
-
Tobias Hunger authored
-
Olivier Goffart authored
There is now a hook in QDeclarative itself for that. Needs commit af2b28f9ca07057 of Qt
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Creating LookupContext seems to be expensive, so don't update anything unless debug mode is already running.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Easier to use now by just clicking on one button, and takes less space.
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
Erik Verbruggen authored
-
Friedemann Kleint authored
Make sure DebuggerRunner::finished() is always connected to handleFinished() (even for subclassed DebuggerRunners). Add some more debugging information.
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
Tobias Hunger authored
* Now that there is a generic way to rename configurations: Remove individual renaming methods from all over the codebase Reviewed-by: dt
-
Tobias Hunger authored
* Add a rename button for Build-, Deploy- and RunConfigurations. Reviewed-by: dt
-
Friedemann Kleint authored
...which subclasses DebuggerRunner and does not call DebuggerPlugin::startDebugger(), which connects the engine, leading to strange malfunctions. Move functionality to DebuggerRunner::start() to make it self-contained. Add object names to engines for easier debugging. Reviewed-by: hjk
-
Tobias Hunger authored
Reviewed-by: dt
-
Christian Kandeler authored
- Always use remote mounts for Fremantle. - Always use SFTP for Harmattan. - Never use SFTP deployment for non-packaging case (and get rid of the corresponding code). - Fix the order of sub-steps. Reviewed-by: kh1
-
Kai Koehne authored
Use same delay as in cppeditor. Hopefully prevents the Outline to be updated while typing.
-
Kai Koehne authored
-
Jarek Kobus authored
Task-number: QTCREATORBUG-125
-
Leandro Melo authored
-