summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix CI by recreating reference bitmaps for text comparisonJoona Petrell2010-10-199-0/+0
* tst_qdeclarativetext: Regenerate the baselines after the merge.Olivier Goffart2010-10-159-0/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-1546-7/+520
|\
| * 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
| * 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.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-127-1/+86
| |\ \ | | |/
| | * 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-112-0/+50
| * | 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-0813-5/+117
| |\
| | * 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
| |/
| * Test for QTBUG-13685Martin Jones2010-10-082-0/+13
| * Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-0812-1/+159
| * Add test for QTBUG-14279Martin Jones2010-10-082-0/+7
| * emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-0/+6
| * Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-086-1/+23
* | Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-0852-52/+52
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-077-1/+113
|\ \ | |/
| * Connect property alias change signals on useAaron Kennedy2010-10-071-1/+0
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-10-071-1/+1
| |\
| | * Update import statement.Michael Brasser2010-10-061-1/+1
| * | Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-1/+10
| |/
| * AutotestAaron Kennedy2010-10-062-0/+31
| * Ensure PathView updates positions when path changes.Michael Brasser2010-10-062-0/+36
| * Create Loader components in correct contextAaron Kennedy2010-10-063-0/+37
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-0516-2/+261
|\ \ | |/
| * Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-051-0/+41
| * Improve test coverage for declarative module.Michael Brasser2010-10-048-2/+75
| * Add autotest for reserved words in QML.Michael Brasser2010-10-041-0/+76
| * Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-042-0/+18
| * Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-014-0/+51
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-04730-1084/+1368
|\ \ | |/
| * QDeclarativeDebug: Make autotests more robustKai Koehne2010-09-302-13/+10
| * QDeclarativeDebugClient: Make sure status is consistentKai Koehne2010-09-302-1/+7
| * Revert "QDeclarativeDebugService: Add bc autotest" to get changes through sta...Joona Petrell2010-09-303-95/+2
| * Autotest that new "import Qt 4.7"s aren't added accidentallyAaron Kennedy2010-09-291-0/+57
| * Replace "import Qt 4.7" with "import QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-292-0/+25
| |\
| | * Fix crash when trying to append a null transform to QDeclarativeItem.Michael Brasser2010-09-282-0/+25
| * | Add test for Qt 4.7 moduleAaron Kennedy2010-09-295-1/+183
| * | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-29719-1016/+1016
| |/
| * If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-283-0/+28