summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlproject.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make project use toMap/fromMap to save stateTobias Hunger2010-02-011-7/+2
| | | | | | * That is what everybody else is using now. Reviewed-by: dt
* Add a id() method to projectsTobias Hunger2010-02-011-0/+5
| | | | | * This makes it easier to distinguish projects in the userfileaccessor
* Make use of ProjectConfiguration in RunConfigurationsTobias Hunger2010-02-011-45/+108
| | | | Reviewed-by: dt
* Add new JavaScriptFiles & ImageFiles element to .qmlproject file formatKai Koehne2010-01-291-2/+2
|
* Update project tree if .qmlproject file / included directories changeKai Koehne2010-01-291-10/+32
|
* Wire up new project file format in Project ManagerKai Koehne2010-01-291-6/+32
| | | | Old format is still available as a fallback.
* Remove unused dummy methodKai Koehne2010-01-271-6/+0
|
* Started merging the JS and QML editor plug-ins.Erik Verbruggen2010-01-151-2/+2
|
* Make sure that the qmlviewer from the binary package is always usedKai Koehne2010-01-121-4/+4
| | | | | | | The custom creator-qml installer comes with a qmlviewer installed in creator/bin. Make sure that this qmlviewer is used to run .qmlproject files, even though there might be other qmlviewer binaries in the PATH.
* Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainlineBea Lam2010-01-121-12/+10
|\
| * Remove duplicate inclusions of headersTobias Hunger2010-01-111-1/+0
| | | | | | | | Reviewed-by: thorbjorn
| * Make method naming more consistent.Tobias Hunger2010-01-071-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
| * Fix GCC warnings.Daniel Molkentin2010-01-041-0/+1
| |
* | Fix bug where the qmlinspector tries to connect to the debugBea Lam2010-01-121-5/+5
|/ | | | server before it has started.
* Fix QmlInspector to work properly now that QmlProjectManagerBea Lam2009-12-181-2/+14
| | | | | | | no longer uses LocalAppRunConfiguration. QmlInspector now uses the qmlviewer started by QmlProjectManager instead of starting its own, and clicking the Start Debug button within a QML project will switch to QML Inspect mode and start the inspector.
* Enable starting a qmlproject via DebugKai Koehne2009-12-171-6/+35
| | | | This will right now wait for a qmldebugger connection.
* Compile Windows.Friedemann Kleint2009-12-171-1/+1
|
* Fix various crashes for QmlProjectKai Koehne2009-12-161-30/+98
| | | | | | QmlProject used LocalApplicationRunCOnfiguration, but didn't provide e.g. an associated BuildConfiguration. Fix this by implementing it's own QmlRunControlFactory, QmlRunControl.
* Move most of the BuildConfiguration specific functionsdt2009-11-301-18/+0
| | | | | Note: I didn't fix all the connects and there are a few missing things. This compiles, more work is coming.
* Make BuildSteps one instance per BuildConfigurationdt2009-11-191-15/+0
| | | | | | Enables users to change which buildsteps get run per buildconfiguration. Some further tweaks are probably necessary. This is a rather big change, though it should work. :)
* Remove QSharedPointer<> for RunConfigurationdt2009-11-191-4/+3
|
* Let one 'reset' the qmlviewer path in the config page byKai Koehne2009-11-031-20/+7
| | | | | | just emptying it. Discussed with Nigel.
* Search qmlviewer binary also in creator/binKai Koehne2009-10-231-1/+6
|
* Added fall-back for the QML viewer to first check if there is one bundled ↵Erik Verbruggen2009-10-091-2/+13
| | | | with Qt Creator.
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-5/+5
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* 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
| | | | Builds, but I'm pretty sure it doesn't *work* :)
* 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
| | | | .. and purge unneeded includes.
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-3/+3
| | | | | | | | | and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
* Canceling the wizard for a new cmake build configuration still created.dt2009-09-231-1/+2
| | | | Made virtual newBuildConfiguration return a bool
* 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 ↵Erik Verbruggen2009-09-041-1/+5
| | | | added to the project.
* long live the kinghjk2009-08-141-1/+1
|
* Rework the project settings.dt2009-08-061-3/+3
| | | | | | | | | This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
* Mention possible locations of the debugging helper in the error dialogdt2009-07-151-0/+5
| | | | Requires a lot of trivial forwarding.
* Fix signal signature: Specifying a custom QMLViewer location was brokenDaniel Molkentin2009-07-041-1/+1
|
* Allow restoreSettings() to fail,dt2009-07-031-1/+2
| | | | | | E.g. cmake pops up a wizard then, the running of cmake can fail though. Now you don't end i[ with a empty project then. The error reporting in that case is not yet optimal.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* API review of IRunConfigurationFactory.con2009-06-121-3/+3
| | | | Done with dt.
* 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
|