- 11 Feb, 2016 5 commits
-
-
Nikita Baryshnikov authored
fix "Auto: auto-redetect, duplicate users" case Change-Id: I7d0ca9a3eff9f217412babf61df8bf7fdb978302 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ifccd877d5096279f38a0084a4cb0eba0e7705d87 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
This is similar to "-noload" and prevents a plugin from being loaded for testing. Nice to blacklist some problematic plugins. Change-Id: Ib273d244333a9d275969c9608e556a11b7518386 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Add new ClangClToolChain, which is autodetect by checking the registry key created by LLVM and trying to find a suitable version of MSVC2015. Add ClangClParser for parsing the output. [ChangeLog][ProjectExplorer] Added experimental support for clang-cl. Task-number: QTBUG-50804 Task-number: QTCREATORBUG-15641 Change-Id: Id34341570e935afc8ef6a104421d4abb5892176f Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Report the commit data fetch result, including success state and error message, through the QFuture. That also removes the need for creating a fetcher QObject and the logic to make sure it is deleted. Also exchange QtConcurrent::run by Utils::runAsync. Change-Id: I9c0c03eff2eaa32f577b4599ffda58b0c09de59b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 10 Feb, 2016 14 commits
-
-
Tobias Hunger authored
I broke some connects today, fix them by turning them into Qt5 style connects. Change-Id: I5aab2afcebbef5a5f36840352598c747d5d60477 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I9ba3b93e53e63153c1573d51c1aac53b7e088362 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* pragma once * member initialization * s/struct/class/ * Introduce a static GitPlugin::client() method and use it Change-Id: Ifdcac86dd16f3cdba11d564d03e9a15f00a6afdb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
- Fresh arrow_down, which is used in many places - Fresh arrow_up and some tweaks in spinbox - Fresh graphics for "submenu", "expression and "placeholder" - Fresh graphics for checkbox indicator - Removed unused hover checkbox variants - Added pressed state for checkbox_tr - Removed radius of focus rectangle in the lineedit Change-Id: I710ec6ac8ebf86c85a155a812e581cca88845ce3 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
The previous code would fail on Qt versions n.0 to n.5 with n > 5. Change-Id: I7e9d512bab269137862370db86e0da19e250059e Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Tobias Hunger authored
* Get rid of "slots" from the headers Change-Id: Ie12f5705a2ca92a431992a45f57193a72ea7032a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* use pragma once * remove debug code * Remove some "slots" * Use Qt5 style connects (almost everywhere) Change-Id: Iaa9c3bbacbb2be3c96502c52cc169ad4ec7015a5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ic7dfcd8bad98223d68725f1a0c1f103ad8ea4e0f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
* Use pragma once * Use override * Use member initialization Change-Id: Ibd4f3c65929932db0e44be70fd5915b921438564 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
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 7 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>
-