aboutsummaryrefslogtreecommitdiffstats
path: root/data/glade/epiphany.ui
Commit message (Collapse)AuthorAgeFilesLines
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-081-80/+0
| | | | | | | | | | | | | | | | | EphyDownload is a wrapper object around WebKitDownload that handles common behavior in downloads: auto-destination, default action for the MIME type. It can be used to wrap a WebKitDownload coming from a WebKitView or to download a url: ephy_download_new_for_uri and ephy_download_new_for_download are provided. Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it when you no longer need it. This new object replaces EphyEmbedPersist and enables us to use a single codepath for downloads in all Epiphany. Bug #618443
* data/glade: update orientation property of GtkBox widgetsDiego Escalante Urrelo2010-12-081-0/+9
|
* GtkDialog separators are gone in GTK+ 3.xXan Lopez2010-09-051-3/+0
|
* Open/Save all ui files once with gladeBenjamin Otte2009-10-021-380/+245
| | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Replace .glade files with .ui filesBenjamin Otte2009-10-021-0/+666
Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>