- Mar 21, 2010
-
-
Christian Kamm authored
See c722282c.
-
- Mar 19, 2010
-
-
Kai Koehne authored
Suggested by Erik Verbruggen
-
- Mar 18, 2010
-
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
- Mar 11, 2010
-
-
Thomas Hartmann authored
-
- Mar 08, 2010
-
-
Lasse Holmstedt authored
Use a lowercase .qml file found in project tree if no current file is selected. This way we don't have to disable run controls if there are some files to execute. Reviewed-by: kkoehne
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 26, 2010
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative. Registration of types is now done in an initializer method.
-
- Feb 17, 2010
-
-
Kai Koehne authored
We used to fail back to the old format if the .qmlproject file was invalid. Anyhow, this lead to weird effects ... better disable it explicitly. That no warning is shown right now when loading an invalid qmlproject file is a bug in coreplugin.
-
Lasse Holmstedt authored
metatype redefinition
-
Kai Koehne authored
Check for the case that a new file to be added to a .qmlproject is also automatically covered e.g. by a wildcard filter. In this case we don't have to do anything.
-
- Feb 16, 2010
-
-
Lasse Holmstedt authored
The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into the debugger toolbar from which the user can select the used debugging language, e.g. C++ or QML.
-
Kai Koehne authored
Putting every class in it's own files + avoid "using namespace"
-
- Feb 15, 2010
-
-
Roberto Raggi authored
-
- Feb 09, 2010
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- Feb 04, 2010
-
-
Tobias Hunger authored
-
- Feb 03, 2010
-
-
Kai Koehne authored
-
- Feb 01, 2010
-
-
Tobias Hunger authored
* That is what everybody else is using now. Reviewed-by: dt
-
Tobias Hunger authored
* This makes it easier to distinguish projects in the userfileaccessor
-
Tobias Hunger authored
Reviewed-by: dt
-
- Jan 29, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Old format is still available as a fallback.
-
- Jan 27, 2010
-
-
Kai Koehne authored
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
- Jan 12, 2010
-
-
Kai Koehne authored
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.
-
Bea Lam authored
server before it has started.
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* 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
-
- Jan 04, 2010
-
-
Daniel Molkentin authored
-
- Dec 18, 2009
-
-
Bea Lam authored
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.
-
- Dec 17, 2009
-
-
Kai Koehne authored
This will right now wait for a qmldebugger connection.
-
Friedemann Kleint authored
-
- Dec 16, 2009
-
-
Kai Koehne authored
QmlProject used LocalApplicationRunCOnfiguration, but didn't provide e.g. an associated BuildConfiguration. Fix this by implementing it's own QmlRunControlFactory, QmlRunControl.
-
- Nov 30, 2009
-
-
dt authored
Note: I didn't fix all the connects and there are a few missing things. This compiles, more work is coming.
-
- Nov 19, 2009
- Nov 03, 2009
-
-
Kai Koehne authored
just emptying it. Discussed with Nigel.
-
- Oct 23, 2009
-
-
Kai Koehne authored
-
- Oct 09, 2009
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-