- 23 Apr, 2013 - 2 commits
-
-
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>
-
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>
-
- 11 Mar, 2013 - 1 commit
-
-
Frederik Gladhorn authored
tst_QQuickLoader::loadedSignal depended on sharing the engine with simultaneousSyncAsync and that function being run before it. After each test run call clearComponentCache() as that is important for caching of the network tests. The test server would send the item after 500ms. Sometimes the CI would be faster or slower. Instead of relying on timing, simply call a function when the reply should be sent. Change-Id: Ifb0447041197e1cba103570597a62a2510d31aab Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 07 Mar, 2013 - 2 commits
-
-
Caroline Chao authored
Check the selection is not cleared when the control receives a focus out event with one of the following reason: - Qt::ActiveWindowFocusReason - Qt::PopupFocusReason Change-Id: I38f4a4cba5e769f19de4e327d03be57a8d1d36a7 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Gunnar Sletta authored
Change-Id: I54db72466ca50d65dd39e9c8e25d3a366cb737ea Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 04 Mar, 2013 - 1 commit
-
-
Frederik Gladhorn authored
In some cases QCOMPARE(component.status(), QQmlComponent::Loading); (line 2800) is failing -- it appears to be Ready immediately. Add a delay to ensure it always hits Loading before Ready. This is a backport of change: I975f3b3ea6004f178a7b0fb21193dcbdaf483157 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com> Backported since the test keeps on failing for the stable branch. Change-Id: Ic90f1fc3de3e0a0ee75026cbebf8d99304a67b98 Reviewed-by:
Michael Brasser <michael.brasser@live.com>
-
- 01 Feb, 2013 - 1 commit
-
-
Michael Brasser authored
In some cases QCOMPARE(component.status(), QQmlComponent::Loading); (line 2800) is failing -- it appears to be Ready immediately. Add a delay to ensure it always hits Loading before Ready. Change-Id: I975f3b3ea6004f178a7b0fb21193dcbdaf483157 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
- 31 Jan, 2013 - 1 commit
-
-
Andrew den Exter authored
Outside of when of a monospace font is used, if the text changes the visual position of the cursor will have most likely changed as well even when the cursor index hasn't. Task-number: QTBUG-28677 Change-Id: If8077772d8541a677d5875976e6cd9fc453731df Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 17 Jan, 2013 - 1 commit
-
-
Gunnar Sletta authored
If a QQuickWindow comes to screen but is not the focus window, such as if it is a child window of another window, it should not have focus by default. Change-Id: If9015bbc179bb101178b3bc8de176a1c71c46023 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-
- 10 Jan, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76 Reviewed-by:
Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 07 Jan, 2013 - 1 commit
-
-
Friedemann Kleint authored
Both require a sensible window size. Task-number: QTBUG-23485 Task-number: QTBUG-28611 Change-Id: If888dd4d60fccdabc9856f914d6542ced6a41d64 Reviewed-by:
Janne Anttila <janne.anttila@digia.com> Reviewed-by:
Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Christopher Adams <chris.adams@jollamobile.com>
-
- 29 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Abbreviated property names are less descriptive so we don't have many of them. Might as well be consistent. QWindow::pos was already renamed. Change-Id: Ib52673e68e7dc902b2f8942dba6b899074b2538b Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 08 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Depends on patch Ie4424ec15fbdef6b29b137f90a2ae33f173edd21 in qtbase. Change-Id: I9614cc2c7ed119c663b3f6f99267483e291e529c Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 19 Oct, 2012 - 1 commit
-
-
Konstantin Ritt authored
by using fixed QTextBoundaryFinder behavior. Update QQuickTextInput autotests. Task-number: QTBUG-11365 Change-Id: I81761c019e2fe80c9795fe54a2a990bfc5d4b709 Reviewed-by:
Lars Knoll <lars.knoll@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 16 Oct, 2012 - 1 commit
-
-
Alan Alpert authored
Also update some variables in qtdeclarative which failed to update rootItem->contentItem. Change-Id: Id34e29546a22a74a7ae2ad90ee3a8def6fc541d3 Reviewed-by:
Alan Alpert <416365416c@gmail.com>
-
- 28 Sep, 2012 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
We need to use a resource guard for the FBO in case there is no current context when the glyph cache is deleted. This reverts commit b3264e2c which was implemented as a band-aid for this crash. Change-Id: I5b3a09a3998da38836ea851cd0978d3ddadcd2cc Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 25 Sep, 2012 - 1 commit
-
-
Konstantin Ritt authored
Change-Id: Ic4f7200e04d1decf3eb1be551606a73eeb90c5e5 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 23 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 17 Sep, 2012 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I24c4417b7475ab07a47fbf5bf23d859e38b5c9ae Reviewed-by:
Caroline Chao <caroline.chao@nokia.com>
-
- 13 Sep, 2012 - 1 commit
-
-
J-P Nurmi authored
These tests are not valid. Will be covered by Lancelot-based scenegraph rendering tests: https://codereview.qt-project.org/#change,34437 Change-Id: I1bb6261d7849ec00e23acce496c1e2e61152322e Reviewed-by:
Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by:
Caroline Chao <caroline.chao@nokia.com> Reviewed-by:
Yoann Lopes <yoann.lopes@nokia.com> Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@nokia.com>
-
- 10 Sep, 2012 - 1 commit
-
-
Sergio Ahumada authored
Do not compare a QString to QString(). Instead use the .isEmpty() method. Change-Id: I4ef0c050f97b2070ed13d89305ad894479e42dd6 Reviewed-by:
Caroline Chao <caroline.chao@nokia.com>
-
- 07 Sep, 2012 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ica7685aefde84ec80d8af7a67541af454de4adce Reviewed-by:
Jerome Pasion <jerome.pasion@nokia.com>
-
- 22 Aug, 2012 - 1 commit
-
-
Stephen Kelly authored
It is deprecated. Change-Id: Icf29b1f5ab6cb06ee7fd375fb96242df7ee3083e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 06 Aug, 2012 - 2 commits
-
-
Andrew den Exter authored
Neither item accepted the middle button which prevented the mouse events ever reaching them. Change-Id: Ia8f693099df4d6c248976453d554fef96d1d3b33 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Andrew den Exter authored
Fixes TextInput.cut() removing text while read only. Change-Id: I03cd44d381be9d53f71ba168b8be7971ab0bbad7 Reviewed-by:
Damian Jansen <damian.jansen@nokia.com>
-
- 01 Aug, 2012 - 1 commit
-
-
Thiago Macieira authored
Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I6988c2360e9d88916311374a0c910bfc5b607439 Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
- 30 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Change-Id: I64bfe285ab4ddad53a4d323ca93b15ea0426ed51 Reviewed-by:
Damian Jansen <damian.jansen@nokia.com>
-
- 24 Jul, 2012 - 2 commits
-
-
Friedemann Kleint authored
Change-Id: I722e20b2fb8d8c6c19c6f3f2cb16910d7433e9a4 Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
Andrew den Exter authored
If a text selection was deleted, the selection should be restored by an undo, but not if the selection was part of an atomic operation like the DeleteStartOfWord key sequence. Change-Id: Ia37f29c78f6367c60377c539c4e394e014485a49 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- 17 Jul, 2012 - 1 commit
-
-
Alan Alpert authored
QQuickCanvas is now called QQuickWindow QQuickCanvas::rootItem is now QQuickWindow::contentItem QQuickItem::canvas is now QQuickItem::window QQuickItem::ItemChangeData::canvas is also renamed window QQuickCanvas::grabFrameBuffer is now QQuickWindow::grabWindow The functions related to the color property have dropped the clear from their names. The first three changes have interim compatibility measures in place to ease the transition. Change-Id: Id34e29546a22a74a7ae2ad90ee3a8def6fc541d2 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 13 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Use qWaitForWindowActive and instead of qWaitForWindowShown where focus is required. Also send events directly to the tested item, instead of getting a pointer to the same object from QGuiApplication::focusObject() which can return null and crash the test if focus is stolen. Change-Id: I6b8956a3afc8ffa58394a957a35b64b1c0924596 Reviewed-by:
Damian Jansen <damian.jansen@nokia.com> Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- 12 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
The dependent task has now been resolved. Change-Id: I6880b9c9240ffdbab6f39845ce700aab4c774f6f Reviewed-by:
Damian Jansen <damian.jansen@nokia.com>
-
- 11 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Components created by QML are usually (always?) ready when assigned to n property, but it possible for an externally supplied component to still be loading, as in the test and the code handles it. Change-Id: I2058e3479e2e711b52af2a0128e6e4c4c3ff7504 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 09 Jul, 2012 - 1 commit
-
-
Friedemann Kleint authored
Prepare a change in qtbase in which the implementation of qWaitForWindowShown() will be changed to qWaitForWindowExposed() instead of qWaitForWindowActive(). Try to stabilize further tests by introduing wait functions instead of calls to qApp->processEvents(). Change-Id: I9825885430d78be1610a3fe20023fad24aaacba9 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- 04 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Task-number: QTBUG-26260 Change-Id: I404640d9a2f000976887dcc2119f971c17a71c7e Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 26 Jun, 2012 - 1 commit
-
-
Thiago Macieira authored
This complements commit 2753e9a7 , which had begun fixing this issue, but not completed the entire module. Change-Id: I2d167e467c5553cfa49e04410aec9a7d98c7fc6e Reviewed-by:
Lars Knoll <lars.knoll@nokia.com>
-
- 25 Jun, 2012 - 1 commit
-
-
Pekka Vuorela authored
Updating the text layout cannot be omitted with NoWrap because line width needs to be updated even with empty content. Change-Id: Ia9b168d6cfe7680cc1c9e7fa641ce7528d2b6d5e Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- 22 Jun, 2012 - 1 commit
-
-
Andrew den Exter authored
Functionality is provided by the global Qt.application.inputMethod object. Task-number: QTBUG-21449 Change-Id: I75c082bcbe44c8834ccaf966a3f9a09ab91ec290 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 05 Jun, 2012 - 1 commit
-
-
Andrew den Exter authored
Change-Id: I7518aa5969ea45538feccb87f4c296db6b7d6944 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- 29 May, 2012 - 1 commit
-
-
Andrew den Exter authored
Ensures the cursor is positioned correctly is if the echo mask glyph has a different width to the character it replaced. Change-Id: I924234d4ae29cbb2e61638918005fcc3dc230993 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-