summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Rename videoplayer, to avoid clash with Symbian's headers.Frans Englich2009-09-234-4/+4
| * | | | | | | | 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
| * | | | | | | | Oops: turned off logging in QtGuiGareth Stockwell2009-09-231-1/+1
| * | | | | | | | Modified video widget to set disableBlit flagGareth Stockwell2009-09-231-0/+8
| * | | | | | | | Added disableBlit flag to (Symbian-specific version of) QWExtraGareth Stockwell2009-09-233-1/+11
| * | | | | | | | Moved window-related flags from QTLWExtra to QWExtraGareth Stockwell2009-09-233-48/+41
| * | | | | | | | Removed transparency-blitting / -painting code from video widgetGareth Stockwell2009-09-233-112/+1
| * | | | | | | | Removed hack in QSymbianControl for blitting a transparent bitmap in place of...Gareth Stockwell2009-09-233-62/+2
| * | | | | | | | Removed the WA_TranslucentWindowBackground hack from qmediaplayerGareth Stockwell2009-09-231-8/+0
| * | | | | | | | Experimenting to make video visible.Gareth Stockwell2009-09-238-6/+110
| * | | | | | | | Added extra trace for investigation of 16MU blitting behaviourGareth Stockwell2009-09-232-2/+28
| * | | | | | | | RoomLevel is not available in SDK 3.1, remove it.Frans Englich2009-09-233-10/+1
| * | | | | | | | Build fix for SDK 3.1.Frans Englich2009-09-231-0/+6
| * | | | | | | | Build fix for SDK 3.1 and 3.2.Frans Englich2009-09-231-1/+4
| * | | | | | | | Document Phonon support in Symbian.Frans Englich2009-09-231-0/+18
| * | | | | | | | Cleanup debugging code.Frans Englich2009-09-235-89/+5
| * | | | | | | | Set translucent background only where it's needed: Symbian.รถFrans Englich2009-09-231-2/+4
| * | | | | | | | Removed temporary hacks used during initial development of video widgetGareth Stockwell2009-09-234-39/+1
| * | | | | | | | Modified transparentFill to allow RGBA color to be specified more easily, for...Gareth Stockwell2009-09-231-2/+4
| * | | | | | | | Added function for writing transparent pixels directly to the backing storeGareth Stockwell2009-09-233-0/+54
| * | | | | | | | Added system includes to QtCore project fileGareth Stockwell2009-09-231-0/+2
| * | | | | | | | Replaced explicit epoc32/include path with (more portable) MW_LAYER_SYSTEMINC...Gareth Stockwell2009-09-231-1/+1
| * | | | | | | | Fixed typo (additional brace) in fluidlauncher.proGareth Stockwell2009-09-231-0/+6
| * | | | | | | | Modified video output widget to make video visible on target deviceGareth Stockwell2009-09-232-13/+15
| * | | | | | | | Added extra logging to QSymbianControl::DrawGareth Stockwell2009-09-231-1/+15
| * | | | | | | | Modified object annotator to dump display mode of Symbian windowsGareth Stockwell2009-09-231-1/+4
| * | | | | | | | Temporary fix: mediaplayer top-level widget sets Qt::WA_TranslucentBackground...Gareth Stockwell2009-09-231-0/+4
| * | | | | | | | Added a utility function which samples a number of pixels from the screen, an...Gareth Stockwell2009-09-232-0/+19
| * | | | | | | | Added a utility function for reading color of individual pixels from the screenGareth Stockwell2009-09-233-0/+85
| * | | | | | | | Make mmfphonondebug static, and do some build fixes.Frans Englich2009-09-164-5/+7
| * | | | | | | | Fixes to include paths, required due to objectdump renamingGareth Stockwell2009-09-153-4/+4
| * | | | | | | | Rename objectdump to mmfphonondebug in order to avoid conflicts.Frans Englich2009-09-1412-5/+6
| * | | | | | | | Fix bug, it's phonon-backend, not phonon_backend.Frans Englich2009-09-141-2/+2
| * | | | | | | | Reserve & use UIDs.Frans Englich2009-09-142-4/+5
| * | | | | | | | Remove an unimplementable TODO.Frans Englich2009-09-101-1/+0
| * | | | | | | | Invoke on appropriate states in seek().Frans Englich2009-09-101-7/+21
| * | | | | | | | Fix whitespace.Frans Englich2009-09-101-3/+3
| * | | | | | | | Remove an unimplementable TODO.Frans Englich2009-09-101-4/+2
| * | | | | | | | QScopedPointer makes code simpler.Frans Englich2009-09-102-5/+3
| * | | | | | | | Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-09-101-5/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Simplify inclusion of osextensions.Frans Englich2009-09-091-5/+3
| * | | | | | | | | Fixed problems with compiling for ARMV5Gareth Stockwell2009-09-1010-17/+10
| |/ / / / / / / /
| * | | | | | | | Added epoc32/include/osextensions include path, necessary to compile in S60 5...Gareth Stockwell2009-09-091-0/+2
| * | | | | | | | Improve signal connections between MediaObject and AbstractPlayer.Frans Englich2009-09-095-14/+10
| * | | | | | | | Make the MediaObject propagation generic for all kinds of nodes.Frans Englich2009-09-0916-100/+133
| * | | | | | | | Work on extending the framework for accomodating effects.Frans Englich2009-09-0924-67/+993
| * | | | | | | | Modified file-loading code to use QDir::toNativeSeparatorsGareth Stockwell2009-09-073-25/+4
| * | | | | | | | Refactored object tree dumping framework into a separate DLLGareth Stockwell2009-09-0713-102/+197
| * | | | | | | | Oops: removed .lib from libraries in mmf.pro so they are now dynamically linkedGareth Stockwell2009-09-071-6/+6