summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-08 21:46:07 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-08 21:46:07 +0000
commit3f4aeca2fa2480601db11310553e856dcc0ce217 (patch)
tree89354638305c22e50ecdb9322002d3f5fd22521f /TODO
parent25f9e45ba5c66487bda07e685cfec0cff96965d3 (diff)
downloadnautilus-3f4aeca2fa2480601db11310553e856dcc0ce217.tar.gz
Remove Nautilus 1 news. This file is empty for now. Add some renaming
* NEWS: Remove Nautilus 1 news. This file is empty for now. * RENAMING: Add some renaming ideas. * TODO: Add a tiny porting to-do list. I should take that survey of GNOME2_CONVERSION_COMPLETE that Havoc did and put it in here. * TRADEMARK_NOTICE: Removed this file. Eazel logo isn't in here any more. * Makefile.am: Remove TRADEMARK_NOTICE. * components/help/hyperbola-nav-index.c: * components/mozilla/nautilus-mozilla-content-view.c: * libnautilus-private/nautilus-authn-manager.c: * libnautilus-private/nautilus-file-operations-progress.c: * libnautilus-private/nautilus-file-operations-progress.h: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-icon-dnd.c: * libnautilus-private/nautilus-program-chooser.c: * libnautilus-private/nautilus-program-chooser.h: * libnautilus-private/nautilus-program-choosing.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-search-list-view.c: * src/file-manager/nautilus-indexing-info.c: * src/nautilus-about.c: * src/nautilus-about.h: * src/nautilus-application.c: * src/nautilus-bookmarks-window.c: * src/nautilus-location-bar.c: * src/nautilus-property-browser.c: * src/nautilus-shell.c: * src/nautilus-window-menus.c: * src/nautilus-window.c: First cut at converting to GtkDialog from GnomeDialog.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index 38a2bfea8..bf65814d5 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,12 @@
-You can see our planned tasks as bugs in http://bugzilla.gnome.org.
+For tasks outside the porting effort, we track them as bugs in
+http://bugzilla.gnome.org.
+
+Porting tasks. Some are necessary and some are just cleanup.
+
+- Get EelLabel working and switch back to it on the sidebar.
+- Get rid of all the direct freetype use and switch to using
+ Pango instead.
+- 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.