summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
* Fix compile failure in QtMultimedia.Andrew den Exter2010-09-231-3/+3
* Verify the audio format before trying to open an audio device.Andrew den Exter2010-09-2210-35/+141
* Implement QAudioInput::suspend() using CMMFDevSound::Stop()Gareth Stockwell2010-09-174-42/+73
* Discard buffer pointer when DevSound is stoppedGareth Stockwell2010-09-171-0/+1
* Suppress overflow errors raised by Symbian DevSound during playbackGareth Stockwell2010-09-171-0/+3
* Discard empty buffer on call to QAudioOutput::resume()Gareth Stockwell2010-09-171-1/+1
* Permit QAudioOutput::processedUSecs() to be called immediately after start()Gareth Stockwell2010-09-171-8/+9
* Discard all DevSound buffers held when QAudioInput::suspend() calledGareth Stockwell2010-09-171-4/+3
* Fixed buffer overrun in Symbian QAudioInput backendGareth Stockwell2010-09-171-4/+6
* Prevent crash in QGLGlyphCache due to dangling context references.Samuel Rødal2010-09-141-3/+5
* Fixed crash in input methods when using symbols menu and numbers onlyaxis2010-09-101-4/+7
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-09-0626-99/+366
|\
| * Add missing license headerJan-Arve Sæther2010-09-062-0/+82
| * Compile fix WinCEJan-Arve Sæther2010-09-032-5/+14
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-0326-99/+275
* | Fixed input context trying to squeeze content into a full widget.axis2010-09-061-0/+7
* | Cleaned up position tracking in the Symbian input methods.axis2010-09-063-15/+18
* | Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-063-16/+2
|/
* Fix QtScript Date <--> QDateTime (local time) conversionKent Hansen2010-08-311-7/+4
* Fix Qt applications freezing until mouse/keyboard events occur.Bradley T. Hughes2010-08-301-4/+9
* Recognize GL_ARB_shader_objects as indicating shadersRhys Weatherley2010-08-271-0/+2
* WGL_COLOR_BITS_ARB should not take the alpha bits into account.Trond Kjernåsen2010-08-251-1/+1
* Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-241-1/+1
* Fix OpenGLVersionFlags on OpenGL 4.0 systemsRhys Weatherley2010-08-161-2/+10
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Rhys Weatherley2010-08-132-1/+5
|\
| * QNAM HTTP: Fix crash related to aborted uploadsMarkus Goetz2010-08-122-1/+5
* | Don't define highp/mediump/lowp if desktop GL has themRhys Weatherley2010-08-133-3/+13
|/
* QAudioOutput(ALSA); Fix check for available devices.Justin McPherson2010-08-121-14/+17
* QSslSocket: fix security vulnerability with wildcard IP addressesPeter Hartmann2010-08-101-0/+5
* fix build for -no-qt3supportPeter Hartmann2010-08-101-2/+2
* Fix handling of SSL certificates with wildcard domain namesRichard J. Moore2010-08-102-4/+39
* Doc: typo fixed in qlibraryinfo.cppJoerg Bornemann2010-08-091-1/+1
* Fixes for combining multiple Qt::ImhXXXOnly with S60 FEPShane Kearns2010-08-061-22/+30
* fix compile errorShane Kearns2010-08-061-1/+1
* Make input methods work correctly with Symbian^3 FEP in numeric modeShane Kearns2010-08-061-6/+13
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2010-08-055-3/+47
* Improving text coordinate rounding in the OpenVG paint engineAlessandro Portale2010-08-041-3/+7
* Add QDir::homePath() for the log file in QTestFileLogger in testlib on Symbia...Liang Qi2010-08-031-3/+13
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-08-0312-20/+123
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-08-0312-20/+123
| |\
| | * Fixed build break on Symbian versions earlier than S^3Gareth Stockwell2010-08-021-1/+1
| | * Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-023-9/+9
| | * Added support to Phonon MMF backend for playback of Qt resource filesGareth Stockwell2010-08-0212-20/+123
* | | Don't resolve GLSL extensions if no shadersRhys Weatherley2010-08-031-0/+4
|/ /
* | setUniformValue(QSize) was setting (w,w) not (w,h)Rhys Weatherley2010-08-031-1/+1
|/
* Fix proxy widgets with the OpenVG paint engine.Jason Barron2010-07-301-3/+13
* Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-283-21/+33
* Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-07-281-0/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-07-284-20/+47
|\