aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history
Commit message (Expand)AuthorAgeFilesLines
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-074-0/+79
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-072-2/+3
* Add ephy_history_service_get_hosts()Claudio Saavedra2012-03-072-1/+29
* Fix typoClaudio Saavedra2012-03-071-1/+1
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-074-0/+24
* Add missing header include to ephy-history-types.hClaudio Saavedra2012-03-071-0/+2
* ephy-history-service: agh, committed this by mistakeXan Lopez2012-03-071-1/+1
* ephy-history-service: handle correctly zoom level migrationXan Lopez2012-03-071-0/+9
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-0/+14
* ephy-history-service: add a method to clear the entire historyClaudio Saavedra2012-03-072-0/+44
* ephy-history-service: add 'visit-url' signalXan Lopez2012-03-072-8/+43
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-072-3/+6
* Get rid of EphyBrowseHistoryXan Lopez2012-03-072-0/+44
* ephy-history-types: use the URL as default titleXan Lopez2012-03-071-1/+1
* Retrieve the host id from the right columnClaudio Saavedra2012-03-071-1/+1
* Remove the set_url_property history methodXan Lopez2012-03-072-66/+0
* ephy-history-service-hosts-table: drop the favicon columnXan Lopez2012-03-071-1/+0
* Store zoom levels per host, not per URLXan Lopez2012-03-076-65/+96
* history-service: make sure we can update pages' titles and urlsClaudio Saavedra2012-03-071-7/+8
* history-service: do not join urls and visits table unnecessarilyClaudio Saavedra2012-03-071-6/+10
* history-service: use the sort type during queriesClaudio Saavedra2012-03-071-0/+10
* EphyHistoryQuery: add a EphyHistorySortType parameter to the queryClaudio Saavedra2012-03-072-0/+10
* history-service: take into account the query's result limitClaudio Saavedra2012-03-071-1/+13
* EphyHistoryQuery: copy the limit tooClaudio Saavedra2012-03-071-0/+1
* history-service: Ignore queries time range if not setClaudio Saavedra2012-03-071-4/+4
* history-service: Count the first url visitClaudio Saavedra2012-03-071-0/+2
* ephy-history-service: forgot Makefile.am fileXan Lopez2012-03-071-0/+21
* ephy-history-service: change a few functions and variables to use "message"Xan Lopez2012-03-071-40/+40
* Add EphyHistoryService and helper classesXan Lopez2012-03-078-0/+2085