summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QStaticText test on MacEskil Abrahamsen Blomfeldt2010-03-301-5/+5
* Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-8/+42
* One more test for chinese codecsOlivier Goffart2010-03-301-0/+39
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3010-18/+399
|\
| * QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-0/+21
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-296-3/+109
| |\
| | * QVarLenghtArray: add some API to be consistant to QVectorOlivier Goffart2010-03-291-0/+13
| | * Fix a bug in greek shaping causing infinite loopsLars Knoll2010-03-261-0/+36
| | * Stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintGabriel de Dietrich2010-03-261-3/+6
| | * QMetaObject::normalizeType: Fix parsing of type which contains "const" in namesOlivier Goffart2010-03-262-0/+17
| | * QMetaObject::normalizeType: fix uses of const and template.Olivier Goffart2010-03-263-0/+37
| * | Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-1/+1
| * | Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-19/+32
| * | Respect QPainter::pen() in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-03-291-0/+90
| |/
| * Synchronize rich text and plain text code paths in QStaticTextEskil Abrahamsen Blomfeldt2010-03-261-0/+36
| * Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-2544-58/+2748
| |\
| * | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-251-1/+80
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2590-1343/+636
| |\ \
| | * | stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintOlivier Goffart2010-03-251-0/+6
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-251-0/+30
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-241-0/+30
| | | |\ \
| * | | | | Fix QFontMetrics::height() and QFontMetrics autotestEskil Abrahamsen Blomfeldt2010-03-251-1/+1
| | |_|/ / | |/| | |
| * | | | Auto test for commit 4a4458d1cf5ec7885c6f63f739b7ee80c70ad211Gabriel de Dietrich2010-03-241-0/+30
* | | | | Fix qdeclarativedom::loadDynamicProperty testAaron Kennedy2010-03-301-6/+4
* | | | | Pass test.Warwick Allison2010-03-291-0/+14
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-297-4/+103
|\ \ \ \ \
| * | | | | Visual test fixes.Michael Brasser2010-03-295-4/+4
| * | | | | Relayout items when Flow size changes.Martin Jones2010-03-292-0/+99
* | | | | | test error code tooWarwick Allison2010-03-291-3/+5
|/ / / / /
* | | | | Remove "variant" QML propertiesAaron Kennedy2010-03-292-2/+0
* | | | | Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-291-0/+16
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-294-1/+41
|\ \ \ \ \
| * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-295-3/+18
| |\ \ \ \ \
| | * | | | | Add missing pro file.Michael Brasser2010-03-291-0/+7
| | * | | | | Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-1/+3
| * | | | | | Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-292-0/+31
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-29690-238/+387
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix svg and big image auto tests on win32.Martin Jones2010-03-293-2/+8
| |/ / / / /
| * | | | | Run a subset of 'stable' visual tests.Michael Brasser2010-03-292-3/+12
| * | | | | Rename visual test to qmlvisual.Michael Brasser2010-03-29676-24/+17
| * | | | | Syntax and other small fixes for the visual tests.Michael Brasser2010-03-2921-177/+192
| * | | | | Autotest tweaks.Michael Brasser2010-03-295-2/+45
| * | | | | Don't set status to Ready until model has been created (currently thisBea Lam2010-03-291-11/+86
| * | | | | Fix qdeclarativeimage autotest on the mac.Yann Bodson2010-03-293-2/+9
* | | | | | docWarwick Allison2010-03-291-0/+3
|/ / / / /
* | | | | QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-291-1/+0
* | | | | Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-291-10/+20
* | | | | Installed imports are no longer searched relative to caller.Warwick Allison2010-03-291-0/+1
* | | | | Recompute the source location of regexp literals.Roberto Raggi2010-03-261-1/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-265-12/+16
|\ \ \ \ \