- 15 Sep, 2014 2 commits
-
-
Christian Kandeler authored
One line was overlooked in a recent patch that intended to do this. Change-Id: I1c344c4e25d47b2c4cc89071c2a4e059b451c9fd Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
We can't do that during parsing, as qbs::Project::buildSystemFiles() might run into a race condition. Change-Id: Iae3fd3000fdc71fec50c82d50fb3b4e3888351bc Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 12 Sep, 2014 2 commits
-
-
Ulf Hermann authored
Not doing this makes the QPlainTextEdit interact with an invalid layout, potentially causing crashes. Now the cursor setting itself is not part of the undo stack anymore, but as undoing sets the cursor itself, that shouldn't be a problem. Change-Id: Ic6f8ee9781faed655ac20f058b562c098ced20ae Task-number: QTCREATORBUG-12987 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
Change-Id: Ic312423ff7d79b652379d7512a75be043a33740b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 11 Sep, 2014 10 commits
-
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I474a2cdfbc99a82cd075ee785d2530a8a5f012e4 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
Since we're opening the port for IPv4, we must also use an IPv4 host address. Change-Id: I73e009ebd6deb0bd6804cddc8c83299dbfc1b312 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
This was overlooked in the original patch. Change-Id: I1709e28552ed9dd83bd3e810ba51ef5ec95d8580 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
Channel exit is completely normal if we closed the channel, so this must not cause an error message. Change-Id: I57f5165b339a52a25118ad5e357f41334dadebc4 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
The statement in the RFC was misunderstood. Task-number: QTCREATORBUG-12884 Change-Id: Icd533362ebf95d963cacc8d11da03360e742f070 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
Change-Id: Id71d3ec192a030ead81bb7746681b18cb9d79e27 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
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 2 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>
-