| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-history-service: add urls-visited signal | Claudio Saavedra | 2012-09-10 | 2 | -0/+54 |
* | ephy-history-service: remove some dangerous g_object_unref() calls | Claudio Saavedra | 2012-09-07 | 3 | -5/+1 |
* | ephy-history-service: fix a few leaks | Claudio Saavedra | 2012-09-07 | 3 | -1/+7 |
* | Add code coverage support | Xan Lopez | 2012-09-04 | 1 | -0/+1 |
* | ephy-history-service: Do not emit signals from the history service thread | Claudio Saavedra | 2012-09-01 | 1 | -3/+85 |
* | ephy-history-service: add API to store a url's thumbnail update time | Claudio Saavedra | 2012-09-01 | 2 | -0/+44 |
* | ephy-history-service: extend to support URL thumbnail time | Claudio Saavedra | 2012-09-01 | 3 | -4/+9 |
* | ephy-history-service: add a method to set/unset a row hidden | Claudio Saavedra | 2012-09-01 | 2 | -0/+46 |
* | ephy-history-service: add backend bits to support the new hidden column | Claudio Saavedra | 2012-09-01 | 3 | -5/+16 |
* | ephy-history-service-urls-table: add new rows to the table | Claudio Saavedra | 2012-09-01 | 1 | -1/+3 |
* | ephy-history-service: add "host-deleted" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+12 |
* | ephy-history-service: add "url-deleted" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+12 |
* | ephy-history-service: add "url-title-changed" signal | Claudio Saavedra | 2012-09-01 | 1 | -0/+13 |
* | ephy-history-service: fix CLEAR signal emission | Xan Lopez | 2012-08-31 | 1 | -3/+5 |
* | ephy-history-service: prevent double call to execute_quit() | Claudio Saavedra | 2012-08-02 | 1 | -1/+0 |
* | e-history-service: print db file when open fails | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+1 |
* | ephy-history: remove spurious castings | Claudio Saavedra | 2012-05-08 | 3 | -3/+3 |
* | ephy-history-service: trim query strings to avoid reaching sqlite limit | Claudio Saavedra | 2012-05-08 | 3 | -3/+3 |
* | history-service: remove unnecessary type cast | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
* | history-service: remove unused variables | Claudio Saavedra | 2012-03-29 | 2 | -3/+0 |
* | history: remember visit types | Xan Lopez | 2012-03-14 | 3 | -8/+15 |
* | history: generate gtypes for the history types | Xan Lopez | 2012-03-14 | 1 | -0/+62 |
* | ephy-history-service: make the async API cancellable | Claudio Saavedra | 2012-03-13 | 2 | -40/+77 |
* | ephy-history-service: Give me a break! | Priit Laes | 2012-03-09 | 1 | -0/+1 |
* | ephy-history-service: plug a few more leaks | Claudio Saavedra | 2012-03-08 | 2 | -0/+4 |
* | ephy-history-service: add API to query for hosts | Claudio Saavedra | 2012-03-08 | 4 | -2/+156 |
* | ephy-history-service: execute_get_hosts() should return TRUE | Claudio Saavedra | 2012-03-08 | 1 | -1/+1 |
* | ephy-history-service-hosts-table: init host to NULL | Diego Escalante Urrelo | 2012-03-08 | 1 | -1/+1 |
* | ephy-history-service: remove orphan hosts from database | Claudio Saavedra | 2012-03-08 | 3 | -0/+27 |
* | ephy-history-service: validate parameters of public methods | Xan Lopez | 2012-03-07 | 1 | -33/+77 |
* | ephy-history-service-urls-table: do not g_assert on input | Xan Lopez | 2012-03-07 | 1 | -4/+4 |
* | ephy-history-service: default handler for visit-url should be FALSE | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | ephy-history-service: add a method to remove a host from the history | Claudio Saavedra | 2012-03-07 | 4 | -0/+79 |
* | Allow ephy_history_service_find_urls() to filter host specific urls | Claudio Saavedra | 2012-03-07 | 2 | -2/+3 |
* | Add ephy_history_service_get_hosts() | Claudio Saavedra | 2012-03-07 | 2 | -1/+29 |
* | Fix typo | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Allow the visits and urls queries to be host-specific | Claudio Saavedra | 2012-03-07 | 4 | -0/+24 |
* | Add missing header include to ephy-history-types.h | Claudio Saavedra | 2012-03-07 | 1 | -0/+2 |
* | ephy-history-service: agh, committed this by mistake | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | ephy-history-service: handle correctly zoom level migration | Xan Lopez | 2012-03-07 | 1 | -0/+9 |
* | ephy-history-service: add a "cleared" signal for the clear method | Xan Lopez | 2012-03-07 | 1 | -0/+14 |
* | ephy-history-service: add a method to clear the entire history | Claudio Saavedra | 2012-03-07 | 2 | -0/+44 |
* | ephy-history-service: add 'visit-url' signal | Xan Lopez | 2012-03-07 | 2 | -8/+43 |
* | Rename ephy_history_service_add_page to ephy_history_service_visit_url | Xan Lopez | 2012-03-07 | 2 | -3/+6 |
* | Get rid of EphyBrowseHistory | Xan Lopez | 2012-03-07 | 2 | -0/+44 |
* | ephy-history-types: use the URL as default title | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | Retrieve the host id from the right column | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Remove the set_url_property history method | Xan Lopez | 2012-03-07 | 2 | -66/+0 |
* | ephy-history-service-hosts-table: drop the favicon column | Xan Lopez | 2012-03-07 | 1 | -1/+0 |
* | Store zoom levels per host, not per URL | Xan Lopez | 2012-03-07 | 6 | -65/+96 |
* | history-service: make sure we can update pages' titles and urls | Claudio Saavedra | 2012-03-07 | 1 | -7/+8 |
* | history-service: do not join urls and visits table unnecessarily | Claudio Saavedra | 2012-03-07 | 1 | -6/+10 |
* | history-service: use the sort type during queries | Claudio Saavedra | 2012-03-07 | 1 | -0/+10 |
* | EphyHistoryQuery: add a EphyHistorySortType parameter to the query | Claudio Saavedra | 2012-03-07 | 2 | -0/+10 |
* | history-service: take into account the query's result limit | Claudio Saavedra | 2012-03-07 | 1 | -1/+13 |
* | EphyHistoryQuery: copy the limit too | Claudio Saavedra | 2012-03-07 | 1 | -0/+1 |
* | history-service: Ignore queries time range if not set | Claudio Saavedra | 2012-03-07 | 1 | -4/+4 |
* | history-service: Count the first url visit | Claudio Saavedra | 2012-03-07 | 1 | -0/+2 |
* | ephy-history-service: forgot Makefile.am file | Xan Lopez | 2012-03-07 | 1 | -0/+21 |
* | ephy-history-service: change a few functions and variables to use "message" | Xan Lopez | 2012-03-07 | 1 | -40/+40 |
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-07 | 8 | -0/+2085 |