Commit graph

99 commits

Author SHA1 Message Date
Jens Granseuer
848e023bb0 Patch by: Kristof Vansant <de_lupus@pandora.be>
2007-04-08  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Kristof Vansant <de_lupus@pandora.be>

	* font-properties.glade: don't require gnome glade lib

svn path=/trunk/; revision=7444
2007-04-08 12:15:38 +00:00
Federico Mena Quintero
30c1207620 Fix the gnome-settings-daemon part of
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-21 17:05:06 +00:00
Jens Granseuer
c9d0aee628 add cappletname variable which is used to define G_LOG_DOMAIN (fixes
2007-02-03  Jens Granseuer  <jensgr@gmx.net>

	* capplets/about-me/Makefile.am:
	* capplets/background/Makefile.am:
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keyboard/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/network/Makefile.am:
	* capplets/sound/Makefile.am:
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/windows/Makefile.am: add cappletname variable which is
	used to define G_LOG_DOMAIN (fixes #380991)

svn path=/trunk/; revision=7239
2007-02-03 17:18:29 +00:00
Christian Persch
43d40d7a0a Don't define directories in configure. Remove some obsolete defines, and
2007-02-02  Christian Persch  <chpe@svn.gnome.org>

	* Makefile.am:
	* capplets/about-me/Makefile.am:
	* capplets/about-me/gnome-about-me-password.c: (passdlg_init):
	* capplets/about-me/gnome-about-me.c: (about_me_setup_dialog):
	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/accessibility/keyboard/accessibility-keyboard.c:
	(setup_accessX_dialog):
	* capplets/background/Makefile.am:
	* capplets/background/gnome-wp-capplet.c: (gnome_wp_create_dialog):
	* capplets/common/Makefile.am:
	* capplets/common/capplet-util.c: (capplet_set_icon):
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/file-types/Makefile.am:
	* capplets/file-types/file-types-capplet.c: (create_dialog):
	* capplets/file-types/mime-category-edit-dialog.c:
	(mime_category_edit_dialog_init):
	* capplets/file-types/mime-edit-dialog.c: (mime_edit_dialog_init):
	* capplets/file-types/service-edit-dialog.c:
	(service_edit_dialog_init):
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keybindings/gnome-keybinding-properties.c:
	(create_dialog):
	* capplets/keyboard/Makefile.am:
	* capplets/keyboard/gnome-keyboard-properties-xkblt.c:
	(xkb_layout_choose):
	* capplets/keyboard/gnome-keyboard-properties-xkbmc.c:
	(choose_model):
	* capplets/keyboard/gnome-keyboard-properties.c: (create_dialog):
	* capplets/localization/Makefile.am:
	* capplets/localization/gnome-localization-properties.c:
	(create_dialog):
	* capplets/mime-type/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/mouse/gnome-mouse-properties.c: (create_dialog):
	* capplets/network/Makefile.am:
	* capplets/network/gnome-network-preferences.c:
	(cb_http_details_button_clicked), (main):
	* capplets/rollback/Makefile.am:
	* capplets/sound/Makefile.am:
	* capplets/sound/sound-properties-capplet.c: (create_dialog),
	(device_test_button_clicked):
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/ui-properties/gnome-ui-properties.c: (create_dialog):
	* capplets/url-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* capplets/wm-properties/wm-desktops/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* gnome-settings-daemon/actions/Makefile.am:
	* gnome-settings-daemon/gnome-settings-xmodmap.c:
	(gnome_settings_modmap_dialog_call):
	* gnome-settings-daemon/gnome-settings-xrdb.c:
	* gnome-settings-daemon/gsd-media-keys-window.c: (action_changed),
	(gsd_media_keys_window_init):
	* gnome-settings-daemon/xrdb/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/themus/Makefile.am: Don't define directories in
	configure. Remove some obsolete defines, and use the standard
	installation paths. Bug #395383.

svn path=/trunk/; revision=7226
2007-02-02 18:12:40 +00:00
Christian Persch
c19d6d800d Fix localedir defines. Bug #395383.
2007-01-31  Christian Persch  <chpe@svn.gnome.org>

	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/background/Makefile.am:
	* capplets/common/Makefile.am:
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keyboard/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/network/Makefile.am:
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* libbackground/Makefile.am:
	* libwindow-settings/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/fontilus/Makefile.am:
	* vfs-methods/themus/Makefile.am: Fix localedir defines. Bug #395383.

svn path=/trunk/; revision=7219
2007-01-31 21:09:43 +00:00
Thomas Wood
7fd36e74fd Based on patch by: Gabor Kelemen <kelemeng@gnome.hu>
2007-01-07  Thomas Wood  <thos@gnome.org>

	Based on patch by: Gabor Kelemen <kelemeng@gnome.hu>

	* main.c: (application_font_to_gconf): Fixes bug 335963 ("Font may be
	too large" dialog unclear).

svn path=/trunk/; revision=7089
2007-01-07 18:53:31 +00:00
Christian Persch
64df6d6315 Update svn:ignore and remove .cvsignore files
svn path=/trunk/; revision=7040
2007-01-03 13:38:23 +00:00
Sergey V. Udaltsov
c2402361c0 fixed CL record 2006-06-06 00:12:06 +00:00
Sergey V. Udaltsov
ce6de90129 added GNOMECC_CAPPLETS_LIBS 2006-06-06 00:03:46 +00:00
Rodrigo Moya
4e42ae3292 Fixes #327021
2006-02-17  Rodrigo Moya <rodrigo@novell.com>

	Fixes #327021

	* main.c (setup_dialog): don't unref the GladeXML structure, it's
	needed in the callbacks.
2006-02-17 10:49:04 +00:00
Christian Persch
cbc6eb679e Change "Monospace" to "Fixed width". Bug #160454.
2006-01-26  Christian Persch  <chpe@cvs.gnome.org>

        * capplets/font/font-properties.glade:
	Change "Monospace" to "Fixed width". Bug #160454.
2006-01-26 22:17:02 +00:00
Christian Persch
d73b4ee2d6 Add a font button for the document font gconf key, and change the label of
2006-01-26  Christian Persch  <chpe@cvs.gnome.org>

	* capplets/font/font-properties.glade:
	* capplets/font/main.c: (setup_dialog):
	Add a font button for the document font gconf key, and change
	the label of the 'terminal font' button. Bug #160454,
	patch by Shaun McCance.
2006-01-26 13:23:05 +00:00
Luca Cavalli
6d443a113d Add GTK category to the #328028)
2006-01-22  Luca Cavalli  <loopback@slackit.org>

        * capplets/about-me/gnome-about-me.desktop.in.in:
        * capplets/accessibility/at-properties/at-properties.desktop.in.in:
        * capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in:
        * capplets/background/background.desktop.in.in:
        * capplets/default-applications/default-applications.desktop.in.in:
        * capplets/display/display-properties.desktop.in.in:
        * capplets/file-types/file-types.desktop.in.in:
        * capplets/font/font-properties.desktop.in.in:
        * capplets/keybindings/keybinding.desktop.in.in:
        * capplets/keyboard/keyboard.desktop.in.in:
        * capplets/localization/localization.desktop.in.in:
        * capplets/mouse/gnome-settings-mouse.desktop.in.in:
        * capplets/network/gnome-network-preferences.desktop.in.in:
        * capplets/sound/gnome-settings-sound.desktop.in.in:
        * capplets/theme-switcher/gtk-theme-selector.desktop.in.in:
        * capplets/ui-properties/gnome-ui-properties.desktop.in.in:
        * capplets/windows/window-properties.desktop.in.in:
        * control-center/gnomecc.desktop.in.in: Add GTK category to the
        * .desktop        files and remove unused ones. (Closes: #328028)
2006-01-22 22:07:18 +00:00
Kjartan Maraas
564a9d03aa Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
2005-11-14 15:18:09 +00:00
Sebastien Bacher
b63d084a0f port of the font capplet to gtk_font_button and some cleanup,
patch from paolo borelli <pborelli@katamail.com> (Closes: #160016).
2005-05-22 15:11:44 +00:00
Elijah Newren
74b81bcaae The lack of comprehensiveness of the .cvsignore files were making it hard
2005-02-01  Elijah Newren  <newren@gmail.com>

	The lack of comprehensiveness of the .cvsignore files were making
	it hard to find the files missing from the commit (see bug 143487,
	comment 35).  This should fix that...  :)
2005-02-02 00:57:55 +00:00
Sebastien Bacher
f5489de525 patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
        to not set "close" as the default button (Closes: #98202).
2005-01-01 23:18:33 +00:00
James Henstridge
ebd8e46d44 use GNOMELOCALEDIR.
2004-11-28  James Henstridge  <james@jamesh.id.au>

	* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.

	* vfs-methods/themus/Makefile.am: similar changes to the fontilus
	ones.

	* vfs-methods/fontilus/fontilus-context-menu.c: same here.

	* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
	FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
	of gnome-control-center.

	* vfs-methods/fontilus/Makefile.am: similar schema and desktop
	file fixes.  Don't include the old mime files in the dist.

	* schemas/Makefile.am: remove .schemas files on clean, when
	installing schemas, look for them in builddir rather than srcdir.

	* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
	that ALSA_CFLAGS isn't defined multiple times (use the newer
	automake += syntax).

	* control-center/Makefile.am: distribute $(icon_DATA).

	* capplets/*/Makefile.am: put the .desktop and .desktop.in files
	in CLEANFILES.  The .desktop.in.in file gets included because it
	is listed in the configure script.

	* configure.in: update configure script, and remove macro calls
	that are not needed by modern versions of Automake.

	* Makefile.am: remove intltool files on distclean.

	* autogen.sh: request Automake >= 1.7.
2004-11-28 08:14:05 +00:00
Christoffer Olsen
0ffe4d4e98 Added *.desktop.in.in for bug-buddy love.
See ChangeLog for details.
2004-11-24 18:54:03 +00:00
Mark McLoughlin
860e984b3a - install all capplet .desktop files in $(datadir)/applications
instead of $(datadir)/control-center-2.0/capplets
 - add OnlyShowIn=GNOME; to them all
 - remove capplets/desktop-links/*
2004-11-09 17:43:47 +00:00
Jody Goldberg
135d52c612 Release 2.8.1
2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1
2004-10-14 19:05:48 +00:00
Frédéric Crozat
347006e0d8 Use themed icons for WM hint. 2004-08-20 16:50:57 +00:00
Jody Goldberg
5e25052341 http://bugzilla.gnome.org/show_bug.cgi?id=142190
2004-05-17  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=142190
	http://bugzilla.gnome.org/show_bug.cgi?id=142191
	* font-properties.glade : fix conflicting mnemonics
2004-05-17 15:49:33 +00:00
Jody Goldberg
597b552366 http://bugzilla.gnome.org/show_bug.cgi?id=142191 fix conflicting mnemonics
2004-05-17  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=142191
	* font-properties.glade : fix conflicting mnemonics
2004-05-17 15:48:00 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
1cc6acc2d5 Release 2.6.0.3
2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3
2004-04-01 06:21:52 +00:00
Jody Goldberg
9a9008178d merge and update patch from
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00
Jody Goldberg
4874c554f6 Release 2.6.0.1
2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1
2004-03-31 03:35:12 +00:00
Jody Goldberg
1df948d905 Release 2.6.0
2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0
2004-03-24 02:58:55 +00:00
Jody Goldberg
f4fb38359c Release 2.5.4
2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4
2004-03-11 06:02:19 +00:00
Jody Goldberg
91af082eaf http://bugzilla.gnome.org/show_bug.cgi?id=134446 removed space
2004-02-16  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=134446
	* font-properties.glade : removed space

2004-02-16  Jody Goldberg <jody@gnome.org>

	* gnome-settings-accessibility-keyboard.c
	(ax_slowkeys_warning_dialog_post) : fix cut-n-paste-o in the message
2004-02-16 17:55:09 +00:00
Jody Goldberg
2688109c0b Release 2.5.3
2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3
2004-02-13 15:56:12 +00:00
Mark McLoughlin
d9885e685f update help links to point to user-guide.xml
2004-02-12  Mark McLoughlin  <mark@skynet.ie>

        * capplets/display/main.c: (cb_dialog_response):
        * capplets/localization/gnome-localization-properties.c:
        (dialog_response): update help links to point to user-guide.xml
2004-02-12 14:23:03 +00:00
Frédéric Crozat
285427e21f 64bits fixes.
* capplets/font/main.c: (sample_expose):
        * gnome-settings-daemon/gnome-settings-gtk1theme.c:
        (apply_settings):
        * vfs-methods/themus/theme-method.c:
        64bits fixes.
2004-02-06 10:53:58 +00:00
Jody Goldberg
261b2b9838 Release 2.5.2
2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2
2004-01-14 06:41:31 +00:00
Jody Goldberg
156cabf24f Release 2.5.1.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1
2003-12-31 17:11:31 +00:00
Christian Neumair
425ced6c30 Use ngettext for plurals (#125175). 2003-12-30 19:51:09 +00:00
Jody Goldberg
e5f68bb5bd Release 2.5.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1
2003-12-30 18:30:46 +00:00
Jody Goldberg
95c1168292 remove the png so that it can theme.
2003-12-16  Jody Goldberg <jody@gnome.org>

	* capplets/file-types/file-types.desktop.in : remove the png so that
	  it can theme.

	* capplets/desktop-links/Makefile.am : remove .in.in path kludge.
	* capplets/desktop-links/Accessibility.directory.in :
	* capplets/desktop-links/Advanced.directory.in : ditto.

	* capplets/background/Makefile.am : no need to install capplet icon
	  anymore its part of the theme.
	* capplets/default-applications/Makefile.am :
	* capplets/font/Makefile.am  :
	* capplets/keybindings/Makefile.am :
	* capplets/keyboard/Makefile.am :
	* capplets/mouse/Makefile.am :
	* capplets/network/Makefile.am :
	* capplets/sound/Makefile.am :
	* capplets/theme-switcher/Makefile.am :
	* capplets/ui-properties/Makefile.am :
	* capplets/windows/Makefile.am :

	* capplets/accessibility/at-properties/Makefile.am :
	* capplets/accessibility/keyboard/Makefile.am :

	* capplets/background/background.desktop.in : Use the themed icon.
	* capplets/default-applications/default-applications.desktop.in :
	* capplets/font/font-properties.desktop.in :
	* capplets/keybindings/keybinding.desktop.in :
	* capplets/keyboard/keyboard.desktop.in :
	* capplets/mouse/gnome-settings-mouse.desktop.in :
	* capplets/network/gnome-network-preferences.desktop.in :
	* capplets/sound/gnome-settings-sound.desktop.in :
	* capplets/theme-switcher/gtk-theme-selector.desktop.in :
	* capplets/ui-properties/gnome-ui-properties.desktop.in :
	* capplets/windows/window-properties.desktop.in :
	* capplets/accessibility/at-properties/at-properties.desktop.in :
	* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in :
2003-12-16 21:38:53 +00:00
Padraig O'Briain
6499391e0c Correct mnemonic widget for Window title font. Move declaration of
2003-11-06  Padraig O'Briain <padraig.obriain@sun.com>

	* font-properties.glade: Correct mnemonic widget for Window title font.
	Move declaration of GnomeFontPicker for applications to immediately
	after declaration of the label. This fixes bug #125689.
2003-11-06 08:48:11 +00:00
Jody Goldberg
f5ba169611 Release 2.5.0
2003-10-28  Jody Goldberg <jody@gnome.org>

	* Release 2.5.0
2003-10-28 22:32:08 +00:00
Jody Goldberg
00c200258d http://bugzilla.gnome.org/show_bug.cgi?id=116710 be smarter about
2003-10-28  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=116710
	* main.c (cb_show_details) : be smarter about selecting a maximum
2003-10-28 21:58:08 +00:00
Jody Goldberg
6abafab855 http://bugzilla.gnome.org/show_bug.cgi?id=115435 some of the UI review
2003-10-28  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=115435
	* font-properties.glade : some of the UI review changes.
2003-10-28 21:35:17 +00:00
Jody Goldberg
6d257e030e http://bugzilla.gnome.org/show_bug.cgi?id=124513 merge in patch to
2003-10-24  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=124513
	* main.c (setup_font_sample) : merge in patch to allocate black and
	  white correctly on TruColor displays.
2003-10-28 20:46:08 +00:00
Jody Goldberg
f916e2f01c http://bugzilla.gnome.org/show_bug.cgi?id=106489 add some protection again
2003-10-23  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=106489
	* main.c (dpi_load) : add some protection again invalid dpi in the
	  case of gconf failure.
2003-10-28 20:38:11 +00:00
Dennis Cranston
f6293ce67a Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01  Dennis Cranston  <dennis_cranston at yahoo com>

	* font-properties.glade: Patch to fix spacing between action
	area and vbox of preferences dialog.
2003-08-04 05:46:31 +00:00
Jonathan Blandford
532a9fae6a Warn when a font larger than 31 points is selected, #97653. Caring
Sat Aug  2 01:16:16 2003  Jonathan Blandford  <jrb@gnome.org>

        * main.c (application_font_to_gconf): Warn when a font larger than
        31 points is selected, #97653.
Caring Desktop++
2003-08-02 15:52:24 +00:00
Dennis Cranston
70ef29abc2 Some HIGification of the dialog. Fixes some of ui-review bug #98922.
2003-07-17  Dennis Cranston <dennis_cranston at yahoo com>

	* font-properties.glade:  Some HIGification of the dialog.
	Fixes some of ui-review bug #98922.
2003-07-18 04:59:02 +00:00
Jody Goldberg
c5b7285caa Release 2.3.4
2003-07-07  Jody Goldberg <jody@gnome.org>

	* Release 2.3.4
2003-07-07 04:57:46 +00:00
Jody Goldberg
07421f4a30 Release 2.3.3
2003-06-24  Jody Goldberg <jody@gnome.org>

	* Release 2.3.3
2003-06-24 21:04:07 +00:00