aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-5/+5
* Purge out include files in exported headersFriedemann Kleint2009-10-011-0/+1
* Changing string based api to BuildConfiguration based api.con2009-10-011-5/+9
* Renamed the DUI editor to QML editor.Erik Verbruggen2009-09-301-2/+2
* Add option to specify qmlviewer command line argumentsKai Koehne2009-09-301-0/+17
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+1
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-3/+3
* Canceling the wizard for a new cmake build configuration still created.dt2009-09-231-1/+2
* Suppress warning dialog when the QML Viewer executable cannot be found.Erik Verbruggen2009-09-081-6/+1
* Modified the QML project to notify the DUI model manager when a file is added...Erik Verbruggen2009-09-041-1/+5
* long live the kinghjk2009-08-141-1/+1
* Rework the project settings.dt2009-08-061-3/+3
* Mention possible locations of the debugging helper in the error dialogdt2009-07-151-0/+5
* Fix signal signature: Specifying a custom QMLViewer location was brokenDaniel Molkentin2009-07-041-1/+1
* Allow restoreSettings() to fail,dt2009-07-031-1/+2
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* API review of IRunConfigurationFactory.con2009-06-121-3/+3
* Dummy implementation of MakeStep.Roberto Raggi2009-05-221-0/+10
* Set the working directoryRoberto Raggi2009-05-121-1/+1
* Check for valid qmlviewer executable.Roberto Raggi2009-05-111-0/+7
* Add files to the projects.Roberto Raggi2009-05-071-1/+1
* Implemented the run configration factory and removed some obsoleted code.Roberto Raggi2009-05-071-96/+102
* Use consistent wording.Michael Brasser2009-05-071-1/+1
* Introduced Project::hasBuildSettings()Roberto Raggi2009-05-061-0/+5
* Show relative file names in the run configuration.Roberto Raggi2009-05-061-3/+26
* Changed the .qmlproject file format.Roberto Raggi2009-05-061-5/+2
* Fix runtime error on Linux when starting qmlviewerKai Koehne2009-05-061-2/+1
* Search for the _right_ qmlviewer.Roberto Raggi2009-05-051-1/+3
* Set the name of the QML Viewer run configuration.Roberto Raggi2009-05-041-1/+2
* Removed obsolete code.Roberto Raggi2009-05-041-27/+5
* Initial implementation of ApplicationRunConfiguration for QML projects.Roberto Raggi2009-05-041-3/+97
* Initial work on the QML project manager.Roberto Raggi2009-05-041-0/+385