aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-hosts-store.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-0/+32
| | | | It builds and basic functionality works.
* ephy-hosts-store: listen to favicon changes in the wk databaseClaudio Saavedra2012-03-271-2/+66
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672525
* ephy-hosts-store: -1 is not a valid insertion positionClaudio Saavedra2012-03-211-1/+1
|
* ephy-history-window: add back the faviconsClaudio Saavedra2012-03-211-1/+55
| | | | | | | | Use the new webkit favicon database for favicons here. This might not work perfectly, but that's a webkitgtk issue, see https://bugs.webkit.org/show_bug.cgi?id=81665 https://bugzilla.gnome.org/show_bug.cgi?id=672480
* ephy-history-window: plug a couple of leaksClaudio Saavedra2012-03-081-1/+1
|
* ephy-host-store: add a clear() methodClaudio Saavedra2012-03-081-0/+13
| | | | | | | This adds always a default item "All sites" which, when selected, will show all urls in all hosts. https://bugzilla.gnome.org/show_bug.cgi?id=671575
* ephy-hosts-store: sort the model by URLClaudio Saavedra2012-03-071-0/+3
| | | | | This puts "Others" to the beginning of the list and the rest alphanumerically sorted.
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-071-0/+98
Since that's their natural place. Also create a base class to hold the common code they share.