aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-controller.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-shell: remove the ephy_shell globalDiego Escalante Urrelo2012-12-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683614
* ephy-location-controller: add missing get_property bits for "show-icon"Claudio Saavedra2012-06-201-0/+3
|
* ephy-location-controller: add a boolean "show-icon" propertyClaudio Saavedra2012-06-201-0/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678405
* ephy-location-controller: add missing default case in set/get_property methodsClaudio Saavedra2012-06-051-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675804
* ephy-location-controller: use GBinding to sync properties with the entryClaudio Saavedra2012-06-051-55/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675804
* history: remember visit typesXan Lopez2012-03-141-2/+2
| | | | | | | Instead of hardcoding all visits as 'TYPED' properly distinguish between bookmarks, following links and typing URIs in the entry. We'll use this to compute the frecency of history items.
* ephy-location-controller: smoother redraw of the completion popupXan Lopez2012-03-071-1/+13
| | | | | Workaround some bugs in entry completion's redraw code. See https://bugzilla.gnome.org/show_bug.cgi?id=671074
* Hook the new history to the URL entryXan Lopez2012-03-071-46/+11
| | | | | We now fetch the history from the SQL backend using a service thread, and merge the results with our old bookmark data.
* ephy-location-controller: lose lock tooltip propertyXan Lopez2012-01-241-37/+0
|
* location-controller: remove references to "proxy"Cosimo Cecchi2012-01-201-7/+7
| | | | | | | We're not a GtkAction anymore, so referencing "proxy" in the code is a bit misleading. https://bugzilla.gnome.org/show_bug.cgi?id=668305
* location-controller: use the right signal data to unblock signalCosimo Cecchi2012-01-201-2/+1
| | | | | | | | | We were using priv->proxy, which is a leftover from when this was a GtkAction, and is actually always NULL. Use the right pointer instead. Fix location entry failing to properly update the address when switching tabs. https://bugzilla.gnome.org/show_bug.cgi?id=668305
* Rename EphyLocationAction -> EphyLocationControllerCosimo Cecchi2012-01-201-0/+914
Since it's not a GtkAction anymore. https://bugzilla.gnome.org/show_bug.cgi?id=668206