summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprojectmanager/qmlapp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Braces cleanupOrgad Shaneh2013-11-141-4/+3
| | | | | Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by: hjk <hjk121@nokiamail.com>
* Merge multi Qt Quick UI wizards into onejkobus2013-11-061-29/+33
| | | | | Change-Id: Ia984c36864dacd5b71c76976a351767bb4c3693c Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Core: Clean up some ICore::instance() useshjk2013-09-241-1/+1
| | | | | Change-Id: I888b30094ed75818ee3af58c94ebf8468afa5eb9 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* QmlApplicationWizard: translation fixThomas Hartmann2013-06-201-1/+1
| | | | | | | | The translation contexts did not match and there was a mistake in the .xq for xmlpatterns file. Change-Id: Ibb454e82d6f197014451399cbb8a9fc0bad04a98 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Compile fix in QmlProjectManager.Friedemann Kleint2013-01-301-4/+4
| | | | | Change-Id: Icd180542d2b8393562d05ce25dd70b8f48942220 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Fix warnings/messages in QmlApp.Friedemann Kleint2013-01-301-5/+5
| | | | | | | | Do not translate warnings, use qWarning().nospace() consistently. Fix message. Change-Id: I4f278b4e3b5fdfadf81cdae45520a132da83aa86 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Fix compilation with Qt 5.Friedemann Kleint2013-01-241-6/+8
| | | | | | | Q_GLOBAL_STATIC_WITH_INITIALIZER was removed. Change-Id: Ie030f2fa66c97ae1bfd8ede95c573453a7f03d2a Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* fix compile for Qt 4Thomas Hartmann2013-01-111-0/+1
| | | | | | Change-Id: Ifa6c3857e82e7fe8facf6c2437ce01134ee0615e Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProjectPlugin: replacing QmlProjectApplicationWizardThomas Hartmann2013-01-111-0/+436
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>