- Dec 07, 2015
-
-
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>
-
Robert Loehning authored
Change-Id: I589397178cf4ad749825f004638a2d9852d7f0c3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Regression introduced by 6ed775f5 Change-Id: Ibef3453339d431dcd7b890d18c27f42f198070e8 Task-number: QTCREATORBUG-15225 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com> Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Allan Sandfeld Jensen authored
When we get fine-grained scroll events we shouldn't zoom 10% on every event but scale zooming so they add up to 10% for every wheel click. Task-number: QTBUG-49024 Change-Id: I08ac728bf1421148680de8fbbc76054ba2cce884 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ibca6fcaf2eeb997179fc9dda0f1dc94dd333d973 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Dec 03, 2015
-
-
Denis Shienkov authored
On Windows when debugging is stopped, the QProcess::terminate() method does nothing. At least it belongs to the started OpenOCD process. It is better to use Utils::QtcProcess with setup of a setUseCtrlCStub(true) instead of QProcess. Change-Id: I954377dc94de77fbae630e096a252530f12aaf2d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tim Sander <tim@krieglstein.org>
-
David Fries authored
This is with gdb 7.4.1 linked with python 2.7.3 Change-Id: Idf921afd37d72056874c7179c899f62f791f9282 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Fries authored
src/plugins/debugger/gdb/gdbengine.cpp: In lambda function: src/plugins/debugger/gdb/gdbengine.cpp:3224:30: error: the value of 'this' is not usable in a constant expression src/plugins/debugger/gdb/gdbengine.cpp:3210:61: note: 'this' was not declared 'constexpr' src/plugins/debugger/gdb/gdbengine.cpp:3231:13: error: 'incmd' was not declared in this scope This reverts one code block of commit 2b16b97f Change-Id: Iab7f5ec84e59d9f280e0405cdd82705c14bb2064 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-15250 Change-Id: I4d19ad90098dc64f96b1aa7f728d8f30d05bff6d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I21f5e40b2da0b2a9b37752c2f5e15c4efd687ca5 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-15443 Change-Id: Ibec61938a911e7265fa1f12c4f3c7b60bf514b7c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Sergey Belyashov authored
Change-Id: Ide237337bad6c1642b53ef6ea507605e0cb7f19e Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Christian Stenger authored
As the navigation treeview is updated asynchronously this might take more time. Change-Id: I5002fc547158147d921a5d19098f2cfc3a14336f Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I231eb8fae65e84007a1678070429414b0f98d396 Task-number: QTCREATORBUG-15441 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- Dec 02, 2015
-
-
Nikolai Kosjar authored
Change-Id: If220ec7c84d41a47fc0f55dcbc55e62f0b7f05bd Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
The translation unit was updated, but not re-registered. Handle the editor documents this way: 1. Reset all ClangEditorDocumentProcessors (this will send an unregister message, but that's not problematic). 2. For the visible editor documents, run their processors so that the translation units will be re-registered. 3. For the invisible editor documents, mark them dirty. Once the user makes an invisible document visible again, the processor will run and also re-register the translation unit. Change-Id: I23693ac197bd34a183f3a0020eb5372268636599 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...since the clangbackend has its own timer now. Change-Id: Icef3ea820da751617a3fe4b6f090ac244d0ddef8 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
If we send already a completion we should test if there is already one sent for the same position. Change-Id: Ie88f89bff0e1da1c5e747827a45154c7ccaecabc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...by environment variable. Change-Id: If20589e84dea2366fd9b6b273259ce29eddb965b Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I8438293a37a53532927520106d4ee5346237ebfe Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ie084677fb910fc6e415afcdf7533369150162f8f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Finn Brudal authored
Ensures that the DeferredDelete event is posted from the outermost loop level. Change-Id: Ib74d49d35811f35659ef272d6f0e0a4508f93076 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Marco Bubke authored
It is generating reparsing steps. Change-Id: Ibbdb2f5dceffdf940bbdf0c9a9f0a706124078f9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-15429 Change-Id: I9a8a582fb3c59a960425f83eb8e7b436f15d1c1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
On normal selection it should *not* be indented. On block selection it should. Task-number: QTCREATORBUG-15300 Change-Id: I40ca1c24c6e14d05ca3c2d92a7562aac0eabb4c7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I2a333cc54d3c77a1fd43001a94c212e36b2e5f39 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- Dec 01, 2015
-
-
Leena Miettinen authored
Change-Id: I1bff533c217b75681e37a533e12df0fc2a9695c6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Iee76086dfd886dd8d61db3cfe4600a5eedd36cb7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
So no reparsing is happen for invisible files. Change-Id: I8bf3fe8aed38b30ceeabc50ba2f216acc4b8b718 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
This is meant to 1. Work around a libclang bug on Windows (not deleting preamble files) 2. Delete left-over preamble files in case of a clangbackend crash The temporary diretory will be removed on Qt Creator exit. Task-number: QTCREATORBUG-10988 Change-Id: Ia5837c2a6ab2d55366d167dd591d87faaededf3e Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Remove the unused members and remove also ClangAssistProposalModel::[m_]replaceDotForArrow, which is a needled indirection. Change-Id: If6e0f65678b05fabd5fa16823a7a4c634b9fbdef Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
We reparse first the current and then the visible translation units before we reparse all other units. The signals connections are queued to wait for the visible editor update. Change-Id: I5e2b8bc80568450268ca24e26720b3f5af640995 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Icd6a1904d7c1d6fecad3363d9cf72699e01db9f0 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Christian Stenger authored
Change-Id: Icd1ff6a3e58a654babae4ebf3a4e33a26c4a58f4 (cherry picked from commit b3b3b41a) Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Nov 30, 2015
-
-
Marco Bubke authored
We experimented around and 3s are a good compromise. Change-Id: Ib1d73738b221408c753c194b2122f82bae8d5eb2 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Most of the time, the updated diagnostics/highlightings will be send by the backend on translation unit update. The other use case is changing the font settings (e.g. color), here we need to request the highlightings explicitly. Change-Id: I17a574eaf972c8bef12900241e7b33fe6ffd9dbd Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Task-number: QTCREATORBUG-15365 Change-Id: I37f623449fa95268f1a0a5d5e66d75df0582c183 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Ulf Hermann authored
Python doesn't like lowercase "true" or "false", so we have to convert those to int before we send the command. Change-Id: Id30ebbb0714cae23b030c78eec5e59378ac467bb Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-