summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Further focus scope fixes.Michael Brasser2010-10-192-0/+7
* Fix visual test.Michael Brasser2010-10-192-0/+0
* Properties take precedence over methodsAaron Kennedy2010-10-192-6/+6
* Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-193-6/+51
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1929-1289/+685
|\
| * Fix visual tests.Michael Brasser2010-10-1829-1289/+685
* | Fixed QGraphicsItem to send ItemScenePositionHasChanged when appropriateJ-P Nurmi2010-10-181-0/+27
|/
* Add additional documentation for the qmltime benchmark.Michael Brasser2010-10-181-1/+64
* Revert "QWorkspace: fix hardcoded min size overwriting the real min size"Olivier Goffart2010-10-161-10/+0
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-155-34/+616
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-155-34/+616
| |\
| | * QWorkspace: fix hardcoded min size overwriting the real min sizeDavid Faure2010-10-151-0/+10
| | * tst_qcompleter: Fix the QTBUG_14292_filesystem test on X11Olivier Goffart2010-10-141-1/+2
| | * tst_qcompleter.cpp: fix test on mac.Olivier Goffart2010-10-141-1/+1
| | * Fixed autotest that was missing focus on WindowsThierry Bastian2010-10-141-0/+2
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-134-34/+603
| | |\
| | | * QGraphicsLayoutItem - user set sizes should always override, even if there's ...John Tapsell2010-10-131-156/+177
| | | * QGridLayoutEngine - Rework height-for-width support so that row/col spanning ...John Tapsell2010-10-131-0/+35
| | | * Revert "Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine""Olivier Goffart2010-10-131-4/+360
| | | * Adjust the parent index for the itemsMoved call.Stephen Kelly2010-10-132-0/+13
| | | * QCompleter: do not auto complete when directory is changed.Olivier Goffart2010-10-131-0/+74
| | | * tst_qcompleter: Add a test for QFileSystemModelOlivier Goffart2010-10-131-6/+76
* | | | tst_qnetworkreply: New auto test for unreachable IPsMarkus Goetz2010-10-151-0/+15
|/ / /
* | | Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-152-7/+65
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-10-153-0/+142
|\ \ \
| * | | Additional autotests for VisualDataModel.Michael Brasser2010-10-153-0/+142
* | | | Update some tests to modern syntaxAlan Alpert2010-10-152-2/+2
|/ / /
* | | Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-144-0/+33
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-144-0/+10
|\ \ \ | |/ /
| * | Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-0/+10
| * | Update reference bitmaps used in bitmap comparison tests to follow changes in...Joona Petrell2010-10-133-0/+0
* | | Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-144-0/+189
|/ /
* | Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
* | Compile on WinCEAaron Kennedy2010-10-132-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-1243-7/+516
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-121-0/+25
| |\
| | * Bug: TextEdit ignores plain text format when pasting textYann Bodson2010-10-121-0/+25
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-1211-2/+121
| |\ \ | | |/
| | * Fix autotest on windowsAaron Kennedy2010-10-111-1/+6
| | * Test for absent qmldirAaron Kennedy2010-10-112-0/+3
| | * Allow objectName to be used in QML bindingsAaron Kennedy2010-10-112-0/+27
| | * Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-113-0/+53
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0936-7/+392
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0936-7/+392
| | | |\
| * | | | Update sections if model content changes.Martin Jones2010-10-121-0/+11
| | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-0815-5/+233
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0834-7/+325
| | |\ \ \
| | | * | | Allow aliases to value type propertiesAaron Kennedy2010-10-0812-3/+85
| | | * | | Image.sourceSize is incorrect after changing Image.sourceYann Bodson2010-10-081-2/+32
| * | | | | Ensure GridView header is visible at the top of the view.Martin Jones2010-10-082-0/+67
| | |/ / / | |/| | |