summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the IPropertyBag interface to get audio device names.Andrew den Exter2010-02-181-1/+15
| | | | | This is instead of parsing the identifier, which is guaranteed to have a readable name in it.
* Fix qmlgraphicsvideo.proJustin McPherson2010-02-171-1/+1
|
* Add qmlgraphicsvideo test to auto.proJustin McPherson2010-02-171-0/+1
|
* Fix QMediaServiceProvider test.Justin McPherson2010-02-171-2/+3
|
* Make QMediaPlaylist test pass.Andrew den Exter2010-02-172-2/+0
| | | | | The test was failing because an ignored warning wasn't being output. Remove both the warning and ignore statements.
* Fix QMediaPlayer test failure.Andrew den Exter2010-02-176-40/+12
| | | | | | Prepending the Qt namespace with QT_PREPEND_NAMESPACE in a Q_DECLARE_METATYPE statement is unecessary and appears not to work with signal declarations in QSignalSpy.
* Fix qmlaudio.pro.Justin McPherson2010-02-171-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-173-3/+78
|\
| * Make QMediaPlayer test compile.Andrew den Exter2010-02-171-0/+2
| | | | | | | | | | Test changes weren't ported with the rest of the changes for isAudioAvailable().
| * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-172-3/+76
| |
* | Remove tests not relevant to playback functionality.Justin McPherson2010-02-171-52/+2
| |
* | Remove tests that depend on playlist plugins.Justin McPherson2010-02-171-28/+0
| |
* | Add qmlaudio test to auto.proJustin McPherson2010-02-171-0/+1
| |
* | Fix license headers.Justin McPherson2010-02-1713-26/+26
| |
* | Remove unused files.Justin McPherson2010-02-176-419/+0
|/
* Extend the mappings between Direct Show and QVideoFrame color formats.Andrew den Exter2010-02-161-4/+31
|
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-162-1/+30
| | | | | | A non-swizzling shader was being used for RGB24. This looked correct on linux because the gstreamer backend was misidentifying BGR24 as RGB24. And since BGR is supported include it in the list of supported formats.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-teamNicholas Young2010-02-164-3/+12
|\
| * Added multimedia to qmlviewerKurt Korbatits2010-02-161-0/+4
| |
| * Fixed compile error in pulseaudio soundeffect implementationKurt Korbatits2010-02-162-3/+3
| |
| * Exclude OpenGL from QGraphicsVideoItem if Qt doesn't include QtOpenGL.Andrew den Exter2010-02-161-0/+5
| |
* | Always pass encoded URLs to GStreamer. Fixes issue with spaces inNicholas Young2010-02-161-1/+1
|/ | | | filenames.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimediaJustin McPherson2010-02-152-15/+17
|\
| * Fix flickering when items are overlaid on QGraphicsVideoItem.Andrew den Exter2010-02-152-5/+7
| | | | | | | | | | | | | | Re-enable scissor and stencil tests so the texture frame is clipped correctly. Otherwise when an overlaid item is updated the entire frame will be redrawn not just the part intersecting the updated item, resulting in other items being drawn over.
| * Extend hue rotation to a full 360 degrees.Andrew den Exter2010-02-151-1/+1
| |
| * Fix hue rotation in QPainterVideoSurface.Andrew den Exter2010-02-151-9/+9
| |
* | Revert "Added Q_WS_MAEMO_5 to mkspec file."Justin McPherson2010-02-151-2/+0
| | | | | | | | | | | | Defined elsewhere. This reverts commit abf04def344aeb14dbb8539ba73fb5de26237bcc.
* | Express dependencies for QtMultimedia.Justin McPherson2010-02-151-2/+3
| |
* | Add missing QT_MODULE to header.Justin McPherson2010-02-151-0/+2
| |
* | Cleanup include files.Justin McPherson2010-02-155-17/+50
| |
* | Use correct license headers.Justin McPherson2010-02-1510-20/+20
| |
* | Use correct path for private header.Justin McPherson2010-02-151-1/+1
| |
* | Use correct path for headers and source in qml.pri.Justin McPherson2010-02-151-6/+6
| |
* | Merge branch 'master' of ../../qt/masterJustin McPherson2010-02-143249-21512/+335535
|\ \ | |/ |/|
| * Merge branch 'qt-master-from-4.6' of ↵Qt Continuous Integration System2010-02-13383-4201/+2598
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scm.dev.nokia.troll.no:qt/qt-integration into master-integration * 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration: (85 commits) Add make stub_sis target, and add webkit stub to qt.iby Fix to S60 softkeys when no active Qt window or native widget is shown. doc: Fixed several typos. Doc: remove \preliminary tag from public multimedia classes Fixed the perl download link and description in docs Revert WebCore.pro part of 2761e6f57ecd00c3435dbb8a6cf5f40653195d5d to build QtWebKit with THUMB again QNAM HTTP: Optimize detectPipeliningSupport() QNAM HTTP: Set channel to IdleState at better place QXmlSchema: fix crash in schema parser We need to export qBadAlloc() on all platforms now really fix the message editor for dark backgrounds Revert "(ODBC) Use wchar_t instead of assuming 2 bytes." Update Symbian DEF files Export a function to get dfb-surface from a pixmap Fix the WebKit build Blinking cursors are 2 pixels wide on Mac OS X/Cocoa. Fixed compilation with QT_NO_WHEELEVENT Fixed usage of QGLPixelBuffer with share widgets on other X11 screens. Fixed drawing QPixmaps on QGLWidgets on different X11 screens. Take into account the solaris-cc-64-stlport mkspec ...
| | * Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-132676-3479/+321418
| | |\ | | |/ | |/| | | | | | | | | | Conflicts: tests/auto/qlineedit/tst_qlineedit.cpp tests/benchmarks/benchmarks.pro
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2010-02-1342-2829/+1122
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1: Refactor font and zoom handling, reduces clutter in central widget. Some more refactoring. Move the QWebView based help viewer into it's own source files. add QMAKE_DEL_TREE (aka. rm -rf) to avoid more hard-coded platform ifdefs use variables from the spec instead of hard-coding platform ifdefs move $(DEL_FILE) 2> NUL redirection into .conf file fix host platform conditional purge msvc.net and msvc2002 makespecs. unsupported for a while now. purge msvc6 suppport from qmake. qt doesn't support it for quite a while now. remove weird -tp ce matching line nobody can say anything about remove remainder of mac9 mode remove the most blatant tmake compat paths simplify add qt5 todo
| | * | Refactor font and zoom handling, reduces clutter in central widget.kh12010-02-1210-167/+212
| | | | | | | | | | | | | | | | Reviewed-by: ck
| | * | Some more refactoring.kh12010-02-1212-358/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the QTextBrowser based help viewer into it's own source files and introduce a common base clase that currently only contains the statics, but more to come for common stuff. Review: ck
| | * | Move the QWebView based help viewer into it's own source files.kh12010-02-129-434/+560
| | | |
| | * | add QMAKE_DEL_TREE (aka. rm -rf) to avoid more hard-coded platform ifdefsOswald Buddenhagen2010-02-122-5/+3
| | | | | | | | | | | | | | | | Reviewed-by: mariusSO
| | * | use variables from the spec instead of hard-coding platform ifdefsOswald Buddenhagen2010-02-121-7/+4
| | | | | | | | | | | | | | | | Reviewed-by: mariusSO
| | * | move $(DEL_FILE) 2> NUL redirection into .conf fileOswald Buddenhagen2010-02-122-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | littering generic makefile generator code with it is both plain ugly and unnecessary. Reviewed-by: mariusSO
| | * | fix host platform conditionalOswald Buddenhagen2010-02-121-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: mariusSO
| | * | purge msvc.net and msvc2002 makespecs. unsupported for a while now.Oswald Buddenhagen2010-02-124-359/+0
| | | | | | | | | | | | | | | | Suggested-by: mariusSO
| | * | purge msvc6 suppport from qmake. qt doesn't support it for quite a while now.Oswald Buddenhagen2010-02-1213-1585/+7
| | | | | | | | | | | | | | | | Acked-by: mariusSO
| | * | remove weird -tp ce matching line nobody can say anything aboutOswald Buddenhagen2010-02-121-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: mariusSO
| | * | remove remainder of mac9 modeOswald Buddenhagen2010-02-125-24/+6
| | | | | | | | | | | | | | | | Reviewed-by: mariusSO
| | * | remove the most blatant tmake compat pathsOswald Buddenhagen2010-02-123-12/+2
| | | | | | | | | | | | | | | | Reviewed-By: mariusSO
| | * | simplifyOswald Buddenhagen2010-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | no need to recalculate a value which we have an own variable for Reviewed-By: mariusSO