Commit graph

719 commits

Author SHA1 Message Date
Yanko Kaneti
d25787ede2 reorder "key" and "applyto" elements so that it validates aginst the gconf
2002-10-16  Yanko Kaneti <yaneti@declera.com>

	* schemas/apps_gnome_settings_daemon_default_editor.schemas: reorder
	"key" and "applyto" elements so that it validates aginst the gconf dtd.
2002-10-15 21:51:52 +00:00
Jody Goldberg
69bc347c0f Forgot to commit when I did the 2.1.0.1 snapshot
2002-10-01  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0.1
2002-10-03 10:17:40 +00:00
Jonathan Blandford
dbfc16764d use new X mode of the eggcellrendererkeys.
Fri Aug 23 00:15:47 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-keybinding-properties.c (setup_dialog): use new X mode of
	the eggcellrendererkeys.

	* eggcellrendererkeys.[ch]: update from libegg.
2002-08-23 05:03:16 +00:00
Glynn Foster
4be36ac469 Don't put dnl's in AC_OUTPUT.
2002-08-21  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: Don't put dnl's in AC_OUTPUT.
2002-08-21 11:10:57 +00:00
Jody Goldberg
b3ca0b3f9f Release 2.1.0
2002-08-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0
2002-08-21 06:01:42 +00:00
Jody Goldberg
28c1366164 Merge in some pending patches 2002-08-20 03:15:25 +00:00
Jody Goldberg
b5ef65002e new file from owen to manage gtk1 themes.
2002-08-19  Jody Goldberg <jody@gnome.org>

	* gnome-settings-daemon/gnome-settings-gtk1theme.c : new
	  file from owen to manage gtk1 themes.
2002-08-19 19:14:21 +00:00
Jody Goldberg
4d0044cf19 set the version number to something sane we branched.
2002-08-15  Jody Goldberg <jody@gnome.org>

	* configure.in : set the version number to something sane
	  we branched.
2002-08-15 21:29:17 +00:00
Jody Goldberg
3b1c8cb1cd fix missed capitalization for the ui-review.
2002-08-10  Jody Goldberg <jody@gnome.org>

	* file-types-properties.glade : fix missed capitalization for the
	ui-review.

2002-08-15  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.glade : fix label and make consistent with
	  mouse capplet.
	* gnome-keyboard-properties.c (create_dialog) : use size groups.

2002-08-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=90778
	* gnome-settings-accessibility-keyboard.c (set_gconf_from_server) :
	  Add a heuristic so that we do not disable features in gconf just
	  because they are disabled in the X server.  If the master switch is
	  already disabled in gconf we can guess that most of the time it
	  means that people want to keep their flags.


2002-08-07  Jody Goldberg <jody@gnome.org>

	* po/POTFILES.in : remove bogus file.
2002-08-15 17:54:10 +00:00
Yanko Kaneti
c7e265f7c9 handle different cases of preprocessor macro varargs support.
2002-08-09  Yanko Kaneti <yaneti@declera.com>

   * capplets/common/capplet-util.h: handle different cases of
   preprocessor macro varargs support.
2002-08-09 17:55:52 +00:00
Seth Nickell
01ce1d2620 Actually hook the windows capplet into the build. Though its sort of ass
2002-08-08  Seth Nickell  <snickell@stanford.edu>

	* capplets/Makefile.am:

	Actually hook the windows capplet into the build. Though
	its sort of ass right now.
2002-08-08 07:17:12 +00:00
Seth Nickell
e5071f4434 Try my best to throw a monkey wrench in things. Checkin Windows capplet,
2002-08-08  Seth Nickell <snickell@stanford.edu>

	Try my best to throw a monkey wrench in things. Checkin
	Windows capplet, and add window related settings to
	the font capplet and theme capplet.

	Also fix button alignments on all capplets.
2002-08-08 07:13:38 +00:00
Mark McLoughlin
13e1dd836d add check for gtk+ with multihead support and define HAVE_GTK_MULTIHEAD if
2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: add check for gtk+ with multihead
        support and define HAVE_GTK_MULTIHEAD if found.

2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        Add support for rendering the wallpaper on
        a particular physical screen.

        * applier.[ch]:
        (bg_applier_init): init screen and root_window.
        (bg_applier_class_init), (bg_applier_set_prop),
        (bg_applier_get_prop): add "screen" property.
        (bg_applier_new_for_screen): implement.
        (render_wallpaper), (render_to_screen),
        (create_pixmap), (wallpaper_full_cover_p): use the
        screen and root window information.
        (make_root_pixmap): add a GdkScreen arg, actually
        use the display we opened, use the correct root
        window and not the default one
        (set_root_pixmap): add a GdkScreen arg, use the
        default display, use the correct root window.
2002-07-28 19:09:02 +00:00
jacob berkman
c27d13b7de only #define HAVE_XFT2 if we actually have xft2
2002-07-24  jacob berkman  <jacob@ximian.com>

	* configure.in: only #define HAVE_XFT2 if we actually have xft2
2002-07-24 13:27:35 +00:00
jacob berkman
e8298aa225 fixup x11 checks when x11 include path is not in the default include path
2002-07-24  jacob berkman  <jacob@ximian.com>

	* configure.in: fixup x11 checks when x11 include path is not in
	the default include path for the compiler
2002-07-24 13:00:50 +00:00
Owen Taylor
6aa8a86cd1 Fix stupid typo.
Tue Jul 23 23:31:17 2002  Owen Taylor  <otaylor@redhat.com>

        * capplets/font/main.c: Fix stupid typo.
2002-07-24 03:31:39 +00:00
Owen Taylor
360981ccd6 Add some pixmaps for font rendering.
Tue Jul 23 23:29:51 2002  Owen Taylor  <otaylor@redhat.com>

        * capplets/fonts/subpixel-{rgb,bgr,vrgb,vbgr}.c: Add
        some pixmaps for font rendering.
2002-07-24 03:30:41 +00:00
Owen Taylor
05fb268094 ue Jul 23 22:35:10 2002 Owen Taylor <otaylor@redhat.com>
* acconfig.h configure.in: Check for Xft2.

        * capplets/font/main.c capplets/font/Makefile.am
        capplets/font/font-properties.glade: If XFt2 is present,
        allow the user to control various font rendering attributes.

        * gnome-settings-daemon/gnome-settings-xsettings.c:
        Mirror the Xft rendering attributes from the font
        capplet to XSETTINGS and Xrdb.

        * schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas:
        Add schemas for the new GConf settings.
2002-07-24 02:39:03 +00:00
Owen Taylor
a8339d6fc1 missed ChangeLog entry 2002-07-24 02:34:35 +00:00
Jody Goldberg
3bf58de536 patch from Brian Cameron
2002-07-10  Jody Goldberg <jody@gnome.org>
	patch from Brian Cameron

	* configure.in : look for path to esound
2002-07-10 14:42:06 +00:00
Jody Goldberg
e15d737a93 http://bugzilla.gnome.org/show_bug.cgi?id=85224 clamp to avoid underflow
2002-06-18  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=85224
	* applier.c (render_wallpaper) : clamp to avoid underflow
2002-06-26 03:29:17 +00:00
James Henstridge
9ea4a855e7 commented lines ending in a trailing backslash are not a good idea.
2002-06-25  James Henstridge  <james@daa.com.au>

        * gnome-settings-daemon/Makefile.am: commented lines ending in a
        trailing backslash are not a good idea.
2002-06-25 09:14:35 +00:00
Satyajit Kanungo
ebc124d248 Fixed #85895 2002-06-21 06:18:21 +00:00
jacob berkman
961f08cd62 fixup localedir to work with solaris gettext (fixes bug #83616)
2002-06-18  jacob berkman  <jacob@ximian.com>

	* configure.in:
	* archiver/Makefile.am:
	* capplets/common/Makefile.am:
	* control-center/Makefile.am:
	* libbackground/Makefile.am:
	* libwindow-settings/Makefile.am:
	* root-manager/Makefile.am: fixup localedir to work with solaris
	gettext (fixes bug #83616)
2002-06-18 19:29:45 +00:00
Jody Goldberg
96a33b67f8 Release 2.0.0
2002-06-17  Jody Goldberg <jody@gnome.org>

	* Release 2.0.0
2002-06-17 22:10:21 +00:00
Yanko Kaneti
e0335245d0 Added Bulgarian (bg).
2002-06-04  Yanko Kaneti <yaneti@declera.com>

   * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

po/
   * bg.po (added): Bulgarian translation by
   Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>.
2002-06-04 17:56:38 +00:00
Seth Nickell
603155d441 Create the .pc file for the window manager settings library.
2002-06-02  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Create the .pc file for the window manager settings library.
2002-06-03 00:37:24 +00:00
Bastien Nocera
ac90d19560 - Jody forgot to remove help from the top-level Makefile.am as well, removed here 2002-05-29 17:36:16 +00:00
Jody Goldberg
c5792ef570 Remove help and help/C
2002-05-29  Jody Goldberg <jody@gnome.org>

	* configure.in : Remove help and help/C
2002-05-29 04:28:35 +00:00
jacob berkman
c05eb45ed0 add a key to turn off some behaviour
2002-05-16  jacob berkman  <jacob@ximian.com>

	* schemas/apps_gnome_settings_daemon_default_editor.schemas: add a
	key to turn off some behaviour

	* capplets/Makefile.am (always_built_SUBDIRS):
	* configure.in: re-add default-applications

	fixes #78037
2002-05-16 23:18:14 +00:00
Seth Nickell
8ab5fddb27 Move the window setting code into a seperate directory, libwindow-settings
2002-05-14  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* configure.in:

	Move the window setting code into a seperate directory, libwindow-settings
	so it can be shared between the capplet and the settings daemon, and
	potentially, external window managers.
2002-05-15 01:00:00 +00:00
Anders Carlsson
886c62942f Require a new libglade.
2002-05-12  Anders Carlsson  <andersca@gnu.org>

	* configure.in: Require a new libglade.
2002-05-12 08:59:56 +00:00
Jacob Berkman
2ba9847c05 add windows
2002-05-11  Jacob Berkman  <jacob@ximian.com>

	* capplets/Makefile.am (DIST_SUBDIRS): add windows
2002-05-11 23:28:26 +00:00
Seth Nickell
fe10684784 Create the windows preference page makefile, and add gnome-desktop to the
2002-05-11  Seth Nickell  <snickell@stanford.edu>

	* configure.in:

	Create the windows preference page makefile, and add gnome-desktop
	to the generic module flags.
2002-05-11 19:10:24 +00:00
Jonathan Blandford
1392788294 update schema keys to reflect the installed file.
Wed May  8 17:54:57 2002  Jonathan Blandford  <jrb@redhat.com>

	* capplets/network/gnome-network-preferences.c: update schema keys
	to reflect the installed file.
2002-05-08 22:12:25 +00:00
Rachel Hestilow
2083507b39 Bump version to 1.99.10
2002-05-06  Rachel Hestilow  <hestilow@ximian.com>

	* configure.in: Bump version to 1.99.10

	* RELEASE: 1.99.10
2002-05-06 22:38:24 +00:00
Anders Carlsson
13719951dd I WILL COMPILE BEFORE COMMITTING
I WILL COMPILE BEFORE COMMITTING
I WILL COMPILE BEFORE COMMITTING
I WILL COMPILE BEFORE COMMITTING

2002-05-06  Anders Carlsson  <andersca@gnu.org>

	* schemas/Makefile.am: Doh! Remove the file from automake.
2002-05-06 08:29:02 +00:00
Anders Carlsson
55803cc239 We now hard-code the key list, so this isn't neede anymore.
2002-05-06  Anders Carlsson  <andersca@gnu.org>

	* schemas/apps_gnome_keybinding_properties.schemas:
	We now hard-code the key list, so this isn't neede anymore.
2002-05-06 07:13:50 +00:00
Jody Goldberg
58b43d9ad8 missed commit 2002-05-03 13:40:23 +00:00
Anders Carlsson
cbc7b41047 Use a snazzier icon here.
2002-04-30  Anders Carlsson  <andersca@gnu.org>

	* capplets/network/gnome-network-preferences.desktop.in:
	Use a snazzier icon here.
2002-04-30 17:34:36 +00:00
Rachel Hestilow
9084c2eb25 Bump version to 1.99.8
2002-04-29  Rachel Hestilow  <hestilow@ximian.com>

	* configure.in: Bump version to 1.99.8

	* RELEASE: 1.99.8
2002-04-29 20:14:17 +00:00
Pablo Saratxaga
527e740b1b Added Vietnamse file, updated Walloon file 2002-04-29 16:39:37 +00:00
Seth Nickell
e8c5d15345 Re-enable building of font capplet.
2002-04-26  Seth Nickell  <snickell@stanford.edu>

	* capplets/Makefile.am:
	* configure.in:

	Re-enable building of font capplet.
2002-04-27 01:33:48 +00:00
Mark McLoughlin
200282b7e0 add capplets/gnome-network-preferences.
2002-04-19  Mark McLoughlin  <mark@skynet.ie>

        * capplets/Makefile.am, configure.in: add
        capplets/gnome-network-preferences.

2002-04-19  Mark McLoughlin  <mark@skynet.ie>

        * gconf-property-editor.[ch]: (peditor_integer_value_changed),
        (peditor_integer_widget_changed), (gconf_peditor_new_integer_valist),
        (gconf_peditor_new_integer): implement GtkEntry based integer
        peditor.

2002-04-22  Mark McLoughlin  <mark@skynet.ie>

        * POTFILES.in: add network preferences capplet
        files.
2002-04-22 17:49:22 +00:00
Rachel Hestilow
d4e6287116 s/Richard/Rachel
2002-04-21  Rachel Hestilow  <hestilow@ximian.com>

	* *.c: s/Richard/Rachel

	* configure.in: Bump version to 1.99.7

	* RELEASE: 1.99.7
2002-04-21 21:22:35 +00:00
jacob berkman
6afc0b704f add
2002-04-19  jacob berkman  <jacob@ximian.com>

	* COPYING: add
2002-04-19 19:24:22 +00:00
Havoc Pennington
b2bf4e7808 rearrange quoting of these dirs so that "make bindir=/foo" works
2002-04-17  Havoc Pennington  <hp@redhat.com>

	* configure.in (GNOMECC_DATA_DIR): rearrange quoting of these dirs
	so that "make bindir=/foo" works
2002-04-17 21:21:46 +00:00
Rachel Hestilow
e2c6c9ed90 s/gnome2/gnome
2002-04-14  Rachel Hestilow  <hestilow@ximian.com>

	* capplets/ui-properties/behavior.desktop.in,
	  control-center/gnomecc.desktop.in: s/gnome2/gnome
2002-04-15 02:34:13 +00:00
Mark McLoughlin
8c63c8bd88 change the panel keybindings keys to the new hyphen-less versions.
2002-04-12  Mark McLoughlin  <mark@skynet.ie>

        * schemas/apps_gnome_keybinding_properties.schemas: change the
        panel keybindings keys to the new hyphen-less versions.
2002-04-12 16:11:56 +00:00
jacob berkman
64a0eee134 fix improper use of guint as GType
2002-04-11  jacob berkman  <jacob@ximian.com>

	* (various files): fix improper use of guint as GType
2002-04-11 19:13:49 +00:00