- 02 Mar, 2015 11 commits
-
-
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 28 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>
-
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>
-
Eike Ziller authored
Which as a side effect fixes a recently introduced wrong connect Change-Id: I1d6b6036bc4f3b404a3178626db6e0692c643b88 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I975423d2b0fcde7ff6e625e9d3cdaf271dd57dec Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Remove one unused notification, rename notifyInferiorUnrunnable. Change-Id: I585d3a8606585fbdd8ad48e5eeecf629542bd93c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-