Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | | Significant digits were lost in QDoubleSpinBox range when changing precision | Gabriel de Dietrich | 2010-01-12 | 1 | -3/+13 | |
| | | | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6 | Gunnar Sletta | 2010-01-12 | 2 | -1/+9 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | Fixed bug where QGLPixmapData::toImage() returned too dark image. | Kim Motoyoshi Kalland | 2010-01-12 | 1 | -1/+1 | |
| | | | | | * | | | | | | Fix completion in QFileDialog. | Alexis Menard | 2010-01-12 | 1 | -0/+8 | |
| | | | | * | | | | | | | Put LinesHint into QVectorPath hints to enable further optimizations | Gunnar Sletta | 2010-01-12 | 1 | -2/+14 | |
| | | | | * | | | | | | | Avoid coordinate limitations in the raster engine. | Gunnar Sletta | 2010-01-12 | 2 | -4/+9 | |
| | | | | * | | | | | | | Fix point drawing on raster engine for flat and square caps | Gunnar Sletta | 2010-01-12 | 1 | -4/+4 | |
| | | | | |/ / / / / / | ||||||
| | | | | * | | | | | | warning fixes for platforms, where qreal == float | Joerg Bornemann | 2010-01-11 | 1 | -256/+256 | |
| | | | | * | | | | | | fix release mode crash in qfont.cpp initFontSubst() on Windows mobile | Joerg Bornemann | 2010-01-11 | 1 | -2/+1 | |
| | | | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 8 | -53/+94 | |
| | | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / / | | | | | |/| | | | | | ||||||
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i... | Qt Continuous Integration System | 2010-01-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6 | Kurt Korbatits | 2010-01-13 | 51 | -601/+996 | |
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | | | ||||||
| | | * | | | | | | | | Fix example in QAudioOutput/QAudioInput docs | Kurt Korbatits | 2010-01-13 | 2 | -2/+2 | |
| * | | | | | | | | | | QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocket | Markus Goetz | 2010-01-13 | 1 | -3/+0 | |
| * | | | | | | | | | | Remove erroneous warning in QFileInfo::absolutePath() | Andreas Kling | 2010-01-13 | 1 | -2/+5 | |
| * | | | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-13 | 3 | -1/+22 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-13 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Make compile on HPUX | Pierre Rossi | 2010-01-12 | 1 | -0/+2 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-01-12 | 24 | -227/+1146 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Merge commit 'origin/mmfphonon' into 4.6 | Gareth Stockwell | 2010-01-12 | 23 | -226/+1145 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Added enable/disable parameter to each effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 12 | -68/+74 | |
| | | * | | | | | | | Simplified error handling for audio effects | Gareth Stockwell | 2010-01-11 | 12 | -31/+33 | |
| | | * | | | | | | | Implemented stereo widening effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 4 | -1/+163 | |
| | | * | | | | | | | Implemented reverb effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 6 | -2/+285 | |
| | | * | | | | | | | Implemented loudness effect in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 4 | -0/+148 | |
| | | * | | | | | | | Implemented bass boost in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -11/+42 | |
| | | * | | | | | | | Refactored AbstractAudioEffect to reduce redundancy in derived classes | Gareth Stockwell | 2010-01-11 | 6 | -41/+37 | |
| | | * | | | | | | | Removed unnecessary check in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 1 | -5/+3 | |
| | | * | | | | | | | Added a macro to reduce boilerplate code in Phonon MMF backend | Gareth Stockwell | 2010-01-11 | 5 | -17/+35 | |
| | | * | | | | | | | Removed dependency of EffectFactory on native effect headers | Gareth Stockwell | 2010-01-11 | 6 | -60/+48 | |
| | | * | | | | | | | Delayed creation of audio effect object until audio is initialized | Gareth Stockwell | 2010-01-11 | 8 | -23/+63 | |
| | | * | | | | | | | Modified effect parameter handling to improve user experience | Gareth Stockwell | 2010-01-11 | 9 | -23/+175 | |
| | | * | | | | | | | Added comments to clarify usage of Phonon::EffectParameter API | Gareth Stockwell | 2010-01-11 | 1 | -8/+9 | |
| | | * | | | | | | | Shortened description of audio equalizer bands | Gareth Stockwell | 2010-01-11 | 1 | -1/+1 | |
| | | * | | | | | | | Implemented audio effects capability querying in Phonon MMF backend | Gareth Stockwell | 2010-01-08 | 11 | -132/+226 | |
| | | * | | | | | | | Corrected parameter name ordering in internal Phonon MMF function signatures | Gareth Stockwell | 2010-01-08 | 2 | -4/+4 | |
| | | * | | | | | | | Fixed typo in Phonon::EffectWidget implementation | Gareth Stockwell | 2010-01-08 | 1 | -1/+1 | |
| | * | | | | | | | | Added absolute path to sqlite3.sis in s60installs.pro | Miikka Heikkinen | 2010-01-12 | 1 | -1/+1 | |
| | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | Fix D-Bus calls with QDBus::BlockWithGui. | Thiago Macieira | 2010-01-12 | 1 | -1/+1 | |
| * | | | | | | | | Fix an issue with HTTP headers like "private, max-age=300". | Thiago Macieira | 2010-01-12 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2010-01-12 | 32 | -91/+459 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ... | Simon Hausmann | 2010-01-12 | 10 | -1/+292 | |
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-12 | 3346 | -3634/+4118 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Prevent a crash when creating an inputContext from the QApplication dtor. | Simon Hausmann | 2010-01-12 | 2 | -2/+2 | |
| | | * | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 3346 | -3632/+4116 | |
| | | |\ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | QNAM HTTP Code: Cache socket state inside ensureConnection() | Markus Goetz | 2010-01-11 | 1 | -4/+6 | |
| | | | * | | | | | | QNAM HTTP Code: When starting new request, prefer connected sockets. | Markus Goetz | 2010-01-11 | 1 | -5/+17 | |
| | | | * | | | | | | typo fix | Ritt Konstantin | 2010-01-11 | 1 | -1/+1 | |
| | | | * | | | | | | Fix code example | Bernhard Rosenkraenzer | 2010-01-11 | 1 | -1/+1 | |
| | | | * | | | | | | fix typo in qreadwritelock's documentation | Ritt Konstantin | 2010-01-11 | 1 | -3/+3 | |