- 07 Jun, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 11 Apr, 2013 1 commit
-
-
Tobias Hunger authored
... and attach that to qml project runconfigurations Change-Id: I841b72cc279495ee8f3ff31af59bf006f13a1056 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 03 Apr, 2013 1 commit
-
-
Oswald Buddenhagen authored
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 02 Apr, 2013 2 commits
-
-
Oswald Buddenhagen authored
Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Oswald Buddenhagen authored
Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Jan, 2013 1 commit
-
-
Thomas Hartmann authored
The new wizard is template based. This allows easy addition of custom QML templates and also allows us to add more QML wizards for e. g. components later. This template mechanism allows substitution in comment, which allows us to keep valid QML file as templates. This reduces the maintance burden significantly. Change-Id: I7766b037635131da2af5aae518d6fe4597ff8b9f Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 20 Dec, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Icac2d84abc001c963d78aa9e95911110463b4b04 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 18 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 21 Jun, 2012 1 commit
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 13 Mar, 2012 1 commit
-
-
Friedemann Kleint authored
Add either QtDeclarative (Qt 4) or QtQuick1 (Qt 5) to QT. Mixing them leads to problems with include paths and linking. Change-Id: I188240641216ee227931a7be2105bc4838385c79 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 29 Nov, 2010 1 commit
-
-
Kai Koehne authored
-
- 03 Nov, 2010 1 commit
-
-
Oswald Buddenhagen authored
-
- 04 Oct, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- 25 Aug, 2010 1 commit
-
-
Alessandro Portale authored
-
- 20 Jul, 2010 1 commit
-
-
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
-
- 16 Jul, 2010 1 commit
-
-
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
-
- 14 Jul, 2010 2 commits
-
-
dt authored
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- 19 Apr, 2010 1 commit
-
-
Erik Verbruggen authored
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.
-
- 02 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 18 Feb, 2010 1 commit
-
-
Kai Koehne authored
Unify names to QmlProjectApplicationWizard & QmlProjectImportWizard
-
- 16 Feb, 2010 1 commit
-
-
Kai Koehne authored
Putting every class in it's own files + avoid "using namespace"
-
- 09 Feb, 2010 1 commit
-
-
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
-
- 29 Jan, 2010 2 commits
-
-
Kai Koehne authored
Extend logic for mimetype matching in QmlJsEditor: Also handle sub-mimetypes like x-application-qmlproject, which extends x-application-qml.
-
Kai Koehne authored
Old format is still available as a fallback.
-
- 12 Jan, 2010 1 commit
-
-
Kai Koehne authored
Will be used in QmLInspector plugin.
-
- 19 Nov, 2009 1 commit
-
-
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. :)
-
- 11 Nov, 2009 1 commit
-
-
Kai Koehne authored
-
- 22 May, 2009 1 commit
-
-
Roberto Raggi authored
-
- 13 May, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 11 May, 2009 1 commit
-
-
Roberto Raggi authored
-
- 04 May, 2009 1 commit
-
-
Roberto Raggi authored
-