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.
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-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.
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-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-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-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-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
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.