- 26 Nov, 2015 13 commits
-
-
Marco Bubke authored
Change-Id: I2c3fb69aabfe075bde76d63eafc2ca370f17493c Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
The test HighlightingInformations.ForFullTranslationUnitRange crashed on Windows because of this. Change-Id: I6dbf1e1ce127fedceccea92afe7c59c1d6a90db7 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...since we do not need that in e.g. unittest.pro. Change-Id: I90da96e81eae3f0fdffd073c4314502c1e0d0c83 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Having a dllexport in the sources for a TEMPLATE=app project (e.g. unittest.pro) will create a library on Windows, which is not needed. Change-Id: I0d454cdb7e3eb862200766ea101d41cef2758986 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Having a dllexport in the sources for a TEMPLATE=app project (e.g. unittest.pro) will create a library on Windows, which is not needed. Change-Id: I1ebdd8b5ada06965c3dd89074ac2bc6dff09299c Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
The following files conflicted: src\tools\clangbackend\ipcsource\translationunit.cpp src\libs\3rdparty\cplusplus\TranslationUnit.cpp src\libs\3rdparty\cplusplus\Type.cpp src\tools\clangbackend\ipcsource\type.cpp src\libs\3rdparty\cplusplus\Symbol.cpp src\plugins\clangcodemodel\symbol.cpp Change-Id: If7865570cd70e39e25cc8d508f771c8023288f0c Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I158c75917f285a2e902614d1750691bd231a5d16 Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I1b1cefbace16cf0161bfe522d2ac37704e374713 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
...that are needed for building unittest.pro. Change-Id: I05a87febbb4a17752c4321b868f71cabf258e1dd Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Ulf Hermann authored
Sometimes it takes very long to establish a TCP connection to the debug server. If the connection hasn't been established after 200ms we probably don't want to wait for it any longer. If, however, the TCP connection is there and the "hello" hasn't arrived yet, we keep the connection in order not to trigger an unexpected state in the application. Change-Id: I1a64493fefc759f526cdebff434a2557077f9246 Task-number: QTCREATORBUG-15383 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Ulf Hermann authored
The device can exist without being open, which makes the disconnect() when the message box finishes ineffective. Also, disconnect() merely trashes the signals and slots, but doesn't remove the device. Task-number: QTCREATORBUG-15383 Change-Id: I8eb8ca3db496c9841156c0949c3e3bfd92329056 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ie8ee846e038ff926c4a0ff27dc4e7be61a05b2d6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Nikolai Kosjar authored
...so that unittest.pro compiles on MSVC2013 without duplicating the LIBS line. Change-Id: I2a4f9cab65620ea28692d17352e92ababc47e4fd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 25 Nov, 2015 4 commits
-
-
Marco Bubke authored
Change-Id: Ifd88bc032388ae7a8d3dbc0f1f5746665074cc18 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
We send first the current editor, next the visible editors and the end everything else. Change-Id: I4a7b5924ffe563d6a74251739ddedcd005ce046c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Scope operators are not really user defined. Change-Id: I1ab08dc3db7c39b98da02b6ef10bf78b75a6856d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I4f4136369e1b261338d444670c212565e0c6b824 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 24 Nov, 2015 3 commits
-
-
Tobias Hunger authored
Without it the build may fail. Task-number: QTCREATORBUG-15382 Change-Id: Ie7f823746516d17e8e32a367953cf491378f00c1 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-14821 Change-Id: Ifa037975c99762fb8866ffffa118332044842dff Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Ulf Hermann authored
The QML debug server allows this and QtCreator uses it, so iostool should support it, too. Change-Id: I71d4143457d427795e5abcbef0ad5d26378d5e9d Task-number: QTCREATORBUG-15383 Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 23 Nov, 2015 9 commits
-
-
Eike Ziller authored
Use unsortedVersions() instead of versions() where possible, since versions() sorts by version numbers, and therefore needs "qmake -query" to have run. Change-Id: I76a05f1647d2baacbd33829c6b3bf719a1c8dcbb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ie97818f29d1df61380cd1c22ef2598091050b10d Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: If183b6d2210028f74dae839db782114ce79911c4 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I82d664f259040b0024d9e1d4df4235442bc6ac73 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Jake Petroules authored
Change-Id: I3ccc9c96a4a4ebc974424cbee7289a8fa0fbc196 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
Change-Id: Ibf9d75324332be4e3223323ed8aa4cc34b01612e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ia7b8b7aa598f74e2c80e27f328ac5ddb410c043e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I382a4d433ef64dedfeb39034df93579e7eb2580c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Martin Kampas authored
I was only able to crash it with the Mer plugin (not in tree). Change-Id: Ie478f74c48ac6686418207fd1af8b727bcfed3cd Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 20 Nov, 2015 11 commits
-
-
Leena Miettinen authored
Some topics had ended up in the wrong top level topic, as compared with the manual structure. Change-Id: I03bc2fa2c0cbc8492c2bcec58eeddcd04d249a96 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Thomas Hartmann authored
We removed support for non default properties in the navigator. But the model still allows QML code like this: toolBar: ToolBar {...} In this case ToolBar is not visible in the navigator. But the ToolBar is available/visible in the form editor. Reparenting anything to ToolBar did crash. Eventually we have to re enable non default properties, but this patch only fixes the crash. Task-number: QTCREATORBUG-15111 Change-Id: Ifa037975c99762fb8067afffa118332044842d7f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: I35f09b4905f325f712b9d506149412dfcbb51bb5 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Orgad Shaneh authored
The editor is initialized with a SLOT reference to view. Change-Id: Ia793878f12c8caf8a71b565f78bf05db6bac74ca Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I05e09434944706a61cc079c30d37309eea5019f5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Martin Kampas authored
Change-Id: I24d0744351d0065793b8ccb65ba83d8a499f28dd Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Martin Kampas authored
Change-Id: I248a12ac502d66c331f4584c84ee8a1f1f4ac0a4 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I8ed573305d209f887a6e65623b5a40173493df73 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Orgad Shaneh authored
warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized] Change-Id: Ic9f87bdb8da36db5371349fb1987d2e9fe66665e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
warning: 'label' may be used uninitialized in this function I know it doesn't make sense... :) Change-Id: I954ea725f7437d4b31f836134bf59b10f9fbee01 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-15326 Change-Id: I90b73e757c0ad3fc16ef587e6b4359e6bcb843ea Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-