summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced by cleanup commit.Frans Englich2009-10-201-2/+0
* Does not disable full screen when end of video playlist is reached.Frans Englich2009-10-191-1/+1
* Kill warning, simplify code.Frans Englich2009-10-161-2/+4
* Replace tabs with whitespace.Frans Englich2009-10-155-65/+65
* sed -i -e 's/for(/for (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-154-5/+5
* sed -i -e 's/if(/if (/g' `find -name "*.cpp" -or -name "*.h" -or -nameFrans Englich2009-10-157-45/+45
* Use QT_NO_DEBUG, not _DEBUG.Frans Englich2009-10-154-9/+9
* Remove trailing whitespace.Frans Englich2009-10-157-108/+108
* Modified video widget to respond to WinIdChange eventsGareth Stockwell2009-10-092-0/+12
* Reformatting to comply with Qt code styleGareth Stockwell2009-10-092-9/+9
* Refactored event-handling code in video widgetGareth Stockwell2009-10-092-13/+15
* Modified ObjectDump annotator for Symbian window informationGareth Stockwell2009-10-091-35/+35
* Added ObjectDump annotator which prints Symbian-specific internal widget flagsGareth Stockwell2009-10-092-0/+40
* Modified getDsaRegion to be compiled only in debug buildsGareth Stockwell2009-10-091-4/+9
* Preventing unnecessary calls to CVideoPlayerUtility::SetDisplayWindowLGareth Stockwell2009-10-092-18/+30
* Simplified handling of native window information in VideoPlayerGareth Stockwell2009-10-092-64/+55
* Use QScopedPointer for AudioPlayer's CPlayerType.Frans Englich2009-10-072-7/+7
* mediaplayer: crash in settings dialog.Frans Englich2009-10-073-15/+42
* Fix crash related to audio equalizer.Frans Englich2009-10-062-17/+14
* Remove TODO.txt, we've moved to Jira.Frans Englich2009-10-021-29/+0
* Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-0216-0/+74
|\
| * qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-011-1/+1
| * qdoc: Marked some undocumented Phonon classes internalMartin Smith2009-10-0116-0/+74
* | Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-10-012-9/+10
|\ \
| * | Use correct return value.Frans Englich2009-10-011-1/+1
| |/
| * Merge commit 'origin/4.6' into mmfphononFrans Englich2009-09-301-8/+9
| |\
| | * Phonon/EffectFactory: Remove calls to QObject tr().Friedemann Kleint2009-09-301-8/+9
* | | Removed dummy VideoOutput instance.Gareth Stockwell2009-09-304-45/+79
|/ /
* | Fixed compilation error and one warning, when building with RVCTGareth Stockwell2009-09-303-11/+12
* | Merge branch 'mmfphonon' of scm.dev.nokia.troll.no:qt/qt-s60-public into mmfp...Frans Englich2009-09-298-29/+51
|\ \
| * | Fixed seek during video playbackGareth Stockwell2009-09-292-4/+13
| * | Fixed problem which caused playback to always start at default volume.Gareth Stockwell2009-09-296-29/+34
| * | Updated TODO listGareth Stockwell2009-09-291-0/+8
| |/
* | Changes for fixing media object.Frans Englich2009-09-297-164/+171
|/
* Fixed build errors due to header filename clashes between epoc32/include and ...Gareth Stockwell2009-09-281-1/+1
* Revert "Disable code, as we don't have the required code in QtGui."Frans Englich2009-09-281-8/+6
* Disable code, as we don't have the required code in QtGui.Frans Englich2009-09-241-6/+8
* Remove TODO comment.Frans Englich2009-09-241-2/+0
* Do runtime check for SetVolume.Frans Englich2009-09-241-5/+12
* Essentially do 's/NULL/0/g', to adhere to Qt coding style.Frans Englich2009-09-249-22/+22
* Remove TODO comment.Frans Englich2009-09-241-1/+0
* Make local function static.Frans Englich2009-09-241-1/+1
* Adopt Qt coding style.Frans Englich2009-09-241-60/+60
* Updated TODO listGareth Stockwell2009-09-241-17/+0
* Up-date to our new website address.Frans Englich2009-09-241-1/+1
* Rename videoplayer, to avoid clash with Symbian's headers.Frans Englich2009-09-233-2/+2
* Don't list effects which aren't fully implemented.Frans Englich2009-09-231-0/+2
* Removed hack used to silence video playback, during earlier testingGareth Stockwell2009-09-231-2/+0
* Modified video widget to set disableBlit flagGareth Stockwell2009-09-231-0/+8
* Removed transparency-blitting / -painting code from video widgetGareth Stockwell2009-09-233-112/+1