2001-01-25 Bradford Hovinen <hovinen@ximian.com>
* config-log.c (get_current_date): Use local time rather than
Greenwich Mean Time
* location.c (location_store_xml): Implement; copy from
location_store
(location_store): Free filename after use
* archive.c (archive_load): Free prefix only if not global
* location.c (location_rollback_all_to): Increment array
* util.c (parse_date): Normalize values
2001-01-25 Bradford Hovinen <hovinen@ximian.com>
* main.c (main): Support operating on global backends
Add popt option for operating on global backends
2001-01-25 jacob berkman <jacob@ximian.com>
* root-manager/root-manager.c (main): add a \n to the usage
message
* root-manager/root-manager-wrap.c: change some g_print's to
fprintf to stderr
2001-01-24 Bradford Hovinen <hovinen@ximian.com>
* config-manager-dialog.c (config_manager_dialog_finalize): Update
unrefs
(config_manager_dialog_init): GLADE_DIR -> GLADE_DATADIR
(config_manager_dialog_init): Remove outdated signal connections
(config_manager_dialog_init): Remove code to create location list
Inherit from CappletWidget rather than GnomeDialog
(config_manager_dialog_init): Remove gtk_window_set_policy call
(ok_cb):
(cancel_cb): Remove gnome_dialog_close call
(config_manager_dialog_init): Set state to "changed" so that the
Ok button is active
(populate_backends_cb): Set backend_id in dialog if not already set
2001-01-24 Bradford Hovinen <hovinen@ximian.com>
* capplets/new-background-properties/preferences.c
(preferences_read_xml): Fix typo in adjust-opacity part
* capplets/new-background-properties/main.c (do_set_xml): Apply
preferences as well as saving them
2001-01-24 Jason Leach <jasonleach@usa.net>
* Makefile.am (INCLUDES): Forgot a trailing backslash so
GNOMECC_CFLAGS wasn't actually being used. It is now.
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 Bradford Hovinen <hovinen@ximian.com>
* config-manager-dialog.c (config_manager_dialog_finalize): Update
unrefs
(config_manager_dialog_init): GLADE_DIR -> GLADE_DATADIR
(config_manager_dialog_init): Remove outdated signal connections
(config_manager_dialog_init): Remove code to create location list
* Makefile.am (INCLUDES): Changed CAPPLET_CFLAGS to
ROLLBACK_CAPPLET_CFLAGS
(rollback_capplet_LDADD): Ditto for CAPPLET_LIBS
* config-manager-dialog.c: Remove #include
"create-location-dialog.h" and #include "location-list.h"; set all
the includes from libarchiver to get their files from the right
directory
2001-01-24 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (INCLUDES): Cleaned out kruft and replaced it with
GNOMECC_CFLAGS
(gnomecc_LDADD): Ditto
2001-01-12 Gene Z. Ragan <gzr@eazel.com>
Fixed bug 3229, Clean up appearance of File Types and Programs capplet
* mime-type-capplet/nautilus-mime-type-capplet.c:
(init_mime_capplet):
Adjust positions of widgets for better look and feel.
2001-01-12 Gene Z. Ragan <gzr@eazel.com>
Fix bug 4797, user can choose an icon anywhere on his filesystem
to associate it to a given mime type but the icon will not be used.
* mime-type-capplet/nautilus-mime-type-icon-entry.c:
(entry_changed), (ientry_destroy), (browse_clicked),
(nautilus_mime_type_show_icon_selection),
(nautilus_mime_type_icon_entry_init),
(nautilus_mime_type_icon_entry_set_pixmap_subdir):
Remove ability to navigate to directories outside of the
shared pixmap path.
2001-01-08 Gene Z. Ragan <gzr@eazel.com>
Fixed bug 3041, "Action" column text is confusing
* mime-type-capplet/nautilus-mime-type-capplet.c:
(add_mime_clicked), (update_mime_list_action),
(populate_mime_list), (create_mime_list_and_scroller):
Made changes according to input from John and Arlo.
Changed "Action" column to "Default Action."
Changed action text when a viewer is specified to
"View as" preprended to the action type.