- 11 Mar, 2015 1 commit
-
-
Daniel Teske authored
Extract the whole makefile parsing code into a separate class, to make the code more manageable. Also fix some bugs on importing additional flags like qt quick compiler or separate debug info. Task-number: QTCREATORBUG-13947 Change-Id: Id04bff191c188f95230274d990b1676e9b2f419d Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 09 Mar, 2015 1 commit
-
-
Daniel Teske authored
In ancient times we needed to support some qt versions that didn't support shadow building. This code has been unused for some versions now, so remove it completely. Change-Id: I311f255d6bfed6841e94c9c383bd9929d0d55520 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 27 Feb, 2015 2 commits
-
-
Ulf Hermann authored
Also, prepare for setting this automatically once we get a distinct "Profile" build configuration. Task-number: QTCREATORBUG-14009 Change-Id: I70556806e33d47341360231aeff844e490675f6a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
The QtQuick compiler should not prevent QML profiling. However, in this case it does prevent the QML debug options from getting added to the qmake command line. This effectively prevents QML profiling. Change-Id: I533d1bd3f9cc6e41bd42f285c32127286b20d85b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 24 Feb, 2015 1 commit
-
-
Tobias Hunger authored
Change-Id: I63a1ca0c9fd4ef1a6af758179e315fc7ec96eeb4 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 19 Feb, 2015 1 commit
-
-
Ulf Hermann authored
Change-Id: I40784b51e36c3c77fce6bf077613d19579336db6 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 13 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4a41cfb629be8bb06b4b0616cd4475525e617a51 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 29 Jan, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I4852ff215abf25649fc5eac1e922ae901839ca3d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 01 Dec, 2014 1 commit
-
-
Alessandro Portale authored
If the Qt Quick Compiler binary is not present in the binary tools directory of the Qt version, disable the checkbox. A warning will be added in the next minor version, sind we already have string freeze. QML debugging does not work when using the Qt Quick Compiler. So, in case the Qt Quick Compiler is checked, let's disable the QML debugging checkbox. Change-Id: I739b1f71dc53aca9cf00e6ffd15246184d89816b Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 17 Nov, 2014 2 commits
-
-
Kai Koehne authored
Only show the "Do you want to recompile now?" modal dialog if the "Enable QML debugging" or "Enable Qt Quick Compiler" checkboxes have been changed directly by the user. The previous change let the QML debugging checkbox update also when the .pro file has changed. Showing a modal dialog in such cases interrupts the user's flow, and is unexpected. Change-Id: I9304cbecee7e201694ff72ac8c0f38cedf5fb416 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Fawzi Mohamed authored
A change of the project languages (for example when the qml code model is updated, which happens quite late) can add or remove the QMLJS language, and thus change the value of linkQmlDebuggingLibrary. This should be shown in the UI. Change-Id: I55b6a866be6d0e356ed516568124bf3e80045078 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 15 Oct, 2014 1 commit
-
-
Alessandro Portale authored
Change-Id: Ibeb9fbf21e72d977b37616337595666aa9b59ccc Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 31 Aug, 2014 1 commit
-
-
Daniel Teske authored
That is try to find a kit that matches the deduced arguments found in the Makefile. Task-number: QTCREATORBUG-11067 Change-Id: I01dc122ffcba8ccb71b112c271a0ae2cf860328d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 01 Jul, 2014 1 commit
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 23 Jun, 2014 1 commit
-
-
Tobias Hunger authored
Everybody used to do their own thing... Also unify the "Configuration is faulty" message we write into the Application output window. Change-Id: I0e5c4ec68155d66aa1d0ea53134b98917869e5c6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Jun, 2014 1 commit
-
-
Nikita Baryshnikov authored
Change-Id: I4f6011cc2b6127037249aabc2426a88ad7108ebf Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 06 May, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: If304d5e95cd9ac714100abaae35d60e3e1050eb2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 04 Apr, 2014 1 commit
-
-
Daniel Teske authored
Change-Id: Ida5c7e9eea197d12ebe6e4bd86e90b2ef7e7a100 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 31 Mar, 2014 1 commit
-
-
Kai Koehne authored
Use the same check as in the DebuggerRunConfigurationAspect to decide whether to enable qml debugging, or not. This allows us to follow the qmakestep setting in the run settings in a follow-up change. Task-number: QTCREATORBUG-11474 Change-Id: I67900cf719a56c0246e792c6aca66ce8e5d77daf Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 04 Nov, 2013 2 commits
-
-
Fawzi Mohamed authored
Change-Id: I55ee4b24ccb3789b2bbd75e0bb9a2176cbb8522e Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
Remove infrastructure to debug/inspect QML applications with Qt 4.7. Change-Id: I277e9884e009475a29017f502bbe1d069317460f Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 01 Nov, 2013 1 commit
-
-
Fawzi Mohamed authored
Change-Id: Id0e6eceea5344929e7d2804ebd8cb47684f7ffe8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Oct, 2013 3 commits
-
-
hjk authored
This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: Id49e347cc448f6a28271b6af775d56b6e00b4908 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 25 Oct, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: Ibacaf76e39e98c9d37d56e0bdedbbae07702e979 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 16 Oct, 2013 2 commits
-
-
hjk authored
Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: I00bb591c027a22088d5f1feedc84aa28523dcca2 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 28 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Use setBuildDirectory() in the different BuildConfigurations instead of reimplementing that over and over again. Change-Id: Ic355fdb4624c71667ce470b3e2865c9a8722ef09 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 01 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Use it instead of retrieving this information from the document. Change-Id: I809fcb2daf59021cf503c371a5d40d75d7448796 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 09 Jul, 2013 1 commit
-
-
Eike Ziller authored
That is what it actually is, wrt how Qt API calls it. Change-Id: Ied02055debf6aad75556b0d9d22e8ba2f72be555 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Jun, 2013 1 commit
-
-
Tobias Hunger authored
... so that it can be reused by the QbsPM Change-Id: I79ee1aeaf66b07878e159ac9d4aecb657bdcb7ee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Mar, 2013 2 commits
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I53fa1aafaf98fd3105ef35b595e4311854cf9cbc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Change-Id: Ia05cbfec090bf42d8b9c0475e8904dbad12486d8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 12 Feb, 2013 1 commit
-
-
Tobias Hunger authored
This avoids sending signals for new tasks and process output via the gui thread's event loop. When finding lots of issues in the output we generate so many events that any attempt to compress events takes a long time (max. events waiting to be processed were > 1200000 when doing a clang -Weverything build!), and thus the UI freezes. Change-Id: I9668d2537b1a268e788cd0ea5c756ebaab4462a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-