summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Wrapped code using QT_BEGIN/END_NAMESPACE macrosGareth Stockwell2009-08-2827-33/+251
* Added more tracing to VideoPlayerGareth Stockwell2009-08-281-14/+15
* Wrapped VideoOuput::dump() in a macro for easier removal later onGareth Stockwell2009-08-264-2/+10
* Added VideoOutputObserver, to propagate screen region updates back to VideoPl...Gareth Stockwell2009-08-266-24/+111
* Removed over-riding signal declaration from VideoPlayer.Gareth Stockwell2009-08-265-26/+7
* Updated the TODO listGareth Stockwell2009-08-261-0/+10
* Added a bit more tracing for debugging video visibilityGareth Stockwell2009-08-264-18/+25
* Made video playback visible using a couple of hacksGareth Stockwell2009-08-256-7/+115
* Added some missing signals in MediaObject; fixed seek slider in musicplayer.exeGareth Stockwell2009-08-2511-47/+94
* Modified video player to call updateGeometry on video display widget; having ...Gareth Stockwell2009-08-254-30/+132
* Added TODO item for fixing up code indenting / formattingGareth Stockwell2009-08-251-0/+5
* Removed 'fix mediaplayer.exe UI' from the TODO listGareth Stockwell2009-08-251-3/+0
* Implemented Backend::availableMimeTypesGareth Stockwell2009-08-257-34/+81
* Fixed problem which caused duplicate entries to appear in media player file l...Gareth Stockwell2009-08-243-16/+2
* Added TODO listGareth Stockwell2009-08-241-0/+58
* Added spaces to trace output for better alignmentGareth Stockwell2009-08-241-2/+2
* Implemented connection between MediaOutput and VideoWidgetGareth Stockwell2009-08-2113-40/+198
* Further tidied up volume handlingGareth Stockwell2009-08-2120-163/+231
* Tidied up trace statementsGareth Stockwell2009-08-218-51/+125
* Started fleshing out the VideoPlayer implementationGareth Stockwell2009-08-208-40/+118
* Added stub VideoWidget implementationGareth Stockwell2009-08-204-7/+202
* Implemented parameter copying between AbstractPlayer instancesGareth Stockwell2009-08-2015-237/+364
* Added VolumeControlInterface to abstract details of path between MediaObject ...Gareth Stockwell2009-08-2012-110/+199
* Tidying up: removing commented-out codeGareth Stockwell2009-08-191-13/+0
* Merged in DummyPlayer changesGareth Stockwell2009-08-19319-8665/+18927
|\
| * Merge branch 'master' into mmfphononFrans Englich2009-08-19315-8528/+18670
| |\
| | * Merge commit 'qt/master'Jason Barron2009-08-18306-8484/+18472
| | |\
| | | * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-1712-56/+94
| | | * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-0/+1
| | | * Doc: Fix links and silence qdoc warnings.Volker Hilsheimer2009-08-161-3/+3
| | | * Fixed compile.Rohan McGovern2009-08-141-3/+3
| | | * QVariant: more work on avoinding conversion between float and doublesThierry Bastian2009-08-142-8/+8
| | | * Our modifications to freetypeHarald Fernengel2009-08-148-23/+292
| | | * Add freetype 2.3.9Harald Fernengel2009-08-14661-0/+292236
| | | * Deleted freetype 2.3.6Harald Fernengel2009-08-14650-282668/+0
| | | * clucene compiles on Windows CE nowThomas Hartmann2009-08-136-0/+50
| | | * Doc - Some cleanup on the documentation of QWebElementKavindra Devi Palaraja2009-08-131-158/+220
| | * | Merge commit 'qt/master'Jason Barron2009-08-1311-44/+198
| | |\ \ | | | |/
| | | * Phonon: On windows, cross fading was brokenThierry Bastian2009-08-121-1/+2
| | | * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | * Phonon: avoids assert when switching sourceThierry Bastian2009-08-111-0/+2
| | | * Phonon::VideoWidget still flickeringThierry Bastian2009-08-111-0/+2
| | | * Fix Whitespace errorsPrasanth Ullattil2009-08-112-29/+29
| | | * Fix compile error on 64BitPrasanth Ullattil2009-08-112-0/+34
| | | * Add support for hooking BeginPaint/EndPaint on 64Bit WindowsPrasanth Ullattil2009-08-113-2/+111
| | | * Phonon: Video widget on Windows flickers when going to next videoThierry Bastian2009-08-111-1/+14
| | | * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-13/+22
| | | * QtWebKit compile fix for Windows CEJoerg Bornemann2009-08-101-1/+1
| | | * Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-40/+24
| * | | Add the DummyPlayer, as discussed with Gareth.Frans Englich2009-08-184-125/+243