aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-types.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-history-service: extend to support URL thumbnail timeClaudio Saavedra2012-09-011-0/+2
|
* ephy-history-service: add backend bits to support the new hidden columnClaudio Saavedra2012-09-011-0/+2
|
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-071-0/+1
|
* ephy-history-types: use the URL as default titleXan Lopez2012-03-071-1/+1
| | | | | This is what the old history code did. Looks better than an empty string.
* Store zoom levels per host, not per URLXan Lopez2012-03-071-7/+7
| | | | | | | | | | Zoom levels have always been stored per host in Epiphany, not per URL (otherwise you'd have to re-apply the zoom level again and again when visiting, say, every news entry in your favorite newspaper). Change things to work like that. Note: this changes the SQL table format for the history, so you'll need to re-migrate your history.
* EphyHistoryQuery: add a EphyHistorySortType parameter to the queryClaudio Saavedra2012-03-071-0/+1
|
* EphyHistoryQuery: copy the limit tooClaudio Saavedra2012-03-071-0/+1
|
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+218
EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com).