| Commit message (Expand) | Author | Age | Files | Lines |
* | Phonon/EffectFactory: Remove calls to QObject tr(). | Friedemann Kleint | 2009-09-30 | 1 | -8/+9 |
|
|
* | Fixed build errors due to header filename clashes between epoc32/include and ... | Gareth Stockwell | 2009-09-28 | 1 | -1/+1 |
|
|
* | Revert "Disable code, as we don't have the required code in QtGui." | Frans Englich | 2009-09-28 | 1 | -8/+6 |
|
|
* | Disable code, as we don't have the required code in QtGui. | Frans Englich | 2009-09-24 | 1 | -6/+8 |
|
|
* | Remove TODO comment. | Frans Englich | 2009-09-24 | 1 | -2/+0 |
|
|
* | Do runtime check for SetVolume. | Frans Englich | 2009-09-24 | 1 | -5/+12 |
|
|
* | Essentially do 's/NULL/0/g', to adhere to Qt coding style. | Frans Englich | 2009-09-24 | 9 | -22/+22 |
|
|
* | Remove TODO comment. | Frans Englich | 2009-09-24 | 1 | -1/+0 |
|
|
* | Make local function static. | Frans Englich | 2009-09-24 | 1 | -1/+1 |
|
|
* | Adopt Qt coding style. | Frans Englich | 2009-09-24 | 1 | -60/+60 |
|
|
* | Updated TODO list | Gareth Stockwell | 2009-09-24 | 1 | -17/+0 |
|
|
* | Up-date to our new website address. | Frans Englich | 2009-09-24 | 1 | -1/+1 |
|
|
* | Rename videoplayer, to avoid clash with Symbian's headers. | Frans Englich | 2009-09-23 | 3 | -2/+2 |
|
|
* | Don't list effects which aren't fully implemented. | Frans Englich | 2009-09-23 | 1 | -0/+2 |
|
|
* | Removed hack used to silence video playback, during earlier testing | Gareth Stockwell | 2009-09-23 | 1 | -2/+0 |
|
|
* | Modified video widget to set disableBlit flag | Gareth Stockwell | 2009-09-23 | 1 | -0/+8 |
|
|
* | Removed transparency-blitting / -painting code from video widget | Gareth Stockwell | 2009-09-23 | 3 | -112/+1 |
|
|
* | Removed hack in QSymbianControl for blitting a transparent bitmap in place of... | Gareth Stockwell | 2009-09-23 | 1 | -20/+2 |
|
|
* | Experimenting to make video visible. | Gareth Stockwell | 2009-09-23 | 3 | -4/+54 |
|
|
* | Added extra trace for investigation of 16MU blitting behaviour | Gareth Stockwell | 2009-09-23 | 1 | -1/+16 |
|
|
* | RoomLevel is not available in SDK 3.1, remove it. | Frans Englich | 2009-09-23 | 2 | -9/+0 |
|
|
* | Build fix for SDK 3.1. | Frans Englich | 2009-09-23 | 1 | -0/+6 |
|
|
* | Build fix for SDK 3.1 and 3.2. | Frans Englich | 2009-09-23 | 1 | -1/+4 |
|
|
* | Removed temporary hacks used during initial development of video widget | Gareth Stockwell | 2009-09-23 | 4 | -39/+1 |
|
|
* | Modified transparentFill to allow RGBA color to be specified more easily, for... | Gareth Stockwell | 2009-09-23 | 1 | -2/+4 |
|
|
* | Added function for writing transparent pixels directly to the backing store | Gareth Stockwell | 2009-09-23 | 3 | -0/+54 |
|
|
* | Modified video output widget to make video visible on target device | Gareth Stockwell | 2009-09-23 | 2 | -13/+15 |
|
|
* | Modified object annotator to dump display mode of Symbian windows | Gareth Stockwell | 2009-09-23 | 1 | -1/+4 |
|
|
* | Added a utility function which samples a number of pixels from the screen, an... | Gareth Stockwell | 2009-09-23 | 2 | -0/+19 |
|
|
* | Added a utility function for reading color of individual pixels from the screen | Gareth Stockwell | 2009-09-23 | 2 | -0/+84 |
|
|
* | Make mmfphonondebug static, and do some build fixes. | Frans Englich | 2009-09-16 | 1 | -2/+2 |
|
|
* | Fixes to include paths, required due to objectdump renaming | Gareth Stockwell | 2009-09-15 | 2 | -2/+2 |
|
|
* | Rename objectdump to mmfphonondebug in order to avoid conflicts. | Frans Englich | 2009-09-14 | 9 | -1/+1 |
|
|
* | Remove an unimplementable TODO. | Frans Englich | 2009-09-10 | 1 | -1/+0 |
|
|
* | Invoke on appropriate states in seek(). | Frans Englich | 2009-09-10 | 1 | -7/+21 |
|
|
* | Fix whitespace. | Frans Englich | 2009-09-10 | 1 | -3/+3 |
|
|
* | Remove an unimplementable TODO. | Frans Englich | 2009-09-10 | 1 | -4/+2 |
|
|
* | QScopedPointer makes code simpler. | Frans Englich | 2009-09-10 | 2 | -5/+3 |
|
|
* | Fixed problems with compiling for ARMV5 | Gareth Stockwell | 2009-09-10 | 9 | -16/+9 |
|
|
* | Improve signal connections between MediaObject and AbstractPlayer. | Frans Englich | 2009-09-09 | 5 | -14/+10 |
|
|
* | Make the MediaObject propagation generic for all kinds of nodes. | Frans Englich | 2009-09-09 | 15 | -96/+129 |
|
|
* | Work on extending the framework for accomodating effects. | Frans Englich | 2009-09-09 | 22 | -53/+967 |
|
|
* | Modified file-loading code to use QDir::toNativeSeparators | Gareth Stockwell | 2009-09-07 | 3 | -25/+4 |
|
|
* | Refactored object tree dumping framework into a separate DLL | Gareth Stockwell | 2009-09-07 | 10 | -14/+88 |
|
|
* | Added a macro for setting video output region to null | Gareth Stockwell | 2009-09-07 | 2 | -37/+10 |
|
|
* | Added visitor-based object tree dumping framework, which dumps details of Sym... | Gareth Stockwell | 2009-09-07 | 10 | -61/+1139 |
|
|
* | Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ... | Gareth Stockwell | 2009-09-01 | 4 | -151/+11 |
|\ |
|
| * | Reformatted code to comply with Qt style | Gareth Stockwell | 2009-08-27 | 26 | -1686/+1591 |
|
|
| * | Wrapped code using QT_BEGIN/END_NAMESPACE macros | Gareth Stockwell | 2009-08-27 | 26 | -33/+112 |
|
|
| * | Added more tracing to VideoPlayer | Gareth Stockwell | 2009-08-27 | 1 | -14/+15 |
|
|