summaryrefslogtreecommitdiffstats
path: root/src/gallery/maemo5/qgallerytrackerschema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Orientation of images are numbers, not strings.Xizhi Zhu2011-03-211-1/+1
* Fixing QTMOBILITY-1037Xizhi Zhu2011-02-141-2/+2
* Fix wrong property name in Maemo 5.Xizhi Zhu2011-02-141-1/+1
* Handle QRegExp filter values in the QtGallery tracker backend.Andrew den Exter2010-09-231-6/+24
* Rename the inverted gallery filter property to negated.Andrew den Exter2010-09-211-1/+1
* Remove the result property from gallery requests.Andrew den Exter2010-09-081-61/+61
* More schema tests.Andrew den Exter2010-08-311-14/+11
* Identity properties on aggregate items are sortable.Andrew den Exter2010-08-311-9/+9
* Test additional filePath and url conditions.Andrew den Exter2010-08-311-13/+2
* Add test for querying the descendants of the root folder item.Andrew den Exter2010-08-311-17/+2
* Delete columns if a request does not take ownership of them.Andrew den Exter2010-08-311-7/+7
* Remove warning.Andrew den Exter2010-08-311-2/+0
* Add independent tests for generating column information.Andrew den Exter2010-08-301-7/+14
* Add independent tests for rootItem, and filter attributes.Andrew den Exter2010-08-301-1/+1
* Test building query strings from a filter.Andrew den Exter2010-08-271-13/+15
* Add tests for the QGalleryTrackerSchema class.Andrew den Exter2010-08-261-13/+3
* Don't add sort properties to the accessible set of properties.Andrew den Exter2010-08-201-10/+19
* Remove files for QGalleryTrackerCountResponse.Andrew den Exter2010-08-191-1/+0
* Fix the DirectDescendents scope with no root item for file types.Andrew den Exter2010-08-091-8/+86
* Rename some classes in the tracker backend to match recent API changes.Andrew den Exter2010-08-051-5/+5
* Move the Scope enum to QGalleryQueryRequest.Andrew den Exter2010-08-051-4/+4
* Remove the rootItem, and filter properties from QGalleryTypeRequest.Andrew den Exter2010-08-051-13/+2
* Remove the photoAlbum property definition from QDocumentGallery.Andrew den Exter2010-08-041-1/+1
* Add support for filtering on the url, and filePath properties.Andrew den Exter2010-08-031-103/+226
* Remove thumbnail property declaration macro.Andrew den Exter2010-08-031-9/+0
* Remove the Image and Pixmap property definitions.Andrew den Exter2010-08-031-11/+6
* Restore QGalleryItemRequest and QGalleryTypeRequest.Andrew den Exter2010-08-031-16/+17
* Add support for composite columns to the tracker schema.Andrew den Exter2010-08-021-26/+146
* Change the result of a gallery query request to a result set interface.Andrew den Exter2010-07-261-205/+10
* Add path to the list of File properties in the Maemo 5 gallery backend.Andrew den Exter2010-07-151-0/+1
* Scale cover art thumbnails to thumbnail dimensions.Andrew den Exter2010-07-131-4/+4
* Update QDocumentGallery test with thumnbail properties for Albums.Andrew den Exter2010-07-021-1/+6
* Support media loading.Andrew den Exter2010-07-021-6/+87
* Remove the QGalleryMetaDataRange filter, and nesting restriction.Andrew den Exter2010-07-011-63/+32
* Reverse roles of Gallery Union and Intersection filters.Andrew den Exter2010-07-011-2/+2
* Convert QDateTime filter values to ISODate format in query strings.Andrew den Exter2010-06-281-1/+2
* Add support for the Wildcard match flag.Andrew den Exter2010-06-281-1/+4
* Fix some errors editing items and emitting change signals.Andrew den Exter2010-06-251-5/+5
* Add a propertyType accessor to QGalleryItemList.Andrew den Exter2010-06-211-1/+15
* Fix mime-type property for thumbnails not being queried properly.Andrew den Exter2010-06-111-12/+13
* Add properties for small (icon) and large (preview) thumbnails.Andrew den Exter2010-06-111-0/+12
* Return resources for tracker gallery list items.Andrew den Exter2010-06-111-23/+31
* Add support for live queries to QGalleryTrackeryCountResponse.Andrew den Exter2010-06-111-0/+2
* Add type information to tracker gallery properties.Andrew den Exter2010-06-111-142/+147
* Merge branch 'merge-container-request'Andrew den Exter2010-06-101-69/+30
|\
| * Merge the QGalleryContainerRequest into QGalleryFilterRequest.Andrew den Exter2010-06-041-69/+30