- 03 Mar, 2015 12 commits
-
-
Orgad Shaneh authored
ts appears in freedesktop, but it is ambiguous. Change-Id: Iacc1386551f79eb885c03db7329f592394428f66 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I6da98c3a9d5a89f80e721aed0e9fbf0f9ca6b43d Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
This also addresses the remaining issues of QTCREATORBUG-13803. Task-number: QTCREATORBUG-13803 Change-Id: Iceb123279236d98961d15fe7421acc7c10d1b1c7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Ib4041924e1544d1ec2c5837c62c23554c6be0e91 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
They can legitimately appear in regular use right now. Task-number: QTCREATORBUG-13938 Change-Id: Id7097c82866375060545db6ddbbecbf1fbf5da6d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Closer to the usual pattern. Change-Id: Iee0f095a59755424bd2e494aaa89215669d02972 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I1f56e6ad05b9bed7642b2a5827c27c824dec0aba Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Eike Ziller authored
When trying to open a non-existing file with the binary editor, it would complain that it couldn't empty files, instead of complaining that the file does not exist. Change-Id: I50fc8afb8c59cad211ee68356020a81891708097 Task-number: QTCREATORBUG-14078 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Was broken after making the handler functions members. Change-Id: If14cbad777323d48000641fb38a01eb59503d297 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Explicitly check for "Core" in the qualified symbol name when using wildcards. Change-Id: I63c1d2cc71b20457b2ed298c5f0161ddd0bf8e1c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: Ieaff277fc307a3bd0b5426dff58a6598fd46bf46 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
... like blocks Change-Id: Ide53fd3758b09d996e4b7d7ebe91d50a8252cd27 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 02 Mar, 2015 16 commits
-
-
Tobias Hunger authored
Fix crash in KitOptionsPage related to setting the default kit Task-number: QTCREATORBUG-14053 Change-Id: Icf10b2596afa0a3b871aca0685a6f7d3a59ab022 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Support for a description was added in 3.4. Keep wizards without that working. Change-Id: I13b4506ea154018cac6f337196846a881439628d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I5e05575d0858ef1b8e2d5b3fb8b00b006a11c065 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Our analyzers were designed with the assumption that only one of them is ever running (e.g. there is only one instance of the respective UI element for each Analyzer). Run controls, on the other hand, assume that an arbitrary number of them can run concurrently. With "re-run" enabled for an analyzer run control, these concepts clash. A quick test shows that some analyzers actually crash if you try to re-run them, but even if this were not the case, it could not work in a sensible way. Perhaps it would make sense to change the analyzer design so that they too can run concurrently, but not for 3.4, obviously. Change-Id: Ie8650eeef0261f2b697269900d5b465aad10aaf2 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Zavadovsky Yan authored
Restore behavior which was exist in Creator 3.1.2 stable version and was broken after 3.2.0-beta1. Change-Id: I18764b3fc93f78e980176597b59500affe9c7d02 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-13111 Change-Id: Ifead2f7fa8d00eb044894b6d9ef0e7626e13f867 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Caused problems with MinGW/Start in Terminal. Change-Id: I6b88687f2eddd4437a329bf5cf2bd0bf86044cb0 Task-number: QTCREATORBUG-14069 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
If there is just one column the user has no choice. In this case we want to hide all columns. The issue was introduced by 111f65b5 . Task-number: QTCREATORBUG-13171 Change-Id: Ie151b908866f80d138fd262f6c3708ef380ca908 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ia02b4dc64b343664b5d47fe3743fbdd0782da121 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Conflicts: qtcreator.pri qtcreator.qbs Change-Id: I897baf92970c540f4d64b6a726ce604791234b1a
-
Orgad Shaneh authored
Fix in 5a5acd66 was incomplete. Change-Id: I36a0666d2a6a8ccb514ebf612fbac2eded150102 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I739c79f5c6d35deb45aea9d4b22c148d5293d163 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
hg status uses native separators. Filtering untracked files assumes normalized ones. Change-Id: I63934f45e5787b895428b6c560f6d214d6689fbb Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Libor Tomsik authored
Adding check if values in C++ Library Wizard - Class Information were already entered to keep them preserved when going back in the wizard. Change-Id: Ia1f65b8fd338b8e783f0d032574b9526befcc1a3 Task-number: QTCREATORBUG-12185 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Following 73616849 , it is dangerous to store a reference to the rvalue of toString(), since it might become dangling. Example: FileName foo() { return FileName::fromString(QLatin1String("/some/file")); } void func() { const QString &fileName = foo().toString(); // fileName is now a dangling reference } Change-Id: I5dfad5dc8dd568a0a3c8f9f71ad93292dc26cbbe Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-13999 Change-Id: Ifc04a5592b8a07c95f152e73e802b7b686119d88 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 28 Feb, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: If4adc4153341ac63bd5566a66ccf177ae4e536e1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 27 Feb, 2015 11 commits
-
-
Lorenz Haas authored
Change-Id: I30bba610fbe03fbfd9bc987805c57df6035d1c36 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I16c24fb4072ce4d63fdbfc57618daa2a48fa1d80 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
The problem is that, if you check e.g. a .pro file against all C/C++ mime types, and these define magic matchers, it would find that .pro doesn't match C/C++ mime types by extension, so it would open the file to find a magic match. Even though the extension .pro would identify it already as a qmake .pro file when checking for the mime type globally. Change-Id: I3341187e88e2263bf38169c3c99e5d2161e2a9ee Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
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>
-
Orgad Shaneh authored
Change-Id: Id97ca27fa909979573efca12dc0cd14b28eacd17 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
... from InternalCppCompletionAssistProcessor to CppCompletionAssistInterface Change-Id: I769fd86a387f1087f37b56fe114bdf132f1b0be7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I8e870a44e07dd069db5f61ae6ffd75c517e2d445 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Francois Ferrand authored
Change-Id: Iaa0e7550abf6be77601b1852652bb3d0731d0323 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Ideally, all 'current' data should be passed down from the engine. Change-Id: Ibfe7c466ec564c6907398ec2ec6c05d04e6670d6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
These operators led to parse errors, most prominently in Q_OBJECT uses since this macro nowdays uses these operators. Task-number: QTCREATORBUG-13905 Change-Id: I65632820d02ca5c5ef0b98f5d969cdc516d7f5b0 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikita Baryshnikov authored
to return existent IEditor matching this uniqueId Change-Id: I8199c39182d88d5496b0277d08896dfe32a52790 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-