- 15 May, 2015 12 commits
-
-
Nikolai Kosjar authored
Detected by Address Sanitizer. Change-Id: Ieab9c201e1fe6a7cf5c32747b2ce3d4562f4e598 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14352 Change-Id: I2ce4bc1d0dba2414afe050e80607b581686081a9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ifd9417b4573dab35dde72b84c261b58fec574ede Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
By adding the expression document to the bindings object. Since ResolveExpression is always initialized with the context of a TypeOfExpression object, the symbols and names in the expression document will at least live as long as the most outer TypeOfExpression object. Done-with: Orgad Shaneh <orgads@gmail.com> Task-number: QTCREATORBUG-14253 Change-Id: Ia97c7401a2ada9a36113a04cf39e2283393421dd Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Alessandro Portale authored
Using the new .json wizard engine allows us to get rid of much old custom wizard logic. As additional benefit for the end user of Qt Creator, the .qml.ui split is now optional. Change-Id: I4b5ebcc35a585fad6ebc2e994711ca23e3300717 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Sort of introduced by recent form layout fix for OS X. Add the missing break statements. Change-Id: I0862c34f31e4afc7d1834fa436c6193345205b9b Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Marcel Krems authored
This fixes a race condition when searching in multiple files. Task-number: QTCREATORBUG-14403 Change-Id: I5572d7f2cd9fe3c399efdf37e874d9773be76f57 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Converting std::unary_function to std::function will create a copy, which we do not want. Actually std::unary_function as a base class doesn't serve a purpose at all in this context, so we can just remove it. Bind a std::function to a pointer to our search object instead. Change-Id: I31db62312eefdff19b09fbb4eb20e8e666125874 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Replace the subversion checkout wizard with a Json wizard. Change-Id: I969ff00e2e6fdc8088f8c7a928f80454cd987164 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I27c5c76923bae3e4df514e228873330fd8232c7f Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Returning QString() from here for unset vc will result in the substitution to fail and thus will leave "%{VersionControl}" as the text. Returning a empty non-Null string will make turn the replacement into "" instead, which is what is expected. Change-Id: I9dc890deb5f9ea1ac28c1546e4c1bce804d196ef Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Eike Ziller authored
- Open timeline view when clicking search button - Use the usual search tool bar - Implement incremental search and the various search options Change-Id: Id83ab502cf4175738a825f531d9e454169663765 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 13 May, 2015 5 commits
-
-
hjk authored
Use covariant return types for aspect creation, other aspects already did, it does no harm, so follow suit. Add 'override'. Remove empty line. Change-Id: I68e85f64e60becf47ee407eb6d1800f43c4d0755 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Make sure the editor with the requested id will be in the list of editors to use to open files. This unbreaks e.g. the git submit editor which opens an empty file. Change-Id: I51c76ae13ddf0077e895ca0a9b7797f664888c0f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I9a286fa73392a86b6d7ed39389a7601450a42b88 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
Change-Id: I25d00a7d68fb85797c9d6edc5a3e70b698ce6b9b Task-number: QTCREATORBUG-14390 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Checking the .pro file is actually not too relevant, so extend the check to the .pro files directory, and more importantly, to the directory above, which will be used as the default location for shadow build directories. Change-Id: I867118902abb2cf4b621e976b6ba953ef8f0431a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 12 May, 2015 23 commits
-
-
Tobias Hunger authored
Change-Id: Ie84e659d7cecf68753056db63a389173d725ebe4 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ia51b8d47299d855dd11e8bbcb05b22aea875e458 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Superseded by Overview Change-Id: I2ae193b1b9265ed59b73315486a35c53f6c8068f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
... when engine does not support watcher insertion while running. Change-Id: I1b4500f75b43176df7dc31f4a5840afb2347dd36 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Unbreaks build after 90f19ce. Change-Id: I0f1ddec10abda39149dd3743bdff1d0186d1de31 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Idb81fee165f5950d8a4dbe51fc79822594f9b3c4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Ib33311416ebc468a7755a76dabcf47155ca3f1f6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Change-Id: I0cac98b68ee67eb016e32eeb17fc41a2cce38d9b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
This allows to do more sophisticated checks on the completion state of the page. Change-Id: Ibb6593fdc4e9c9f37e7d70c516f1a1410123191f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I310b55a4832c169df68d5fd13311bba66dbd973f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I1d2826159ce1cd4f531a576720b9ba6f204d15fb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I19bed185ea89d47871efd07b34cc99b4739b7659 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Add a page to run checkout commands with. Change-Id: I4c6a6f662c3dfa19fd8f837934e8173412ee6f36 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I293252c2beadc6fc4b4650dbf09127aa5e7898f6 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I65811ff8afb5c8a637c68d5b0dba81ccee71c462 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I209abef3e6682b2d3725e0e58e0289cd5757c497 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
This will be used in the VCS checkout wizards. Change-Id: I68bbdefa6b8287dc50a4ec8a9ca6136831571d3b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: Iffb1193bfb741533645521b30d9181aa61dc5c12 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: Ic230eaa95e4e9a4ad614af50297d6028fefaae6b Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
1286 bytes when using an initializer list, 7414 bytes for the insert(..., ...) sequence. Change-Id: I10ad8b10fea962feb01e9dbb31a542a4b66680a7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Ia8cf298c1a62e01d6df6f9f871a8d3eafde5821d Task-number: QTCREATORBUG-14064 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Add default implementations for some generator methods Change-Id: Id7c2dc76bd3f96bc9f2560e835981fcdad167f92 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Move code opening files and projects directly into the JsonWizard. It makes no sense to keep reimplementing this functionality in generators. Change-Id: Ib4686a262fa9b2c78028146d138c5bba5d5b604a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-