- 04 Jun, 2013 - 1 commit
-
-
Gunnar Sletta authored
Task-number: QTBUG-31370 Change-Id: I200d94dccd1314c891df92576b0d2b704e530e16 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 31 May, 2013 - 3 commits
-
-
Alberto Mardegan authored
When creating the QQmlPropertyData, search within the methods list before searching for properties. The reason is that if the meta object is dynamic, looking up a property will always return a result (if the property doesn't exist, it will be created) and therefore all methods will be obscured. By swapping the search order, we eliminate this risk (methods are not dynamically added). Task-number: QTBUG-29836 Change-Id: Ie367f757c37ef4bc834a6c1c009f27bcf344fe76 Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Alberto Mardegan authored
QQmlOpenMetaObject does not update the QQmlPropertyCache when new properties are added, meaning that the QQmlPropertyCache might not contain all of the dynamic properties of an object. Therefore, make QQmlPropertyCache fallback to reading the QMetaObject when a property is not found. Task-number: QTBUG-31226 Change-Id: I760aaa155b1952f6f52ab9ce173fb9547f8e34a6 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Gunnar Sletta authored
Change-Id: I6d34571b85f99f780b03f7871f39dbf3be546006 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 27 May, 2013 - 3 commits
-
-
Liang Qi authored
If there was no item that accepted focus, it would go into an endless loop. This also changes the default behavior of QQuickWindow. When there is not any activeFocusItem in the whole window, it means the contentItem got focused. The Tab/BackTab key will now focus the next item in the tab focus chain. Autotest is included. Done-with: Frederik Gladhorn <frederik.gladhorn@digia.com> Task-number: QTBUG-31344 Change-Id: I854292f89a327c493eec21969907c94aa9cfddcb Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
Shawn Rutledge authored
Failing on mac, which is a blocker for CI. Task-number: QTBUG-31370 Change-Id: Icb42bb5ae59510a8754de895070d7a3d08af2623 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Christiaan Janssen authored
Change-Id: I54c960f0b0da061816223a51795c83a9f9dd3f66 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 22 May, 2013 - 3 commits
-
-
Alan Alpert authored
Current deferred properties implementation did not store context or compiled data pointers correctly. Those pointers are now stored when the defer is reached, so as to avoid confusion (confusion leads to asserts or crashes). Does not extend the deferred property support to allow multiple deferred blocks per item. This now prints and error and the side effect is only that one of the deferred blocks is lost. This use case is sufficiently rare that it may not be worth the cost. Task-number: QTBUG-30325 Change-Id: I80cb074ed4452e95020208a0142a91e721bced7d Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by:
Lars Knoll <lars.knoll@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>
-
Caroline Chao authored
Change-Id: Ia06527a0a3c3cfd68ecb3372316de476e02e6c26 Reviewed-by:
Albert Astals Cid <albert.astals@canonical.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 20 May, 2013 - 1 commit
-
-
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>
-
- 14 May, 2013 - 1 commit
-
-
Liang Qi authored
Iterate all or not in nextPrevItemInTabFocusChain function. Change-Id: I95289b042f3d9924c28ffb9c8c7124c767addf2e Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 08 May, 2013 - 6 commits
-
-
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>
-
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>
-
Oswald Buddenhagen authored
Change-Id: I34ea6a8ea5f6f2641bf5deaf2a7136e5ed51a8ba Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
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>
-
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>
-
Liang Qi authored
Iterate all or not in nextPrevItemInTabFocusChain function. Change-Id: I14d40dbeda01ca470efe23886789383ff1d30c0f Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 07 May, 2013 - 2 commits
-
-
Alan Alpert authored
Registered types are stored in a global static variable, not on an engine instance. For applications managing multiple engines over their lifetime, there needs to be a way to clear the existing types so they can register new ones and avoid memory leaks. Task-Number: QTBUG-28572 Change-Id: Ic70a4dd1e29d99399b21fb42eaf10d4a52bf2adf Reviewed-by:
Christopher Adams <chris.adams@jollamobile.com>
-
Alan Alpert authored
Allows for custom file handling to a greater extent than the QNetworkAccessManager. Change-Id: Ifd3946bf33530c40ca2edeeb9f441f712e4941f6 Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
-
- 06 May, 2013 - 1 commit
-
-
Christiaan Janssen authored
Change-Id: Ide71b330b13fc3816ed191bd9af84e0fce0d9587 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 04 May, 2013 - 1 commit
-
-
Liang Qi authored
Task-number: QTBUG-30919 Change-Id: I474a327e057978356a4ae395d8f59a66afaf2f7f Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 30 Apr, 2013 - 3 commits
-
-
Albert Astals Cid authored
Change-Id: I92317d8f5a6d6f60160139f7486ffa8ec5985656 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
Liang Qi authored
Autotest is included. Change-Id: I0f8614b502f1e51cab5612fee283c929e078108b Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com> Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
Christiaan Janssen authored
Change-Id: Ibc237bb162c24030438b89d54fa8802ee66b080a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 29 Apr, 2013 - 1 commit
-
-
Albert Astals Cid authored
Task-number: QTBUG-30632 Change-Id: Idff323f5b29688477e31030111d4f49f644115cd Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 27 Apr, 2013 - 1 commit
-
-
Frederik Gladhorn authored
When a mouse press event was rejected, we would unconditionally cancel the hover and claim that the mouse is not contained any more. Instead check if the mouse left and only then cancel the hover state. Task-number: QTBUG-30783 Change-Id: I5fac6f3a1f2807ef03e07982c603492d40d2a249 Reviewed-by:
Florian Boucault <florian@boucault.net> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 26 Apr, 2013 - 2 commits
-
-
Alan Alpert authored
Applying changes in the getters can lead to binding loops, and is currently inconsistently applied. Removing the applyPendingChanges calls from remaining getters, and adding a forceLayout() function for cases where the immediate-apply behavior is needed. Task-number: QTBUG-30555 Parts-of-patch-by: Albert Astals Cid Change-Id: I64632601e02f2a53060296ab7739577a749d916f Reviewed-by:
Andrew den Exter <andrew.den.exter@qinetic.com.au> Reviewed-by:
Albert Astals Cid <albert.astals@canonical.com>
-
Gunnar Sletta authored
Webkit uses this for testing. Change-Id: I4539e169a02592fb6c0062903917d4dd23a4303c Reviewed-by:
Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-
- 24 Apr, 2013 - 2 commits
-
-
Sze Howe Koh authored
Link to internal QDoc pages, or to qt-project.org Change-Id: I5d9adae711213873ab57ccfc5bb2d8f74cf5689b Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Janne Anttila authored
tst_qqmldebugjs: Some WINCE header files define IN and OUT macros, and those make the following assignments in tst_qqmldebugjs.cpp to fail later on: const char *IN = "in" const char *OUT = "out" Since platform macros are not needed in the context of this file, undef them to make build pass for WinCE. tst_qquickfolderlistmodel: WinCE does nothave drive letter concept, so lets execute the changeDrive test only on desktop Windows. Change-Id: I5c159e3b3ee82e888aeac1da559fd63a875d089e Reviewed-by:
Björn Breitmeyer <bjoern.breitmeyer@kdab.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Andreas Holzammer <andreas.holzammer@kdab.com>
-
- 23 Apr, 2013 - 6 commits
-
-
Sze Howe Koh authored
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Qt3D -> Qt 3D QtLocation -> Qt Location QtScript -> Qt Script Change-Id: Id59cb209e0e0407d564de0bfaab73990e64a02e6 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Sze Howe Koh authored
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtGui -> Qt GUI QtMultimedia -> Qt Multimedia QtScript -> Qt Script QtSensors -> Qt Sensors QtSvg -> Qt SVG QtWebkit -> Qt WebKit Also fix a broken link to "Qt WebKit QML Types" Change-Id: Ica6081024d3957a3ca2ef3d870f623506c69d877 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Sze Howe Koh authored
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation Attempt to differentiate between the whole module ("Qt Quick") and the QML import ("QtQuick") by encoding the latter with monospace font. There are places in the text where both representations are valid. Change-Id: Id6e157a4191aaa4e23a9cd5c76abfe902fe43d33 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Mitch Curtis authored
Task-number: QTBUG-29871 Change-Id: I3b15dfab5ca6455df465c502c93aac7b85a64531 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Liang Qi authored
Convenient for other use cases related with tab focus chain. Autotest is included. Change-Id: I1ba6317e20edacc2b672bc5b78e3fcd29ac80bdc Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
Frederik Gladhorn authored
text().length() was used to check if a cursor movement to the right was valid. The problem is that with a mask and not text set yet (inputMask: "#0:00;*") pressing the right arrow would not move the cursor. The input and other functions use the actual d->m_text since that includes the mask length. Task-number: QTBUG-30740 Change-Id: Ic225778e5a49d80b754b63d0eb4a438eaa9818e2 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 19 Apr, 2013 - 1 commit
-
-
Sze Howe Koh authored
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtQml -> Qt QML Change-Id: I45ca4496a02214feab48707b026c6bec085df138 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 18 Apr, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Task-number: QTBUG-200461 Change-Id: Ia8e48668960ac005cf773bf6f53da40f1c753b9b Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 16 Apr, 2013 - 1 commit
-
-
Aurindam Jana authored
Change-Id: I715f50a696283d2a2af0f54409de02289637bf78 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-