- 22 May, 2013 - 8 commits
-
-
Gunnar Sletta authored
Change-Id: I3694b075e98eab9f3eacf7758881a9473999b46e Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
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>
-
Gunnar Sletta authored
Task-number: QTBUG-30077 Change-Id: I8b6e4b8a33819fe84c843e85d863b582cfd69439 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
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>
-
J-P Nurmi authored
Change-Id: Id6fe03677e93119a63bfe87ade3cd333bf4890a1 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
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>
-
Caroline Chao authored
Change-Id: Ia06527a0a3c3cfd68ecb3372316de476e02e6c26 Reviewed-by:
Albert Astals Cid <albert.astals@canonical.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Albert Astals Cid authored
Change-Id: Ie2a259a02becdf6fb0c21d93013e0e3148187ed8 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 20 May, 2013 - 3 commits
-
-
Alan Alpert authored
Task-number: QTBUG-31063 Change-Id: I2329f5c92c5985ed4a65a896521ddd3f6649ce2c Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
-
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>
-
Sze Howe Koh authored
Change-Id: I1385a8947107a7c80b32306fc587aff45536a4ec Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 19 May, 2013 - 1 commit
-
-
Matt Vogt authored
Otherwise the explanatory message won't be seen in release mode. Change-Id: I5c9fbc86753ac5ecea3d0714b8f17207f6b713d6 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 17 May, 2013 - 2 commits
-
-
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>
-
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>
-
- 16 May, 2013 - 6 commits
-
-
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>
-
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>
-
Gunnar Sletta authored
Change-Id: I6ca0d8549891302cc9d71bdfac11704752caaf60 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
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>
-
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>
-
Mitch Curtis authored
Change-Id: I8ea85269c2666d18bf3c3815d2de0f90e9e0a3f4 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
- 15 May, 2013 - 12 commits
-
-
Gunnar Sletta authored
Change-Id: I6e68fcfc534aca139484a9b2970e61fb22688c58 Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com> Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
Alan Alpert authored
Task-number: QTBUG-31155 Change-Id: I4f1ac7c31ce6d4529c368d796706aa5f93a78d1a Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Friedemann Kleint authored
Change-Id: I091a0369f2026ae820d623aadd13a3190d40a56b Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
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>
-
Sze Howe Koh authored
Change-Id: Ifbde8c1ccfc0c759da6f2204320b9170a04179eb Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Alan Alpert authored
Task-number: QTBUG-30837 Change-Id: Ia39c0d85d29cf87861083e4a5170aab701fb2199 Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au>
-
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>
-
Sérgio Martins authored
Change-Id: I4773b8b1c1f96279e34979534a1a53e724009e44 Reviewed-by:
Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
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>
-
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>
-
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>
-
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>
-
- 14 May, 2013 - 7 commits
-
-
Friedemann Kleint authored
Task-number: QTBUG-31083 Change-Id: I97d429c1a30664373478636c6b066dbdcd2a46ee Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
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>
-
Jerome Pasion authored
-generated by git-split-ws tool Change-Id: Icf1e85d01c818396e8dffb9b6aba2c132acfaaa1 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Josh Faust authored
Task-number: QTBUG-30997 Change-Id: I10cb2c689408d1b31360095c2aa9e0943a5d9452 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
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>
-
Sérgio Martins authored
Change-Id: Iab8c537e16e9767ddfd837503a340eb708aa6814 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Liang Qi authored
Iterate all or not in nextPrevItemInTabFocusChain function. Change-Id: I95289b042f3d9924c28ffb9c8c7124c767addf2e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 10 May, 2013 - 1 commit
-
-
Mitch Curtis authored
Don't compare qreal against int. Change-Id: Ic8970ed0a21a7d5d0f0ffd0ca37ee49b04f38d6c Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-