- 07 Dec, 2015 1 commit
-
-
Eike Ziller authored
It is not very intuitive, and can easily happen when copy&pasting into locator. Change-Id: I51d226b8e834c43eedc042035a9b90aa7ee4844f Task-number: QTCREATORBUG-15399 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 04 Dec, 2015 3 commits
-
-
Jochen Becher authored
Change-Id: I8dbf536731cb24819f70dc6acacc4658fd257259 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Return Id() in that case. Currently we can convert the invalid Id to a string, but when we try to convert that string back to an Id there is a soft assert. Change-Id: Iad8443ff65a643030bd47446ec2dcf2889d2e4eb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
Use the same image file and recolor it as needed, Change-Id: I914819a53ca05d83ca5b88adf44706b460b48ac0 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 03 Dec, 2015 10 commits
-
-
Martin Kampas authored
The start point is the if (m_useLocalQtLibs) block in AndroidRunner constructor which seems to be effectless since 8d27ec66 (Android: Fix debugging applications that link many modules) Change-Id: I7850c1f53a003553ae1b3fdf0881f4c9fedf7b15 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Martin Kampas authored
This fixes segfault introduced with 4bdba9c1 (AndroidDeviceDialog: show progress indicator on manual refresh too). Change-Id: I72c7ead9de4abd46098ebf0ee0f8ce260669f088 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Alessandro Portale authored
No visual changes Change-Id: I542adc1546787a9a33fb90d6c03e109bb7a757b6 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
Change-Id: I61a678ec3696a5d0a0555e342fb34604fc1a5cdd Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
Change-Id: I6575e366c0733259e779e8dba6556d1c74c79792 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
This partially reverts 5f31eee3 . Change-Id: I5e1150b7535bbd5366d63be5c44fffd2ec3beb5c Reviewed-by:
Jochen Becher <jochen_becher@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Ulf Hermann authored
Someone had already prepared it years ago, but forgot to wire up the details. Change-Id: I895bf34694f134eb9526cea98fe08f91b6b9d808 Task-number: QTCREATORBUG-15442 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Alessandro Portale authored
This patch adds flat side bar icons according to http://blog.qt.io/blog/author/didesous/ The flat icons are supposed to be opt-in, via the theme flag "FlatSideBarIcons=true". It is false by default for the default theme for now. Change-Id: I1cbe69d4e138d5d23c0172a374933ac7a4ce8a5b Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Martin Kampas authored
Change-Id: I9036408d37ec3881acc85b85e272554bfa71226a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I47aaeb564107642543ba8038fc175a2c2203bebc Reviewed-by:
Edward Welbourne <edward.welbourne@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 02 Dec, 2015 24 commits
-
-
Martin Kampas authored
Change-Id: I089c2f64e06a3a421177c206faff6a6fe02d01ca Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Oswald Buddenhagen authored
Conflicts: src/plugins/projectexplorer/toolchainmanager.cpp src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp Change-Id: Id736c6922670c921c689219cb817b1541eaaf304
-
Nikolai Kosjar authored
Change-Id: If220ec7c84d41a47fc0f55dcbc55e62f0b7f05bd Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
The translation unit was updated, but not re-registered. Handle the editor documents this way: 1. Reset all ClangEditorDocumentProcessors (this will send an unregister message, but that's not problematic). 2. For the visible editor documents, run their processors so that the translation units will be re-registered. 3. For the invisible editor documents, mark them dirty. Once the user makes an invisible document visible again, the processor will run and also re-register the translation unit. Change-Id: I23693ac197bd34a183f3a0020eb5372268636599 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...since the clangbackend has its own timer now. Change-Id: Icef3ea820da751617a3fe4b6f090ac244d0ddef8 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
If we send already a completion we should test if there is already one sent for the same position. Change-Id: Ie88f89bff0e1da1c5e747827a45154c7ccaecabc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...by environment variable. Change-Id: If20589e84dea2366fd9b6b273259ce29eddb965b Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14454 Change-Id: I958f58b8b19a8a9453e869daaf0a25ccf6fe57b3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* Use member data initialization as well Change-Id: Ia8593b6f18dc6158edcdf4b96273cfbef5abfc44 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
There are no more users that use this without giving at least a major version. Change-Id: I4ed3c41eb87811435b9e354aa4b2ae8cc1979681 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Fix fallout of this in KitInformation/Kit/KitManager and the wizards. Change-Id: I5cb88cc381dc04409401909b810940ab6dccf86a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Add and implement a method to get the supported target device types to the BaseQtVersion interface. Implement this for all Qt versions. Validate that the Qt version's target device type matches up with the device type set in the kit and warn on mismatch. Change-Id: I95da42031022663776afe23a50eae3677bdb1dda Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
It used to be a string constant. Change-Id: Ibea34dc52e97a483989e6d628b908231f4e2dc54 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Use Core::Id for Feature and QSet<Core::Id> for FeatureSet. Change-Id: I12341036bd9eaa82589d92bd3f7d21f2e6b737bd Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I8438293a37a53532927520106d4ee5346237ebfe Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ie084677fb910fc6e415afcdf7533369150162f8f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Finn Brudal authored
Ensures that the DeferredDelete event is posted from the outermost loop level. Change-Id: Ib74d49d35811f35659ef272d6f0e0a4508f93076 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Marco Bubke authored
It is generating reparsing steps. Change-Id: Ibbdb2f5dceffdf940bbdf0c9a9f0a706124078f9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-15429 Change-Id: I9a8a582fb3c59a960425f83eb8e7b436f15d1c1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Use override on all virtual methods implemented by classes derived from KitConfigWidget. Change-Id: I050a9dbfd79b3ebe73af712b71d855a85f332928 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Ulf Hermann authored
Whenever we create the connection we as well try connectToHost() immediately instead of deferring it until the next timeout. The else branch in tryToConnect() would never be executed because if the connection is there and not connecting or connected, then the socketState must be != ConnectedState. Change-Id: I6736b35348671961fbb3a48edb5e9c6c1d7ce915 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Orgad Shaneh authored
On normal selection it should *not* be indented. On block selection it should. Task-number: QTCREATORBUG-15300 Change-Id: I40ca1c24c6e14d05ca3c2d92a7562aac0eabb4c7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I050a02fdfc2dde9048589e52b00353c1c0c25bd4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I2a333cc54d3c77a1fd43001a94c212e36b2e5f39 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 01 Dec, 2015 2 commits
-
-
Leena Miettinen authored
Change-Id: I1bff533c217b75681e37a533e12df0fc2a9695c6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Iee76086dfd886dd8d61db3cfe4600a5eedd36cb7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-