- 16 Jun, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I4a9cde2300b1cc14feadaa6240fefebc57fd0e19 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 15 Jun, 2015 2 commits
-
-
Joerg Bornemann authored
Task-number: QTBUG-46344 Change-Id: I49c3e2776e65cc83d40d1f5ab3be1365d17242d1 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ifae94d68d6c83f65a1938bfe41b4c5932407c0cf Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 10 Jun, 2015 1 commit
-
-
Robert Loehning authored
Change-Id: I1eda15d0ea1abcd2f160a11d06e8a89d72ffa1f7 Task-number: QTCREATORBUG-14561 Reviewed-by:
Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
-
- 05 Jun, 2015 1 commit
-
-
Eike Ziller authored
The XCB platform plugin now needs a plugin for the OpenGL backend Change-Id: I5e7b296a0b645aec2a8d3ba80c53cb946e35e7f1 Reviewed-by:
Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-
- 04 Jun, 2015 1 commit
-
-
Christian Kandeler authored
To HEAD of 1.4 branch. Fixes OSX build. Change-Id: I5ea2756d0764e54b41bcbd2dff5e8083af31e768 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 03 Jun, 2015 4 commits
-
-
Christian Kandeler authored
Change-Id: Ic2d609e017d201b7b3e0b3bcb08359652428aeaa Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I6eb26ac7ef151a71021effad1fb4168135fd9352 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Kai Koehne authored
With commit 5aba7fb0 the sdktool started to save id's in a QString (instead of a QByteArray). Commit b2e3f026 then adapted also the parsing. However, this broke the parsing of existing settings still using a QByteArray. Task-number: QTCREATORBUG-14545 Change-Id: I6c991d9d130602c7e9b3146b4d7b17555056a8ef Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Robert Loehning authored
Didn't think of the bug mentioned in my own comment. Sorry. This reverts commit c7b7fde2. Change-Id: Ida2791a7c985c8036194df437c720a170a39458e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 01 Jun, 2015 1 commit
-
-
M. Moellney authored
qmake of Qt 5.5 introduces a new predefined variable VERSION_PE_HEADER. It was not part of the known keywords for the qmake profile editor. This patch adds VERSION_PE_HEADER. Change-Id: Iae671d89ff623c4062da621e571769df736fa6d3 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 29 May, 2015 3 commits
-
-
Robert Loehning authored
This doesn't change anything until we replace the used project. main.cpp or utility.cpp may get the tempFiletype "Headers" and then the test will crash because the file can't be opened. In addition, only files with filetype "Headers" are included in other files, so verifying including of other files is pointless. Change-Id: I30b20269a800eca5ef51de3af209e674da5189bd Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
The bugreport I wrote about this was rated invalid so now this is the expected behavior. Change-Id: Ia187062552ad9d4857b5078d4c9c5dde4c8b7521 Task-number: QTCREATORBUG-14469 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
In addition to causing an unhelpful error message, we would also create directories at unwanted places. For instance, deploying to a directory called "/tmp/test dir" would result in this: mkdir -p /tmp/test dir Which created two unwanted directories, one of them at a completely unrelated place. Task-number: QTCREATORBUG-14518 Change-Id: Ie1c287ca73d0815b9bed335141adb901e361e3e6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Karsten Sperling Opdal Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 28 May, 2015 2 commits
-
-
Eike Ziller authored
Change-Id: I38a0c5cef0f22e1b7eda218c3992fcecfe728455 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Eike Ziller authored
We may not use native path separators for internal data. Task-number: QTCREATORBUG-14249 Change-Id: I0f00db235608e81cfefdd2359378020c7376768f Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
- 27 May, 2015 1 commit
-
-
Venugopal Shivashankar authored
Without it, Qt creator complains that the XML file is invalid and it could not be parsed. Made a language edit as well based on the sanity bot's recommendation. Change-Id: I04acd60d9ee4f5f29f443fa56beed6ecfbdbef64 Task-number: QTBUG-41996 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 26 May, 2015 3 commits
-
-
Ulf Hermann authored
The height of a model is 0 if the model is empty. Thus, when clearing we have to emit heightChanged(). Change-Id: I6f05c2a32cff648d6aa8e623e17aebe9ae4fcb5c Task-number: QTCREATORBUG-14507 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Stenger authored
Introduced with 66f60362 Change-Id: Ifd114e7360bd5ee729d29a0f03116458d56c2afa Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I707f348965cb66085e9e9b7b47613c65974a5f55 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 22 May, 2015 3 commits
-
-
Friedemann Kleint authored
The space character after the line number was removed from the compiler messages. Change-Id: Ia249a6d4416744c67aada2eb2c5c26cf87bd7ef7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I6e8b3cbedb78df08066f87d4aa9922145cfa151c Task-number: QTCREATORBUG-14496 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Friedemann Kleint authored
The format of the compiler warnings changed: c:\foo.cpp(395) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning) c:\foo.cpp(395): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning) Change-Id: Iaa04d8fedbb0a3da2802be1c860d54fefb7bfe5d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 21 May, 2015 4 commits
-
-
Christian Kandeler authored
To HEAD of 1.4 branch. Task-number: QTCREATORBUG-14482 Change-Id: I97b870fe11fca3553015e79b5229096aa5d8cf2b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: Ibb70d98a6b2ceeb72059a7a421ce2e1a38233d87 Task-number: QTCREATORBUG-14491 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
hjk authored
The code path can be triggered legitimately by removing breakpoints without direct file association like "Break on throw" in the breakpoint view. Change-Id: If32a990f76d86386e40123c8f7a90613e15ca670 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
David Schulz authored
Change-Id: If15afbbc7bcf33367755cfd61d47670a28038e6f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 20 May, 2015 1 commit
-
-
BogDan Vatra authored
DockWidget keeps a pointer to the initial inner widget which might change/delete. Ex: QWidget *w = new QWidget; w->setWindowTitle("title"); QDockWidget *dock = addDockForWidget(w); //... dock->setWidget(0); // we want to set another widget delete w; Change-Id: I04e3d1075787092f3789f32442990aa76848d1b7 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- 19 May, 2015 3 commits
-
-
Sergey Belyashov authored
Change-Id: I56133c7459be50efe5eda7382de7a211a62ba34c Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: I21ff7f3f70116944ba08ea18bdeeb258c0984f09 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I18e2cb163f2aef81ca34994a38ceb4865b2ae5ad Task-number: QTCREATORBUG-14307 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 18 May, 2015 9 commits
-
-
Orgad Shaneh authored
Change-Id: I5c85dda01a442e4b227c846d6fa5057e1fe82939 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: Id98acf623a7d5aa55c98f4c3db6e0a5447f59b7d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Apparently the chosen event type influences the stability of the recording process and you can change the event type using the additional arguments. Change-Id: I0e1982d4d469e1e4d17e2aa01d3c5166ce8817a3 Reviewed-by:
Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-
Jake Petroules authored
This fixes broken library paths for buildoutputparser and qbs executables on OS X, making them unusable out of the box. Task-number: QTCREATORBUG-14432 Change-Id: I81c64f962b0a1eee2800da04b5202f5fd9efb706 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
They were expanded but collapsed again when the model was reset in the setShowReplaceUI(bool show) call. Avoid resetting the model by informing about the data change individually. Change-Id: I48a94f2aec5b5d31d11166a299a2463b757939fa Task-number: QTCREATORBUG-14320 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Iedc533079f0eaa7f0dd2cc241b012c3e07d935b0 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: If55a35fcd0960bd7ac215493ccc7e4118a8c3187 Task-number: QTCREATORBUG-14459 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
... when double-clicking on an entry for which debug information but no corresponding sources were found. Change-Id: I48f57794e072752d444d7c3ccd8bfe517c9db1dd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Joerg Bornemann authored
Let the user decide whether to select items on mouse over by pressing the respective toggle button. The current magic is hard to grasp and mostly just annoying. Change-Id: Ied6bb36bd675bdc7ad237f841ecd345ad6c97e7a Task-number: QTCREATORBUG-14415 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-