- Jun 24, 2015
-
-
Tobias Hunger authored
Add a couple of \c's in places and reformat the text where necessary. Change-Id: Ib4083af1e9deadcc1c12e94f6ccb77c0432d7ff5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
David Schulz authored
Discard old watchers only when entering a new frame. Change-Id: I4a0ac6af7c6970f7a0d4c58636bf9f51ecab9505 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
Quitting Qt Creator before the project was loaded from the project manager triggers the assert because the updateProjectInfo() call was not yet made by the project manager. Change-Id: I23c660971e48d007d1bae00ecf8ed5c2ad3d4071 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
David Schulz authored
Change-Id: I37d986c249f2706a474c7d517090d98e7bd19f22 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I0fb308794220d08be43b81ed2d56fd558411e650 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I7c81e5d06564c43fb6ac2ee5d538ad6b7565c73c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Kandeler authored
Contrary to what I believed, all key exchange methods are compatible with all types of host key (at least for everything we support). Task-number: QTCREATORBUG-14621 Change-Id: Iacae3d36170b9841cceb3705780a64aeb15e10b9 Reviewed-by:
Benjamin Zeller <benjamin.zeller@canonical.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Nikita Baryshnikov authored
steps to reproduce: - open 'TestQtcCrash.jpg' - truncate -s 0 ./TestQtcCrash.jpg - write valid image back to 'TestQtcCrash.jpg' Change-Id: I76aed9379098c323f8434e0ab53b6561996fa281 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikita Baryshnikov authored
for variables and functions Change-Id: I56aafb31f8e3a9df2677b98db03f82010b2564ca Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Now we can copy paste to the shell and make tests there more easily. Change-Id: Ic17ea23c4040583ba3af9e60ae73b242a574ab9b Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Nikolai Kosjar authored
Q_ENUM() and Q_FLAG() were added in Qt 5.5.0. This fixes among others red/wiggly underlines of these macro's uses. Change-Id: I059ebcc32cc271f4960b11e722e23c314c5ceac7 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
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>
-