summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | | | | | QSslCertificate: fix test for blacklisted certs on WindowsPeter Hartmann2011-03-251-2/+2
| | | * | | | | | | | | | | | | | | | | | | | QSslCertificate: report fraudulent certificates as invalidPeter Hartmann2011-03-2410-0/+182
| * | | | | | | | | | | | | | | | | | | | | | Ignore changes to selectByMouse during a selection.Andrew den Exter2011-04-2710-0/+285
| * | | | | | | | | | | | | | | | | | | | | | PathView offset out of sync with currentIndex when items are removed.Martin Jones2011-04-271-0/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Move the TextInput cursor delegate when the preedit position changes.Andrew den Exter2011-04-272-0/+18
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix TextInput cursor position unchanged when selection length is 0.Andrew den Exter2011-04-212-0/+19
| * | | | | | | | | | | | | | | | | | | | Fix TextInput echoMode clearing inputMethodHints set by the user.Andrew den Exter2011-04-211-1/+41
| * | | | | | | | | | | | | | | | | | | | Elide has unexpected effect on Text's implicitWidthMartin Jones2011-04-212-0/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | QDeclarativeDebug: Fix endless loop for property with SCRITABLE falseKai Koehne2011-04-201-3/+18
| * | | | | | | | | | | | | | | | | | | Fix excessive scrolling in TextInput with mid string pre-edit text.Andrew den Exter2011-04-191-0/+14
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fixed autotest after b4b85257ccff6ba21bcbcbd46a9f7f09884abe79Aaron Kennedy2011-04-151-1/+1
| * | | | | | | | | | | | | | | | | | Resolve unqualified attached properties correctlyAaron Kennedy2011-04-153-2/+35
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Moving contentY by large values in List/GridView is slowMartin Jones2011-04-142-0/+107
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix TextEdit cursorRectangle property.Andrew den Exter2011-04-132-1/+21
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-122-0/+54
| * | | | | | | | | | | | | | | Fix regression in wigglytext.qmlMichael Brasser2011-04-122-0/+43
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Allow enum values to be used as signal parametersBea Lam2011-04-125-27/+33
| * | | | | | | | | | | | | | ListModel::clear() should not clear rolesBea Lam2011-04-121-0/+42
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Image w/ PreserveAspectFit has its width changed once more than needed.Martin Jones2011-04-072-1/+13
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Fix failing autotestBea Lam2011-04-041-1/+1
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Add missing test file.Martin Jones2011-04-011-0/+50
| * | | | | | | | | | Changing width of RTL positioner doesn't relayoutMartin Jones2011-04-011-0/+22
| * | | | | | | | | | Fix TextInput auto test failure on mac.Andrew den Exter2011-04-011-3/+10
| * | | | | | | | | | PinchArea and Flickable don't work well enough togetherMartin Jones2011-03-311-0/+73
| * | | | | | | | | | Fix auto test failure.Andrew den Exter2011-03-311-0/+8
| * | | | | | | | | | Once Image sourceSize is set there is no way to clear it.Martin Jones2011-03-311-0/+22
| * | | | | | | | | | Rotation transform with NaN angle can cause crashMartin Jones2011-03-301-0/+4
| * | | | | | | | | | Fix width of TextInput micro focus rectangle.Andrew den Exter2011-03-302-5/+52
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Return correct boundaries reasons from QTextBoundaryFinder.Andrew den Exter2011-03-302-23/+18
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Fix text selection with shift-click.Andrew den Exter2011-03-281-0/+12
* | | | | | | | | Upload VGImage data when drawing pixmaps that are being painted into.Laszlo Agocs2011-04-271-0/+46
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Two QListView autotests do not pass on Symbian^3 releasesSami Merila2011-04-121-1/+2
* | | | | | | | tst_QStyle::drawItemPixmap test case fails on Symbian^3Sami Merila2011-04-111-0/+12
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | QSoftkeyManager auto test updateTitta Heikkala2011-03-301-15/+19
| |_|_|_|/ / |/| | | | |
* | | | | | Corrected case mismatch.axis2011-03-291-1/+1
* | | | | | Merge commit 'refs/merge-requests/2584' of gitorious.org:qt/qt into merge-req...Sami Merila2011-03-2966-171/+4106
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-251-0/+20
| |\ \ \ \
| | * | | | Make sure num_glyphs pass to HarfBuzz is large enoughJiang Jiang2011-03-241-0/+20
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-221-0/+18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Text bounding rect calculated incorrectly if non-top aligned.Martin Jones2011-03-211-0/+18
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-226-6/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge remote-tracking branch 'mainline/4.7' into 4.7Oswald Buddenhagen2011-03-2113-24/+219
| | |\ \ \ \
| | * | | | | Bump Qt version to 4.7.4Timo Turunen2011-03-216-6/+6
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-211-3/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-211-1/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-212-8/+28
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Fix writing to an attached property from script.Michael Brasser2011-03-212-8/+28
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-171-21/+146
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Fix accidental population of the disk cache with partial contentSimon Hausmann2011-03-171-0/+93