- 10 Feb, 2016 5 commits
-
-
Tobias Hunger authored
* Use pragma once * Make some slots private members Change-Id: Iebc593f4cd6c690bedfcd1d4dfeb0882bf78ec74 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
We evaluate properties for the root item in dummy context if they contain "parent.". Defining a parent in the dummy context was not working for QML 2, because there seems to be a shortcut bypassing the metasystem for parent. Task-number: QTCREATORBUG-15530 Change-Id: I710f1ef36b8c97cc481b9909a775f06d9e03f666 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Eike Ziller authored
It is now deduced from either the type of the QFutureInterface<ResultType> function argument, or the return type. Change-Id: Iddab3cc329206c649a6e55a44b2de2d406701dee Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
The dummyContextObject is now set as the context object Change-Id: I710f1ef36b8c97cc481b9109a775f06d9e03f6b6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
BogDan Vatra authored
itemNode property was changed to return the itemNode id, which is not enough for custom QML Designer plugins to access model data. Change-Id: I8111ba27ff4b32aca5c954b3739d15495a60ec58 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
- 09 Feb, 2016 14 commits
-
-
Christian Kandeler authored
Like qmake does. Otherwise, since the unique product names contain the associated profile, inactive targets get run configurations for products with the wrong id. These get removed and re-inserted on the next target switch. The user-visible effect is a suffix "2" alternately appearing and disappearing on switching kits. Task-number: QTCREATORBUG-15372 Change-Id: Ib57859103786988d273733680a373a8283295a35 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Remove some workarounds for older versions Git version in debian stable is 2.1.4, and in Ubuntu 14.04LTS is 1.9.1. Change-Id: I8d558857a429149222b817401b98e90df10447b6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ic0ac337ea90310239a2b1e681083f2201a76afe8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Iad4eff0fa9574561255972b1614ec9e9d9eb88c8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
And add some documentation. Change-Id: If307ccfc8be68280694c2bccdbc95f72765524f8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
David Schulz authored
Select the text that was typed to trigger the snippet before inserting the snippet data. Change-Id: I15a6e08321d03b56dcfe0e62bb0e317b6f0529e4 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
We cannot assume that the model manager is still available when the operation finishes. Also, accessing the QML model or the trace time from the thread is dangerous. Change-Id: I673c57c09490a0e3e2647f3197929eff1ce4ceb3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
The extra selection tooltips are a good default for a hover match. We use that in the basic plaintext editor to show, for example, syntax errors in XML documents, detected during extra compiler runs. Change-Id: Ib7f755c482ebc04148567105e4779324799fb670 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I579bd9bf9e4060f4620afcbd42ac866d0d19bd37 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I1ac54206ca2735c55c1468ddd4ab5f3106665f16 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Id6513c46c72f0f4729783136ba0e9d779af7d147 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
* Enable usage with QFutureInterface of non-void types * Remove watcher. Instead, start the timer immediately * Replace inheritance with aggregation of QTimer Change-Id: I4a7d8e2b8c885fd7a84a0134be3e41220952c185 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
* Paint it a bit bigger * Center vertically in line Change-Id: I5ba751e9b1e21591965bbf7a9ce020ee7b2b9c66 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Nikolai Kosjar authored
* Rename variables for readability * Use const Change-Id: I74d44a5075738b1aef28a97f647431848564544a Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 08 Feb, 2016 19 commits
-
-
Nikita Baryshnikov authored
in places where we do not need it. Also removed metatypedeclarations.h Change-Id: I406891ff9b87e88112ae6317c479f5fab83625c8 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
QtConcurrent runs everything on a global thread pool, which means that calls of QtConcurrent::run/map/etc can block each other. Change-Id: Ia7a61b5ae1e0919113205a83a43caa1f27015732 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Orgad Shaneh authored
Will be used by Grep Change-Id: I9346707eef2fe55085b0edf090e117fe45afe8bf Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
* Remove unused includes * Remove QObject qualification * Use a raw pointer for widget instead of QPointer. It is owned by GitGrep. Change-Id: I4e2c9878289ed3491bfd7b0565a683bc01e485f3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Marco Bubke authored
QVariant has unwanted dependencies so we provided our own simpler solution. We want to support move only types and calling the copy constructor as you move the value in and outside. This copying is adding unwanted overhead too. Change-Id: I2e27a7924868efe81e8b8ff3415499c9fa22c2bc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I88495cb51f1f28e168290137930aaf949e83b4c5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Git Grep is now implemented as an extension, instead of by inheritance. Change-Id: Idec79ec167a3ca35d87deb2d0e16e134f093b67f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Alessandro Portale authored
Similar shapes, but hollow. Change-Id: I72f39d1bc701c28c8bc0b038f646904efe1e67b0 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I9788a81395d55b54e1e25c9315a07965fffd37ee Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ic3f59f4c9a5337c1189696fde8fe49ba711265f3 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I43c0a39d102d3cf569b4a3c073af393a0a15c68a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I54a4666ab4619059fc5ad7a2597e10344c376a5b Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Nikolai Kosjar authored
...at the end. For cases where msvc parses/compiles fine but clang not, the issues pane was not always shown in the end. Task-number: QCE-62 Change-Id: Iab979b664e37dc7b35c2418566a7af74a4907829 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Friedemann Kleint authored
Output the list of available test functions. Change-Id: I86578b9eeaa2f4cd5782de7ea2d90fae06e22542 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
The same problems we had on Windows (started() emitted before QSignalSpy::wait() called) occur also on OS X. Get rid of the QSignalSpys completely and watch out for the signal emissions manually. Change-Id: I092126c6605b046f250999b8ff04d11e685297c2 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Alessandro Portale authored
Making the height animation work. Synchronizing height animation and arrow rotation. Removing the well meant fading, because gives the impression of a lag rather than an intended animation. Change-Id: I97924c715476df72ff903d38277730ca0e02e80d Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ib1916c345bd345ee3dd5179c84bb259c2992303e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
It is instantiated in several locations. Move the find support to its ctor. Change-Id: I77b05eff2889d0b8b801eef38d701ca4af3eefda Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I7e358b31eea41e1896a43c5efb9a9336ec127c33 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 05 Feb, 2016 2 commits
-
-
Marco Bubke authored
Change-Id: Iffe01fe06d3fbed192e3f1875431337c49147800 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I099ffb6931947f72ad242e858d82a109a0da85f9 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-