- 07 Apr, 2016 31 commits
-
-
Robert Loehning authored
Now also for Default Flat theme Change-Id: I6d0962240b2eb19dbaecc390204c1af2de533d3c Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
This change makes qmljs reuse the equivalent icons from CPlusPlus. Change-Id: I955fc0dd08282ed0556d804a59108a34e1212521 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I406665390406dca324c2c98dda37540b22a065df Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-15806 Change-Id: Id7b5966a4ae6fafe979f7373718b89fdcc2b918b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Alessandro Portale authored
Off-by-1.5 Change-Id: I300b2ff66622443b2b20ddb49a9038417ad4d074 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Alessandro Portale authored
This change makes AutoTest reuse the equivalent icons from CPlusPlus. Change-Id: I01f8c30798c7f1b622469ae1f25418e9d1bd8a93 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Id2f9c23bf184d533580e8d572c6616ca20d77c57 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Tobias Hunger authored
All files where considered to be "out-of-tree" since the base directory was not known at the time the initially marked files were set. Also remove the need to selectAllFiles later by making sure an empty set of initially marked files is treated as "select all files". Change-Id: I5b9745f8afbcc389bed7032b9e76b647f54d681a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I0f3a8f9c6717dff81642500e5defb3b442155165 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I59645aabac99261526808887e5fe25e575d8d79d Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If1ffe9c92f8f54ffd321b5ac2bf37b2b7ebf6544 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Iac260f97224c0bd440542b94ee50271be9dc2bf5 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
This was using the project file as a base, not the project directory. So no files could get selected. Change-Id: I60d684ee22a746ca42b1544f8c29626c438cf589 Task-number: QTCREATORBUG-16011 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Vikas Pachdha <vikas.pachdha@theqtcompany.com>
-
Eike Ziller authored
The old file name was still hanging around after all files were closed. Also reduce number of translated strings. Task-number: QTCREATORBUG-14800 Change-Id: I437072be0f7dcd26f55a7895d20cf8fe6e3cd8b5 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I8eba72baa043bebc8618fbfe51fa31d7215165e7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Albert Astals Cid authored
Otherwise i had a problem where we were waiting for /usr/share/unity8//Dash/DashPageHeader.qml but then on QmlProfilerDetailsRewriter::documentReady we got /usr/share/unity8/Dash/DashPageHeader.qml and since it's not the same qstring we didn't realize it was the same file Task-number: QTCREATORBUG-16020 Change-Id: I3b07450438d98734fbbff9f8b7a3d9d851ed4e5d Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Alessandro Portale authored
This change makes ClassView reuse the equivalent icon from CPlusPlus. Change-Id: I2c83d8869dfdb3d8e8f229fc7cf768dee15442ca Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Id0eb167cf7d3f28157f50f17acfda1bb3ccc534a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I216c6f6453412e65c48ddceaf950bd1112c32a42 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tobias Hunger authored
CMake does not know whether a build target was configured out of the current build or removed entirely, so implement the relevant marker. Mark all of the "vanished" RunConfigurations as disabled. Also remove one unnecessary level of indirection when setting up RunConfigurations. Change-Id: I30a21581823b4bff5a5be29480e64423b9379983 Task-number: QTCREATORBUG-15950 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
Handle buildsystems with imperfect knowledge about what they build more gracefully. Leave RunConfigurations around if the build system can not tell whether or not the relevant target was configured out of the current build or completely removed from the build system. This patch should not change the observable behavior of the code. Change-Id: I0ddb4bd3966d184a4b5c9818e68adb107047ed1f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
hjk authored
LC_NUMERIC is enough for the float reporting problem, and LANG is too intrusive Task-number: QTCREATORBUG-16010 Task-number: QTCREATORBUG-16024 Task-number: QTCREATORBUG-12800 Change-Id: Ia5bc31152e2b137c6b830a232460542a3827138a Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Robert Loehning authored
Change-Id: Iba979f099b31a35693d0fee49de86fe6b8b3c55c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I8ca788b28612568935dcf68bc57089c0a0174fb1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I91b81990047184539eb26b3596e216c995f0a962 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Ibdef1f5979515e53d225d3966a4b23ce0f4d9a79 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-15821 Change-Id: I81faf3d31598538c04f843694b04f938bfb61a6e Reviewed-by:
Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
...if cursor is in-between. Hitting backspace when the cursor is between two quotes "|" deleted both quotes, which is unfavorable, especially when the user tries to add quotes by starting with the closing quote. Task-number: QTCREATORBUG-14111 Change-Id: I8f08f355e34fba1b517dad9864944cb11ff5c1c2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Idc759cb0a5a64fe33ea54eb4d0bf21df2a651bd9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I9a669497d4ec5db6ade270c272bf52a365cfc7fe Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
A breakpoint with known locations is not pending. Change-Id: I4da7b60b6771bbea40ce74d44518c26e6214ba6c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 06 Apr, 2016 9 commits
-
-
Nikolai Kosjar authored
Clang 3.8.0 does not detect the MSVC2015 build environment properly. Running $ clang.exe -v -fsyntax-only empty.cpp shows -fms-compatibility-version=18 (=MSVC2013) instead of the expected -fms-compatibility-version=19 (=MSVC2015) Workaround this by setting the version explicitly for MSVC2015 toolchains. This fixes parse issues with char16_t and friends. We do not explicitly check for the clang version since clang 3.6.2 is broken for MSVC2015 anyway and we do not know whether clang 3.8.1 will come with a fix. Task-number: QTCREATORBUG-15940 Change-Id: Ibe61af25f6d74f134cc9f9681db5a4d19ac67417 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Show the path in red with corresponding message in tool tip, without making it a fatal condition. Task-number: QTCREATORBUG-15998 Change-Id: I5c6ddf3e79ed4b5ff659f0cab0560fcc78f6f6a9 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tim Jenssen authored
Change-Id: Ic40eca09f281626428157dd94ed802c846b2f7e9 Task-number: QTCREATORBUG-15942 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ib6f01cdad6a8e54010ad455cb7e9322d6311dc12 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Alessandro Portale authored
Currently, these icons have a big "bug beetle" and a small action icon as overlay. According to user feedback, the relevant element (the action) has too little visibility. This change turns the proportions around, so that the action icon is big and the "bug beetle" is a small overlay. Also the analyzer run icon is handled in the same way. Change-Id: I257c66ec5892c8aabaf8a9884795ae410e793017 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Also, provide implementations for desktop and remote linux. Change-Id: Ib02202bf1829367334035a361ac73317338cd7a6 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I4c51f05fcef727505ba0df252d1c4b71e6dc1e6d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I162366ce98078ba49311c96772772258e3f3dcb7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
A QLatin1String isn't a StandardRunnable. This fixes a regression introduced in 58be2708. Change-Id: I6b3bb337227631011a6bc26c938945bb0e912e62 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-