summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tst_bic: make it possible to test for cross-compilationThiago Macieira2010-05-232-4/+10
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-201-0/+78
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Removed a change from the 4.7.0 change log. Improve look and feel of itemviews on mac doc: Fixed many broken links. doc: Fixed many broken links. update 4.7.0 changes QPushButton's click area exceeds the button area by far on Mac OS X QApplication::closeAllWindows() should ignore windows being closed Examples: Fix compilation with namespace. Use QApplication::arguments() to check for command line args Added support for .rc files on VS2010. Doc: Updating CSS and JS Docs: added an intro for qml, Quick for Beginners. Fix crash on exit in native wifi plugin on Vista+ when run in debugger.
| * QApplication::closeAllWindows() should ignore windows being closedBradley T. Hughes2010-05-201-0/+78
| | | | | | | | | | | | | | | | | | | | | | It is very common to display a dialog in response to a close event. Closing the window again will result in QWidget::close() returning true. This confuses QApplication::closeAllWindows(), since the window is still visible even though it was closed (or is closing). Solve this by ignoring windows that have the is_closing flag set in their widget data. Task-number: QTBUG-7635 Reviewed-by: Denis Dzyubenko
* | Test e75088323ae15604139ddfd66b85cc3b8d43abebWarwick Allison2010-05-202-0/+6
| | | | | | | | Task-number: QTBUG-10820
* | Add XmlListModel::errorString()Bea Lam2010-05-201-0/+9
|/
* Improve error messages when tests fail.Warwick Allison2010-05-201-14/+15
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-204-0/+154
|\
| * Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-204-0/+154
| | | | | | | | Task-number: QTBUG-10803
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-201-1/+0
|\ \ | |/
| * Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-1/+0
| | | | | | | | QDeclarativeComponent)
* | Ensure valuetype enums can be assigned from JSAaron Kennedy2010-05-201-0/+8
| | | | | | | | QTBUG-10830
* | Improve testcaseAaron Kennedy2010-05-202-1/+11
|/ | | | | As the default was AllUppercase, the tests weren't actually testing anything other than that assigning enums had no errors
* Make test more stableAaron Kennedy2010-05-201-2/+3
|
* Autotest (XFAIL) for QTBUG-10822Aaron Kennedy2010-05-202-0/+22
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-203-0/+21
|\
| * Fix test. Missed files.Warwick Allison2010-05-203-0/+21
| |
* | Fix testAaron Kennedy2010-05-201-1/+0
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1936-30/+1412
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (37 commits) Search for QML import libraries also in application directory Doc improvements Disable mouse-based selection in TextInput/TextEdit Rename qml executable to qmlviewer Don't crash if the target parent is destroyed. Introduce a threaded interpreter for QML binding bytecode Bug moved. doc doc Remove image example (covered in class docs) When changing Loader source, remove old item from scene immediately. Add missing .qmlproject files Fix folderlistmodel with qt namespace Renaming "Qml Launcher" back to "QML Viewer" Rename some examples: proxyviewer -> networkaccessmanagerfactory, Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-1936-30/+1412
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (36 commits) Doc improvements Disable mouse-based selection in TextInput/TextEdit Rename qml executable to qmlviewer Don't crash if the target parent is destroyed. Introduce a threaded interpreter for QML binding bytecode Bug moved. doc doc Remove image example (covered in class docs) When changing Loader source, remove old item from scene immediately. Add missing .qmlproject files Fix folderlistmodel with qt namespace Renaming "Qml Launcher" back to "QML Viewer" Rename some examples: proxyviewer -> networkaccessmanagerfactory, Regression fix for Loader anchors not working Make Qt.include() work for js files that have '.pragma library' doc fix Improve docs for Qt.quit() Prevent assignment of values (string, number, bool) to signal handlers. Make sure strings are escaped when returned via asScript. ...
| | * Disable mouse-based selection in TextInput/TextEditWarwick Allison2010-05-191-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | Can still be turned back on, if people only want to target platforms where the behaviour is acceptable. Task-number: QTBUG-10684 Reviewed-by: Michael Brasser
| | * Bug moved.Warwick Allison2010-05-191-1/+1
| | |
| | * Regression fix for Loader anchors not workingJoona Petrell2010-05-182-0/+36
| | | | | | | | | | | | | | | Task-number: QTBUG-10766 Reviewed-by: Yann Bodson
| | * Make Qt.include() work for js files that have '.pragma library'Bea Lam2010-05-184-0/+33
| | |
| | * Prevent assignment of values (string, number, bool) to signal handlers.Michael Brasser2010-05-186-8/+7
| | | | | | | | | | | | | | | Task-number: QTBUG-10764 Reviewed-by: Aaron Kennedy
| | * Make sure strings are escaped when returned via asScript.Michael Brasser2010-05-183-5/+5
| | | | | | | | | | | | Makes 273024e58d90bb9b3a5da0161f884f1af22d75df more correct.
| | * git ignore stuffWarwick Allison2010-05-181-0/+1
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-1812-14/+14
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-1811-11/+12
| | | |\
| | | | * Rename files; fix test.Michael Brasser2010-05-184-3/+4
| | | | |
| | | | * Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-187-8/+8
| | | | | | | | | | | | | | | | | | | | Also rearrange the parameter order to be more clear.
| | | * | Round correctly in binding optimizerAaron Kennedy2010-05-181-3/+2
| | | |/ | | | | | | | | | | | | QTBUG-9538
| | * | Test Qt.labs.folderlistmodel pluginWarwick Allison2010-05-184-0/+136
| | |/
| | * Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-1811-12/+1144
| | | | | | | | | | | | | | | | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-195-32/+175
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (27 commits) Added default countries for Mongolian and Nepali. Updated tst_qlocale autotest. Updated the 4.7.0 change log with my changes. Updated JavaScriptCore from /home/khansen/dev/qtwebkit-qtscript-integration to javascriptcore-snapshot-19052010 ( 8039ba79702d6516cf6841c9f15b324ec499bbf3 ) doc: Fixed many broken links. doc: Fixed many broken links. doc: Fixed many broken links. qdoc: Set back to 3 cols for class list; we have a scrollbar now. Fix build on Mac OS X and Windows. Remove obsolete and broken qvfb skins. Only setup ICD test data when ICD is enabled. Doc: Fixed two diagrams and finally committed images for them. Make sure cursorPositionChanged is emitted when doing undo/redo Some more 4.7.0 changes Fix cosmetic issue in designer filter edits Doc: Adding support for IE 6, 7 and 8 doc: Updated the widgets tutorial to work without page links. My 4.7.0 changes Added support for es_419 locale. Added Korean and Nynorsk locales support on Symbian. ...
| * | | Added default countries for Mongolian and Nepali.Denis Dzyubenko2010-05-191-0/+4
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-9370 Reviewed-by: trustme
| * | | Updated tst_qlocale autotest.Denis Dzyubenko2010-05-191-1/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added countries/languages that were added in new cldr and forgotten to be added to the autotest. Reviewed-by: trustme
| * | | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-1946-9568/+216
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: src/corelib/tools/qlocale_symbian.cpp
| * | | Fix build on Mac OS X and Windows.Aaron McCarthy2010-05-193-12/+12
| | | |
| * | | Only setup ICD test data when ICD is enabled.Aaron McCarthy2010-05-193-12/+12
| | | | | | | | | | | | | | | | | | | | Fixes unit test build failures introduced in 90de3e5c903b67b2e5f3d7dc14266fe24f1daa23.
| * | | Added support for es_419 locale.Denis Dzyubenko2010-05-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new country code "419" which stands for "Latin America and the Caribbean". This is the first three-letter country code (from UN M.49). Task-number: QT-3312 Reviewed-by: Thiago Macieira
| * | | Gestures in GraphicsView do not require a viewport to subscribe to gestures.Denis Dzyubenko2010-05-181-17/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a graphicsitem subscribes to a gesture the viewport is implicitly subscribed to it as well. Task-number: QTBUG-9849 Reviewed-by: Olivier Goffart Reviewed-by: Mikko Harju
| * | | Upgraded QLocale to Unicode CLDR 1.8.1Denis Dzyubenko2010-05-181-2/+2
| | |/ | |/| | | | | | | Reviewed-by: trustme
* | | Merge commit 'remotes/origin/4.7' into symbian47Thomas Zander2010-05-1946-9568/+216
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/gui/kernel/qapplication_s60.cpp
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-05-1934-9416/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: removed test file, part of mediaservice removal. Rebuild configure.exe Rebuild configure following the removal of media services. More mediaservices removal work. Removed mediaservices.
| | * | removed test file, part of mediaservice removal.Kurt Korbatits2010-05-191-0/+0
| | | | | | | | | | | | | | | | Reviewed-by:Justin McPherson
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Andrew den Exter2010-05-18280-1593/+5549
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe src/imports/multimedia/qdeclarativeaudio.cpp src/imports/multimedia/qdeclarativeaudio_p.h src/multimedia/mediaservices/mediaservices.pro src/plugins/mediaservices/mediaservices.pro src/plugins/mediaservices/symbian/mediaplayer/s60audioplayersession.h src/plugins/mediaservices/symbian/mediaplayer/s60videoplayersession.h src/s60installs/s60installs.pro src/src.pro
| | * | Removed mediaservices.Kurt Korbatits2010-05-1833-9416/+0
| | | |
| * | | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-05-191-3/+27
| |\ \ \
| | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-05-191-3/+27
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Fixed tst_compilerwarnings test failure due to icecc node failures.
| | | * | | Fixed tst_compilerwarnings test failure due to icecc node failures.Rohan McGovern2010-05-191-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an icecc node has some system error, icecc on the client side outputs a warning. Since it's able to recover and the warning has nothing to do with the code, we should ignore it. Other distributed compile tools will have similar issues, but no attempt has been made to cover them.