summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize some more testsOlivier Goffart2009-09-287-43/+35
|
* Fix qdoc error.Jason McDonald2009-09-281-1/+1
| | | | Reviewed-by: Trust Me
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-2812-31/+122
|\
| * Make sure signal handlers are installed on QWSPaul Olav Tvete2009-09-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | QWS already installs message handlers, and this would cause testlib not to install its own handler, causing lots of extra test failures if there is a crash. The proper way would be to make testlib invoke previous handlers, but the quick and easy fix is just to forget about the old ones. The rationale is that the worst thing that can happen is that it will cause a crash, and that was going to happen anyway. Reviewed-by: Jeremy
| * JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
| | | | | | | | Reviewed-by: Simon Hausmann
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-282-2/+2
| |\
| | * JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
| | | | | | | | | | | | Reviewed-by: Simon Hausmann
| | * testBatFiles removed from qprocess.pro autotestJoerg Bornemann2009-09-281-1/+0
| | | | | | | | | | | | Reviewed-by: paul
| * | Removed RVCT workarounds for QFileSystemWatcher autotest.Janne Anttila2009-09-281-8/+0
| |/ | | | | | | | | | | | | The test passes without these workarounds in 5800 XpressMusic and emulator Reviewed-by: TrustMe
| * Enabled WINCE workaround for S60 in QEasingCurve::valueForProgress test.Janne Anttila2009-09-281-2/+2
| | | | | | | | | | | | See: 82275b4c03a0. This workaround applies also for Symbian. Reviewed-by: TrustMe
| * Fixed qeasingcurve autotest compilation for other than WINCE platforms.Janne Anttila2009-09-281-5/+5
| | | | | | | | Reviewed-by: TrustMe
| * Re-enabled tst_QImageReader::readFromDevice for Symbian OSJanne Anttila2009-09-281-3/+1
| | | | | | | | | | | | | | Symbian OS has working networking support now, so we donät need to skip this test anymore. Reviewed-by: TrustMe
| * Fixes autotest trying to delete table from wrong DBBill King2009-09-281-2/+2
| |
| * Suppress some compiler warnings that occur under OpenGL/ES 2.0Rhys Weatherley2009-09-282-0/+6
| | | | | | | | Reviewed-by: trustme
| * QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
| | | | | | | | Reviewed-by: trustme
| * ifdef out convolution filter for OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+14
| | | | | | | | | | | | | | | | Convolution filter is not compatible with OpenGL/ES 2.0 in its current form, and we probably don't need it now that we have a special-purpose blur filter. Reviewed-by: trustme
| * Make the GL graphics system work under OpenGL/ES 2.0Rhys Weatherley2009-09-281-4/+69
| | | | | | | | | | | | | | Very basic port of the graphics system - performance may not be the best just yet. Reviewed-by: Sarah Smith
* | Fix qdoc errors.Jason McDonald2009-09-281-5/+6
|/ | | | Reviewed-by: Trust Me
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-285-16/+72
|\
| * QSQL; Precision Policy - update test to reflect passing status.Justin McPherson2009-09-281-4/+0
| | | | | | | | Reviewed-by: Bill King
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sarah Smith2009-09-283-6/+66
| |\
| | * Improved audio unit testsKurt Korbatits2009-09-282-2/+66
| | | | | | | | | | | | | | | | | | Added more checking in each step of the playback or recording tests. Reviewed-by:Justin McPherson
| | * Removed stateChanged and notify signals from win32 qaudiooutput builtin.Kurt Korbatits2009-09-271-4/+0
| | | | | | | | | | | | | | | | | | stateChanged and notify signals are inherited from base class. Reviewed-by:Bill King
| * | Fix doc break in examples/helloglSarah Smith2009-09-281-6/+6
| |/ | | | | | | | | | | Snippets pointing to moved code - now fixed. Reviewed-by: TrustMe
* | qdoc fixes to QGLFramebufferObject::blitFramebuffer()Rhys Weatherley2009-09-281-6/+11
|/
* Doc: Removed the What's New page for Designer and fixed indentation.David Boddie2009-09-252-120/+2
| | | | Reviewed-by: Trust Me
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-2561-281/+1793
|\
| * Doc: Added some notes to help people implement custom models.David Boddie2009-09-251-3/+9
| | | | | | | | Reviewed-by: Trust Me
| * Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4
| | | | | | | | Reviewed-by: Trust Me
| * Fix compilation of files that #include <QtGui> on newer Symbian SDKs.Jason Barron2009-09-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | The new public classes in the 's60framework' sub-directory of QtGui introduce a header file dependency to the middleware layer of the SDK by including 'aknapp.h'. Since the build system doesn't know if you have included QtGui or not, the closest approximation is to append the middleware layer include path in cases where the QT variable contains 'gui' Reviewed-by: axis
| * Process could not be located on WindowsCEninerider2009-09-252-5/+20
| | | | | | | | | | | | | | The SRCDIR entry was added to the project file to correct the deployment for WindowsCE. Also the process start is now monitored in the test. Reviewed-by: Joerg
| * Individual targets for the test processes definedninerider2009-09-252-23/+81
| | | | | | | | | | | | | | The deployment for Windows CE did not work as the processes could not be located properly on the device. Reviewed-by: banana joe
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-2515-43/+56
| |\
| | * Added "requires qtscript" to qsystemsemaphore test in S60 and WinCE.Janne Anttila2009-09-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qsystemsemaphore autotest does not compile for S60 and WinCE without QtScript and QtScript currently does not compile for S60, that's why the following statement was added to pro file: requires(contains(QT_CONFIG,script)) Reviewed-by: TrustMe
| | * Added "requires qtscript" to qsharedmemory test pro in S60 and WinCE.Janne Anttila2009-09-252-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qsharedmemory autotest does not compile for S60 and WinCE without QtScript and QtScript currently does not compiled for S60, that's why the following statement was added: requires(contains(QT_CONFIG,script)) Reviewed-by: TrustMe
| | * Skipped QProcess::setProcessEnvironment auto test for Symbian.Janne Anttila2009-09-251-3/+4
| | | | | | | | | | | | | | | | | | Symbian OS doesn't support environment variables. Reviewed-by: Miikka Heikkinen
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-252-9/+19
| | |\
| | | * browser demo: Disable debug logging in release modeTor Arne Vestbø2009-09-251-0/+2
| | | |
| | | * Fixed crash with QPixmap::fill() when pixmap is painted to using opengl1Gunnar Sletta2009-09-251-9/+17
| | | | | | | | | | | | | | | | Reviewed-by: Samuel
| | * | Clean-up for qprocess autotest since default stack in S60 is now 80K.Janne Anttila2009-09-251-16/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | Specialized test code to set higher stack for this test case is not needed anymore since default stack for Qt thread in S60 now is 80 KB. See commit: 9324fdde Reviewed-by: TrustMe
| | * Move selfsigned cert & key out of root directoryShane Kearns2009-09-253-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Moved the certificate/key to the src/s60installs path. Updated createpackage.pl to look in this new location. Task-number: QTBUG-4553 Reviewed-by: axis
| | * Doc: Document that iterators become invalid when the container is modified.Volker Hilsheimer2009-09-251-1/+4
| | | | | | | | | | | | | | | Implicit sharing makes this a bit of a trap, since the iterator continues to function, but only on the data in the copies.
| | * doc: Update browser demo screenshotTor Arne Vestbø2009-09-251-0/+0
| | |
| | * browser: Don't add closed tabs to the closed-tab history in privacy modeTor Arne Vestbø2009-09-251-4/+7
| | | | | | | | | | | | | | | Task-number: QTBUG-4508 Reviewed-by: Simon Hausmann
| | * tst_qfilesystemwatcher directory changed test relaxedmread2009-09-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The polling watcher was generating two events for directory content deletion on Symbian emulator. 1 for content change, 1 for time change. Seems within the bounds of reason for a poller, so test relaxed to allow it. Reviewed-by: Liang QI
| | * Doc: Point out that not all DBMS'es can be expected to function equally well.Volker Hilsheimer2009-09-251-2/+9
| | | | | | | | | | | | | | | In particular, MSSQL, DB2 and Sybase suffer from cross-platform and feature complete client libraries.
| | * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-2525-118/+494
| | |\
| | * | Made QDir::tempPath and QDesktopServices::TempLocation consistent in S60Janne Anttila2009-09-251-4/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-by: TrustMe Autotest: Fixes qdesktopservices::storageLocation test
| * | | Desktopservices demo no longer attempts to play music files in emulatorMiikka Heikkinen2009-09-251-3/+14
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Since Symbian emulator support for playing music files is spotty at best, resulting in failure to launch at best and freezing of the emulator at worst, disabled even trying to launch music files. Task-number: QT-2047 Reviewed-by: Janne Koskinen
| * | Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-253-7/+7
| | | | | | | | | | | | Reviewed-by: thierry