Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make project use toMap/fromMap to save state | Tobias Hunger | 2010-02-01 | 1 | -7/+2 | |
| | | | | | | * That is what everybody else is using now. Reviewed-by: dt | |||||
* | Add a id() method to projects | Tobias Hunger | 2010-02-01 | 1 | -0/+5 | |
| | | | | | * This makes it easier to distinguish projects in the userfileaccessor | |||||
* | Make use of ProjectConfiguration in RunConfigurations | Tobias Hunger | 2010-02-01 | 1 | -45/+108 | |
| | | | | Reviewed-by: dt | |||||
* | Add new JavaScriptFiles & ImageFiles element to .qmlproject file format | Kai Koehne | 2010-01-29 | 1 | -2/+2 | |
| | ||||||
* | Update project tree if .qmlproject file / included directories change | Kai Koehne | 2010-01-29 | 1 | -10/+32 | |
| | ||||||
* | Wire up new project file format in Project Manager | Kai Koehne | 2010-01-29 | 1 | -6/+32 | |
| | | | | Old format is still available as a fallback. | |||||
* | Remove unused dummy method | Kai Koehne | 2010-01-27 | 1 | -6/+0 | |
| | ||||||
* | Started merging the JS and QML editor plug-ins. | Erik Verbruggen | 2010-01-15 | 1 | -2/+2 | |
| | ||||||
* | Make sure that the qmlviewer from the binary package is always used | Kai Koehne | 2010-01-12 | 1 | -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/mainline | Bea Lam | 2010-01-12 | 1 | -12/+10 | |
|\ | ||||||
| * | Remove duplicate inclusions of headers | Tobias Hunger | 2010-01-11 | 1 | -1/+0 | |
| | | | | | | | | Reviewed-by: thorbjorn | |||||
| * | Make method naming more consistent. | Tobias Hunger | 2010-01-07 | 1 | -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 Molkentin | 2010-01-04 | 1 | -0/+1 | |
| | | ||||||
* | | Fix bug where the qmlinspector tries to connect to the debug | Bea Lam | 2010-01-12 | 1 | -5/+5 | |
|/ | | | | server before it has started. | |||||
* | Fix QmlInspector to work properly now that QmlProjectManager | Bea Lam | 2009-12-18 | 1 | -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 Debug | Kai Koehne | 2009-12-17 | 1 | -6/+35 | |
| | | | | This will right now wait for a qmldebugger connection. | |||||
* | Compile Windows. | Friedemann Kleint | 2009-12-17 | 1 | -1/+1 | |
| | ||||||
* | Fix various crashes for QmlProject | Kai Koehne | 2009-12-16 | 1 | -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 functions | dt | 2009-11-30 | 1 | -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 BuildConfiguration | dt | 2009-11-19 | 1 | -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 RunConfiguration | dt | 2009-11-19 | 1 | -4/+3 | |
| | ||||||
* | Let one 'reset' the qmlviewer path in the config page by | Kai Koehne | 2009-11-03 | 1 | -20/+7 | |
| | | | | | | just emptying it. Discussed with Nigel. | |||||
* | Search qmlviewer binary also in creator/bin | Kai Koehne | 2009-10-23 | 1 | -1/+6 | |
| | ||||||
* | Added fall-back for the QML viewer to first check if there is one bundled ↵ | Erik Verbruggen | 2009-10-09 | 1 | -2/+13 | |
| | | | | with Qt Creator. | |||||
* | Rename namespace Core::Utils into Utils | Friedemann Kleint | 2009-10-05 | 1 | -5/+5 | |
| | | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor. | |||||
* | Purge out include files in exported headers | Friedemann Kleint | 2009-10-01 | 1 | -0/+1 | |
| | ||||||
* | Changing string based api to BuildConfiguration based api. | con | 2009-10-01 | 1 | -5/+9 | |
| | | | | Builds, but I'm pretty sure it doesn't *work* :) | |||||
* | Renamed the DUI editor to QML editor. | Erik Verbruggen | 2009-09-30 | 1 | -2/+2 | |
| | ||||||
* | Add option to specify qmlviewer command line arguments | Kai Koehne | 2009-09-30 | 1 | -0/+17 | |
| | ||||||
* | Project explorer: Make public headers compile with NO_CAST_FROM_ASCII | Friedemann Kleint | 2009-09-29 | 1 | -0/+1 | |
| | | | | .. and purge unneeded includes. | |||||
* | Rename IRunConfigurationRunner -> IRunControlFactory... | Friedemann Kleint | 2009-09-25 | 1 | -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. | dt | 2009-09-23 | 1 | -1/+2 | |
| | | | | Made virtual newBuildConfiguration return a bool | |||||
* | Suppress warning dialog when the QML Viewer executable cannot be found. | Erik Verbruggen | 2009-09-08 | 1 | -6/+1 | |
| | ||||||
* | Modified the QML project to notify the DUI model manager when a file is ↵ | Erik Verbruggen | 2009-09-04 | 1 | -1/+5 | |
| | | | | added to the project. | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 | |
| | ||||||
* | Rework the project settings. | dt | 2009-08-06 | 1 | -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 dialog | dt | 2009-07-15 | 1 | -0/+5 | |
| | | | | Requires a lot of trivial forwarding. | |||||
* | Fix signal signature: Specifying a custom QMLViewer location was broken | Daniel Molkentin | 2009-07-04 | 1 | -1/+1 | |
| | ||||||
* | Allow restoreSettings() to fail, | dt | 2009-07-03 | 1 | -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 McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | API review of IRunConfigurationFactory. | con | 2009-06-12 | 1 | -3/+3 | |
| | | | | Done with dt. | |||||
* | Dummy implementation of MakeStep. | Roberto Raggi | 2009-05-22 | 1 | -0/+10 | |
| | ||||||
* | Set the working directory | Roberto Raggi | 2009-05-12 | 1 | -1/+1 | |
| | ||||||
* | Check for valid qmlviewer executable. | Roberto Raggi | 2009-05-11 | 1 | -0/+7 | |
| | ||||||
* | Add files to the projects. | Roberto Raggi | 2009-05-07 | 1 | -1/+1 | |
| | ||||||
* | Implemented the run configration factory and removed some obsoleted code. | Roberto Raggi | 2009-05-07 | 1 | -96/+102 | |
| | ||||||
* | Use consistent wording. | Michael Brasser | 2009-05-07 | 1 | -1/+1 | |
| | ||||||
* | Introduced Project::hasBuildSettings() | Roberto Raggi | 2009-05-06 | 1 | -0/+5 | |
| | ||||||
* | Show relative file names in the run configuration. | Roberto Raggi | 2009-05-06 | 1 | -3/+26 | |
| | ||||||
* | Changed the .qmlproject file format. | Roberto Raggi | 2009-05-06 | 1 | -5/+2 | |
| |