- 11 Sep, 2014 4 commits
-
-
Thomas Hartmann authored
Change-Id: I610127421b071a4bf4ed0d21aeab2b2f0c089d28 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Change-Id: I825c7f2380a376b30cc647942aa7d252aa9d36df Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Leena Miettinen authored
Make references more generic, because the templates are frequently updated to import latest Qt Quick and Qt Quick Controls versions. Change-Id: Ic3e6744c960fe8f953abf2aaddd2c7498bdb1f38 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Leena Miettinen authored
Fix capitalization, punctuation and typos, and remove unnecessary text. Change-Id: Iee39e465125d5d9eec099323fb7d75756c8d81df Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 10 Sep, 2014 6 commits
-
-
Thomas Hartmann authored
With this patch center anchor and right/left/top/right anchors can be used at the same time. Task-number: QTCREATORBUG-11455 Change-Id: I3114eb76bdfc4226e78fd711e04849d7d7d7cd38 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Orgad Shaneh authored
If it is initialized too early, activities combo is empty. Change-Id: I6ca34e7bcae5d9960b1f84cd3f95ce13ae45ccca Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-12974 Change-Id: I69cacab32de0454a78c5a67edcc7dcbbdcb12784 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
Documents with those types do crash the qmlpuppet and confuse the users. With this patch we give a clear error message and such files are not supported anymore. Change-Id: Iba19def2751d4dc81d90684c0c63c0274fdf49cf Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
This patch adds an option to configure the usage of qml(2)puppet. By default the qml(2)puppet that comes together with Qt Creator is used. Change-Id: Idada8457e81fa17d3290dc97ded303aab475a9f3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Topi Reinio authored
QDoc gets confused about the contents of doc_src_plugins.qdoc, mistaking some of its code for QDoc commands. To work around this problem, change the file to be a qdoc include file, wrap the code blocks with \badcode, and refer to them using \include. Using \badcode will also turn off code highlighting and autolinking, something that is not desired for these code snippets. Change-Id: I6c3b65ef098ec6f6f06892d78a3abb38e0d28ca3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 09 Sep, 2014 4 commits
-
-
Thomas Hartmann authored
Because we had a couple of regressions in this area, I add this project for manual testing. In this project we have a qmlproject with a plugin that contains a .metainfo file and a custom property sheet. We define two items in the item library: MyComponent and MyComponent2. While MyComponent has a custom property sheet the property sheet for MyComponent2 is auto generated. Change-Id: I8d5ade43f648354175587c0a3e989bad87149298 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
n the case of custom types, their equalness operators are not called. Instead the values' addresses are compared. This is not want we want. Instead we have to cast and compare our custom types manually. This fixed a couple of QTC_ASSERTS. Change-Id: I3a82b84744f9b8860b7efaeb203475bb9dba5d11 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Tim Jenssen authored
Fix: QTCREATORBUG-12798 Change-Id: I8d36bb4ccae05cdb28833317d74a06e7628540a1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Without defining the properties, the properties do not work and do not get notified properly. They are also missing defaults which breaks "resetting". Task-number: QTCREATORBUG-13004 Change-Id: Ib36f39770930be486225b45169d2ebdb53df8df4 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 08 Sep, 2014 8 commits
-
-
Thomas Hartmann authored
If the model contains nodes that are invisible in the navigator (e.g. QtObject) updateItemRowOrder() does not work correctly. To avoid complexity we update the subtree in this case. Change-Id: Ia40ce061e9188ef9ad6ca54ce3444432b878ddf6 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Objects which are not an Item are not visible in the tree view. In this case model() is 0 and Qt Creator was crashing when detaching the navigator view. Change-Id: I144c940d76157defb27133673ed911d733d8b5ef Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
the default step size of 1 does not make much sense for reals. Task-number: QTCREATORBUG-12985 Change-Id: I28be2ca8de37f1032e8fbbe785913ae5a8f6be33 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Christian Stenger authored
Change-Id: I7379f79d22335d6faf0db845cdde863c5888300b Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
The imports paths used by the sub component manger and meta info system were not correctly resolved. The main reason was that the textDocument in the text modifiers are just plain text buffers and do not containt any url for the document. This patch removes importPaths() from the TextModifier. The ViewerContext can be stored in the TextToModelMerger and does not have to be recreated when needed. Change-Id: I17281caee23ddd51f6e36d5346bc3bd7c53005e8 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
This template breaks the layout and is currently unusable. Therefore we replace it by a string editor. Change-Id: I0818d006a4516f34954d5406ee4074664e909891 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10892 Change-Id: Ifbf5675ab53de54f6f38c07726f5ad400f6ee9d6 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Fawzi Mohamed authored
Change-Id: Ib2c0650aa4dcf1b5365c8521e5145003faf216ac Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 05 Sep, 2014 6 commits
-
-
Oliver Wolff authored
Change-Id: I8d7a2debfec3bbd06780458a29f11031dd9b862c Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Oliver Wolff authored
Change-Id: I42f97f8f629b6ffbf48a01409605853f60a9c02b Reviewed-by:
Andrew Knight <andrew.knight@digia.com>
-
Christian Stenger authored
Change-Id: I2a16bdff7b184e0988d9147f01075c87f8eb1309 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
Change-Id: I68071a5e8964c89a61a4dfe310fdbd7bb5fd1b8a Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: I92e359d95bc9cd62b5e1b8a059cb8aef3908bcb4 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I8dd8101e33da4a2bdb0bf36f4217f1c466583b47 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 04 Sep, 2014 3 commits
-
-
Kai Koehne authored
Change-Id: I804df07c711de62c6c8e34810aa17a7ed86f2011 Task-number: QTCREATORBUG-12956 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com>
-
Vicken Simonian authored
Task-number: QTCREATORBUG-12940 Change-Id: I431176c1879236bc107a2c1db11890da5d75f750 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Stenger authored
Change-Id: I4bf45cf838baa89b558292ca9d08ec184e80c20d Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- 03 Sep, 2014 5 commits
-
-
Eike Ziller authored
It is broken, and people should not even be able to manually enable it. Change-Id: I990922b1a514e43ed7e4b951ee230306e031f942 Task-number: QTCREATORBUG-11262 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Eike Ziller authored
Capturing const references in lambdas is potentially dangerous. Change-Id: I4b4ddc8dcb1e839e4ed919caccdf0010ed8e6a34 Task-number: QTCREATORBUG-12948 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Kai Koehne authored
We rely on string comparison for detection of QML import paths. Therefore make sure that all paths are canonical. Change-Id: I416bc31915644a888c416d726049668b0e71f29a Task-number: QTCREATORBUG-12902 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Kai Koehne authored
Change-Id: I06439c81bf7b194a2e32d1301e71a2c26e163d03 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Kai Koehne authored
We use forward slashes in all internal paths, even on Windows. Change-Id: Ie0b418c770dad96829dd357fe425616b6d3a5b82 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 02 Sep, 2014 4 commits
-
-
Orgad Shaneh authored
... when both the shared and the user file are older than 3.2. Change-Id: I9e16d67c2b566c43060cb9e05f02ea3a5343065f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: I2e8709a84882dde5a6bc96b4bd213581175c6c8c Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Kandeler authored
The QML part was broken due to recent changes relating to gdbserver "multi" mode. Task-number: QTCREATORBUG-12928 Change-Id: Ia806f0cbfedd6961138f7cd89a0387bd851ff83e Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
The logic checking the other check box if the only checked one is being unchecked was faulty, only updating the UI but not the actual state. As a result, both C++ and QML were switched off, resulting in interesting behavior when starting a debugging session. Change-Id: Ifd61f7080ad70f816fa80b416f8594f057c299d4 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-