2007-10-14 Jens Granseuer <jensgr@gmx.net>
* configure.in:
* capplets/common/gnome-theme-info.c (gnome_theme_init): query and
monitor the xcursor icon dir for cursor themes, too (bug #469882)
svn path=/trunk/; revision=8166
2007-10-09 Bastien Nocera <hadess@hadess.net>
* schemas/apps_gnome_settings_daemon_keybindings.schemas.in:
Default to using XF86* keysyms for the audio related keybindings,
allows those to work out-of-the-box when the right keymap is
selected (Closes: #485076)
svn path=/trunk/; revision=8163
2007-07-12 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: Use new GTK+ convenience API for
icon view tooltips. (#455985)
svn path=/trunk/; revision=7867
2007-06-12 Jens Granseuer <jensgr@gmx.net>
* configure.in: revert last commit. gnome-theme-package.xml is
created by intltool, not autoconf (closes bug #446733)
svn path=/trunk/; revision=7719
2007-06-05 Christian Persch <chpe@gnome.org>
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
#444399.
svn path=/trunk/; revision=7694
2007-06-05 Ross Burton <ross@openedhand.com>
* configure.in:
Bump glib requirement to 2.13, for the ~second-accurate timers.
2007-06-05 Ross Burton <ross@openedhand.com>
* drw-monitor.c:
* drw-break-window.c:
* drwright.c:
Use the second-accurate timers instead of the millisecond timers,
in an attempt to use less processor time (#443547).
svn path=/trunk/; revision=7692
2007-05-28 Jens Granseuer <jensgr@gmx.net>
* configure.in:
* capplets/Makefile.am: remove fonts, theme, and ui capplets from the build
and purge some obsolete stuff from configure.in
svn path=/trunk/; revision=7666
2007-05-04 Jens Granseuer <jensgr@gmx.net>
* schemas/desktop_gnome_font_rendering.schemas.in: remove the dpi
default value since g-s-d and the capplet ignore it anyway but gconf-editor
doesn't know that (related to bug #378338)
svn path=/trunk/; revision=7554
2007-04-30 Bastien Nocera <hadess@hadess.net>
* configure.in: Generate a capplets/keybindings/gnome-keybindings.pc
from the .in file
2007-04-30 Bastien Nocera <hadess@hadess.net>
* Makefile.am: upd
* gnome-keybindings.pc.in: add a noarch pkgconfig file to allow
applications to know where to add their keybindings
(Closes: #434591)
svn path=/trunk/; revision=7519
2007-04-23 George Kraft IV <gk4@austin.ibm.com>
* configure.in:
* capplets/default-applications/*: added A11Y applications to the
default applications capplet.
svn path=/trunk/; revision=7484
2007-04-09 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in: build libslab statically, to avoid conflicts with
gnome-main-menu, which installs its .so and header files.
svn path=/trunk/; revision=7453
2007-03-21 Federico Mena Quintero <federico@novell.com>
Fix the gnome-settings-daemon part of
https://bugzilla.novell.com/show_bug.cgi?id=217790 and
http://bugzilla.gnome.org/show_bug.cgi?id=378338: try to figure
out the DPI value from the X server or the user's GConf settings.
Should also fix https://bugzilla.novell.com/show_bug.cgi?id=240246.
* gnome-settings-daemon/gnome-settings-xsettings.c (gnome_xft_settings_get): Call
get_dpi_from_gconf_or_server() to figure out a reasonable DPI
value; don't unconditionally get it from GConf.
(get_dpi_from_gconf_or_server): New function. If the user has
ever set the /desktop/gnome/font_rendering/dpi value in GConf, we
use its value. Otherwise, we ask the X server. We constrain the
X server's response to a range of reasonable DPI values, since
some servers lie about the screen's phisical dimensions --- the
user would get unusably huge or tiny fonts otherwise.
* capplets/font/main.c (dpi_load): First, see if the DPI value is actually set
in GConf. If it is, it means that the user has changed it at
least once. In that case, just use the value. Otherwise, find
the value from the X server in a similar way to what we do in
gnome-settings-daemon.
svn path=/trunk/; revision=7409
2007-03-19 Bastien Nocera <hadess@hadess.net>
* capplets/keybindings/00-multimedia-key.xml.in:
* capplets/keybindings/01-desktop-key.xml.in:
* capplets/keybindings/50-metacity-desktop-key.xml.in:
* capplets/keybindings/50-metacity-key.xml.in:
* capplets/keybindings/Makefile.am:
* capplets/keybindings/gnome-keybinding-properties.c:
(create_dialog), (should_show_key), (count_rows_foreach),
(ensure_scrollbar), (append_keys_to_tree), (parse_start_tag),
(append_keys_to_tree_from_file), (reload_key_entries),
(setup_dialog):
* po/POTFILES.in: Make all the keybindings be external to the keybindings
capplet itself. This allows applications to add their own keybindings
without recompilation (Closes: #410758)
svn path=/trunk/; revision=7397