- 05 Jun, 2015 3 commits
-
-
Nikolai Kosjar authored
Change-Id: If7122b58c8ee8be8007af4b0ad9a9f726d5c0560 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ia26cdcddf086546650525c779c21b0100a616af3 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Change-Id: Ida0e8aec41bade10ad1e3ac517812a3a8c120473 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 04 Jun, 2015 37 commits
-
-
Orgad Shaneh authored
Use-case: template<class T> struct t {}; template<class> struct s { float f; }; template<class X> struct s<t<X>> { int i; }; void f() { s<t<char>> var; var.i; // i not highlighted } Task-number: QTCREATORBUG-14034 Change-Id: I5d00bc3247352fca4af4c41a47c208ec3e193c8e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Use-case: struct b {}; template<class X, class Y> struct s { float f; }; template<class X> struct s<X, b> { int i; }; void f() { s<int, b> var; var.i; // i not highlighted } Task-number: QTCREATORBUG-14036 Change-Id: I70a87499e0a375e84d992ca0a79d77270a3419e8 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Alessandro Portale authored
QValue(bool).toString() does return "true":"false". Change-Id: I01021eeb6be8a6e65b2fdd61c5adfee1766dbf31 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
%{#: is now treated as a comment and expands to an empty string } This is useful to add comments about copyright, etc. into the wizard templates. Change-Id: I6e25c724edfa4b865d2d4f74b0f4900982d9ea47 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Fix expansion of bool macros and empty string macros embedded into other macros. Change-Id: I7d65a4692c48c6299956cc8c4c2c28efb1c8e149 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Use constants for strings, simplify signal handling a bit Change-Id: I80f2985c8e75e98d5f1638626f21c2d9c2efac9c Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie01505be57f8e16b782ebd8ed1ff339cfb63cd8c Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I49622484e316b902699e5b63ea3eea827d2f2680 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: Idb65d85664632121e80a91fd5fae021315c9b33f Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ia2ea4d8ced3a23b38911517d1015b20d3412554e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I1bac8210efa636af57822fc5b507909c22638ec6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
Setting DEVICE_PIXEL_RATIO on Linux to "auto" will disable font hinting even on systems with a DPR of 1. This patch limits our tweak to Windows. On OSX, it works reliably, anyways. Task-number: QTCREATORBUG-14516 Change-Id: I3c22c264c7f5019d22e1e3692b6d94c1d0777fc6 Reviewed-by:
Paul Olav Tvete <paul.tvete@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I09e7eae37107c1294555ff5d2021e0b131abd3d7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ifeb0361832f57435c653ccbdff2f1f6cbba7ef7a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
This was broken when getting rid of the WizardEventLoop. Change-Id: I34488a80c01c39974380b5b9f57e028ca0d5f06c Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ie0b75ea64ec3927732b484983311990c8ca0d057 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I1b239a666b6605035e0f9c140d940e8c260bafd3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I8ce0a93f25fe483d07d48a6525748fe40d647feb Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I4f1b22d4de2ad6b5f6a2e7b7d5629c1d6523fb3b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Smaller visible interface. Change-Id: I5b4a875b208e1202b46780dbe7f91e881a17becb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Add an action to trigger it (not bound to any key sequence by default). Change-Id: I52ed9107fcbcb8c6b5ae1e4c4768250e405e141a Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Nikolai Kosjar authored
* Check also the environment variable * Check before including clang_installation.pri * Move the check to src/tools.pro to be consistent with the rest Change-Id: I0ffc43b5cc8df49fdc6141d356e34de22041eabb Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Also adjust RegisterPostMortemAction. Change-Id: I6395b0c853d0e37e94d22c5e90499e5465de610b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Usually the same as the text() for use in menus, but with different capitalization. Also, restrict the QAbstractButton case to QCheckBox. That's the only case where it is used. Change-Id: Iaf87265a214891b83fa5604eb69290e2160c57f0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikita Baryshnikov authored
signal which was removed in ec7a9494 Change-Id: I63dfc920c9ea3f97fbf463c55f03b200374e17c2 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I23dc862b156e7dffc60d7be6807c6ce2ae6bceff Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Christian Stenger authored
Introduced with e2f8a988 Change-Id: I16d04388a8c341f93ed7c3579677f3884a123f66 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I86a5b56ee8587240a03551c0d23edcbd5230494b Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I812fd0a6e8b8ca1a7b194fbe8b55745a6b891d74 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Iffbf9562d1e25ce7787c08eb5e5c413974cc1fc8 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I81d4465ee89ac20f8d808bd8a74caafef436b79d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I34749159abb7c48172a093037a4de800fabcecd2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I05e269b56bcdc3e4555116a584c2efaaccced6e5 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I627db3b06f9c62f466e692674f1074c667d070b7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I84c9d5df0b267c5039ce37e3ea4ddc1b83efc2a3 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I818ad4a11c70a455462e91478b8ac955ad634530 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
This removes the need to emit the respective signal by the caller of setRootItem() if the tree has been constructed before using setRootItem(). Change-Id: I6f6210a9ef7d9ec3d347dc7cfdaf853535ca7656 Reviewed-by:
hjk <hjk@theqtcompany.com>
-