- 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>
-
- 09 Feb, 2012 2 commits
-
-
Friedemann Kleint authored
- Add missing QtScript module (pulled by json in utils - Include type definitions for Q_DECLARE_METATYPE - Unconditionally include QtSvg in Qt5 Change-Id: If298dd98fb660a6ba701f1ba36ced2d2027ea3e8 Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
It causes a conflict with the new QtConcurrent library of Qt 5 and is quite small. Change-Id: Ib97ab6daf8f67a88300cf03f044ba3593a4cd270 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 08 Feb, 2012 2 commits
-
-
Thomas Hartmann authored
This patch introduces platforms as a top level topic when choosing a wizard. Also I changed the categories and priorities. Details: 1. I did change the way the dialog/view is structured in newdialog.cpp 2. I added platformName() and supportsPlatform() to BaseQtVersion. I needed two functions because the Simulator does not provide a platform and therefore has no platformName but supports two platforms. I still have to turn the platform names into proper constants. 3. I changed the categories and priorities to get the layout that was discussed. (I had to touch quite alot of files but this is mostly trivial) 4. I added a combobox that allows filtering for platforms. 5. I added flags() to IWizard to indicate that a wizard is platform independent. Change-Id: I86c7ad628a431ad06505c76580885c6e6c3ddc23 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Leandro Melo authored
Support basic validation for JSON files according to the draft http://tools.ietf.org/html/draft-zyp-json-schema-03 . This is not a complete implementation yet, but it should already be useful, since "type" verification along with many of the attributes is done. Change-Id: I364bc98dd92937c5e2ea9cba7e15ed8e03eb9beb Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 07 Feb, 2012 1 commit
-
-
Thomas Hartmann authored
The Wizards itself (derived from IWizard) and the dialogs implementing the wizards were quite discoupled. Since I want to add parameters that are delivered from IWizard::run to the dialog a I added WizardDialogParameters. Examples of paramters I want to add are the choosen platform and the choosen subOption/template for this wizard. Change-Id: I9c0ae2901e3d46d3c36a3f433f4d7d508a6ba74e Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 30 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 27 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I5c1275ba3f596d8911fd2e4404181bf57b58f494 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 2 commits
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Morten Johan Sorvig authored
We want to carry over all mac-specific code paths to Qt 5. WS_MAC is no longer set; OS_MAC is. This change is compatible with Qt 4 builds since OS_MAC is set whenever WS_MAC is. (OS_MAC would also be set for the theoretical X11/Mac platform, but that's anyway not a supported configuration for Creator) Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 23 Jan, 2012 1 commit
-
-
Leandro Melo authored
The action should only be enabled in the QML editor context. Task-number: QTCREATORBUG-6709 Change-Id: I7d34f3eebb674d07e41fad5d6027d2ce37db9161 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 18 Jan, 2012 2 commits
-
-
Thomas Hartmann authored
Every wizard now implements requiredFeatures() to define a feature set. If the feature set is not satisfied by the available Qt Versions, the wizard is not shown in the create file/project dialog. Every Qt version can define the provided feature set in availableFeatures() defined in BaseQtVersion. Change-Id: Ie9e2c210d19187b2296451948c36d274f2096623 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
David Schulz authored
now also if the selection is changed in qmljsoutline Task-number: QTCREATORBUG-6306 Change-Id: I07365de90cc932bcc5d0ccf021b3dd7daf3bc17a Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- 13 Dec, 2011 1 commit
-
-
Friedemann Kleint authored
- Capitalization - Fix lupdate warnings about tr() Usage in ZeroConf - Fix some messages. Change-Id: I95e4095ce54040e30d9a7968407bfc99b76643ff Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 07 Dec, 2011 2 commits
-
-
Christian Kamm authored
Change-Id: I06773d4f1e4805d9d611f520c0a5e63ff6b226c6 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
When property declarations use a custom type such as property Foo bar we now * highlight Foo as a QML type if it's found * complete bar. as a Foo Change-Id: I82c249646af19bfeb9f5a7a7692f0dc10b009835 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 02 Dec, 2011 2 commits
-
-
Christian Kamm authored
When a part of the semantic info update (such as a Link) triggers QmlTextEditorWidget::updateSemanticInfo (for instance by requesting QML plugin dumps) that update request was ignored because the *old* semanticInfo revision was compared to the editor revision. Instead, compare the *future* semantic info revision to check whether an update would be accepted. Also, instead of using the same snapshot, get a new one from the model manager. Otherwise updates to libraryInfos won't be considered. Change-Id: I0df6197bebce580129292aab5ca8cf24512a0fe7 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Christian Kamm authored
When invalid documents or documents without idEnvironment or rootScope get added to a QmlComponentChain. Change-Id: I64b7062881f19777ba20efda6efa2e7bab02571e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> (cherry picked from commit 9b411ed5 ) Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 29 Nov, 2011 1 commit
-
-
Christian Kamm authored
When invalid documents or documents without idEnvironment or rootScope get added to a QmlComponentChain. Change-Id: I64b7062881f19777ba20efda6efa2e7bab02571e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 24 Nov, 2011 2 commits
-
-
hjk authored
Change-Id: I1b888ff8bd5c30a13dc8c00824d4cae6990a4b23 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 21 Nov, 2011 1 commit
-
-
Christian Kamm authored
* Instead of having SemanticInfoUpdater reparse documents itself, it now relies on the ModelManager doing that. * SemanticInfoUpdater now takes a doc and snapshot to generate the convenience Context / ScopeChain. Could be converted into a future to avoid having a (99% idle) thread per editor. * Renamed several functions in QmlJSTextEditorWidget to better indicate their behavior. Change-Id: I8af6ccab099130fa7fa227e44864561ca2c3f9e0 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 17 Nov, 2011 1 commit
-
-
Alessandro Portale authored
...and add a comment to change it to QtQuick 1.0 if S60 5th Ed or Maemo are supposed to be targeted. Task-Number: QTCREATORBUG-6528 Change-Id: I1936f2a5c9725f34b5a8ad4469465f5e2b645957 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 16 Nov, 2011 1 commit
-
-
Christian Kamm authored
* FunctionValues know about optional arguments (for builtins) * ASTFunctionValues only report themselves as variadic if they use the 'arguments' array. * Function argument hint shows optional args and variadic. * Completion automatically adds parentheses. Change-Id: Ib2598600ff8b1ce8c5de3bcabd24a3e171ff3a57 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 15 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I0aed6c6e197e122200d720eb9291a083095a6299 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 11 Nov, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: I5eecac63f45cf5bd192bd2ee42370d6338c1ec9f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 10 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 09 Nov, 2011 1 commit
-
-
Harald Fernengel authored
QtXmlStream classes live in QtCore, not QtXml. Also add a few headers that are not implicitly included in Qt 5 any more. This greatly eases transition to Qt 5 which not having any side effects on the Qt 4 build. Change-Id: I1293ef4360015b885dcea8c4099e8e5b9e254c91 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 08 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I15a36c3f918c0ee16f30bc8366df505e0afac949 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 04 Nov, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I7385f49928db78abd2deb7783ca0a38288ae7446 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 02 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 31 Oct, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: I07a382696c57f5451645e854e55aa30e9e81326c Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Oct, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Id3e9d24689c67ce0e12b12b82636177a0344ede1 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
- 25 Oct, 2011 1 commit
-
-
Christian Kamm authored
Saying 'unknown' or 'undefined' isn't very useful. Change-Id: I130013a8f025ebc5eb984358f269fdf8a23aae92 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- 24 Oct, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: I54f451677d78d6aefe0f567888b9bbcec426fc72 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 22 Oct, 2011 1 commit
-
-
Nicolas Arnaud-Cormos authored
If the id of an element exists, it will be displayed instead of the normal "..." Change-Id: I4e6633743b0e2ae014b7fbad3c752ef318c73659 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 19 Oct, 2011 2 commits
-
-
Christian Kamm authored
* Use '// @disable M123' to suppress * Add quick fix to add these comments Change-Id: I499f5a6004148afbb346218c6fb01c9ca77b9f73 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Change-Id: Ie8b1624abfd9faa8c6153ad99e48964d597d543c Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-