2002-04-29 Rachel Hestilow * theme-properties.glade: Further revamp based on seth's suggestions. 2002-04-29 Rachel Hestilow * theme-properties.glade: Hide checkbutton until we actually implement that...put it on the backburner for now. 2002-04-29 Rachel Hestilow * theme-properties.glade, theme-swither.c: Add support for install/manage themes. 2002-04-27 Seth Nickell * gtk-theme-selector.desktop.in: Change name, move out of Advanced category. * theme-properties.glade: Tweak padding / spacing. * gtk-theme-selector.desktop.in.in: Old cruft file, delete. 2002-04-26 Seth Nickell * Makefile.am: * gnome-font-and-theme-properties.c: * gnome-font-and-theme-properties.glade: * gtk-theme-selector.glade: * main.c: * theme-properties.glade: * theme-switcher.c: (create_dialog), (theme_selection_changed), (read_themes), (theme_key_changed), (theme_changed_func), (sort_func), (setup_dialog), (main): Move the font code into a seperate capplet. Thu Apr 18 19:35:42 2002 Jonathan Blandford * gnome-font-and-theme-properties.c (setup_dialog): handle new theme-changing code, and sort code. 2002-04-12 jacob berkman * gnome-font-and-theme-properties.c (create_dialog): get the glade file from GLADEDIR * Makefile.am (INCLUDES): define GLADEDIR (glade_DATA): install the right glade file Wed Apr 10 18:03:25 2002 Jonathan Blandford * gtk-theme-selector.desktop.in (Exec): s/gtk2-theme-selector-capplet/gnome-font-and-theme-properties 2002-04-10 Rachel Hestilow * gnome-font-and-theme-properties.glade: Add font options to UI. * gnome-font-and-theme-properties.c (setup_dialog): Add peditors for fonts. 2002-04-10 jacob berkman * Makefile.am (SUBDIRS): add back SUBDIRS 2002-03-28 Richard Hestilow * control/control.c (create_form): Construct list example from a single string. Fixes bug #72761. 2002-03-09 Richard Hestilow * gtk-theme-selector.glade, main.c: Remove preview option and button, this makes no sense with instant apply. (select_cb): Just call apply_cb. 2002-02-27 Kjartan Maraas * main.c: s/PACKAGE/GETTEXT_PACKAGE/g 2002-02-18 Gediminas Paulauskas * main.c: fix i18n 2002-02-11 Seth Nickell * gtk-theme-selector.glade: * main.c: (call_apply), (response_cb), (main): Convert to instant apply. 2002-02-04 Lauris Kaplinski * main.c (themes_list_refresh): Use g_path_get_basename (get_selected_theme_name): Ditto (install_cb): Use g_signal_connect * control/control.c (create_form): Use gtk_menu_shell_append (create_form): Use gtk_radio_button_get_group, set entry max length explicitly 2002-01-28 Richard Hestilow * main.c: Include gconf-client.h, add trailing NULLs to all gconf_client calls (for GError). 2002-01-27 Seth Nickell * gtk-theme-selector.desktop.in.in: Add Categories field. 2002-01-27 Richard Hestilow * control/control.c: Include string.h. (create_form): Defer modifying default rc files until property is set. (set_prop_cb): Set default files here instead. 2002-01-21 Anders Carlsson * main.c: Get the theme name right. * control/control.c (create_form): Use a GtkTreeView instead of a clist. 2002-01-21 Richard Hestilow * Complete rewrite. 2002-01-14 Bradford Hovinen * Makefile.am: Update 2002-01-04 Bradford Hovinen * control/Makefile.am (gnome_theme_preview_LDADD): Use $(CONTROL_{CFLAGS|LIBS}) rather than @CONTROL_{CFLAGS|LIBS}@ 2001-12-08 Richard Hestilow * Port to GConf. 2001-12-08 Richard Hestilow * Partial revamp to use bonobo control instead of bug-prone custom socket; also port away from libcapplet. 2001-10-13 Bradford Hovinen * lister.c (edit_file_to_use): Be paranoid about what we have read from the input file -- make sure the string is always NULL-terminated 2001-09-29 Richard Hestilow * gui.c (sort_alpha): Use g_strcasecmp, not strcmp. Fixes bug #13539. 2001-09-29 Richard Hestilow * lister.c: (list_themes, list_system_themes, list_user_themes): Return a GList of ThemeEntry*, and remove extraneous number argument. Also, use g_strdup_printf instead of g_snprintf. * da.h (ThemeEntry): Add a "row" data member. * gui.c: Change variables current_theme, current_global_theme, initial_theme, and last_theme to ThemeEntry*. (make_main): Change GtkList to a GtkCList to avoid scrolling bug. (click_entry): Changed to "select_row" callback prototype. (delete_entry): Removed. (item_destroy_notify): Added in lieu of delete_entry. (sort_alpha): Accept ThemeEntry* and not GtkBin*. (add_theme_list): Added. (update_theme_entries): Use clist functions. 2001-07-27 Bradford Hovinen * RELEASE : 1.5.2 2001-07-27 Bradford Hovinen * Makefile.am: Remove empty SUBDIRS line 2001-07-20 Chema Celorio * RELEASE : 1.5.0 2001-07-19 Richard Hestilow * Started. * main.c (main): Don't waitpid. I have no idea why it didn't work, but this is at least better than waiting forever.