- May 02, 2013
-
-
Orgad Shaneh authored
The submodule is mostly used for building against, not for editing. On most cases, its internal status is not interesting, and git scans it for no reason. Change-Id: Ic290bd78fdb6704a15264a022125c99cf006a0db Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Robert Loehning authored
Change-Id: Ia87569c080f3b54dd8f78b023408de76eb3c574c Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- May 01, 2013
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-9230 Change-Id: I24a6277c9ca5f35c803e276da82ca2b9e9d79f57 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
- Apr 30, 2013
-
-
Kai Koehne authored
Task-number: QTCREATORBUG-9229 Change-Id: I0ec3fef8cdc795f041c7ec39c1fd6b68a138046f Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Michael Brasser <michael.brasser@live.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-9087 Change-Id: I80866ace00f940000407cc25cecaad6fac8b6eee Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
This patches adds the tr checkboxes to all string in the generated property sheets. Task-number: QTCREATORBUG-9184 Change-Id: I4a3ff8120d7ccd5a6b9e11d212f955cd66ba01aa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Otherwise we skip items derived from types only available via imports. Change-Id: I102a4843652029dff777e12594efc4d5e5e50999 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
Actually "." properties can recurse infinitely. If a type MyType has the property parenType of MyType and it is a read only pointer, we get an infinitely recusion into "." properties. parentType.parentType.parentType... Actually this seems to be valid QML and is really the case with Menu. (In the private API though, indicated by "__") Since we enumerate "." properties in the Qt Quick Designer, we run into an infinite loop. I just cut the recursion at level 3. So we stop at myParent.myParent.myParent which I think is reasonable. Change-Id: I80866ace00f940000407cc25cec9ad6fac8b6fee Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
We should follow the engine and set the QObject parent first. Actually some items (e.g. menus) do not like it differently. A note: The engine seems to always set the QObject parent even for items. Change-Id: I700e8802300b8eee093f73ea11e07c4cdb0338aa Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Emitting the Component.onComplete signal. This is only available in Qt 5.1 Change-Id: I77503333296cccd9999d2610cca126530f777777 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Daniel Teske authored
The slowness is due to AndroidToolChain::addToEnvironment() being called a lot on project opening. Thus we need to avoid any file opening or process on loading. This patch does 2 things: a) It removes the call to sdkTargets() which is unneeded. That actually checks which avds are available. b) It caches the target sdk inside a named target setting. That means, we assume that the file does not change behind our backs. Task-number: QTCREATORBUG-9164 Change-Id: I9287934a0624db0b3e8318b8cf76e605418850c2 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
These items have proper default sizes. Change-Id: I102aa843662029dff757e11194efc4d5e5e50a99 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-9220 Change-Id: I0671eaa1e9785ee0327bc8cbd4519c5d696ea0ca Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Knut Petter Svendsen authored
Now both dynamic and snapshot views are supported under both Unix/Linux and Windows. The implementation is based on "cleartool pwv" which gets the working view. Change-Id: I0d21d2c84fae4a641a3bac8b1087cfeffb89c447 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
The patching of imports and plugins is done automatically by macdeployqt, we need to pass it the qml2puppet executable though. Also add Qml2Imports to the qml(2)puppet's qt.conf. Task-number: QTCREATORBUG-9136 Change-Id: I9cb21d104f4c0c42531facfc6bc92fa9663e95a9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Apr 29, 2013
-
-
Orgad Shaneh authored
Change-Id: Ib999f8f00b065e4e51b70f1c5f81bdd17baabd8c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Francois Ferrand authored
Preprocessor did not correctly handle when variadic macro arguments were not provided at all, if there were other arguments: macro was not expanded in case only the non variadic arguments were given. #define MACRO(...) used to work fine for 0 or more arguments. #define MACRO(ARG0, ...) used to work only for 2 or more arguments, now fixed. Change-Id: I64e9199ceccae05618a49931c2adad8e4f9471ba Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
This reverts commit 316f15cb3b6ce8aedaaee5a954da9d99b1090350 Wrong branch, should be master. Change-Id: I700e8802300b8e1e093f73ea11e07c4cdb03b81a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Action like "Switch Header/Source" need to be performed in correct context, in this case "CppEditor.C++Editor". But while command line is focused the context is global. Change-Id: Id9aa24641508a08f5196d314edc74644780c26d9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Apr 28, 2013
-
-
Thomas Hartmann authored
The model manager provides the import paths defined in .pro and .qmlproject files. Change-Id: I80846ace70f940400407cc25cec9ad6fac8b6fec Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
This was missing for a couple of items and creating confusion, if another item of the same name was used. Change-Id: I88746a3e700940404047cc25cec9ad6fac8b6fcc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Apr 26, 2013
-
-
Christian Stenger authored
If object names are scattered across multiple lines the script failed to get the whole object name and failed therefore. This patch corrects this behavior. Change-Id: Ia97e2577162b77ae1b72fdd51dda4c74c59abe25 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- Apr 25, 2013
-
-
Fawzi Mohamed authored
This will allow changing the default to nonrelocatable. Change-Id: I80746a3e70f94040a407cc25cec9ad6fac8b6fec Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-8335 Change-Id: Ie9ca9018194c955f099b7d99ab46ba26303e354d Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Fawzi Mohamed authored
removes an incorrect break that limited the number of nodes processed in updateQmljsCodeModel. Change-Id: I82c254721ee92765cb65840c428ea08e97f587c6 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Kai Koehne authored
Fix warnings from gcc 4.8. Change-Id: If4fc311ea021d1014141cb123f1d765577efd831 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Christian Stenger authored
If a bug is closed for master but still valid for the current working branch the workaround won't be executed if started with performWorkaroundIfStillOpen(). This leads to wrong results. The new approach is less automatic but more error-proof. Change-Id: If33c920be08e33c0fb2ccc4faec4ae8ff0d0f95d Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
- Apr 24, 2013
-
-
Marco Bubke authored
Change-Id: I94db08fff3e7e38a9cc377d06a5aabc6d886b64e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Clipping is happen over the bounding rectangle, so should provide the clipped bounding rectangle. Change-Id: I602da312a7ca327def378a887a75782c61cc680d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I8429517b81308f4a6a15b90a1ac7486de49562d9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Stenger authored
Change-Id: Ibbdae1c85d49122928fda97ea5f3d83245eab7ed Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Marco Bubke authored
Change-Id: If7ea6c55f4540a8bde113076288c0e9c6dd1210f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Apr 23, 2013
-
-
Christian Stenger authored
* removed fetching status * improved output for closed bugs Change-Id: Ice0256f75571c6c44e9878447d3821247f5ded4f Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: I506a030714a46a1ca3610b18daf296deaa6bfcc2 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: Ie74b0dd42d14e594e436408e39db20554904b84e Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
* workingDir should not be global * handle missing Qt Creator plugins on startup Change-Id: Ibb8267da9d3443104f6d895ff98b6047f693284e Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tobias Nätterlund authored
For pure QNX (non-BlackBerry) devices, the path to the QML files are decided by the user. Only adjust the path for BlackBerry devices. Change-Id: I909ed0a06bc6985a5a353aab61bda395afcfb7aa Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Mehdi Fekari <mfekari@rim.com>
-
Kai Koehne authored
It's not only QmlDesigner that nowadays uses private API. Change-Id: I87ea88e780b3a8d7169d4c75e84dc4e78dd7cab7 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Nätterlund authored
This is a port of commit 2982545d to also apply it to the qtquick2applicationviewer.cpp template. Change-Id: Ia9d964d9fc98ea957c52aea783c6148449552755 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 22, 2013
-
-
Thomas Hartmann authored
This is only available in Qt 5.1 Change-Id: I76b7916b4ce64c440c175e77edc2b0a3ef015166 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-