- Sep 19, 2012
-
-
Christian Kamm authored
Means void foo() const &; void bar() &&; and the corresponding pointer-to-member declarators now parse. Change-Id: Idbf295bd4f51cd5d9e38efcac1940b8cc2e32fce Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Change-Id: I745ce4a4810a995d80ea0da12ec993d84637223f Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
So class C { C() : _x{12}, _y({12}) {} }; now parses correctly. Change-Id: I4281dcb0541a86b550e74630cad6ae0a59fef1b4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
These are converted to IdExpr(SimpleName(token)) initializers. Change-Id: I1e85c4b261ca028dc75ffe6c00e1090630c2957c Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
Like return {1, 2}; Change-Id: I7442da1866b0106bc075783653c95c16ebedb51a Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
Change-Id: If8cde21be29e2fe1a524171d98a2e6410391145a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I41950436ff9db77e50cfb1601f63af401f7e2364 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I3f0710050c3010f74e6b9c67dec463b9f9e96625 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Christian Kandeler authored
The qbs build of this plugin is constantly being broken by its maintainers. Due to its convoluted structure, it's hard for others to keep the qbs files up to date, so we give up on that for now. We can re-enable it later if and when there is more consideration for qbs. (This patch also contains one last build fix.) Change-Id: I37f8bea3ee65cb62857e7d6649eab4e6d129eb5b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- Sep 18, 2012
-
-
Thomas Hartmann authored
Without qtcreator\plugins\Nokia\ in the path the plugin .dlls are not found (qmljstools). Change-Id: If63e6350d8b2e10cc754b914246031dcce47d2bb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Some tests were broken. Most just worked. Change-Id: I085d30b44ff2ecb2afa63233fe883657fdf2134b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-512 Change-Id: I09a52bcf98e0f2c0bc2e68df4821f94714873580 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
The tests were outdated. Change-Id: I92bf43b32c3a81dedec405ac57f1a73412a4e100 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ib26931ba6d951ad36ca93758d8f5bfeb22d42179 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
The rewriter is stricter now and does not allow arbitray properties. We have to respect the meta info. Change-Id: I3ef852f6661c0113e11e17cd2f3ed5b3a5a71f72 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Lukas Holecek authored
Command line history should be global. Keep last submitted command/search visible. Change-Id: I0fc60786d486eb07c849d016aa23f71875d2cede Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 17, 2012
-
-
Christian Kamm authored
Like: var += {1, 2}; in a function context. Change-Id: I3936c97c4fcb6b3dcac2979e0508d422d47fddfc Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
This allows them to be used in declarator initializers that expect an expression list in parentheses. Like T v({1, 2}, 3, 4); Change-Id: I62e1ffd355ca88f7acbb8708c9b40c8310489ca3 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
It'll be reused as the initializer expression for declarators that are followed by "( expression-list )". Change-Id: I6c76a76641941874ef1ed21daa7b6e057c6d170f Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kamm authored
And add a basic test. Change-Id: I3b8b87d51a9da154758d17380bba5922795f675c Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
This patch adds several warnings for qml code not supported by Qt Quick Designer. * WarnImperativeCodeNotEditableInVisualDesigner: This warns about imperative code affecting a visual property. e.g.: "x = 10;" * WarnUnsupportedTypeInVisualDesigner: This warns about types which are currently not supported. * WarnReferenceToParentItemNotSupportedByDesigner: This warns about things like: "width: parent.width" in the root item. * WarnUndefinedValueForDesigner: This warns about visual properties that cannot be evaluated in the local context. e.g.: "x: somethingNotDefinedInTheLocalContext.x" * WarnStatesOnlyInRootItemForDesigner: This warns about states not defined in the root item. All the Qt Quick designer related warnings are disabled by default in Check. Change-Id: If31a8199fb95dc8bf6ac613634a2e442e436e267 Reviewed-by:
Christian Kamm <kamm@incasoftware.de>
-
Christian Kamm authored
Change-Id: I7f60057953787b3300aafa4d3f230f10b1e9a50f Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 14, 2012
-
-
Marco Bubke authored
Change-Id: Ie8534060b59e28020f1b7d4fb55d3555b0c84a13 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Lukas Holecek authored
Do not wait for incomplete input indefinitely. Handle shift correctly. Change-Id: I9b500bd9c29de54008d6b940753fa0cf61217b75 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: Ied9d1f2702dd1cb1b9a46547567a1df35ccfe256 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Sep 13, 2012
-
-
Marco Bubke authored
Change-Id: I9a6d30291ca02c72a08da96dc9be5199f0800a55 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I2e53ed6c727c539e04565595614ebedb62a902ec Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Alessandro Portale authored
When resizing the Qt Creator main window to a smaller size, at some point the mode tab icons will shrink to fit all tabs into the window. The icon size will if necessary shrink to tiny sizes below 8px, which is pointless. Let's add some code that hides the icons when a tab becomes smaller than a certain size. Task-Number: QTCREATORBUG-7879 Change-Id: I590379a2ec52a8a86e998c08b29d54aca800e542 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I7994cd830392fed347d0dd8aacc6d578823fcc49 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: I0216319b6ce0ca63daa1365a90b259ebb4503761 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Marco Bubke authored
Change-Id: Ic715e8f64bcc17785c972f41b8ab2e00438441b8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
Robert Loehning authored
Change-Id: Ida1508c5e2f15a3fc79066d5133b91c0f9e3affa Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Eike Ziller authored
-
Kai Koehne authored
The missing dependency to QmlProjectManager caused the plugin not to load on some combinations (e.g. Windows/Qt5). Change-Id: I4101e40feaebcb4f71c4e68908f944b583f1c8fa Task-number: QTCREATORBUG-7869 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Kandeler authored
I.e. define WITH_TESTS for debug builds or if the respective environment variable is set. Change-Id: I2764ece50d0783e8cb030b1695e6f59cf6063248 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Christian Kandeler authored
Change-Id: Ibd244963c5cd643fc0e8358ceabff0ad5f6599eb Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Leena Miettinen authored
Change-Id: Ic732bd32ccc16fe507b42db211e7d34ddb85b3dd Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Stenger authored
Change-Id: Ib789dd239fb7dfbb684e2f97607aa30de205fe0b Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Eike Ziller authored
Render fonts in high dpi. Task-number: QTCREATORBUG-7864 Change-Id: Ife6f281e537b9e300db1ceecc0b2703e78ace7e6 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@nokia.com>
-
Eike Ziller authored
Broke with d3c05574 Remove the logic for setting jom as default or not, and just set it as default, since the new AbstractMsvcToolChain::makeCommand uses nmake as a fallback if jom is not found. Task-number: QTCREATORBUG-7876 Change-Id: Ia96c2449863fbbd027fbaf003d75bb6155206289 Reviewed-by:
Oliver Wolff <oliver.wolff@nokia.com>
-