- Oct 01, 2013
-
-
Orgad Shaneh authored
Much easier to maintain, real logic is more readable Change-Id: I7c5f7854ea9ee67a3e1eb7a328702fc19852fdb5 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Change-Id: I1f4f3cd1711945fd8763cdbf3039056b802cc03d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Orgad Shaneh authored
Change-Id: I1c357bbb72a4d8edb8eeb55619f498de1fee872f Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Andre Hartmann authored
Change-Id: I28c96b1d02735c687be4d3626cce2395e710814b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Oleksii Serdiuk authored
New "Ignore missing files" checkbox was added to "Upload files via SFTP" and "Create tarball" deployment steps. If checked, missing files will produce a warning instead of the error thus preventing deployment process from failing. Change-Id: I0c3032746fbaae60aef2345802fc02c9951ab386 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-9477 Change-Id: I4eaf70089e19f0fcab8d85d9a101f74e119bbae0 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Christian Kandeler authored
Change-Id: Iccf560960d9c28335cd5a8d6ce491e63e71c51b7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
Change-Id: Ie4cb2e58e1abb7319b26ce166a039c9b3db47dd7 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Jens Bache-Wiig authored
This makes the controls fit a bit better into creator. Change-Id: I61dcd3a2db07281c437ef17604aef862d88876b9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikita Baryshnikov authored
Fix typo in https://codereview.qt-project.org/#change,61526 Change-Id: Id0013feb788dacba0fbb7f1863115a960f594d54 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Add displayname and project file path and a pointer back to the project. Change-Id: Ic9a18f52a6291493bd3a95fd3456ed0e1a3c63e3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-10093 Change-Id: Ice5dab344299842797c82f63540ed62048ca3627 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
interface gets defined in combaseapi.h. Change-Id: I4eaf77789e19f0fcab8d85d9a101f74e119bba00 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Marco Bubke authored
Change-Id: I63e81291bf909bff95d9f11f62fd79f321589ebd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If7a951bc8608003a5839aaf2b7282e4ef28d232c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ib2642cc1301f696b5251116bb8193e044970dcce Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If0a98544a365fe72e3fa89a9d7c85d8a5101434b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I628bc7061242bccf00701c77704f4b1e553019ff Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I7894a42260f62bda81bc060481fc2320689f071e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
Change-Id: Id88e8967379a1236556d58a49739aae1c47665a8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Joerg Bornemann authored
If the cursor was on the first character of a SIGNAL/SLOT name in a QObject::connect call, the detection in findLinkAt failed. Token::end() is the first position behind the token, so we must check if positionInBlock is less than tk.end(). An extra branch has been added to handle the case where the cursor is on the opening parenthesis after the identifier within a SIGNAL/SLOT macro. This worked before, because of the "fuzziness" of the former condition. Task-number: QTCREATORBUG-10264 Change-Id: I2122bc2c13af1eb6c37dba9134d2b5ab931f80a9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Tobias Hunger authored
Introduce priorities for build configuration factories. This way plugins can register specialized build configuration factories, that e.g. can provide additional build steps. A negative priority signifies that a factory is not prepared to handle a request, the default build configuration factory shipped by the build system plugin will report a priority of 0. Add 100 to that for each specialization you add (e.g. a remote linux buildconfiguration factory would report 100, a specialization of that for mer will should report 200, etc.). Change-Id: I141a7a5a79166afdb7657d46eb7e86bd18d3abf6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Michal Klocek <michal.klocek@digia.com>
-
Joerg Bornemann authored
Like for functions we can call attemptFuncDeclDef for operators. The check for function names has been enhanced to take operators into account. For the switch from definition to declaration SymbolFinder::findMatchingDeclaration has been enriched with operator knowledge. Task-number: QTCREATORBUG-7485 Change-Id: I29eebee337e26c8bf67dc8b4a15c43883045589d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eskil Abrahamsen Blomfeldt authored
Add a list view to the deployment settings which allows you to add and remove libraries from the ANDROID_EXTRA_LIBS variable in the .pro file. Task-number: QTCREATORBUG-9849 Change-Id: Ic0131c46be8fdef4b226b5ceb0ee82ea4dd82c6a Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
David Schulz authored
Change-Id: I99597a22b333c44346eb890ebe615193bdbe66d6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Joerg Bornemann authored
Task-number: QTCREATORBUG-9617 Change-Id: I6c6313746b837775bab665bb7019a2adf0b0f286 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
We need this to build plugins located outside the source tree. Change-Id: Ie587b5e838bf0ce67b19d3222bbc40b53b888e69 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Erik Verbruggen authored
Change-Id: Ic3578bd98c2f1aefcaef61f5b993dc9a67ca5a77 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
It's not necessary, and it lets people get away with using the wrong kind of include statement. Change-Id: I736a0aae93c930da37dbac548a3bb025838e7588 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Nikolai Kosjar authored
F2 on a virtual function call presents a list of overrides in derived classes. The function declaration of the static type is shown immediately at the top. Task-number: QTCREATORBUG-9611 Change-Id: I80ce906fa06272dc9fbd1662cd17500b8c77067f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Immediate proposals are displayed for asynchronous providers and fragile proposals. The idea is to show already available results immediately. The proposal calculated in the process runner can then replace the immediate proposal. Change-Id: I7903e6677c9dfeb4957eb416062fff1fb01ff23f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
Breaks compilation on linux for non-privileged users. This reverts commit 4d7c17fc Change-Id: I24e1912c852d8c6105f73f526cadbaea131911d1 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Orgad Shaneh authored
Change-Id: I8e8b29246274e0b358dad9f5596a64639f0255c5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Przemyslaw Gorszkowski authored
Based on type hierarchy. Added to context menu ('Open Include Hierarchy') Shortcut(Ctrl+Shift+I) 'Include Hierarchy' contains: FileName for which 'Include Hierarchy' is done Includes(which files are included by current file - tree hierarchy) Included by(which files include current file - tree hierarchy) It is possible to open/goto each file by clicking on specific item. Additionally for 'Included by' files it goes to the line where is include directive for current file. Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
The UI side will come in another commit. Change-Id: I1038a438587fe4cef70408f7f627d08837fc192d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
Change-Id: I0779ac1ed42cf1d6815ec278b2a9fb2c6c3bf775 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-476 Change-Id: I82ed92acdcda551d2c6a9ca221832ac20117a08f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I5171bc3df7672d403f83d0ff352e8016a9694c40 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib6beb99f346d72a329ec7cd72fcce1d63e46b1f2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Change-Id: I6569e3d53b78cdcdf8607a289b5be37447e0a03c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-