summaryrefslogtreecommitdiffstats
path: root/examples/declarative-music-browser/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-4/+4
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Merge branch '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-docgallery into ↵Qt Continuous Integration System2010-11-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.1-integration * '1.1' of scm.dev.nokia.troll.no:qtmobility/qtm-docgallery: (35 commits) Load cover art even when there is no thumbnail image. Fix albumTitle and albumArtist properties in Maemo6 document gallery. Don't use stl types in the maemo 6 document gallery backend. Enable use of the thumbnail cache on maemo 6 in the gallery examples. Show the document gallery examples maximised on maemo 6. Fix auto tests with maemo6 document gallery backend. Tidy up coding style in maemo6 document gallery backend. Remove debug statements from maemo6 document gallery backend. Remove dead code from Maemo6 document gallery backend. Add a mapping from tracker's rdf types to the document gallery types. Fix document gallery build system for non device platforms. Fix document gallery test failure on unsupported platforms. Maemo 6 Doc Gallery: Fix encoding of file names with single quote (\') characters. Maemo 6 Doc Gallery: Added support for limit and offset in QGalleryQueryRequest. Maemo 6 Doc Gallery: Changed schema for accessing Images. Maemo 6 Doc Gallery: Added support for Tracker change signaling (SubjectsAdded and SubjectsRemoved). Maemo 6 Doc Gallery: Improved the UI updating with metadata editing. Maemo 6 Doc Gallery: Updated metadata editing. Maemo 6 Doc Gallery: Initial version of the metadata edit. Maemo 6 Doc Gallery: Added support for QGalleryItemRequest. ...
| * Show the document gallery examples maximised on maemo 6.Andrew den Exter2010-11-111-1/+1
| | | | | | | | Or full screen in the case of the declarative music browser.
* | Added/Modified licence headers. Fixed copyright year.Toby Tomkins2010-11-091-1/+1
|/ | | | | | Task-number: MOBILITY-1599 Reviewed-by: Alexander Abramov (cherry picked from commit 4910fb9c6178165c38cc531b9718000bee31bfb6)
* Fix compile failure related to missing includes.Andrew den Exter2010-09-151-1/+4
| | | | | Include just the necessary headers rather than the QtDeclarative header which brings in unused headers from QtScript and QtNetwork.
* Create a wrapper C++ application for the declarative music browser.Andrew den Exter2010-09-151-0/+65
This helps with deployment and allows us to implement a few helper functions in C++. Task-number: QTMOBILITY-502