2001-11-08 21:46:07 +00:00
|
|
|
For tasks outside the porting effort, we track them as bugs in
|
2002-01-03 22:48:25 +00:00
|
|
|
http://bugzilla.gnome.org. For the porting effort, please let
|
|
|
|
darin@bentspoon.com know what you are working on.
|
|
|
|
|
|
|
|
- Visit all the GNOME2_CONVERSION_COMPLETE and fix each issue
|
|
|
|
(details forthcoming)
|
2001-11-08 21:46:07 +00:00
|
|
|
|
|
|
|
- Visit all the destroy and move things into finalize or dispose
|
|
|
|
and make them callable twice as appropriate.
|
|
|
|
- Change things that use destroy handlers to use weak references
|
|
|
|
instead.
|
2002-01-03 22:48:25 +00:00
|
|
|
|
Roll double-free bug fix from the branch.
* libnautilus-private/nautilus-directory-async.c:
(top_left_read_callback): Roll double-free bug fix from the branch.
* TODO: Some small updates.
* components/hardware/nautilus-hardware-view.c:
* data/browser.xml:
* icons/crux_eggplant/crux_eggplant.xml:
* icons/crux_teal/crux_teal.xml:
* icons/default.xml:
* icons/gnome/gnome.xml:
* icons/sierra/sierra.xml:
* icons/tahoe/tahoe.xml:
* libnautilus-private/nautilus-directory-background.c:
(nautilus_file_background_write_desktop_settings):
* libnautilus-private/nautilus-icon-container.c:
(start_rubberbanding):
* libnautilus-private/nautilus-icon-text-item.c:
(fetch_themed_color):
* src/nautilus-property-browser.c: (add_color_to_browser):
* src/nautilus-sidebar-tabs.c: (setup_light_text),
(setup_dark_text), (nautilus_sidebar_tabs_init),
(nautilus_sidebar_tabs_receive_dropped_color):
* src/nautilus-sidebar-title.c:
(nautilus_sidebar_title_select_text_color):
* src/nautilus-sidebar.c: (receive_dropped_color):
Changed all rgb:RRRR/GGGG/BBBB to #RRGGBB. We still probably have
to handle the old format just for old data files.
* libnautilus-private/.cvsignore:
nautilus-marshal-guts.h -> nautilus-marshal.h
* src/file-manager/fm-directory-view.c:
(update_directory_in_scripts_menu): Add filter so that we don't
see invisible or backup files in the scripts menu. In the old
days, gnome-vfs supplied the filtering.
* src/nautilus-about.c: (nautilus_about_finalize),
(nautilus_about_instance_init), (nautilus_about_hide),
(nautilus_about_hide_on_response),
(nautilus_about_hide_on_delete), (nautilus_about_class_init):
Get rid of double-destroy problem with about, and fix OK button.
* src/nautilus-bookmarks-window.c:
(nautilus_bookmarks_window_response_callback): Fix Done button.
(create_bookmarks_window): Hook up response callback.
(on_window_delete_event), (handle_close_accelerator): Get rid of
save_geometry_and_hide, since hide already does that.
* src/nautilus-main.c: (main): Add some missing domains for better
debugging. We should figure out a way to do this without a list of
domains.
2001-12-01 01:05:38 +00:00
|
|
|
- Figure out why we get NULL font problems in Pango when the progress
|
|
|
|
dialog comes up.
|
2002-01-04 00:14:17 +00:00
|
|
|
|
2002-03-05 20:53:31 +00:00
|
|
|
- Split themes into a separate tarball/package?
|
2002-01-10 00:37:13 +00:00
|
|
|
|
2002-01-15 20:54:31 +00:00
|
|
|
- Add mnemonics for all preferences, so you can use the keyboard to
|
|
|
|
drive the preferences dialog.
|