summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-02-181-4/+5
|\ | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public: Make the licenseheader check pass trivial files.
| * Make the licenseheader check pass trivial files.Thomas Zander2010-02-171-4/+5
| | | | | | | | | | | | | | | | A file that contains so little doesn't have to have the copyright header. A good example usecase is a header file with nothing but an include line to another header. Reviewed-by: Thiago Macieira
* | Added a new flag to fine-tune gesture propagation policyDenis Dzyubenko2010-02-171-0/+86
| | | | | | | | | | | | | | | | | | | | When a graphicsobject subscribes to a gesture using the IgnoredGesturesPropagateToParent flag, normal propagation rules do not apply to the gesture, and instead all gestures of the given type that are started over the item will propagate to parent items only. Task-number: QTBUG-7400 Reviewed-by: Andreas
* | add test for toDateTime() using QLocale::LongFormatShenghua Su2010-02-171-20/+5
| | | | | | | | | | Merge-request: 455 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | remove debug infoShenghua Su2010-02-171-1/+1
| | | | | | | | | | Merge-request: 455 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | add test case for QTBUG-7898 that QLocale::toDateTime(QString, FormatType) ↵Shenghua Su2010-02-171-0/+20
| | | | | | | | | | | | | | cannot convert value correctly Merge-request: 455 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
* | Revert "Optimized QLocale to access system locale on demand."Denis Dzyubenko2010-02-171-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change introduces regression in QIntValidator and QInputDialog, which needs to be addressed before pushing the change again. Also reverted the following two compile fixes: Revert "Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)" Revert "Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)" This reverts commit c786e0cd3c40193073ce2f59f98a4d83bbe1a9b9. This reverts commit 9e5176070cdeba3e96f1969cfbb71bbd407a651e. This reverts commit 8911ed8bfe7f918b93c758f9b5d93274b37739e6. Reviewed-by: trustme
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-1693-89/+360
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| * Fix copyright year.Jason McDonald2010-02-1687-87/+87
| | | | | | | | Reviewed-by: Trust Me
| * Fix broken license headers.Jason McDonald2010-02-163-2/+84
| | | | | | | | Reviewed-by: Trust Me
| * QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-161-0/+83
| | | | | | | | | | | | | | | | | | | | This method was added to support e.g. HTTP OPTIONS (needed by Webkit); rather than adding one method for each of those exotic verbs, there is now a generic version for all. Reviewed-by: Markus Goetz Reviewed-by: Andreas Kling Task-number: QTBUG-8206
| * Add operator< and qHash for QSharedPointer and fix operator-.Thiago Macieira2010-02-151-0/+100
| | | | | | | | | | | | This allows using QSharedPointer in QHash and QMap keys. Reviewed-by: Bradley T. Hughes
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-131-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (28 commits) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX Fix bug in QDirPrivate::setPath, affecting QDir::cd, cdUp and setPath qdoc3: Completed handling of the new \pagekeywords command. Wrong cursor shown by the parent window after setOverrideCursor(). Fixed Mac OS X compile time error by using GLint for temp. qdoc3: Added curly braces in switch statement for braindead compiler. qdoc: Added a build rule for the documentation - disabled by default. Doc: Added the qdoc manual to the repository for future maintenance. qdoc3: Fixed bug in creation of qt.pageindex. qdoc3: Added capability to create qt.pageindex. Incorrect property setter generated by dumpcpp for Microsoft Word 2007. Cocoa: Implement our own NSApplication subclass Cocoa: Menu in menubar stays highlighted qdoc: Made a temporary fix for comment highlighting. Doc: Tidied up the class layout and removed an unnecessary image. ...
| | * Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-02-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the initialization of the system locale to make construction of the QLocale object as lightweight as possible. So now the default contructor just creates a QLocale and QSystemLocale objects, but doesn't try to fill the cache in the latter with data from the system and postpones it until it is actually requested (most applications create QLocale objects on the stack and might not even use the data from the system locale, so we don't need to initialize system locale right away). Reviewed-by: Thiago Macieira
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-02-162-21/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public: Enabled commit 2b60b542a for all platforms. Fixed missing repaints on S60 3.1. Build break fix for QS60Style. QS60Style: Branch indicator in tree view is misplaced Compilation error fix: missing comma in enum list in QS60Style Scroll bar handle/groove ends are squeezed (in nHD resolution) QS60Style draws drop area as a black rect Remove scrollbar context menu from QS60Style Change a name of a variable to be more descriptive
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-16251-3389/+831
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: qmake/generators/symbian/symmake.cpp tests/auto/qlineedit/tst_qlineedit.cpp tests/benchmarks/benchmarks.pro
* | | | fix line endingsOswald Buddenhagen2010-02-163-22/+22
| | | | | | | | | | | | | | | | get your git settings fixed, windows users!
* | | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-1621-40/+40
| |_|/ |/| | | | | | | | Fix messages in test data.
* | | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-131586-5/+178392
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: tests/auto/qlineedit/tst_qlineedit.cpp tests/benchmarks/benchmarks.pro
| * | Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-15/+24
| | | | | | | | | | | | Remove some unnecessary methods from the QmlMetaType class
| * | Fix case sensitivity bug in previous commitJoona Petrell2010-02-122-2/+2
| | |
| * | Adds inputMethodHint property to TextEdit and TextInput.Joona Petrell2010-02-124-0/+44
| | | | | | | | | | | | Reviewed-by: Martin Jones
| * | Decouple Loader from QmlGraphicsItemJoona Petrell2010-02-125-5/+112
| | | | | | | | | | | | | | | Task-number: QT-2823 Reviewed-by: Aaron Kennedy
| * | Make test more stable.Rohan McGovern2010-02-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | qApp->processEvents() has the same effect as QTest::qWait(0) and should already `Let the animation start'. The additional events processing would let the animation progress too far on a slow machine. Timing tested by running under Valgrind.
| * | Fixed race condition in tst_qmlgraphicswebview::multipleWindowsRohan McGovern2010-02-122-1/+5
| | | | | | | | | | | | This timer must not be started until the web view has finished loading.
| * | Fix qmlgraphicswebview:pixelCache autotest by setting defaults on htmlLeonardo Sobral Cunha2010-02-121-1/+1
| | | | | | | | | | | | Reviewed-by: Michael Brasser
| * | Fixed compile of these recently renamed tests.Rohan McGovern2010-02-119-9/+9
| | | | | | | | | | | | | | | Renaming the source file requires renaming the .moc file too. Unfortunately the problem is hidden when not doing a clean build.
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-111575-2/+178114
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3397 commits) Update QmlChanges.txt Adds qml prefix to all declarative autotests Removed "running: true" for animations used as propertyvaluesource Animations are running by default when used as property source value Fix QmlEngine offlineStoragePath test. Fix Image test on Windows. Fix FontLoader test on Windows. Test should use ceil() not floor() since ceil() is used for calculating Fix BorderImage tests on Windows. Test should use ceil() not floor() since ceil() is used for calculating Clean up Must pass app arguments onto qExec() or else test system cannot QML Object toString should use 64-bit address on 64-bit platforms Improve stability of tst_qmlecmascript::dynamicDestruction Fix tst_qmlecmascript::callQtInvokables Fixed qmldebug* tests crashing. Fix declarative/qmldom::loadDynamicProperty autotest Fix declarative/animatedimage autotest Removed the tests/auto/declarative/visual(&examples) from .pro Add EXPECT_FAIL to js parser tests in declarative ui ...
| | * | Adds qml prefix to all declarative autotestsLeonardo Sobral Cunha2010-02-11215-19/+19
| | | |
| | * | Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-1118-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
| | * | Animations are running by default when used as property source valueLeonardo Sobral Cunha2010-02-113-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you assign an animation to a property (used as source value), the animation will automatically start running, which is the most common behavior for this use case. Reviewed-by: Michael Brasser
| | * | Fix QmlEngine offlineStoragePath test.Martin Jones2010-02-111-1/+1
| | | |
| | * | Fix Image test on Windows.Martin Jones2010-02-111-4/+4
| | | |
| | * | Fix FontLoader test on Windows.Martin Jones2010-02-111-1/+1
| | | |
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-1112-18/+32
| | |\ \
| | | * | Test should use ceil() not floor() since ceil() is used for calculatingBea Lam2010-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | with in QmlGraphicsTextPrivate::setupTextLayout().
| | | * | Clean upBea Lam2010-02-115-6/+8
| | | | |
| | | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-1129-176/+799
| | | |\ \
| | | | * | Improve stability of tst_qmlecmascript::dynamicDestructionAaron Kennedy2010-02-112-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | Tweak timing to be more forgiving to system load.
| | | | * | Fixed qmldebug* tests crashing.Rohan McGovern2010-02-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests would crash with `QThread: Destroyed while thread is still running' one in a billion runs, since wait() was not called on the test thread. Reviewed-by: leo
| | | | * | Fix declarative/qmldom::loadDynamicProperty autotestLeonardo Sobral Cunha2010-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | | | * | Fix declarative/animatedimage autotestLeonardo Sobral Cunha2010-02-111-2/+0
| | | | | |
| | | | * | Removed the tests/auto/declarative/visual(&examples) from .proLeonardo Sobral Cunha2010-02-111-2/+0
| | | | | |
| | | | * | Add EXPECT_FAIL to js parser tests in declarative uiLeonardo Sobral Cunha2010-02-111-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Created QTBUG-8108 for handling these failures.
| | | * | | Must pass app arguments onto qExec() or else test system cannotBea Lam2010-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | get test results with -xml mode.
| | * | | | Fix BorderImage tests on Windows.Martin Jones2010-02-111-9/+9
| | | |/ / | | |/| |
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-101573-2/+178047
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (3377 commits) Expect fail. Expect fails. Attempt to clairify highlight range docs Make sure item release isn't deferred indefinately Expect fail. Missing file Exclude plugins example in test. Test Crash Fix tests Compile. Remove pathview test. Remove unneeded Fix repeater test. Revert "Remove unimplemented methods from header" Revert "Replace QList<>* support with QmlListProperty" Revert "Compile" Add expected fail and created QTBUG-8072 for qml animation auto-test Fix expected error message. Consolidate the two pathview tests and fix them all. ...
| | | * | | Expect fail.Martin Jones2010-02-101-0/+4
| | | | | |
| | | * | | Expect fails.Martin Jones2010-02-101-0/+3
| | | | | |
| | | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-101-0/+25
| | | |\ \ \