- Jun 24, 2015
-
-
Nikolai Kosjar authored
Change-Id: I299db813c13f273a40e447c5fdde8ff8757480ba Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
This reverts CmbIpc: Remove workaround 287a2630 since the bug still exists. However, we use waitForBytesWritten() instead of QCoreApplication::processEvents() since this seems to be fine (QAbstractSocket::waitForBytesWritten is not called on Windows). The bug was: 1. Open a bigger project, like qtcreator.pro. 2. After 2 seconds, quit it. ==> The Qt Creator window is gone but the Qt Creator process waits until the clangbackend process is finished. Change-Id: I25c475d2a6db94a1c3a8d827a41f8c0b2624eaea Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I35fb56a500ed6694514c092ed46ab11ef5d8e0df Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Change-Id: I36a1324d3ba2e56740eaa48cd4140b5d925417cd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
... by using Core::Ids instead of ExtraSelectionKind enum. Change-Id: I664ff2a4a03eddd8fe1150929203a1727c12dc84 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
...when executing FakeVim plugin unit tests. Introduced with e50aafaf Change-Id: I8db057921d5adbcbe262a4dc0fee40378477694a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jun 23, 2015
-
-
Jarek Kobus authored
Change-Id: I69df0c22a215b2df12f63fdc47082e9797fc02ac Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
It is internal, no reason to expose it. Change-Id: I7612cfa58cefa22b63635cab66498186b390da8b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I922969db94e005fdbcdae74f0b6c78b1707f85e6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If0692c978e566797391b1a553a76343e605cd2b8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
Change-Id: I049a89a17341205275f68b22fe18234c756dec78 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Text is unchanged, but the markup has seen some changes. A couple of \c were added around code constructs where that was missing and the \uicontrol cleanups were applied. Change-Id: I0f9e840f831d777a82665316a7d42b94eb1f8574 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I3d2992e73e5625a227d8a78a52fb9e9f786a40a1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
hjk authored
... with fromSetting() and toSetting(), respectively. Arguably not strictly needed in this particular case, but emphasizing that uniqueId is discouraged to be used. Change-Id: I635f2cae8944912299d6331768fa88c96fc3089d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
We need the versioned name of the library now, so copy all libclang.so* while keeping symlinks as symlinks. Change-Id: Ia2cc5e82be0848a3c9b0cb3055e150e6b1a151c9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Ids can be compared and tested for default-constructedness without. Change-Id: I410c8a3922faa32fa27a090ea8fba7562a9a0231 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Was paired with QVariant::value<Core::Id> which relied on the unique dentifier being exactly the internal representation of the Id. Change-Id: Ib660b4b640bcef2803e2e050045d2189d6352d40 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This establishes an additional invariant, namely that items that are not part of a model have m_model == 0, even if their destruction is imminent. Change-Id: I0bad7fff57d21ddcefe06953cd0da8c2897baa4a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I4771079ff5c78c12780308fd32923fd3fad137cc Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
hjk authored
Change-Id: I9013d5de89e40fc60a5f021088fb7213eea3dc03 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Montel Laurent authored
When we use action->text() in some theme we have a "&" for activating it with keyboard. So session can't work when we search session name. Change-Id: I3511a740121b5eefb790faa6bf5f92b8f5c8d429 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Run parents initializePage, not the one from our grandparent. Task-number: QTCREATORBUG-14620 Change-Id: I1ec2d424c0e6fd6d7dea1050d5d8f6b8f00d27d5 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Drop the connect once the editor gets killed. Remove the QSignalMapper and replace it with a lambda to facilitate that change. Task-number: QTCREATORBUG-14613 Change-Id: I1a5990bf37af88092933143ebb78dd5ceb9c1222 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Directly comparing the Ids gives the same effect of a stable (but unpredictable) sort. Change-Id: Iaf54a127b02f2a89eeff9b6d008575bb899ef926 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
No text change Change-Id: I95233f9fbb832e356781c2bbfe6350c7f95dd6b0 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Nikolai Kosjar authored
...for the not visible documents. First reset the extra additional formats, then set the new ones, not the other way around. Task-number: QTCREATORBUG-14579 Change-Id: Iae465bd9a7bb0a397fd4917df45955713aaf87c5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
On OS X we may not set QMAKE_RPATH because otherwise the default rpath to the Qt libs is removed. Install the tool on Windows and Linux. Add the plugins path to the rpath on Linux. Also make the rpath when building relative instead of absolute on Linux. Change-Id: Ieb6a79d9f9f922d117736ae7b4ae65c784ade5c9 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
- clangbackend missed deployment - Fixed libclang location to be in Frameworks, and deploy missing dylib link - Fixed deployment of buildoutputparser Change-Id: I2b1fbd552bd0da6fef154fe1b6dac0a53b320483 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
Some libraries do not provide full names. For example: frame={level=\"1\",addr=\"0x2b669230\",func=\"*__GI_abort\",file=\"abort.c \",fullname=\"\",line=\"117\",from=\"D:/sysroot/octeon17/lib32/libc.so. 6\",language=\"c\"} Change-Id: Ibd273d451844d467395d8d7708b87f2cfc7a139e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Make startTool() explicit as selectAction(Id) + startAction(Id). Change-Id: I695112bd8419021a781234121a55440b5dc381be Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Lorenz Haas authored
Change-Id: Iba3e5793bfd0e4057074e2b04e6353ba09aa4a5f Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
-
- Jun 22, 2015
-
-
hjk authored
Change-Id: Ica2b6facee379fd1e046ced617e3e5176bb3d192 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
These are the ones that people should use in build steps and such. Task-number: QTCREATORBUG-14614 Change-Id: I398ee57a0338c16f41dd190abe3fc9b055a50132 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I035253d68d1dcdf2af69531e6eee354f2932dd5c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Orgad Shaneh authored
handleStop2 used to retrieve the stack. This is no longer right. While at it, remove outdated comment regarding GDB version. Task-number: QTCREATORBUG-14617 Change-Id: I9511fe5315e941fd9e08737a5b11677f9fdf8d09 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
No text change Change-Id: I13d959e9c9204628775abbcb53a1b824d1b62578 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
No text change Change-Id: I2b927d847bda3c5a0e2881d9a5eb9c74900fc0d4 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Icd71bf5ccf3503dacf6b0b5affc92b74286cbdf3 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
This should not change the text in any substantial way Change-Id: I837cc628d831636c186958485b8315c8d6895713 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-