- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 29, 2011
-
-
Eike Ziller authored
Merges the Project, Qt4 and Tool Chain categories into one Build & Run category, which makes it finally possible to reduce the minimum height of the preferences dialog. Change-Id: I8d94aac9c9531200f5d8ca212a53d3edc5734138 Reviewed-on: http://codereview.qt-project.org/5023 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jul 22, 2011
-
-
Friedemann Kleint authored
Change-Id: I2c9b3d3fb6b48428a0b8b9c46c5c994eb8941e13 Reviewed-on: http://codereview.qt.nokia.com/1979 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jul 21, 2011
-
-
Christiaan Janssen authored
Change-Id: I6ce724e0db17d22616adcdf058d1f05af7124b64 Reviewed-on: http://codereview.qt.nokia.com/1929 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- May 04, 2011
-
-
Kai Koehne authored
It's just easier if all the classes related with the QmlProject file format start with the same prefix.
-
- Apr 13, 2011
-
-
hjk authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 07, 2010
-
-
dt authored
Splitted up patches wrongly
-
- Oct 04, 2010
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- Aug 25, 2010
-
-
Alessandro Portale authored
-
- Aug 17, 2010
-
-
Alessandro Portale authored
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 20, 2010
-
-
Alessandro Portale authored
Now, the user can select an existing qml application that can be turned into a standalone Qml app. The qml source files will not be copied around but rather stay in their original location. The new .pro file that gets generated by this wizard will reference the qml source files via relative path and deploy them from there. Task-number: QTCREATORBUG-1814
-
- Jul 16, 2010
-
-
Alessandro Portale authored
Short: Create a new self running qml .sis/.deb package. Long: A typical Qml application usually consists of a couple of .qml, .js and image files. Deploying such an application is challenging, especially to mobile devices. This wizard will generate a C++ project with a customized, light weight Declarative Viewer, a helloworld Qml file and a .pro file that takes care of the deployment of the Qml file(s). This is just the first step. There will be an import wizard, and further more there will be the possibility to add additional Qml modules and probably also Qml directories to the package. Task-number: QTCREATORBUG-1813
-
- Jul 14, 2010
-
-
dt authored
-
- Jul 07, 2010
-
-
dt authored
-
- Jun 10, 2010
-
-
Roberto Raggi authored
-
- Jun 07, 2010
-
-
Kai Koehne authored
This reverts commit 5234c775 and 21065291.
-
- Jun 03, 2010
-
-
Christian Kamm authored
- Enable qmlprojectplugin even if Qml support is disabled. - But disable its wizards in that case. - Disable the Qml file wizard if the support is off. Reviewed-by: Kai Koehne
-
- May 19, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- May 18, 2010
-
-
Erik Verbruggen authored
When adding a new file, refreshing semantic errors in the open editor should have worked. It now also works for removing existing files. Done-with: Christian Kamm
-
- Apr 16, 2010
-
-
Erik Verbruggen authored
The QML task manager behaviour is to show warnings/errors for _saved_ files only.
-
- Apr 01, 2010
-
-
Christiaan Janssen authored
-
- 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 18, 2010
-
-
Kai Koehne authored
Unify names to QmlProjectApplicationWizard & QmlProjectImportWizard
-
- Feb 16, 2010
-
-
Kai Koehne authored
Putting every class in it's own files + avoid "using namespace"
-
- Feb 15, 2010
-
-
Roberto Raggi authored
-
- Jan 29, 2010
-
-
Kai Koehne authored
Extend logic for mimetype matching in QmlJsEditor: Also handle sub-mimetypes like x-application-qmlproject, which extends x-application-qml.
-
- Jan 18, 2010
-
-
Roberto Raggi authored
-
- Jan 15, 2010
-
-
Erik Verbruggen authored
-
- Jan 14, 2010
-
-
Kai Koehne authored
Fix namespace usage such that all classes in shared/qml live in the Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner namespace. This should prevent any symbol clashes until we can finally get rid of the file dublicates (e.g. QmlDocument).
-
- 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 19, 2009
-
-
dt authored
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. :)
-
- Nov 11, 2009
-
-
Kai Koehne authored
-
- Oct 23, 2009
-
-
Kai Koehne authored
Automatically register qml.qch if found in shared/help/qtcreator. This is needed for the special 'creator-qml' package.
-