summaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-2721-23/+45
* Fixed QDoc errors related to snippets and quotefromfile commandsVenugopal Shivashankar2012-07-263-4/+7
* Fixed the QDoc errors related to \qmlproperty usageVenugopal Shivashankar2012-07-242-2/+2
* Removed the playbackStateChanged signal from Video elementDmytro Poplavskiy2012-07-191-9/+0
* Fix QQuickCanvas renames.Toby Tomkins2012-07-181-2/+2
* Fix for broken QML multimedia import on windowsMithra Pattison2012-07-161-2/+2
* Fix a crash problem in AudioEngine due to class name change.Ling Hu2012-07-131-1/+1
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-113-95/+5
* Delete obsolete class methods and update related codeMithra Pattison2012-07-101-1/+1
* Fixed QML video playback on MacDmytro Poplavskiy2012-06-295-0/+352
* Rename availabilityError to availability.Michael Goddard2012-06-299-41/+35
* Fix header path for audio engine on Mac.Michael Goddard2012-06-272-5/+9
* switch to new-style configure testsOswald Buddenhagen2012-06-251-1/+1
* Add default initialisation to various multimedia classesMithra Pattison2012-06-252-4/+11
* Fix namespace compilation.Toby Tomkins2012-06-252-4/+2
* Add the QtBase/lib directory as a library path, not just frameworks.Michael Goddard2012-06-251-1/+1
* Fix a number of other qdoc issues.Michael Goddard2012-06-1521-233/+211
* Replace a writable position() property with a seek() method.Michael Goddard2012-06-142-23/+50
* Updating brief layout of QML typesAngus Cummings2012-06-1419-21/+21
* Renaming StopppedState to StoppedStateAngus Cummings2012-06-135-10/+10
* Remove the legacy QML API.Michael Goddard2012-06-0811-2189/+322
* A number of documentation fixes.Michael Goddard2012-06-073-6/+6
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-3/+4
* Call the base QQuickItem geometryChanged function in our override.Michael Goddard2012-06-051-0/+2
* Fixing doc errors in MediaPlayer and CameraFlashAngus Cummings2012-06-012-77/+678
* Added missing QDeclarativeCamera::CaptureViewfinder enum valueDmytro Poplavskiy2012-05-182-0/+4
* QML VideoOutput: don't keep video frames for more than necessaryDmytro Poplavskiy2012-05-162-17/+31
* Expose camera status to QML Camera elementDmytro Poplavskiy2012-05-162-0/+75
* Minor doc fixes for QMLAngus Cummings2012-05-1622-195/+231
* Fixed QML Camera errors reportingDmytro Poplavskiy2012-05-142-8/+27
* Improved QDeclarativeCameraRecorder errors reportingDmytro Poplavskiy2012-05-142-6/+35
* Don't use QtDeclarative compat moduleKent Hansen2012-05-143-3/+3
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-038-252/+804
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-022-0/+50
* Fix compilation after qtbase:8f85b84f4eaa85ff5c02ec5e65fd6706a10690b9.Friedemann Kleint2012-04-247-22/+22
* Change Video and VideoOutput docs to mention ScreenSaverAngus Cummings2012-04-162-0/+26
* QDeclarativeVideoOutput: correctly disconnect _q_updateMediaObjectLev Zelenskiy2012-04-161-1/+1
* Use QtMultimedia 5.0 in the QML Video element doc.Thomas McGuire2012-04-131-1/+1
* Fix a number of doc errors and warnings.Michael Goddard2012-04-114-65/+92
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-0515-21/+38
* Added typeinfo for audio engineJonas Rabbe2012-04-042-1/+259
* Add typeinfo for the declarative plugin for Qt MultimediaJonas Rabbe2012-04-043-1/+1366
* Moved video plugins around to prevent accidental unloadingJonas Rabbe2012-04-021-1/+1
* Don't delete video node factories owned by the plugin loader.Andrew den Exter2012-03-232-3/+10
* resolving some warnings in qtmultimedia docsAngus Cummings2012-03-223-11/+11
* Added VideoLight camera flash mode.Dmytro Poplavskiy2012-03-221-0/+1
* changing include from qdeclarativeinfo to qmlinfo in qdeclarativeaudio.cppThomas Senyk2012-03-211-1/+1
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-208-24/+11
* Fixed the qml Camera.imageCapture.imageExposed signal connectionDmytro Poplavskiy2012-03-201-1/+1