summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
| |/ /
| * | 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
| | * | testBatFiles removed from qprocess.pro autotestJoerg Bornemann2009-09-281-1/+0
| * | | Removed RVCT workarounds for QFileSystemWatcher autotest.Janne Anttila2009-09-281-8/+0
| |/ /
| * | Enabled WINCE workaround for S60 in QEasingCurve::valueForProgress test.Janne Anttila2009-09-281-2/+2
| * | Fixed qeasingcurve autotest compilation for other than WINCE platforms.Janne Anttila2009-09-281-5/+5
| * | Re-enabled tst_QImageReader::readFromDevice for Symbian OSJanne Anttila2009-09-281-3/+1
| * | 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
| * | QGLContext::drawTexture() is not supported under OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+15
| * | ifdef out convolution filter for OpenGL/ES 2.0Rhys Weatherley2009-09-281-2/+14
| * | Make the GL graphics system work under OpenGL/ES 2.0Rhys Weatherley2009-09-281-4/+69
* | | Fix qdoc errors.Jason McDonald2009-09-281-5/+6
|/ /
* | 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
| * | 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
| | * | Removed stateChanged and notify signals from win32 qaudiooutput builtin.Kurt Korbatits2009-09-271-4/+0
| * | | Fix doc break in examples/helloglSarah Smith2009-09-281-6/+6
| |/ /
* | | 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
* | 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
| * | Doc: Added a note about Phonon.David Boddie2009-09-251-0/+4
| * | Fix compilation of files that #include <QtGui> on newer Symbian SDKs.Jason Barron2009-09-251-0/+5
| * | Process could not be located on WindowsCEninerider2009-09-252-5/+20
| * | Individual targets for the test processes definedninerider2009-09-252-23/+81
| * | 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
| | * | Added "requires qtscript" to qsharedmemory test pro in S60 and WinCE.Janne Anttila2009-09-252-0/+4
| | * | Skipped QProcess::setProcessEnvironment auto test for Symbian.Janne Anttila2009-09-251-3/+4
| | * | 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
| | * | | Clean-up for qprocess autotest since default stack in S60 is now 80K.Janne Anttila2009-09-251-16/+0
| | |/ /
| | * | Move selfsigned cert & key out of root directoryShane Kearns2009-09-253-3/+3
| | * | Doc: Document that iterators become invalid when the container is modified.Volker Hilsheimer2009-09-251-1/+4
| | * | 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
| | * | tst_qfilesystemwatcher directory changed test relaxedmread2009-09-251-1/+3
| | * | Doc: Point out that not all DBMS'es can be expected to function equally well.Volker Hilsheimer2009-09-251-2/+9
| | * | 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
| * | | | Desktopservices demo no longer attempts to play music files in emulatorMiikka Heikkinen2009-09-251-3/+14
| | |/ / | |/| |
| * | | Replacing QPointer usage with QWeakPointer in statemachineLeonardo Sobral Cunha2009-09-253-7/+7
| * | | Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-252-12/+11
| * | | Fixed the image comparison tests for Windows Mobile 5ninerider2009-09-253-3/+14