- 26 Jul, 2016 12 commits
-
-
Riitta-Leena Miettinen authored
Add an image for an icon that consists of 2 masks, and therefore cannot be used directly from source. Change-Id: Iffcf274db1dc1444c894aabaa6452747f95089f8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
Change-Id: I73d6ec3b7bff5e161de54a3287e3352435753234 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I9a0450b723ebca82439057e7839e19985da4a2d6 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
We have a case of a crashing puppet, that might be related to QML2_IMPORT_PATH. Since this only affects packages and we only see the issue on a non developer machine, we just go back to the old behavior for now. Change-Id: I322cb5b02ff3b5a3dc27bab4767e6488686d216f Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Robert Loehning authored
So MSVC2010 and MSVC2013 don't get in their way. Change-Id: Ie4696ce1afa695a6db109945ab506ce195322656 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Ulf Hermann authored
If the application outputs the "QML debugging is disabled" line (and Qt Creator can read it), the QmlProfilerRunControl will kill the application. In the test this happens if Qt Creator was compiled without QML debugging enabled. Change-Id: I958a991d304ec9af8643e88dd9709f580a28753f Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Alessandro Portale authored
Change-Id: I1b1cd8f402d379fc6db023ba1225757a7ca1099f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Riitta-Leena Miettinen authored
To-Do List > To-Do Entries to match the output pane title. Change-Id: Ia37ff8a49b91a1db5773a0bd37f80b87ad1c8049 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
hjk authored
This can happen if a previous session marked a plugin for not loading and ended the session in a perspective provided by that plugin. Change-Id: I83a5dda421a1bb8ed2f8942f03e629e9c5d4d4ed Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikolai Kosjar authored
...on the plugin side by removing a left over calculation. We construct the detail in the virtual ClangAssistProposalItem::detail(), that is, on demand. Test: 1. Open src/plugins/clangstaticanalyzer/unit-tests/qt-essential-includes.pro 2. Open main.cpp 3. Complete in the main function Measured with a timer in IpcReceiver::codeCompleted. On Linux, for 20637 completion items: Before: 119ms (avg) Now: 81ms (avg) Gain: 32% Change-Id: I9617cb9651a8367c31cd40e965175b5b37e10730 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Christian Stenger authored
Change-Id: I19dcbd89b68e4df5d87cb6b6923adee0d07a6b55 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
Disable running tests also when currently executing a test run. Change-Id: Ic9538678d678650c3c79da5699f96e812d7c5415 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
- 25 Jul, 2016 16 commits
-
-
Thomas Hartmann authored
We use z instead of visible, because visible triggered issues in the layout engine. I use both for now. It seems to work with recent Qt versions. Change-Id: I74fc1eac6d8443a85683c208ccf99b5d3f0eee09 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
The color of the combobox was not defined by the theme. Change-Id: Iae9487f6c80e07c0c7b0155db79d9125c082c33f Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Thomas Hartmann authored
Change-Id: I9c9b8286c226973f1c5008d807e4e3d452a76229 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
Make it a real reactangle, without worn-out corners. Change-Id: If7cce94896a485d34ae23602bb1dc7437cf1c62c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Alessandro Portale authored
Themable and High-DPI Change-Id: Ic073a6a8c5f3fc7eb28b9b498d3dddbebedb243c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Riitta-Leena Miettinen authored
Change-Id: Id03b410653be4ae75f6a98ea7af045ac35575ce8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Thomas Hartmann authored
The text field for bindings was not properly themed, yet. We also use general Qt Creator icons for apply and cancel. Change-Id: I45f1220540a6eaeff05be0b99d8b70b64ca67af4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
hjk authored
Change-Id: I39cc64acbdbcd5e5156e1514acaf9674a91e81a4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Alessandro Portale authored
...otherwise multi-line text would flow over the item. Change-Id: I98b8a45441150843638f3bd917f5e38f369729f3 Reviewed-by:
hjk <hjk@qt.io>
-
Robert Loehning authored
So MSVC2010 and MSVC2013 don't get in their way. Change-Id: Ib32c30dc0cc960756bb423348d88452aa20fbfcd Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Ulf Hermann authored
Depending on the build configuration of Qt and Qt Creator there can be various kinds of messages and we cannot reliably determine their number in advance. Change-Id: I162cc02a72200026d3cbe7498fa705911f4cda39 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Alessandro Portale authored
The default Qt:red for the lineedit in Utils::PathChooser is unreadable in dark themes. This change ensures that the color comes from the current theme. Change-Id: I7b890bb18e4b996cf0a8f0ac3286da87dd33f5f2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Alessandro Portale authored
These icons are useful in other situations (e.g. QmlDesigner) Change-Id: I31751b8ca8fea34c532d54d423e5fef07b370a4a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
hjk authored
There was an official release in June, and given that LLDB on Linux is still fragile, requiring at least the latest officially released version seems in order. Change-Id: Iabbdc654071b28166c7f9ea550eaa7db304cb4a0 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
hjk authored
Mimic what GDB does. Change-Id: Ied3fff41339220eacc5c942b3f30e744f9f32a21 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Erik Verbruggen authored
If the document that FindExportedCppTypes is to search is not in the snapshot, skip over it (instead of passing the shared pointer with a null-value inside). Change-Id: I462e3d22aa4e1cc51e710c75ae0f9399c151240b Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 24 Jul, 2016 1 commit
-
-
Orgad Shaneh authored
Change-Id: Iaf9c168ec2b62abd945a800d3e99a5af9af2b864 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 22 Jul, 2016 11 commits
-
-
Thomas Hartmann authored
The highlight for changed properties was broken for combo boxes. Change-Id: Iaf345f2c4b0a246588a58b970cb7927004a73774 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I60b7222380486c965701abf6fcbfad460797ab27 Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Alessandro Portale authored
Using a themed text color instead of a hard-coded one and making sure that ManhattanStyle does not tweak it. Task-number: QTCREATORBUG-16643 Change-Id: I4bac9b29ee3c293270f39438664d617ac7591c8e Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Alessandro Portale authored
This change adds even more stylesheet code to make the background white, and the editor text black. Task-number: QTCREATORBUG-16556 Change-Id: I48cf5c825a7600406c289c25ba7c421cd3634a97 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Thomas Hartmann authored
There is no reason to hardcode the mapping from theming color roles to QPalette roles, since such a mapping can be easily defined in the theme itself. I added optional color roles for each QPalette role. Themes that do not change the palette do not have to take care at all and themes that change the palette define only the QPalette roles they require. Change-Id: Id195052c96117b7a1a8d7d7d6acacd44e66e22f3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Riitta-Leena Miettinen authored
Change-Id: Iea26aa7112e43694df244dfbbfe61846d9477126 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
If the user wants to undo, first save the file silently. Then the user is still able to cancel the undo operation. Task-number: QTCREATORBUG-16647 Change-Id: I61ac42ff41f3f7758d662692bc92850766beab8e Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
* Remove QLatin1{String|Char} where possible * Use initializer lists for QStringList Change-Id: I8479f87f4fc909b5d74d854956885564209538e4 Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
hjk authored
Make QMeta* dumper work without debug info. Show QObject parent and children list in this case. QObject properties are not visible, and neither actual type of QObject children. Change-Id: I05417a7d78084234403a964f683db6867b6686f0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Ulf Hermann authored
Change-Id: I94f3a9c24df52c1a5689ea6e73d81a526d12bdc4 Task-number: QTCREATORBUG-16645 Reviewed-by:
hjk <hjk@qt.io>
-
Ulf Hermann authored
We want to know why it's failing. Change-Id: I794f183d8aae7f0f7c6444b432d9a2e80db16f22 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-