- 28 Jul, 2017 3 commits
-
-
Jochen Becher authored
Change-Id: I40d58ce3e5040dc083bbcd27cc6481510ae41f95 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
asyncUpdate is only ever called via scheduleAsyncUpdate, so only notify about parsing start there. Change-Id: I4311c6ac1add354de96cc25c0cccd0504409e0a8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Show which projects are currently parsing in the project tree. Change-Id: Ie69907a73ec7c3cf2ef40c37db620a0144178f95 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 27 Jul, 2017 8 commits
-
-
Orgad Shaneh authored
Change-Id: I6843f6c172954a0f89763a0993c69c9f4ea99a20 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
* Replace << with initializer lists * Replace C-Style cast Change-Id: Ie308e9975a755cccae0fa5ad2655a83a082b4ec7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ia766a4835e24f49152b4bc7fbab2d154b028510c Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Change-Id: I750d7fd369a941a5f8837bddb01714541742a46e Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
I want to reuse the rendering of the progress indicator outside of a widget. Change-Id: Icaeeb798578ad838693b68556bf2193c4ba45cfa Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: Ic31f61a477ad681652eeccdaa39f82970c57eb5a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: Id5ac7e6aba407eb5a3164bba57bff043e809beef Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
We don't need the threading anymore, so we removed it. The indexer will be run in its thread anyway, so an extra thread makes the code only more complicated. And we added namespaces. Change-Id: Ibcba306324763285cf653c28bb08122345e5f8da Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 26 Jul, 2017 4 commits
-
-
Orgad Shaneh authored
* Remove QLatin1String except on return * Remove unneeded qualifications Change-Id: Ic7c928c7d53c03c398fddc7353dd9e08a125e701 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Change-Id: I50fdaed0d813b5004c1756e9c5a6efd3ce7a3318 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Get rid of duplicated code to do such signaling in derived Project types. Change-Id: I26914a1d751d72ee65c15a7943e0e7f34978f042 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Stenger authored
Change-Id: I60614b87f80443ffa39ed4e4fa59ad0165a63cc8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 25 Jul, 2017 21 commits
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-18173 Change-Id: If512991873121151e18b56781729f6b841796549 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I287831a9151ba867eec443206235c7e07a6176e8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I057a0bf08bed470b412082a34029ccec03e32d28 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: Ie28efa6deb29801dd670656eeeeef81ccc4ae87f Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: Idb4fef70063ce3b42c497e302e4b69bb73f314d7 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Google Breakpad (https://chromium.googlesource.com/breakpad/breakpad) is a widely used crash handler framework, e.g. by Mozilla and Chromium. It is providing a platform neutral solution to generate mini dumps, collect debug information and generate stack traces from those. Done-with: Orgad Shaneh <orgad.shaneh@audiocodes.com> Change-Id: I09382e7db0dc9e29b228e7b554fda7b6f5684349 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Orgad Shaneh authored
Debian/ubuntu systems can have /usr/bin/g++ which is GCC6, /usr/bin/g++-5 and /usr/bin/g++-7. The same applies for cross-compilers. Detect them all. Change-Id: Ia7b403efbfab60b05c4f27a9011d054d52c3aa1a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri Change-Id: If5f4a9821a23ac0df81eb84b3980f9cf7ecd70ba
-
Eike Ziller authored
Change-Id: I4e14ef31dc6cdcc0606d39be90195e30c1ee9b25
-
Vikas Pachdha authored
sdkmanager times out on slower machines or with slower network connection. Increase the timeout and show timeout message box Task-number: QTCREATORBUG-18458 Change-Id: I9118024ec1438ef9c18842df2f7431e696c73f92 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Add unit test to make sure this stays fixed. Task-number: QTCREATORBUG-18624 Change-Id: Ieeb41982418481223d9ebf8f5c6ec4b3b78bfe00 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Kai Koehne authored
The description and version is seen e.g. in the file dialogs, but also in the task manager and crash dialogs. Change-Id: I65f7076a55ecbdcaa6b7c9ab57fecaab59bcaa08 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Kai Koehne authored
This allows us to use the copyright year also in the following patch that adds it as metadata to the windows executable. Ideally we'd unify IDE_YEAR and IDE_AUTHOR (because they're only used together anyway) but that would break translations. Change-Id: If0f84eaeb22e9ba71b2b29798324b76a91eda78f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
David Schulz authored
Change-Id: I016b25c56b31c615e208e86e690fc7408c9e5384 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
JSON officially does not support multiline strings, so we should use the same mechanism that we already use for the plugin description (i.e. additionally support arrays of strings which are interpreted as lines). This just happens to work because Qt's JSON parser eats it without choking. Change-Id: I25ef04600b209775c5a7af916c687fda4a8b1a4d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Jochen Becher authored
Change-Id: I08ca964652f2594d30d5576b5d956d97e01a4ef8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Jochen Becher authored
Change-Id: Ifcdd5010369a71649a5f34c72c81ec9a30556bc7 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Change-Id: Iddd45508dcb2de1fa2b6d9b2b881b54a73172caf Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Change-Id: I06de22538e500c133693ff0c791ac8a2d3be3402 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Change-Id: Id863a5004cb903cbc2929745e818e5810ff70dd2 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Jochen Becher authored
Change-Id: I87338f290bd1ea729682236df8b017516a18e7bb Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 24 Jul, 2017 4 commits
-
-
Alessandro Portale authored
Increasing the text size a bit, making the text darker and making the margin proportional to the image size (resolution independent). Change-Id: I029b57e2bf1c355f35161e5f8810dddea4114047 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Alessandro Portale authored
This gives them a similar look of other toolbuttons in Qt Creator. Change-Id: Ib3163ff6c1eab2bd26e46d1136de5fa474dea66d Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Nikolai Kosjar authored
Change-Id: I284298c926f3d445272987ee622e6fc4aba4697a Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Nikolai Kosjar authored
Change-Id: I5473230ba9bc1b6c1a9520971d66918d545c9e5b Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-