- 20 Oct, 2014 7 commits
-
-
Nikolai Kosjar authored
Most of the functions were quite generic and not specific to clang. Change-Id: I160cfeb7eca5b69ad6a8932a4f76db5bf5c1d42d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Alessandro Portale authored
Looks more familiar. Change-Id: I206cfcc7a02b9c4331ea3e48dfed5092338933b1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Any .pri files only found via cumulative parsing were ignored. Task-number: QTCREATORBUG-13181 Change-Id: I1a7a639097b38a4ce1de01824be196a0c2781e84 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
... to not trigger warnings about invalid syntax. Change-Id: I21d94b521650a32e86d1181c412ff1e99a6e24b2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
By making the global Help menu items (index & contents) independent from the help view shortcuts again. Change-Id: I1008efd0bfa95a5b3134edae9e324b106273a708 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Export factory, de-export plugin, to remove one indirection Change-Id: I13a46460d07d5ded6b26f2b5ceccd01142fb10e8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Alessandro Portale authored
IconOverlays are now defined in the Images section. Also, default.creatortheme does not need to define these since they are already defined in the cpp code as fallback. See a18b0673 Change-Id: Id2cf616068b11c5aa8e43ee695369063e6a4ee0e Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 17 Oct, 2014 28 commits
-
-
Alessandro Portale authored
Restores the separation line in the WelcomeScreen Some colors were still referenced with the incorrect name. Change-Id: Ia0de1b4779ecc67030ebb4a5877edd5a6f24085c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
The names for Color[Role] and Gradient[Stop] are not used consistently. This patch unfifies the naming. Change-Id: Idd06978a628427cb448a158d620bea561752750d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
This makes the mapping of theme values to QML automatic. Change-Id: I4442ef454dc3a7dde1bd6b068b03ff890db3e49f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
It is a left-over Change-Id: I316c5f589a801b901a3e00621ea7e37b4294c549 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I41005f0665ed69f9823ee5232e9f2421e4584c84 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
hjk authored
Change-Id: I33a6d017f14ee9703b374f645c279cc26e3cb3e5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
Inactive doubleTabWidget tabs had a white color. This patch restores that. Change-Id: I775de6b4a647cc9a6f064e8658b7a675d5b605fc Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
Change-Id: Id2a185f90a4e27ec2c74d63278a4abe7e3983b20 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Native file dialogs can only filter against the names of resolved symlinks, not the name of the symlink (native Cocoa issue), which is "qmake-4.8" in case of Qt 4 binary packages. Simply avoid any stupid issues with not being able to select qmake executables with whatever prefix by making the filter "qmake*". Task-number: QTCREATORBUG-13190 Change-Id: Ieb059da75f3f1ecf2a2ff4a3e0633719e54ea43e Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I35bc03d4e963500a7edf37d6f9d0ddd0a6c68529 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
The base functionality is good enough. Change-Id: Ie39398828733245e0e74ca9a2941c069116014f0 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
This needlessly duplicates parts of the base class. Change-Id: I2070cdfeb389cf90554eaa597c716d1049186be5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Reasons mentioning S60DebugControl do not apply anymore. Change-Id: Id7686ab90f2c25492685eb655403ed369bf99ee4 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: I8a81ae78a279b6f5cc354dde3ba0814b3a650d06 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
Change-Id: I87ee3da9f27d5d286c843fa78334e0591549936b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
This really needs the dynamic type for the update. Also using the IEditor interface is sufficient for most parts. Change-Id: Ic9806f39077065c43b6325b2345ef5d8bab4ff34 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Merge into theme.cpp Change-Id: I2068f224e6364a87573fe7e938d4dd8089cbaafa Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
The "platform" function is not used in QML, so let's remove it. In case it will be needed at some point in time, better use Qt.platform Change-Id: Ie9cecf8f2953934fbe8b0bb16f2267975af30fd0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
With this patch there is a Qt Quick 2.4 and a Qt Quick Controls 1.3 wizard that both use .ui.qml files, but only the wizard for controls actually uses controls. Using .ui.qml files is now the default for the latest versions. Change-Id: I0d6c4d6878c0052330387339562831af37aa482b Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Robert Loehning authored
Change-Id: Ib941a9547a2af95bdf6924cfa3e9eb1a11d659da Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Kandeler authored
Task-number: QBS-652 Change-Id: Iaaf767871b1f546814acec62330e2c8d732b8d75 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
hjk authored
It was already triggering when inserting a new line in a .qdoc file such as /data/dev/creator-3.3/doc/src/howto/creator-help.qdoc. In that case, tokens() was empty, but prevState == 5 (T_DOXY_COMMENT). Change-Id: I445d4df14182b0b536181588a224917a814a3f7f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I584b24ec8ead56ea7a53921fac1f39881b2ce0a8 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I07c1c22d1dfa9323a2fed8938c4fe53d1a534e90 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
This wizard creates a .qml file that uses the pure form .ui.qml file. Change-Id: I1076ae4876002b2b726404c309d399c5268979ee Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: If56bb05c2335efedf4f798d44a5ba6b4803b7f6a Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Orgad Shaneh authored
!option->state & State_Enabled is accidentially satisfied because State_Enabled is 1, so the condition is true for any non-zero value of option->state. Change-Id: I965012ceecbad7296fae4eff7d429dcb8391aa2c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: Ic377524b00f24f75899b8006d94bbd37f5aab6c3 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 16 Oct, 2014 5 commits
-
-
Erik Verbruggen authored
When the QTC_CHECK would fail, a nullptr deref would happen directly after the check. The dead stores are not harmfull, but add noise when checking for dead stores that are due to logic errors. Change-Id: I8285b1b3d941491b581536a7a10678cab7e0ade4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: I8dfc2aa436537b3bd5da0a090397cc8a473b36a7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
The opacity is set to 0.8 if disabled (Not if enabled). Change-Id: I7016a083f71c700de68444a62e97d5dee4b733e7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
This looks bad in html Change-Id: I285630403504f1105469f8b1ec55ad95278774d0 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
... and use that all over the place. Change-Id: Ie6e0ed0f0d9eaba9b4466761e6b455f33a905086 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-