- Dec 15, 2015
-
-
Orgad Shaneh authored
Change-Id: I7179f45e3f40d46281ed780c86b06a96adf19e21 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 11, 2015
-
-
Ulf Hermann authored
After deleteLater() a QObject does have another chance to send more signals. So, if we do that with the underlying QIODevice, we should disconnect it from the debug connection (which then doesn't have a QPacketProtocol anymore). Also, setting dev to 0 in QPacketProtocol is an incredibly bad idea, as we never check it for 0. The only reason this piece of code is never triggered is that we never generate invalid packets on purpose. Change-Id: I80e7f494bf55fa1a510b6f0bdd50cf45cae23734 Task-number: QTCREATORBUG-15496 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Id2734ed9615e6c4035d2eacb5bf57dbb2d5029e4 Task-number: QTCREATORBUG-15490 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Dec 10, 2015
-
-
Tobias Hunger authored
QComboBox::view() is the popup only, so do not use that to query for the selected value of the combobox. Task-number: QTCREATORBUG-15454 Change-Id: I1279a1c35e7e6f092d623199203ea50620690304 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-15486 Change-Id: Ie481b9458beb2e5ce1458abbd71d311561f961af Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I6513698ea22d27db31b510d91b9bc959ebbb4cdb Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ie57bf820fc2aa318ecf16cac0a2f4cb2f0ffe43a Task-number: QTCREATORBUG-15483 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Id639f455b41e3b96d6867dbeb0b7af5c614cffc7 Task-number: QTCREATORBUG-15457 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This addresses QTCREATORBUG-15426 for the case of well-known simple types (int, float, ...). Retrieving 1 mio ints takes now ~15s instead of ~140s. Task-number: QTCREATORBUG-15426 Change-Id: Ifb7c957d60504e23147d499d8bb9bbd41c5a53ba Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
__thread/__declspec(thread) are compiler-dependent, not platform. Fix faulty define in the #else branch while at it. Change-Id: Ic7cc0e2c3bcf79e8f6e952ba92bcbc5f2ba5dccf Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
- Dec 09, 2015
-
-
Nikolai Kosjar authored
Change-Id: I45a667c0bdd767697766ebe82b65b61253c77f56 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Ulf Hermann authored
In Qt4 the force_debug_info flag doesn't work, so we won't actually get a profile build, but only a regular release build. Change-Id: Ie8c31f882b393e35eb525dd12392354ecbbaee75 Task-number: QTCREATORBUG-15457 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-14350 Change-Id: I1d7af5f9c91cfbe43127e06d0bb7faddded4ccf6 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
When auto-switching the mode back to the previous mode after debugging finishes, floating debug windows were in a funny state, if at the same time Qt Creator was (re-)activated as the previous application by the window manager. Work around that by doing the switch asynchronously. Task-number: QTCREATORBUG-14689 Change-Id: Iec1246854843f523b29003b1997466926ea02402 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: I27beda2c83eceffe7b7e748cb5bbcfd32fcc823d Task-number: QTCREATORBUG-15423 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Nikolai Kosjar authored
...and not on document reload. Change-Id: Idb6a9ba640a573c153aeab304dd280b6f6cf8ea0 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Id51d03a46b4403d9224508ff3c7647b829ee69cd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Topi Reinio authored
A default indent of 1 was defined for code snippets. It was overridden by the template, and most likely left there as an oversight. Now, with QDoc and the templates from Qt 5.6 it does have an effect, and makes the style look worse and copy-pasting code more cumbersome. Change-Id: I37a0facd4c03566eaf295a2cc391fa328f50c14d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Function-local struct definitions produces types 'names' like 'QList<main(int, char**)::SomeStruct>'. Remove the part up to the '::' and rely on local lookup. Task-number: QTCREATORBUG-15400 Change-Id: Ic73005f294c5f62c504b2d7ded4dd2716d88f2e4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Dec 08, 2015
-
-
Nikolai Kosjar authored
Breaks for the built-in code model. This reverts commit 69cf6b53. Change-Id: I7d03f38e2b0bcf75f1d23d50fd323e24fd364f0d Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
Apple's LLDB has changed behavior between 330.x and 340.x. Newer versions seem to actively delete the DYLD_IMAGE_SUFFIX, DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH environment variables from the scripting environment. Change-Id: I0b7bbdce0975e969b1dae5770fd9a99328f241be Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I6724d045e6d404f518d579bd10abdea47b8fa697 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...in the completion widget. Task-number: QTCREATORBUG-15078 Change-Id: I1309b628e1f060fa68bdcf13838037728207b035 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...in the function call completion tooltip. We did not escape the HTML. Change-Id: I5c27e5c29c1b29117201e933ac172c98792cef2b Task-number: QTCREATORBUG-15286 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Should be submitted to master. This reverts commit b5c14c19. Change-Id: I5be07a3bf5d290bedfaac71533ee204cb85194b9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Idda420cfbd2fa701e45e0072730d83d6b8735232 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I43d8e7f6006c96276f069d95cc35cbbba62fc356 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I1ece1bd56a7d2806fa13afeb295fd9c76049e07b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Dec 07, 2015
-
-
Viktor Ostashevskyi authored
Change-Id: Id45cb7eecf090905ce71b94ddebb4651e2aa4ac8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: If7dcdc370fd50fded996df80ab6c893b4ec1ad55 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Icb3fbaad68802276faa4a2c50d18c2415e17d26b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ief5f731b3ff84dcbd34f4200acbe2646847c0f1c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... in the presence of empty base classes. This now actually makes the Inheritance dumper test pass. Change-Id: I92ada5da46accb6e7eaff58ce5dc329484ef0909 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Offsets can be get wrong because of the utf8 <-> utf16 differences. Line and columns are not that sensitive to it. Change-Id: I2e3e8c000621b6d694a4ada6df176f29427794f5 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I403b64fc60e3d4f1ad0635ce86190ea89ab49de5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I030aeff529c24730a13087fd9554d1f60a0e7462 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
...for macros, typedefs and enums. Change-Id: I926e7238695caefd7f4463dbe0cf5b428aa98c1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
David Schulz authored
This fixes a crash that occurs when a debugger was started without an active watch and a watch were added afterwards. Change-Id: I0219a750bae7b433240b22f99b2e8fd8655ca331 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Breaks the parsing and might trigger an endless loop. Task-number: QTCREATORBUG-15352 Change-Id: I832d26441d8be3339b4de6d59a33c97f1d7124c5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Dec 04, 2015
-
-
Leena Miettinen authored
Change-Id: Id511edfce884130a7c93dc8f51eb156a10b5b73f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-