- 27 May, 2016 18 commits
-
-
Tim Jenssen authored
Change-Id: Ia4d9f01f41ca2bca1eca0df3cf121ae2800e31d4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I17d7b7141d677b1729ee61b59fdcc14d9c576f64 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I301f17dd8be7feb9dc61f483277a4835aea937af Reviewed-by:
Christian Stenger <christian.stenger@qt.io> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I0c6849957a625b38cc8d75ef1c74d6ac3fee1654 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I80bc3371c6d7cf9f2d46cbcf8e79e4761213d8aa
-
Ulf Hermann authored
We want the editor to jump to the right source location when selecting different events from the timeline. If all memory events have the same ID this doesn't work. Now they of course have the IDs of the origin events, but that's not a problem because when you select first the memory event and then its origin, the editor position does in fact not have to change. As an added benefit, the typeId cannot be -1 anymore now. Change-Id: I95520eeb3e6902e046f3f552c74dba776e7c8b62 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Jake Petroules authored
Task-number: QTCREATORBUG-16328 Change-Id: I45f8042dee4293bd40e204002c164eb99ac754df Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
This is Heavily Inspired by the Generic project import wizard. It basically does what we commonly refer to as "Create a dummy .pro file for editing stuff in Creator". The result is generally more flexible (project logic can be added to the .pro) and better supported in Creator (.pro is first class citizen, the Generic project less so). The qmake/make build steps are currently generally enabled but are only expected to work for very simple projects like the typical "one file example for teaching purposes". Change-Id: I4976c34d423f256ea9f8f9e569c9783d90f380e3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
If modes provide a QMenu, a little arrow is shown next to the mode icon. If the user clicks there, the menu is shown instead of changing the mode. Limitations: Modes need to provide some QMenu instance already when they are added to the object pool. Setting or removing the menu later will not update the UI. Change-Id: Ic4ef709e6200afcff14f41054a5dd98c37b0b849 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
The way it was before, we couldn't have negative ids. Change-Id: I2ac07295b18020fc1a9357e15739bbf2601d20b6 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Ulf Hermann authored
There is no need to waste time rebuilding all the labels etc for each new model. Change-Id: I1ca24da7d55100b3c8efd8eea650b68b8b7c7737 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
Setting a number of models one by one results in quadratic overhead when (re)building the UI. If there are many models this quickly gets out of hand. Change-Id: I7f017784c3f0a6a9d7e52c881eb1d8ca4cf70886 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Ulf Hermann authored
The adjustment for items of small height in the vertex shader was broken. Change-Id: Icfaef5b1e582696240fe1ed211dbb26502cc208e Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Takayuki ORITO authored
It imitate template for Qt Quick Controls Application. Change-Id: I3440c96f06f3607b43811399427e341e73dea657 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I9e110039ea886f6b0c3e6ddc7361bc9fac387abe Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Broken by 842ab2a5 Change-Id: If34eb0ae726f172b049473b8dd1c92e7b771968c Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
This is also necessary for a uniform handling while adding or updating test tree items, which in turn makes it possible to separate model and items once more. Change-Id: I84ff558d23490c8734b22062f00e03e8c06d6720 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I9a895831f9d57562a9eeb8491cc7f46c1da2eba1 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
- 26 May, 2016 18 commits
-
-
Thomas Hartmann authored
In standalone tests there is no instance of ExtensionSystem::PluginManager. Change-Id: I890016c4e0d2fbb41cfc0a5614e936d31e43cd0f Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Orgad Shaneh authored
The heavy lifting was done by clazy. Change-Id: Ibcc1bc772c6cc4413ae5834a442f7d270dc4cd75 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Christian Stenger authored
Change-Id: If09e33b616356e0f0eb5aa37c035acaf2c2adaac Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Christian Stenger authored
Change-Id: I6f5d50eca0199826e8af0f11016a1dfeb924f046 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Ulf Hermann authored
The row labels use up quite a lot of memory, and most of the time we don't need them. Change-Id: I25d0498311eb1fc0b3cc9abc7312baa2c1211a8d Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I28a134b0ae72bb87ad6849f0f70a5332ec019a50 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I882ad3633f7cf827aea086b5f5fd2a9204eeb482 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Christian Stenger authored
Change-Id: I470047d663ec4c2bfebaa17baf67bc811d9c0c65 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Andre Hartmann authored
So far, they didn't show up in the submit editor, so they could be forgotten during a commit. Unlike Git, these files don't prohibit the commit, but at least are shown in the list of modified files and can be diffed. Change-Id: Ia5cac7befb870321d2048622c1fac022d979c745 Reviewed-by:
Hugues Delorme <delorme.hugues@fougue.pro> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Use SynchronousProcess::runBlocking in favor of SychronousProcess::run. This avoid nested event loops which can produce really strange crashes if not use carefully. This patch only converts those processes that have a timeout of less than 5 seconds or use the default timeout. Change-Id: I9de8899dcc946af7049ea357a91972996c0256a1 Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Robert Loehning authored
Must not be interpreted as member access operator. Task-number: QTCREATORBUG-16188 Change-Id: Iec252fbc63899cef5b004a5770e3ebee5af7188e Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Change-Id: Idabdd1577373636d9b39c83447febdf4da7b04f1 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
David Schulz authored
Change-Id: Ib55fd0c059b2e5e117250eb4671b3352ab41b310 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
This does not use a nested event loop. Change-Id: I581acdd07546dc633ff4ce371c69b72a6f6c7a8f Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com>
-
Riitta-Leena Miettinen authored
Update screenshots. Change-Id: I6069e08113cae83142d249e3f331586acce63ca9 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Riitta-Leena Miettinen authored
From Diana, to be used in screenshots Change-Id: I8ee855c4bc512c4154c2bb47d8a23b8b1458dd02 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ia3f24f3b29c3ea4a9322ca21767bb5231b2ca2eb Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
...as these frequently fail on OSX. Change-Id: I200fa1e57e8ec98221c9a82177565d9e60b79356 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
- 25 May, 2016 4 commits
-
-
Robert Loehning authored
Change-Id: Ic50939219c8dcf2b04423d99d0d5021de8f26afc Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I582109d104816545c804340c7e0d4dbe343d55f3 Task-number: QTCREATORBUG-16336 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Kandeler authored
The connect() call was not updated after new default parameters had been added to the slot, so the additional parameters emitted via the signal never reached the slot. Fixed by converting to new connect style. Task-number: QTCREATORBUG-16334 Change-Id: Ia418c2980e85fa41353e23f654587aac85462469 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
David Schulz authored
Change-Id: If7840fcac0c620b97082229a9f93874dc7afe738 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-