aboutsummaryrefslogtreecommitdiffstats
path: root/data/glade/prefs-dialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* prefs-dialog: add spacing between font selection comboboxesXan Lopez2011-05-241-0/+4
| | | | Bug #650702
* Add optional spell checking, enabled by defaultXan Lopez2011-05-231-245/+430
| | | | | | | Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
* prefs-dialog: rename "automatically open downloads"Diego Escalante Urrelo2011-04-191-1/+1
| | | | | | | Change "automatically download and open files" to "automatically open downloaded files", which is what actually happens. Bug #646453
* Remove minimum font size setting from UIXan Lopez2011-03-101-37/+0
| | | | | | | | | This just breaks the layout from too many sites, and we can get reasonable readability through the new font size settings available and/or zooming. For those so inclined, the value can still be tweaked through the gsettings command line or dconf-editor. Bug #644247
* prefs-dialog: use GtkBuildable id instead of nameDiego Escalante Urrelo2011-02-251-5/+5
| | | | | Using the widget name is error prone because Glade removes the name property of objects. This makes cookie configuration work again.
* prefs-dialog: enhance Fonts tab layoutDiego Escalante Urrelo2010-12-121-80/+187
| | | | | We need labels next to the buttons or after setting a custom font you won't know what setting are you configuring.
* prefs-dialog: fix General tab sizingDiego Escalante Urrelo2010-12-121-2/+4
|
* prefs: remove broken preferences from UIXan Lopez2010-12-091-30/+0
| | | | | | | Allow pages to use their own colors/fonts preferences have never really worked in WebKit. I'm not even sure we want this in the UI, but at the very least remove them until there's a setting in the engine to control this.
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-081-4/+82
| | | | | | | | Allow users to set custom sans, serif and monospace fonts if they don't want the defaults, which are the desktop wide settings in the org.gnome.desktop.interface schema. Bug #636761
* data/glade: update orientation property of GtkBox widgetsDiego Escalante Urrelo2010-12-081-4/+22
|
* Always enable Web InspectorXan Lopez2010-10-241-54/+0
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-7/+10
| | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485
* GtkDialog separators are gone in GTK+ 3.xXan Lopez2010-09-051-2/+0
|
* prefs-dialog.ui: fix capitalization of "Enable Plugins"Xan Lopez2010-08-301-1/+1
| | | | Bug #627496
* Removed encoding breaking translation of … stringsDiego Escalante Urrelo2010-05-291-1/+1
| | | | | | | | Glade caused the … character to be escaped in ui files, bug #596205. This makes messages including such character to not be caught by translations in the UI so you get untranslated labels. Bug #613119
* Remove smooth scrolling pref from the UIXan Lopez2010-05-121-16/+0
| | | | | We'll add it back whenever we manage to add support for it in WebKitGTK+.
* Change 'Enable Java' setting to 'Enable Plugins'Xan Lopez2010-02-201-2/+2
| | | | | There's really no way to completely disable Java support alone, and I think enabling/disabling plugins in general is much more useful.
* prefs-dialog: restore Close and Help buttonsIain Nicol2009-11-231-478/+233
| | | | | | Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org>
* Open/Save all ui files once with gladeBenjamin Otte2009-10-021-265/+71
| | | | | | | | | 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/+1633
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>