- 18 May, 2015 10 commits
-
-
BogDan Vatra authored
Change-Id: Ifbf1987e1b4322f1a0878855a12c4966bd77dc71 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I782aab3895f27b801c9517cf9ef21f4a474612fd Task-number: QTCREATORBUG-14395 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Ib4a272eba1f1521c082ec519ef016ad5969eb527 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Alessandro Portale authored
For a dark background we need light icons. Change-Id: I86714598be70bff981f94fb6c4e4afd6acfbe96a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Now that every usage of that command is using it in a separate thread we can do that without any problems. Change-Id: If38a734ceb5c519cd3ed28357374c83843e67c8e Task-number: QTCREATORBUG-13634 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Daniel Teske authored
We used to only identify the avd by api level and abi. That was obviously incorrect, but at the time I didn't know how to get the actual avd name from a running emulator. Turns out this is reasonable easy via telnet on the emulator port. Change-Id: I387901a5294674f44399c0726abcc9feea221e8d Task-number: QTCREATORBUG-13095 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Orgad Shaneh authored
shortcutsettings.h(84) : error C2536: 'Core::Internal::ShortcutButton::Core::Internal::ShortcutButton::m_key' : cannot specify explicit initializer for arrays Change-Id: I8df6f788cd56c75b3fc71b8349a1c77139175460 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Idcf5c523010ecb46d0ec6fa9475d182d14984852 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I1e618408ba87fa1fbcd3c78498adb83d149d935a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
... and cloning. Most aspects already did, it does no harm, might save a cast later, so follow suit. Change-Id: Id6275806657b723d4352a4b772b220cb9a2d9a5f Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 15 May, 2015 17 commits
-
-
Tobias Hunger authored
Change-Id: I590a88c4c66a0dbc879d2ba9198f273333fa35e5 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Eike Ziller authored
- change the line edit to accept actual text input in a form similar to QKeySequence::fromString (with special "native" form on OS X) - add a button that allows entering a key sequence by pressing keys, including support for e.g. escape key, which was broken before because it closed the dialog - add a warning label, that allows filtering the list for all potentially conflicting shortcuts Task-number: QTCREATORBUG-6 Change-Id: I94fc63525f653127e87f6ef2bffe72d8dcaa867d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Daniel Teske authored
While at it, make non acceptable chars give better feedback. Change-Id: I080f01592b2c8cbd6580734ca3e6fd46b9491106 Task-number: QTCREATORBUG-13589 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Orgad Shaneh authored
Use-case: struct Foo { int bar; }; template<typename T> struct Base { typedef T F; }; template<typename T> struct Derived : Base<T> { typedef typename Base<T>::F F; F f; }; void func() { Derived<Foo> d; d.f.bar; // bar not highlighted } Task-number: QTCREATORBUG-14218 Change-Id: Ic0b22b2f8adf80ff88a2f8b7359c276a744f89e8 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Detected by leak detector of Address Sanitizer. Change-Id: I2aae2ba6fa2f218c9754d912dce7c398b1b384cb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
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 8 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>
-