Commits (52)
-
Jan Arve Saether authored
The snippets that qqmlxmllistmodel.cpp referred to could not be found. xmlrole.qml is only referenced from src/imports/xmllistmodel/qqmlxmllistmodel.cpp Change-Id: I95f962927097cd9d3295fbc2b376a9ab27ae6e5c Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
cec16f1e -
Liang Qi authored
Iterate all or not in nextPrevItemInTabFocusChain function. Change-Id: I14d40dbeda01ca470efe23886789383ff1d30c0f Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
305616a6 -
Shawn Rutledge authored
An application can implement onClosing() and set closeEvent.accepted = false to delay the closing (for example to prompt the user to save changes). Depends on change I9abed47fca02a002b78727f98d678a824854adfc in qtbase. Task-number: QTBUG-31019 Change-Id: Icfd4a03ecef3621bdbbee2e2c3157b897a9b6524 Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
81b3c4bb -
Oswald Buddenhagen authored
Task-number: QTBUG-30676 Change-Id: I5c5869ee3050e67390607f94054127bd62ab2ea4 Reviewed-by:
Andy Shaw <andy.shaw@digia.com> Reviewed-by:
Liang Qi <liang.qi@digia.com>
f8eb03b2 -
Oswald Buddenhagen authored
Change-Id: I34ea6a8ea5f6f2641bf5deaf2a7136e5ed51a8ba Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
ef1d6244 -
Thomas Hartmann authored
Resources was a direct mapping of the QObject children. This led to problems since the QObject children can also contain other objects from other sources like attached properties. This patch decouples resources from QObject properties and also does not call setParent() anymore. The special case for QQuickWindow in data_append does rely on the fact that QObject::setParent() is called and the inner window becomes a QObject::child of the content item. So we keep the setParent for this special case. The children property does not take QObject ownership either. QObject ownership is handled by the VME. None of the documented QML use cases should be touched by this change. This is a cleaner solution then the ad hoc fix provided by https://codereview.qt-project.org/#change,54677 I changed also the test. The list count now has to be exactly 4. Change-Id: I5c119e333ee82e888aaac1da559fd63a875d08ee Reviewed-by:
Liang Qi <liang.qi@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
95fd73b8 -
Kai Koehne authored
Since this is popping up quite regularly, add an explanation why we need qmlplugindump to be an application bundle. Change-Id: Iacf5ad0742aa9fb601c3be046f268764df062e81 Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
b11b7d53 -
Thomas Hartmann authored
Change-Id: Id6e157aa191aaa4e24a9cd5c76abfe902fe43d44 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
06385e88 -
Liang Qi authored
This breaks Qt Quick Controls activeFocusOnTab autotests. This reverts commit 305616a6 . Change-Id: Ided59ebe99659b23e950e8269ccaa8d7d44a4fdb Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
98229432 -
Friedemann Kleint authored
Introduced by 9b5a5510 . Task-Number: QTBUG-28572 Change-Id: I5e7d012d22c701b2b15ab288d2c72f177caf904e Reviewed-by:
Christopher Adams <chris.adams@jollamobile.com>
5af870b2 -
Alan Alpert authored
Change-Id: Ie7a4951d66763c55148f02c6c88241c8ad363a90 Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au>
84b233f9 -
Alan Alpert authored
Any initial values leading to content outside the Flickable are likely to be explicitly set as initial property values. "fixing" them up will lead to just ignoring them. Task-number: QTBUG-30837 Change-Id: I3b2593605f16d73ba008bc6a6f067ab6020bcbe4 Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au>
a3837c35 -
Mitch Curtis authored
Don't compare qreal against int. Change-Id: Ic8970ed0a21a7d5d0f0ffd0ca37ee49b04f38d6c Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
00556b20 -
Liang Qi authored
Iterate all or not in nextPrevItemInTabFocusChain function. Change-Id: I95289b042f3d9924c28ffb9c8c7124c767addf2e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
e443f6dc -
Sérgio Martins authored
Change-Id: Iab8c537e16e9767ddfd837503a340eb708aa6814 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
c4123d8e -
Gunnar Sletta authored
It seems we were hitting the bool operator rather than the pointer values so all text materials, regardless of size or style would return equal. Change-Id: I8773e5aa965035f6737920747c2cf073929ff799 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
e12ebce5 -
Josh Faust authored
Task-number: QTBUG-30997 Change-Id: I10cb2c689408d1b31360095c2aa9e0943a5d9452 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
32db72d8 -
Jerome Pasion authored
-generated by git-split-ws tool Change-Id: Icf1e85d01c818396e8dffb9b6aba2c132acfaaa1 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
fd97c435 -
Alan Alpert authored
Task-number: QTBUG-30555 Change-Id: Idcb0b2457e761f806179f4900ea5b0c9cb811cea Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au> Reviewed-by:
Albert Astals Cid <albert.astals@canonical.com>
77b1d609 -
Friedemann Kleint authored
Task-number: QTBUG-31083 Change-Id: I97d429c1a30664373478636c6b066dbdcd2a46ee Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
56da72fb -
Topi Reinio authored
This change adds the Qt global object as a QML type in the Qt QML module and fixes links to it in documentation. Task-number: QTBUG-29353 Change-Id: I1690224091a79a3309fac7a78aa0c0c734449e4f Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
ebbb0257 -
Jerome Pasion authored
-moved delegate model related snippets from Qt Quick to Qt QML. -corrected snippet paths Change-Id: If688f97fb9317def16f343d5502a6a54d6761e95 Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
ec57778b -
Jerome Pasion authored
-This group is from Qt 4 and no longer relevant in Qt 5. -The \group page in qtdoc is removed. Change-Id: I6349a9056ae45c98b31c70fd693adecf71e2ba8c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Geir Vattekar <geir.vattekar@digia.com>
37c47646 -
David Fries authored
From the ListView comment I thought the model had to be derived from QAbstractListModel, but that's not the case, QAbstractListModel will work just fine, it just doesn't support specific cases such as trees. Change-Id: I59305006540ddc049e276cf412571373cbfa6c67 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
3b5173b8 -
Sérgio Martins authored
Change-Id: I4773b8b1c1f96279e34979534a1a53e724009e44 Reviewed-by:
Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
3dbbfe0a -
Kai Koehne authored
Move exported qml* symbols that conflict with QtDeclarative into an - automatically imported - namespace. This ensures apps can link against both QtDeclarative and QtQml. To keep the BC promise the old symbols are still exported. Task-number: QTBUG-29584 Change-Id: I3d31c36ca4e2faaf6f5d67a77c5c5a304c0338a4 Reviewed-by:
Olivier Goffart <ogoffart@woboq.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
c74e4a74 -
Alan Alpert authored
Task-number: QTBUG-30837 Change-Id: Ia39c0d85d29cf87861083e4a5170aab701fb2199 Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au>
3d754502 -
Sze Howe Koh authored
Change-Id: Ifbde8c1ccfc0c759da6f2204320b9170a04179eb Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
648351e6 -
Thiago Macieira authored
qmlExecuteDeferred is exported using Q_QML_EXPORT in qqml.h, so we don't need to use one here. Better not have any than have the wrong one, which can cause problems. Cherry picked from d6d2074ff in qtquick1 Change-Id: Ief978feb503b7381ed462f71ebbd7986bd6862c3 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
8b548bf9 -
Friedemann Kleint authored
Change-Id: I091a0369f2026ae820d623aadd13a3190d40a56b Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
3fb03d8e -
Alan Alpert authored
Task-number: QTBUG-31155 Change-Id: I4f1ac7c31ce6d4529c368d796706aa5f93a78d1a Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
91b2ef36 -
Gunnar Sletta authored
Change-Id: I6e68fcfc534aca139484a9b2970e61fb22688c58 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
c18c5c1f -
Mitch Curtis authored
Change-Id: I8ea85269c2666d18bf3c3815d2de0f90e9e0a3f4 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
06224ffd -
Sze Howe Koh authored
The snippet belongs to Qt Quick's "QML Basic Type: color" (src/quick/doc/src/qmltypereference.qdoc) Change-Id: I47defee04c34f9c98ec57d840c377c680d114d71 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
116a9893 -
Sze Howe Koh authored
An indirect way of fixing a broken snippet path. The entire (but very short) file is included as a snippet in only one place, and the license text takes far more space than the snippet. Change-Id: I6f4bf588b8701b655d418a71f83a2f9263d6b532 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
ec684501 -
Gunnar Sletta authored
Change-Id: I6ca0d8549891302cc9d71bdfac11704752caaf60 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
392e8e15 -
Alan Alpert authored
Using a singleton (at least a QJSValue one) improperly leads to a crash. Assert with an explanatory comment is a low-cost improvement until better capitalization checking is implemented. Task-number: QTBUG-30090 Change-Id: I237a1dd2aab743ae1f09e8d653aa5aeb4bd0240f Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
ce3bcf84 -
J-P Nurmi authored
Change-Id: Iedf45862323ca8233be155ce65cd3348abd0a8e5 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
1ead0de1 -
Liang Qi authored
Task-number: QTBUG-31114 Change-Id: I4d6aac534fbc1e84593e4d7084e6a892eea4256c Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
6e32c731 -
Alan Alpert authored
If the text has not changed when textFormat changes between states other than RichText, the text was not re-laid-out. This is necessary if the text includes control tags. Task-number: QTBUG-31191 Change-Id: I3c6f5343aa85e8337b90cf86748a696d5742e906 Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au>
4931f407 -
Matt Vogt authored
Otherwise the explanatory message won't be seen in release mode. Change-Id: I5c9fbc86753ac5ecea3d0714b8f17207f6b713d6 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
91553ec9 -
Sze Howe Koh authored
Change-Id: I1385a8947107a7c80b32306fc587aff45536a4ec Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
3c9dd93a -
Liang Qi authored
Embed Info.plist in qmlplugindump executable in a special way. Change-Id: I7eb73d0f832ab53d352c1fd2275f77e853269c2c Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
4d173d5f -
Alan Alpert authored
Task-number: QTBUG-31063 Change-Id: I2329f5c92c5985ed4a65a896521ddd3f6649ce2c Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
3c38d825 -
Albert Astals Cid authored
Change-Id: Ie2a259a02becdf6fb0c21d93013e0e3148187ed8 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
64013ae7 -
Caroline Chao authored
Change-Id: Ia06527a0a3c3cfd68ecb3372316de476e02e6c26 Reviewed-by:
Albert Astals Cid <albert.astals@canonical.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
86249e8a -
Eskil Abrahamsen Blomfeldt authored
Since we don't have any way of parsing QML to find out which imports will be used, we need to always load Qt5QuickParticles library when using Qt Quick, since this is a dependency of the particles import itself. Otherwise, apps that use particles would crash. Task-number: QTBUG-30848 Change-Id: I24326e2d59fc05f7867233fe503b2708d50eee78 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
5e1e111a -
J-P Nurmi authored
Change-Id: Id6fe03677e93119a63bfe87ade3cd333bf4890a1 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
8c60f86b -
Liang Qi authored
Only tst_fontloader.qml fails on Mac, and we have useful Qt.platform.os. Task-number: QTBUG-25306 Change-Id: I6f4082028a188453378ad7ef73f51b1df2d89f11 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
8f429765 -
Gunnar Sletta authored
Task-number: QTBUG-30077 Change-Id: I8b6e4b8a33819fe84c843e85d863b582cfd69439 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
cc36ce67 -
Gunnar Sletta authored
In our usecase, the color is always used as a float so using QColor (which is ushort) internally adds a lot of pointless conversion. Enough so that it shows up in profiles as 1-2% each. Not a lot, but easy to fix. The compare function is also somewhat simplified. For colors we're primarily searching for equallity. If that fails, we just need to provide consistent values, so use the address instead of doing any fancy calculation. Change-Id: Icae7e78ed767e802c137bab7fcacff66e9a4bc66 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
81a9dd71 -
Gunnar Sletta authored
Change-Id: I3694b075e98eab9f3eacf7758881a9473999b46e Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
b528809f
Showing
File moved
File moved
File moved
File moved