- 16 Jun, 2015 3 commits
-
-
Marco Bubke authored
Change-Id: I324e88c0d295114390c1fac2745c0d2d47637ece Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I943e13b92bdaa2ee1e6ead81788da45b40926f60 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
- 15 Jun, 2015 2 commits
-
-
Orgad Shaneh authored
Superseded by tests/unit/codemodelbackend Change-Id: I9b0fd62aa93090e39d87bddeb9fd07f6c954fe19 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I52b5d144df4c5a22eb2e4908e91d80ab6a5e8bec Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
- 11 Jun, 2015 3 commits
-
-
Erik Verbruggen authored
Change-Id: Icdf9ca2dcdc8d93e20b5f73a2720093e4c32a03e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Erik Verbruggen authored
Change-Id: I0d977e17fcc55873d763525f6609ba89972c1514 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Iad4ac96233f46d9f76894ab06f8ee55530c1e739 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 10 Jun, 2015 5 commits
-
-
Marco Bubke authored
Change-Id: Icad10f930a5e67b90fc2addcf9625116069ff7a6 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
To factor out things common to (most) tools. Change-Id: I5a4605f230d35280eda71e5f195d49d7bb929ae0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I71205c45ee01eeaf1d2c991ec625f6a66be1e851 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Id56b94436bc2df984e4c61595524638167c09842 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
The default constructor has no noexcept specifier for gcc 4.7 Change-Id: If204c19e21bc368d755c8d6508fd490f71be6f6c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 05 Jun, 2015 1 commit
-
-
Nikolai Kosjar authored
Change-Id: If7122b58c8ee8be8007af4b0ad9a9f726d5c0560 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 04 Jun, 2015 4 commits
-
-
Nikolai Kosjar authored
Change-Id: I1bac8210efa636af57822fc5b507909c22638ec6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I4f1b22d4de2ad6b5f6a2e7b7d5629c1d6523fb3b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
* Check also the environment variable * Check before including clang_installation.pri * Move the check to src/tools.pro to be consistent with the rest Change-Id: I0ffc43b5cc8df49fdc6141d356e34de22041eabb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I05e269b56bcdc3e4555116a584c2efaaccced6e5 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 03 Jun, 2015 1 commit
-
-
Marco Bubke authored
This is a partial result of wip/clang-oop. More will follow. This allows us to invoke the completion out of the Qt Creator process and thus safes us as against libclang crashes. At this point only the completion use case is supported. Some notes on the individual components: src/libs/codemodelbackendipc * library encapsulating the inter process communication handling * used by the backend application and in a follow-up change by the creator integration src/libs/3rdparty/sqlite * version 3.8.10.2 * dependency of codemodelbackendipc, will be used to storage indexing data, among others src/tools/codemodelbackend * the backend application tests/unit: * unit tests Change-Id: I91a48e27467581a22fb760a18d8eb926008fea60 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 02 Jun, 2015 1 commit
-
-
Johannes Lorenz authored
Change-Id: I571aefdb1f2aba88ba0c7710f16b6d8ad2e8f5a8 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 18 May, 2015 2 commits
-
-
Thomas Hartmann authored
QtQuick 1 is deprecated in Qt 5.5. Change-Id: I2af319cad8eb68269e31f93968ae6cc8ad9a2166 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Alessandro Portale authored
For a dark background we need light icons. Change-Id: I86714598be70bff981f94fb6c4e4afd6acfbe96a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 04 May, 2015 2 commits
-
-
Tobias Hunger authored
Use --env TEST=somevalue or --env TEST (to unset TEST) once per environment variable you want to set/unset. Task-number: QTCREATORBUG-14342 Change-Id: Ia968aeb55a9702d12bc0beb9a38bdd8309a18559 Reviewed-by:
Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
The default kit is addressed by its id, not its number for a long time now. Update sdktool accordingly. Change-Id: Iad0d0c6eda2aa824fa8add99871db7efebb30e75 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 30 Apr, 2015 1 commit
-
-
Tobias Hunger authored
Keep QNX. A short informal search did not turn up any more blackberry users, even though there is interest in QNX. So this patch removes the platform: We had no contact with the maintainers in months, there are no changes going into the code for about as long. I am not even aware of anybody testing the platform, so any remaining users are probably better of with Qt Creator 3.2 or so where the code was extensively tested. Change-Id: Ibeda6bfd8565599918cfcc08fd01cb5ed8793dc2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 20 Apr, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ide74482b133dd1fec40a725d9aa81bd749385f37 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 02 Apr, 2015 1 commit
-
-
Kai Koehne authored
This avoids unnecessary detaches of the Qt container data. The mismatches where detected by defining QT_STRICT_ITERATORS; however, this define violates the ODR (causing linker errors), and therefore is not added permanently. Change-Id: Idd336a9c8b394214a820437ef1b92d2101f6101c GPush-Base: 62b0848b Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 01 Apr, 2015 1 commit
-
-
Alessandro Portale authored
Change-Id: I078300c7b7a9667109754522048736c886b815ae Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 31 Mar, 2015 1 commit
-
-
Alessandro Portale authored
Must at some point in time have been changed to use QXmlStream* Change-Id: I8ed535f51246a0917454352d459a0f24c34f4a62 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 18 Mar, 2015 1 commit
-
-
Christian Stenger authored
Change-Id: Iae4696b2d0fff84286f3953d3382f52262d72a6b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 11 Mar, 2015 1 commit
-
-
Kai Koehne authored
Change-Id: Ibe1b43379e9ac6ccf280d35ce9605591d720dc0a Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
- 27 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: Id97ca27fa909979573efca12dc0cd14b28eacd17 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 18 Feb, 2015 1 commit
-
-
Christian Kandeler authored
Change-Id: I69aacc7391e6e25e66eae1fb54b3c1cfb18679ee Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 13 Feb, 2015 1 commit
-
-
Sune Vuorela authored
As a part of making the Qt Creator build reproducible, ensure that the build time isn't by default encoded into the binaries. Change-Id: I92bc3c2e832d5397bc1e2599214ef3ba911fed0b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 30 Jan, 2015 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I19e31ec13a6f726eff5938bca191c251abb50b4d Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 29 Jan, 2015 3 commits
-
-
Orgad Shaneh authored
Change-Id: I7506b30a1f6ac064511b047dfe5b90814e6d5212 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
* Move cplusplus-frontend to src/tools * Make them depend on libs/cplusplus instead of building that lib again * Put the binaries into bin of the qtcreator build directory * Unify *.pro files * Build them all if BUILD_CPLUSPLUS_TOOLS is set Change-Id: I8f9cd731625cbf9f41d5f6464c6cd946ffd6e141 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Nikolai Kosjar authored
Change-Id: I43035114806bb0eb5772bdc591a8cb2864dc2423 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 28 Jan, 2015 2 commits
-
-
Orgad Shaneh authored
Change-Id: I6d607177b12ef4f55cfbaa2c0e339216627906ec Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
It's pulled in by including qtcreator.pri. Change-Id: Ief408b586d81780187392afbcadc0aea497e55aa Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-