Commit graph

2176 commits

Author SHA1 Message Date
Bradford Hovinen
2b3314202e Retrieve the icon here
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* mime-type-info.c (mime_type_info_new): Retrieve the icon here
2002-02-18 01:04:07 +00:00
Bradford Hovinen
7b893ea56a Try to find the icon from the MIME type. (mime_type_info_get_icon_path):
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* mime-type-info.c (get_icon_pixbuf): Try to find the icon from
	the MIME type.
	(mime_type_info_get_icon_path): Fetch the icon name from the MIME
	type if necessary
	(get_icon_pixbuf): Call get_real_icon_path
	(get_real_icon_path): Implement. Factor from
	mime_type_info_get_icon_path
	(mime_type_info_get_icon_path): Call get_real_icon_path
2002-02-18 00:54:58 +00:00
Gediminas Paulauskas
ad9f46de5f fix i18n
2002-02-18  Gediminas Paulauskas <menesis@delfi.lt>

	* main.c: fix i18n

2002-02-18  Gediminas Paulauskas <menesis@delfi.lt>

	* ChangeLog: added
	* main.c: correct i18n
2002-02-18 00:54:24 +00:00
Gediminas Paulauskas
0a5a169432 remove session completely 2002-02-18 00:50:06 +00:00
Seth Nickell
2437c9d518 Change menu name to "Preferred Applications" which faired better in user
2002-02-17  Seth Nickell  <snickell@stanford.edu>

	* default-applications.desktop.in:

	Change menu name to "Preferred Applications" which faired
	better in user testing.
2002-02-18 00:30:48 +00:00
Seth Nickell
021f859a7e Remove session stuff, it is now properly done up in gnome-session.
2002-02-17  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:

	Remove session stuff, it is now properly done up in gnome-session.
2002-02-18 00:28:07 +00:00
Seth Nickell
d3bf7369bf Add an icon 2002-02-18 00:15:18 +00:00
Gediminas Paulauskas
f256bed98c Updated Lithuanian translation.
2002-02-18  Gediminas Paulauskas <menesis@delfi.lt>

	* lt.po: Updated Lithuanian translation.
2002-02-17 23:59:57 +00:00
Gediminas Paulauskas
fad54c22d6 make intltool-update -M happy 2002-02-17 23:19:11 +00:00
Gediminas Paulauskas
e48aab4399 more silence 2002-02-17 23:05:10 +00:00
Bradford Hovinen
f81c1a2a30 Only add the timeout for cleanup if we are in a root renderer; we don't
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (bg_applier_apply_prefs): Only add the timeout for
	cleanup if we are in a root renderer; we don't need it for
	preview
2002-02-17 22:49:30 +00:00
Bradford Hovinen
8d1236a2d2 We need to reload the wallpaper pixbuf if it is enabled and not loaded
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (need_wallpaper_load_p): We need to reload the
	wallpaper pixbuf if it is enabled and not loaded
	(cleanup_cb): Free bg_applier->p->pixbuf too
2002-02-17 22:46:45 +00:00
Bradford Hovinen
e336b75473 Switch to instant apply; remove apply button
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties-capplet.c (main)
	(dialog_button_clicked_cb): Switch to instant apply; remove apply
	button
2002-02-17 20:34:51 +00:00
Bradford Hovinen
323e20bead We don't need a root pixmap if neither a wallpaper nor a gradient is
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (need_root_pixmap_p): We don't need a root pixmap if
	neither a wallpaper nor a gradient is enabled
	(render_to_screen): Use set_back_pixmap/set_background when just
	setting a color with a root applier
	(need_root_pixmap_p): If the last preferences structure had
	neither gradient nor wallpaper enabled, we need a new root pixmap
2002-02-17 20:34:33 +00:00
Bradford Hovinen
e31e31be03 Set the object value to NULL if the icon is NULL
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* mime-types-model.c (mime_types_model_get_value): Set the object
	value to NULL if the icon is NULL

	* mime-type-info.c (get_icon_pixbuf): Give up if it can't find
	nautilus/i-regular-24.png
	(mime_type_info_get_icon): Only ref the pixbuf if non-NULL
2002-02-17 20:06:53 +00:00
Gediminas Paulauskas
6016be681e remove deprecated GNOME_COMMON_INIT, GNOME_PLATFORM_GNOME_2, fix warnings
2002-02-17  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: remove deprecated GNOME_COMMON_INIT,
	GNOME_PLATFORM_GNOME_2, fix warnings macros.
2002-02-17 18:51:25 +00:00
Bradford Hovinen
0018db8569 Fill the name entry with the description, not the name field
2002-02-17  Bradford Hovinen  <hovinen@ximian.com>

	* mime-category-edit-dialog.c (fill_dialog): Fill the name entry
	with the description, not the name field

	* mime-types-model.c (mime_types_model_get_value): Use description
	field when returning the description column for a category

	* mime-type-info.c (mime_type_info_set_category_name): Accept
	pointer to category description and pass that to get_category
	(mime_category_info_new): Initialize description; accept pointer
	to description
	(get_category): Accept a pointer to the description and initialize
	the category with that as well if necessary
	(get_category_description): Implement. Copy from
	get_category_name, but use the translated description name

	* mime-type-info.h (struct _MimeCategoryInfo): Add description
	field; holds the translated name

	* mime-type-info.c (mime_category_info_get_full_description):
	Implement. Copy from mime_category_info_get_full_name, but use
	description field rather than name field
	(mime_type_info_get_category_name): Use _get_full_description
	rather than _get_full_name
2002-02-17 18:48:49 +00:00
Kevin Breit
b2ef3b3089 Rewrote this for Gnome 2.
2002-02-15  Kevin Breit  <mrproper@ximian.com>

	* C/config-behavior.xml: Rewrote this for Gnome 2.
2002-02-16 02:29:36 +00:00
Richard Hestilow
ad12a43bc9 Committed slackware compilation patch from fflewddur@dropline.net.
2002-02-14  Richard Hestilow  <hestilow@ximian.com>

	* Committed slackware compilation patch from
	fflewddur@dropline.net.
2002-02-15 02:00:34 +00:00
Rachel Hestilow
0308dd0c59 file converter.py was initially added on branch gnome-1-4-branch. 2002-02-15 01:28:19 +00:00
Rachel Hestilow
63c4dfaee4 file gnome-control-center-1.6_background-properties.schemas was initially added on branch gnome-1-4-branch. 2002-02-15 01:28:19 +00:00
Rachel Hestilow
59a911cd95 file gnome-control-center-1.6_keyboard-properties.schemas was initially added on branch gnome-1-4-branch. 2002-02-15 01:28:19 +00:00
Rachel Hestilow
ccafe10883 file gnome-control-center-1.6_mouse-properties.schemas was initially added on branch gnome-1-4-branch. 2002-02-15 01:28:19 +00:00
Rachel Hestilow
01775b3bc8 file gnome-control-center-1.6_sound-properties.schemas was initially added on branch gnome-1-4-branch. 2002-02-15 01:28:19 +00:00
Lauris Kaplinski
f10263de73 Excluded capplet-dir-view-tree from SOURCES so the whole thing builds
deprecated clean now.
2002-02-14 13:29:09 +00:00
Lauris Kaplinski
1eef9d7561 Replaced all deprecated methods except 2 GtkCTree instances with gnome-2
alternatives.
2002-02-13 16:52:18 +00:00
Jonathan Blandford
25e515ba6a add session management.
Tue Feb 12 01:34:19 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-settings-daemon.c (main): add session management.
2002-02-12 07:01:00 +00:00
Rachel Hestilow
a6e8bdd1c3 oops 2002-02-12 06:26:36 +00:00
Richard Hestilow
31ac49063f Committed instant-apply patch sans background.
2002-02-11  Richard Hestilow  <hestilow@ximian.com>

	* Committed instant-apply patch sans background.
2002-02-12 06:16:11 +00:00
Richard Hestilow
95d4480dc2 Move splashdir to gnomecc-2.
2002-02-11  Richard Hestilow  <hestilow@ximian.com>

	* control-center/Makefile.am: Move splashdir to gnomecc-2.

	* Makefile.am: Remove idl from subdirs.

	* configure.in: Bump version to 0.9.3.

	* RELEASE - 0.9.3
2002-02-12 05:07:45 +00:00
Kjartan Maraas
de141b8a8a Updated Norwegian (bokmål) translation.
2002-02-12  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2002-02-12 00:58:45 +00:00
Kevin Breit
3d297e9ed3 Finished documenting this. The advanced tab is covered. It could use some
2002-02-11  Kevin Breit  <mrproper@ximian.com>

	* C/config-screensaver.xml: Finished documenting this.  The advanced tab is covered.  It could use some more revision, but oh well!  That is for the future.
2002-02-12 00:31:26 +00:00
Richard Hestilow
b172e7ee36 Convert to apply/close, and commit a UI string fix from
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Convert to apply/close, and commit a UI string
	fix from fflewddur@dropline.net.
2002-02-11 05:11:54 +00:00
Jonathan Blandford
e3e83d8ff3 Patch from fflewddur <fflewddur@dropline.net> to fix some strings.
Sun Feb 10 23:39:30 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-default-applications-properties.glade: Patch from
	fflewddur <fflewddur@dropline.net> to fix some strings.
2002-02-11 05:06:10 +00:00
Richard Hestilow
a0beefbcbf Make dialog Apply/Close.
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Make dialog Apply/Close.
2002-02-11 04:41:20 +00:00
Richard Hestilow
b0200af14b Create changeset.
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* gnome-ui-properties.c (main): Create changeset.
2002-02-11 04:38:16 +00:00
Richard Hestilow
e911f2f502 Make dialog Apply/Close.
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Make dialog Apply/Close.
2002-02-11 04:23:42 +00:00
Rachel Hestilow
42c170078b Reverting changes back to hovinen's pre-seth-ui setup. 2002-02-11 04:13:39 +00:00
Kevin Breit
8062a05593 Did a bit of work on this. I still need to work on the advanced tab
2002-02-10  Kevin Breit  <mrproper@ximian.com>

	* C/config-screensaver.xml: Did a bit of work on this.  I still need to work on the advanced tab though.  I added the file to CVS.
2002-02-10 23:58:17 +00:00
Kjartan Maraas
76e374890d Updated Norwegian (bokmål) translation. Added some files.
2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
	* POTFILES.in: Added some files.
2002-02-10 13:33:48 +00:00
Richard Hestilow
c6e987d38b Added font capplet.
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Added font capplet.
2002-02-10 08:02:00 +00:00
Richard Hestilow
94370f5702 Added font editor.
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* gconf-property-editor.[ch]: Added font editor.
2002-02-10 07:39:40 +00:00
Pauli Virtanen
2ff827ab7c Updated Finnish translation and converted it to UTF-8.
2002-02-09  Pauli Virtanen  <ptvirtan@cc.hut.fi>

	* fi.po: Updated Finnish translation and converted it to UTF-8.
2002-02-09 21:47:30 +00:00
Vincent van Adrighem
a2dd51815e Jan-Willem Harmanny: Updated Dutch translation of control-center and fixed
2002-02-09 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>

* nl.po: Jan-Willem Harmanny: Updated Dutch translation of
  control-center and fixed some small things in metatheme translation.
2002-02-09 11:52:11 +00:00
Kwok-Koon Cheung
1b2cb07bf1 Convert korean translation to UTF-8 encoding 2002-02-09 06:13:59 +00:00
Jonathan Blandford
fd79332e7d hook up buttons.
Fri Feb  8 23:53:10 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-keyboard-properties.c (dialog_response): hook up buttons.
2002-02-09 05:23:16 +00:00
Kevin Breit
8559132319 Updated for XML and the new user interface.
2002-02-08  Kevin Breit  <mrproper@ximian.com>

	* C/config-mouse.xml: Updated for XML and the new user interface.

	* C/config-kbd.xml: Reworded things.
	Updated to be Gnome 2.0 ready.

	* C/config-hints.xml: Added to CVS
2002-02-09 03:22:34 +00:00
Kevin Breit
791fe08572 Added to CVS. It's ready to go for XML.
2002-02-08  Kevin Breit  <mrproper@ximian.com>

	* C/config-default-apps.xml: Added to CVS.  It's ready to go for XML.

	* C/control-center.xml: Changed this to use xml files instead of sgml
2002-02-09 01:42:45 +00:00
Kevin Breit
a410927797 Added to CVS. This is now XMLified with complete Gnome 2 documentation for
2002-02-08  Kevin Breit  <mrproper@ximian.com>

	* C/config-sound.xml: Added to CVS.  This is now XMLified with complete Gnome 2 documentation for the sound capplet.
2002-02-09 01:37:21 +00:00
Richard Hestilow
02fa0440e2 Ignore nautilus if run with --use-shell.
2002-02-08  Richard Hestilow  <hestilow@ximian.com>

	* main.c (main): Ignore nautilus if run with --use-shell.
2002-02-09 01:33:32 +00:00