- Aug 25, 2010
-
-
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
-
- Aug 24, 2010
-
-
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
-
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
-
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
-
Jarek Kobus authored
Task-number: QTCREATORBUG-125
-
Jarek Kobus authored
Task-number: QTCREATORBUG-125
-
- Aug 23, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Jarek Kobus authored
Since it will not work for pri files. The code is prepared to work with pri files. However, currently it will work only in case the pro file which includes the pri file lays in the same dir. After the QTBUG-13057 is done it will be just a matter of changing the apropriate variable name in librarydetailscontroller.cpp to make it working properly. Task-number: QTCREATORBUG-125
-
hjk authored
-
- Aug 20, 2010
-
-
Friedemann Kleint authored
As it created 2 output panes that could be closed indepently of each other.
-
Pawel Polanski authored
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
Pawel Polanski authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Pawel Polanski authored
Bug QTCREATORBUG-2088 has been fixed Task-number: QTCREATORBUG-2088 Reviewed-by: Friedemann Kleint
-
- Aug 19, 2010
-
-
Christian Kandeler authored
Otherwise, we couldn't sensibly use the device's gdb for debugging.
-
Kai Koehne authored
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Tobias Hunger authored
-
Tobias Hunger authored
* Revert this once string freeze is over!
-
Tobias Hunger authored
* Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
-
Christian Kandeler authored
Also set build directory for profile reader.
-
- Aug 18, 2010
-
-
Christian Kandeler authored
-
kh1 authored
Reviewed-by: ck
-
dt authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2003
-
- Aug 17, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2073
-
Christian Kandeler authored
-
Alessandro Portale authored
This reverts commit c2e70112. qtoptionspage.cpp will set the icons, anyway.
-