- 08 Feb, 2016 15 commits
-
-
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 15 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>
-
Christian Stenger authored
Change-Id: I291712b5820c5bf84ee92621bc91497ec4264709 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Christian Stenger authored
The finished signal might be triggered before the started. Change-Id: Id23612553fdd19de2ddbee72b20b4e85448e1611 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I45e5427e406973bfa880832ed32c41c92fe3a0d1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ia93d5f50c4ea1e130ddfafe763fe0bd5cc95fad1 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
* Logs the command in the Version Control pane * Simplifies the client code Change-Id: I398d57ab12ed6ba6bab1878934b929083f0bf6cb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Print the environment variables in the tool tip nicer. Change-Id: I3d8d40f470dc552125901e237734b24d34b38608 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ifc22c5ad41449ce6597b604746f25cab86662425 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
There is no need to expose this. Change-Id: I164f1e787b742d330282125320b54a5b2ecb6134 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
There is no reason not to. Change-Id: I4accb0b690173d93ad6f4c9dd0bce66d8de75faa Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I40e86716d1dd7c8a84e759e792042b84571fc2aa Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I8e387d683eceab642ddd3fac90a2a5f407a868dc Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Friedemann Kleint authored
Factor out functions for handling jom/nmake messages and determining task types. Task-number: QTBUG-50804 Task-number: QTCREATORBUG-15641 Change-Id: If938f13d79d20b9c5eb422bf5ac0d07c4ce533b9 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I79548cae407c5f7327953184977f8133885bc367 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
- 04 Feb, 2016 10 commits
-
-
Robert Loehning authored
User can provide a path to the dialog so this can be handy even without an open project or file. Change-Id: I1ed96fe56b6ab76ca98f8d81ef60b217e66d0661 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: I00d8f36151c13e9f57dc3c53fcb41c1ce0b1d64d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
* Use pragma once * Use overrides * Clean up here and there (mostly in the headers) Change-Id: Ib33b6a6aa1a285d281f3d8b940fe654af3941554 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* Use pragma once * Use some more overrides * Tiny clean-ups here and there Change-Id: I951afa8ed31c5f414d4ae872c79f80db19909ee0 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Id88648cd35856d2767a0ba7a09e2c9171ba22b34 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I0fc77ad61c8874a21afd5b5135df4d30fa795a8e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: If88d7e1b501daf6f0dfc696cb20e5f1eb4aa83fe Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
* Use pragma once * Remove unused member variables * Use overrides Change-Id: I190262143e6a51cf6882aceab64e8461202c74a3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* Use pragma once * Make sure overrides are everywhere * Clean up code here and there * Remove useless code from initializer lists Change-Id: I9c285a803ea36cb32d14b3335757fd4b57f27d02 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
* Use pragma once * Use static member initialization Change-Id: Icec025b7c3b310286c675cef30cf01e220002ca8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-