Commit graph

30 commits

Author SHA1 Message Date
Jody Goldberg
77529051ed Use GtkIconTheme rather than GnomeIconTheme, and return a Pixbuf directly.
2003-12-16  Jody Goldberg <jody@gnome.org>

	* capplet-dir.c (find_icon) : Use GtkIconTheme rather than
	  GnomeIconTheme, and return a Pixbuf directly.

	* capplet-dir-view-list.c (sidebar_populate) : Just use the icon
	  directly.
	(list_populate) : ditto.
	* capplet-dir-view.c (capplet_dir_view_load_dir) : ditto.

2003-12-15  Jody Goldberg <jody@gnome.org>

	* gnomecc.desktop.in : Use themed icon
	* capplet-dir.c (find_icon) : Support icon themes
	* capplet-dir-view-list.c (list_create) : make icons wider and less
	ugly.
2003-12-16 22:07:05 +00:00
jacob berkman
b67a5e0c25 fix the macro
2002-09-26  jacob berkman  <jacob@ximian.com>

	* capplet-dir.c (find_icon): fix the macro

	* capplet-dir-view.c (capplet_dir_view_init): use control-center2.png

	* Makefile.am: remove control-center.png which conflicts with the
	gnome 1 package and define different macros for $datadir/pixmaps
	and $gnomecc_icon_dir
2002-09-26 16:49:42 +00:00
Satyajit Kanungo
2bcca2279e Put the help callback. 2002-06-18 17:57:18 +00:00
Kwok-Koon Cheung
1f2b74e8d6 Add translator credits 2002-05-21 07:48:11 +00:00
Jody Goldberg
4a0eccb6af pass a slightly more realistic path. (help_menu_cb) : new.
2002-05-16  Jody Goldberg <jody@gnome.org>

	* capplet-dir-view.c (capplet_dir_view_init) : pass a slightly more
	  realistic path.
	(help_menu_cb) : new.

	* gnomecc-ui.xml : Add some content.
2002-05-16 17:35:35 +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
c96e22def8 comment this out as it makes a call into preferences.c
2002-03-12  jacob berkman  <jacob@ximian.com>

	* capplet-dir-view.c (prefs_menu_cb): comment this out as it makes
	a call into preferences.c
2002-03-12 19:12:04 +00:00
Richard Hestilow
163b9c23b8 Remove barely-used libglade stuff, replace with BonoboWindow. Add a menu
2002-03-11  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view.c: Remove barely-used libglade stuff, replace
	with BonoboWindow. Add a menu with "close" since this is needed
	for accessibility.

	* gnomecc-ui.xml: Added.

	* Makefile.am: Remove preferences.[ch] from the build. Remove
	libglade stuff. Install gnomecc-ui.xml.

	* capplet-dir-view-list.c: Remove any "//" comments.
2002-03-12 04:56:21 +00:00
Lauris Kaplinski
596bc8bdc6 Added simple (but do anyone really need more complex thing?) session management
to control-center shell
2002-02-19 21:15:21 +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
Bradford Hovinen
894a0a1c3a Eliminate compiler warnings
2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view-list.c: Eliminate compiler warnings

	* preferences.c: Eliminate compiler warnings

	* capplet-dir-view.c: Eliminate compiler warnings

	* capplet-dir.c: Eliminate compiler warnings

	* main.c: Eliminate compiler warnings
2001-12-20 20:32:02 +00:00
Bradford Hovinen
cd7b14dc6b Move most of the initialization stuff from capplet_dir_view_new to here
2001-12-17  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_init): Move most of the
	initialization stuff from capplet_dir_view_new to here

	* capplet-dir-view.[ch]: Port to GObject
2001-12-18 14:20:31 +00:00
Richard Hestilow
83162b8039 Remove all g_print statements. (header_expose_cb): Fix pixbuf clipping.
2001-12-13  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view-list.c: Remove all g_print statements.
	(header_expose_cb): Fix pixbuf clipping.

	* capplet-dir-view.c (capplet_dir_view_new):
	s/gtk_object_unref/g_object_unref.

	* main.c (main): s/bonobo_main/gtk_main.
2001-12-14 01:27:14 +00:00
Havoc Pennington
16c673a0f7 add gnome-desktop-2.0 to CFLAGS, add AC_PROG_INTLTOOL
2001-12-08  Havoc Pennington  <hp@pobox.com>

	* configure.in (COMMON_MODULES): add gnome-desktop-2.0 to CFLAGS,
	add AC_PROG_INTLTOOL

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* POTFILES.in: remove applier.c which doesn't exist

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* capplet-dir-view.c: remove unused include that broke stuff

	* capplet-dir.c (capplet_activate): fix args to
	gnome_desktop_item_launch

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* gnome-startup.h: use G_BEGIN_DECLS so it builds
2001-12-09 04:44:37 +00:00
Bradford Hovinen (Gdict maintainer)
669a1e2f3a Removed background rendering code from the background capplet and moved it
to a separate static library.
2001-12-06 23:53:58 +00:00
Richard Hestilow
8e9c8fcf0e Update call to gnome_help_display.
2001-11-28  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view.c (help_cb): Update call to gnome_help_display.
2001-11-29 00:06:50 +00:00
Richard Hestilow
45c1c24057 Initial port to GNOME2, removal of gtkhtml deps.
2001-11-26  Richard Hestilow  <hestilow@ximian.com>

	* Initial port to GNOME2, removal of gtkhtml deps.
2001-11-26 17:06:41 +00:00
Bradford Hovinen (Gdict maintainer)
f824b0dcc0 Updated dated file headers 2001-10-15 16:06:56 +00:00
Larry Ewing
a5d2608e56 set the window icon so that the tasklist will have a pretty picture.
2001-10-14  Larry Ewing  <lewing@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_new): set the window icon
	so that the tasklist will have a pretty picture.
2001-10-15 03:20:35 +00:00
Jose Maria Celorio
d9841d52f2 jrb's name had a typo. 2001-07-26 02:48:16 +00:00
Chema Celorio
a3610b563b set the title of the window to "Gnome Control Center : foo"
2001-07-24  Chema Celorio  <chema@celorio.com>

	* capplet-dir-view.c (capplet_dir_view_load_dir): set the title
	of the window to "Gnome Control Center : foo"
2001-07-25 00:36:48 +00:00
Richard Hestilow
11c5ef7d46 Removed debugging spew.
2001-07-19  Richard Hestilow  <hestilow@ximian.com>

	* Removed debugging spew.

	* Removed most of the menu bar.

	* capplet-dir-view.c (about_menu_cb): Add Chema, jimmac, and myself
	to authors list.

	* capplet-dir-view-html.c (html_populate, html_write_row): Spacing
	fix.
2001-07-19 21:11:06 +00:00
Bradford Hovinen
f28ecce3d2 Set the window title
2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title
2001-07-19 13:46:50 +00:00
Richard Hestilow
042c40c8da Remove annoying debugging output.
2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir.c (capplet_new): Remove annoying debugging output.

	* capplet-dir-view-html.c: Rewritten to use jimmac's new interface.

	* bcg_top.png, title.png, blank.png, active.png: Added.

	* Makefile.am (splash_DATA): Add new pixmap files.

	* gnomecc.glade: Remove ugly toolbar.

	* capplet-dir-view.[ch]: Remove toolbar-related code.
2001-07-19 03:16:35 +00:00
Bradford Hovinen
f6e592264e Add g_return_if_fail macros
2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_show): Add g_return_if_fail
	macros
2001-07-09 21:19:24 +00:00
jacob berkman
22bec884b7 new (temporary) html view and bug fixication
2001-01-24  jacob berkman  <jacob@ximian.com>

	* new-control-center/*.[ch]: new (temporary) html view and bug
	fixication

	* root-manager/*.[ch]: gnomeify dialogs and other cleanups

	* configure.in: flags for root-manager-helper

2001-01-17  jacob berkman  <jacob@ximian.com>

	* root-manager/Makefile.am
	* root-manager/root-manager.h: fix finding the root-manager
2001-01-24 20:26:38 +00:00
Jacob Berkman
d42affc965 Merging of my tree.
This contains:

* a few capplets were redone UI wise:

  ui-properties
  keyboard
  background-properties

* splitting of libcapplet out of this modules (into libcapplet)

* new html-based view in the control-center

* initial import of functional root-manager

This stuff isn't all done yet, but I wanted to get it in.

TODO files will hopefully follow.
2000-12-26 19:41:33 +00:00
Bradford Hovinen
99aa241dba Updated French translations Chnaged #include "config.h" to #ifdef
2000-09-10  Bradford Hovinen  <hovinen@helixcode.com>

        * po/fr.po: Updated French translations
        * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ...
        * *.desktop, *.directory: Updated French translations
        * po/POTFILES.in: Added screensaver XML files

        Courtesy of Christophe Merlet <c.merlet@agglo-pau.fr>
2000-09-10 12:57:17 +00:00
Bradford Hovinen (Gdict maintainer)
1cda85f92d Update Makefile.am's for capplets to use libcapplet/ directory
Rewrote most of gnomecc
2000-08-11 19:17:30 +00:00