summaryrefslogtreecommitdiffstats
path: root/examples/mediabrowser/browser.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>
* 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)
* Don't call showArtists() twice on startup in the media browser.Andrew den Exter2010-08-261-1/+0
| | | | The call in main.cpp will suffice.
* Change the result of a gallery query request to a result set interface.Andrew den Exter2010-07-261-20/+10
| | | | | | | | | | | | | The major difference between the two is in the list theoretically all items are accessible simultaneously while in the result set only one item is available at a time and it's necessary to seek to access another. A number of suspect features are removed with this change as well, they include thumbnail loading, and the Item, Url, and Count requests. Thumbnail loading and the Count request will likely return in another form, while any use case addressed by the Item, or Url request should be better addressed by the Query request already.
* Add a back button to the media browser example.Andrew den Exter2010-07-141-15/+86
|
* Use a menu bar of a row of widgets for view selection.Andrew den Exter2010-06-281-39/+33
|
* Update document gallery license headers.Andrew den Exter2010-05-261-28/+27
|
* Change the type of item IDs from QString to QVariant.Andrew den Exter2010-05-061-10/+10
| | | | | | QVariant is more efficient with more internal ids like integers and is less likely to encourage application writers to extract information from the ids.
* Add support for thumbnails for files and albums.Andrew den Exter2010-04-201-0/+17
|
* Separate the various requests and galleries into individual files.Andrew den Exter2010-04-141-1/+1
|
* Replace the Item and Container filters with distinct requests.Andrew den Exter2010-04-131-15/+13
| | | | | A number of options on the general purpose Item request were incompatible for these filters.
* Add to the list of known types and properties.Andrew den Exter2010-04-091-1/+21
|
* Add a media browser examples.Andrew den Exter2010-03-151-0/+126