- Jan 15, 2013
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8458 Change-Id: I69234f0056ff4a3b00d217f7aad57b78db2096fc Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Daniel Teske authored
Change-Id: I57d06e129287955a02768130fecf24860698418b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Change-Id: I214bf081192c4071d4082623792f7a12a9de61c8 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: Id5e918183f26db568745261d0a1eee64ab0c3c29 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ia9596fe16af1ea428482977092b58cb5a04db873 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
Change-Id: I44d3a4165d1ff12488bcc63f19765bc7cf91bc18 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Sergey Shambir authored
Now this class can accept '.' namespaces delimiter, which is used in python. Changed behavior a bit: if namespaces disabled, error message for 'Namespace:Widget' now is 'The class name contains invalid characters' instead of 'The class name must not contain namespace delimiters'. Error message for 'Namespace::Widget' not changed. Change-Id: I45283ca2002957552375419f1cf3137632dcacdb Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
These are meant to help the outphasing of the Id(QString) constructor and generally split the interface into "persistent" and "non-persistent". Change-Id: Id23f613c304e020044e4996448d68164725c898c Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Orgad Shaneh authored
Change-Id: I52f109b2826a85de73de74d7395d04d82d0e55f5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Orgad Shaneh authored
Windows fixes Change-Id: I90a02ec4f737f79542ad5ad0be3085813dfdfc8d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Jan 14, 2013
-
-
hjk authored
This codifies the practice we have been following for a while and has been advertised on the mailing list now. Change-Id: I25cc41a14586e8f6735a689c53007c2800bee963 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Thomas Hartmann authored
The code is similar to what we do in Qt4Node. Change-Id: I4f206f8acdb38d7813160a7ecabc1ffd5daedcfb Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
Without qualifcation of file components we cannot resolve alias imports. Change-Id: I01a231e10a9a20e9dd5ed7114b0292deeb913063 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We disabled this for the 2.6 release. Change-Id: Ia21cf4a214ddb6e7dd99edb96ed1bcf01c2d936f Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Using QApplication instead of QGuiApplication. Change-Id: I270877b9dfa89055c816eaa6ca8cbf8b3933abb6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
If the root node was a ListModel we crashed, since it is not a valid QmlItemNode. Adding a check for valid. Change-Id: Ib0ad42d62673b5e9e47329e99893cd61fe90d166 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-5121 Change-Id: I622202d02fcc1fd01bbad54616965efce8f2e430 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Change-Id: I92fb22b5e491b7b8e801b1ead6ea7369aa523726 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I6d4c25362e8805bcdcf6fdce82c587f6940a2142 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
The QProcessEnvironment::systemEnvironment() uses the function GetEnvironmentStringsW(), which allows for retrieving values that can not be encoded in the current locale. Also see QTCREATORBUG-8184 for a related bug. Change-Id: Id7c9b8c881db7ba2efd13f2fb241fbbdb9d2a7eb Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Also remove superfluous "utils/tooltip" include path from both qmake and qbs project files. Change-Id: Ifa97984d462cbf1e344ff8ba0104353010e8c691 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Change-Id: Ic9f961a949516dd2cfbe5e7b1b29aab17f42f609 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Change-Id: Ic5ac0c4c5dc8bea3cf6012e96b24baac7b4ed208 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
The .pro file can change the Makefile so we need to postpone the evaluation until after the parsing is done. Task-number: QTCREATORBUG-8154 Change-Id: I212899311354e67f711db0cb6a3a78f0c369bb81 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
dereferencing type-punned pointer will break strict-aliasing rules Change-Id: Id2c66cfcd12dcecc678e6446e8500634cc5babf3 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Orgad Shaneh authored
Change-Id: I7e61f530dc58f5e528d4a36439c57b5d017f24a3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: I5fb53c5c40e0001c9961b41d0e1b45b0cb8251a5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: Ia456c17736844792ba80c6ad74a52410ed21e63b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Jan 12, 2013
-
-
Orgad Shaneh authored
Following http://lists.qt-project.org/pipermail/qt-creator/2012-August/001168.html and my own use-case. Useful for: 1. Old, unsupported compilers. 2. When compilation is done on a remote server (using a post-build command for instance) and the compiler is not available on the local machine Change-Id: Ic2ebdcdd9829efa4a73fb48489c02e4b251c2e33 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Iaa8e48459fb19b7d3b8821d0374925d0c6a7e0cc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Ib92a2044ff84108416d315aaf68602b2dd41c7eb Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 11, 2013
-
-
Daniel Teske authored
Change-Id: I2812a7e59ee20511b9804337d836e1707894a7be Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Stenger authored
Change-Id: I61ac997547b6cbeec6c4acaa464162237bb56911 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
Change-Id: Ifa6c3857e82e7fe8facf6c2437ce01134ee0615e Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Thomas Hartmann authored
Since the rect is moved to 648, 480 nothing is visible. It should be witdth and height instead. Task-number: QTCREATORBUG-8543 Change-Id: I27721d6df83f5120315bc1f5aff4cc04732e4f60 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8329 Change-Id: Ia256c09a634ff4794b67007e5013680a8a740201 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
To enabled reuse from all plugins. Change-Id: I1de68c8e6ed017d45f1248b2043f9611becc3b54 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
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>
-
Erik Verbruggen authored
- Fixed blocking macro check - Enabled buffer "compression": when tokens are generated and no new macro is being blocked, then prepend the tokens to the previous buffer. This happens a lot when undo-ing look-ahead. - Added documentation Change-Id: I6fa816d94ce4696e473bdbc4f3bf477d77e4dd51 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
Change-Id: I37411faa1724fb69467036279b2821e33cad26b5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-