- 02 Mar, 2015 15 commits
-
-
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 24 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>
-
hjk authored
Task-number: QTCREATORBUG-14057 Change-Id: I4d69363c40cd31ca6b28acf9b28a38f099aa27f3 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I60638548b2dada5211787ad2013eb65761af5717 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I76183591c5242589c25d8e5695367d61b6cc5afc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
New connects, some auto. Change-Id: I768637aae9cbb0a62e9082e56141f212022d8220 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This happens on some spurious stops on startup on Linux Change-Id: I22954da2c829c26a6849c6e829bfe52f9c84dd7f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Kandeler authored
Without this patch, the dialog offers e.g. the Desktop kit and then analyzing fails with an SSH-related message that will make no sense to users. Change-Id: Id8791f402c8e8e6c6803dc4cc16b89b38cf1fe33 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I40d5ebc73856e85e36080b94e071edef15242666 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I43d66b7c65576115803bd3c381bb9627744a326b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Iede105188819b1f07efac76ec9a9b05a6ae6049a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
Ensure that the correct rpath is added, even if we fail to remove the old one. Change-Id: I96e37d0e26b04f240300244aa93f434a60013410 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
aliases() iterates through the entire hash. It should not be called so frequently. Change-Id: I2f896489459b2237a0a1763919fb8a52fb411ae1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Takes ~6% of project loading Change-Id: Id277f6cc9d5666b9a383419959cfd37b936437f8 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
It appears to take 7% of project loading... Change-Id: I2d20d919cc861a6ee95af359a584fb27a915cf80 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-