- Apr 24, 2015
-
-
Viktor Ostashevskyi authored
Change-Id: I3c8b0af8f204cf7c31f1452cf43bea82788e7cb2 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Viktor Ostashevskyi <ostash@ostash.kiev.ua>
-
- Apr 23, 2015
-
-
hjk authored
Task-number: QTCREATORBUG-13153 Change-Id: Ifc1393a9bedd0be793d752ad6af85221f5f8d247 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 22, 2015
-
-
Kai Koehne authored
This reverts commit 67581c5f. The patch has multiple issues: Removing and renaming the .qml file will leave the 'other' place unaltered. Also, adding new .qml files won't add them to both places. Change-Id: I918aa398f9cd183378982fb15562e8fa66d3ede3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
J-P Nurmi authored
It's nice that main.qml shows up in the project tree under "QML" Change-Id: I4e8be4cc962f2d1c204e7435e0a67a88ea76db5e Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
J-P Nurmi authored
Task-number: QTCREATORBUG-13780 Change-Id: I9819e25559848f6635a83522b856da97679c5126 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Apr 21, 2015
-
-
Thomas Hartmann authored
Change-Id: I448dbdb9fcbd72e6388cd15268447c08eebc68f0 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
- Apr 16, 2015
-
-
Sergey Belyashov authored
Change-Id: I641f212cd3239c2b211c55599cf92d01766b14db Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- Apr 15, 2015
-
-
Leena Miettinen authored
Give preference to videos about using and developing Qt Creator. Add new icon for 2014 and updated icon for 2013 with new logo, and remove icon for 2012, because it is no longer used. Change-Id: If7f34b03247eb8cbe68b9460efbb55dc42770dd4 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
hjk authored
Not much harm done, the code was meant to raise an exception anyway... Change-Id: I81db4081b4ca583e46a826aaee2fc8fa3f186a11 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Older versions of GDB (~GDB 7.4 on 32 bit) will cause segmentation faults in inferior calls due to misaligned %ebx values in an SSE call in qstring.cpp:findChar. Change-Id: I44492106080f12e645f9d57828438ec70fd66ca6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Seems to not be needed anymore with recent GCC, and makes the LLDB test pass on Linux. Change-Id: If793e726656df8b319d2f50e1986e0a92f68411d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Implementation seems to have changed. Change-Id: I196d02cddcccdd7765e5a098bb98f894122781a1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Id96d02cddcccdd7765e5a098bb98f894122781a1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 14, 2015
-
-
hjk authored
This mimics GDB behavior. Change-Id: I929a87ff227e4af7cfbfbbcd2a8e72c9999e9338 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This brings it into line with GDB output and is needed in the frontend to provide normal integral value base changes. Change-Id: I17adc7730419648d45c0d5866311de33bf01a7f0 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
In the fallback case now really go back to explicit object-at-address construction. LLDB on Linux doesn't seem to like implicit pointer arithmetics. Change-Id: I3be6b0b21b35b9b9141440d4a11e9e889bb2f4bb Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
We know that we expect a frame with valid debug info. Change-Id: I51079ca4db87df05c93464fd46e5add1f756cba7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Fixes the QLinkedList dumper. Change-Id: I1be509c16ed96edb02c540d9c87b9506e496ed2c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Unlike SBValue.CreateValueFromAddress, SBTarget.CreateValueFromAddress does not seem to like None as name. '@' gets accepted, though, and is unlikely to appear as real C++ identifier. Change-Id: I74f6d218f73222af3308d2acb5fbe9ff0a0f6c4b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
The field checked for does not even exists in lldb.SBValue. Change-Id: I062ccf62da2e2ea3f011d0b841cba0e87f7c6fa9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 13, 2015
-
-
hjk authored
SBTarget.CreateValueFromAddress was not supported by older versions of LLDB. Unfortunately, we still can't use SBTarget.CreateValueFromExpression. Change-Id: I982021531a2ab070aa279dd17e9714f86efe83cc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: Ic05b7fd7693779d6866d0857014339cae7d69212 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- Apr 08, 2015
-
-
hjk authored
This makes the GccExtension dumper test pass with GDB Change-Id: Ia1319e878416bea8b162a1a9eef1271cb7bebc63 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 02, 2015
-
-
hjk authored
Change-Id: Iae342ffe68385de877c7a1e9a7e61e7d4889f731 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Take new QPolygon{,F} dumpers into account, also make QUrlPrivate field accessible, Change-Id: I2b5c122895c3ee389ba939eaeffcd613fa206009 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Id4f437fe17d7989c15ad223c20605773411a1142 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
This practically removes any functionality beyond plain plot display, but does that at least reliably, cross-platform, without dependency on 3rd party python packages. Change-Id: Iaff2f78595394522f32264c642df20dd48b83f8b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
We require 7.5.1 now, so the case is uninteresting. Change-Id: I40bf1c3d531b83998a45e7476ed48397b23b4ae6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 01, 2015
-
-
hjk authored
Change-Id: Ib4519f0e64504ec0e3dccd89978acca5134b2932 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-14214 Change-Id: Ie52c1f310730fdac3efe8e3b0d581edd373e9afd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Only prints the name for NamedType and PointerType Change-Id: I8d4c3548b0260d0dfc091b326b5023bcfd6d46bd Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ibc868a54326647184a30a796a487e218db7e968f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-14219 Change-Id: Ic4dc3bd3f429164f3e56a43dd2b20d409d69fa49 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Mar 30, 2015
-
-
Thorben Kroeger authored
In the dark theme (fusion style under linux), disabled menu items looked bad due to (1) SH_EtchDisabledText being enabled and (2) a bright color for the etch effect. This patch adds color values for normal and disabled text colors for menu items. It also adds a color value "style" which indicates that the color should just stay at the default of the style. The default theme uses this value for the new menu item colors, while the dark theme fixes the ugly colors. The patch also disables etching for disabled text. Task-number: QTCREATORBUG-13447 Change-Id: Ib54504693d28cf2c71f3fc5a88d3de014230b12b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I6d2cf5ca7d3f4a404a3c112a140aeae067cb3b6d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Using plain '"' makes the name empty (value=\"\"Foo\"\"). Encode it to hex instead. Change-Id: I5fec9d487f119ba5ca9b5aaa95b50e45a73bafa0 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thorben Kroeger authored
Task-number: QTCREATORBUG-14208 Change-Id: I50f76c3cf5c755ccd139bd6cfb924beb0379f506 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ic000abd9bd9381e20126d0ce56ce68a35a07efe2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Mar 27, 2015
-
-
Orgad Shaneh authored
Change-Id: Iba05dafcbeda45b54fb09c4800ab0bd634e6fe0d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Mar 26, 2015
-
-
hjk authored
Change-Id: Ieabad21e5e00bef12eb51046235890840b5a77a1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-