summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added a macro to reduce boilerplate code in Phonon MMF backendGareth Stockwell2010-01-115-17/+35
* Removed dependency of EffectFactory on native effect headersGareth Stockwell2010-01-116-60/+48
* Delayed creation of audio effect object until audio is initializedGareth Stockwell2010-01-118-23/+63
* Modified effect parameter handling to improve user experienceGareth Stockwell2010-01-119-23/+175
* Added comments to clarify usage of Phonon::EffectParameter APIGareth Stockwell2010-01-111-8/+9
* Shortened description of audio equalizer bandsGareth Stockwell2010-01-111-1/+1
* Implemented audio effects capability querying in Phonon MMF backendGareth Stockwell2010-01-0811-132/+226
* Corrected parameter name ordering in internal Phonon MMF function signaturesGareth Stockwell2010-01-082-4/+4
* Fixed typo in Phonon::EffectWidget implementationGareth Stockwell2010-01-081-1/+1
* Fixed build breakage on S60 3.1 due to audio effects changesGareth Stockwell2010-01-086-31/+10
* Implemented node disconnection in Phonon MMF backendGareth Stockwell2009-12-0820-194/+348
* Removed dead code from Phonon MMF backendGareth Stockwell2009-12-081-12/+2
* Re-emit prefinishMarkReached and aboutToFinish if rewound back past mark.Gareth Stockwell2009-12-082-2/+25
* Implemented support for playlist handling in Phonon MMF backendGareth Stockwell2009-12-0812-170/+129
* Changed call sequence of seeking in Phonon MMF backend, for streamingGareth Stockwell2009-12-082-19/+11
* Implemented buffer status notifications in Phonon MMF backendGareth Stockwell2009-12-089-62/+162
* Added support for streaming playback to Phonon MMF backendGareth Stockwell2009-12-088-6/+30
* Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp...Gareth Stockwell2009-12-082-34/+34
|\
| * Symbian: More i18n strings work.Frans Englich2009-12-072-34/+34
* | Phonon MMF: leaves during object construction throw exceptionsGareth Stockwell2009-12-082-9/+7
* | Removed stale TODO comments from Phonon MMF backendGareth Stockwell2009-12-083-4/+1
|/
* Fixed bug which caused Phonon backend error messages to be suppressedGareth Stockwell2009-12-022-6/+7
* Added error strings to Phonon MMF backendGareth Stockwell2009-12-028-51/+170
* Fixed crash on Symbian when using QProgressDialog::setCancelButton(0).Janne Anttila2009-12-021-4/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-021-2/+8
|\
| * Clarify the docs a bit when setting focus.axis2009-12-011-2/+8
* | Reduce double-copying of textures when flipping upside downRhys Weatherley2009-12-021-7/+15
* | Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-011-2/+4
* | QWindowStyle: make sure there is no duplicate in the list of scrollbar.Olivier Goffart2009-12-011-4/+6
* | Fixed a potential crash in QDockWidgetThierry Bastian2009-12-011-2/+5
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-0111-25/+188
|\ \
| * | Fix QFontCombobox autotest on X11Olivier Goffart2009-12-011-3/+2
| * | In QListViews, items were being hovered even when mouse was on the scrollbarsGabriel de Dietrich2009-12-011-2/+6
| |/
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-12-019-20/+180
| |\
| | * Merge branch 'mmfphonon' into 4.6Gareth Stockwell2009-11-309-20/+180
| | |\
| | | * Clip video rect to physical screen dimensionsGareth Stockwell2009-11-261-1/+12
| | | * Tidied up logic of retrieving video window in Phonon MMF backendGareth Stockwell2009-11-261-2/+1
| | | * Suspend DSA while drawing is in progressGareth Stockwell2009-11-264-1/+85
| | | * Symbian control invokes slots before and after native draw opsGareth Stockwell2009-11-263-0/+29
| | | * Changed video widget native paint mode to zero-fill native windowGareth Stockwell2009-11-262-7/+2
| | | * Allow Symbian widget implementations to select native paint modeGareth Stockwell2009-11-263-8/+50
| | | * Merge commit 's60/4.6' into mmfphononFrans Englich2009-11-2354-256/+378
| | | |\
| | | * \ Merge branch '4.6' into mmfphononFrans Englich2009-11-20291-3692/+5620
| | | |\ \
| | | * | | Keep the same capitalization for Phonon.dll.Frans Englich2009-11-161-1/+1
* | | | | | Added caching of vectorpaths to the GL paint engine.Gunnar Sletta2009-12-015-11/+139
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Gunnar Sletta2009-12-01420-5541/+7694
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix crash in qt3support QPixmap constructorGunnar Sletta2009-12-011-2/+2
| * | | | | Only call updateFont if the font have changed.Alexis Menard2009-11-301-1/+2
| * | | | | Fixed square root of negative number in drawTextItem().Kim Motoyoshi Kalland2009-11-302-2/+4
| * | | | | Fixed the GL2 engine stroker to handle Qt::SvgMiterJoin.Kim Motoyoshi Kalland2009-11-301-0/+1