summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-13 23:37:55 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-13 23:37:55 +0000
commit22ac93ef82dc881990c535f0432cb139ce36ccd5 (patch)
tree9afd5e7c38022d663a645bc0796edff5b2c7f411 /TODO
parent612ed122c7aa457410fb14279e90ab161a4bc15c (diff)
downloadnautilus-22ac93ef82dc881990c535f0432cb139ce36ccd5.tar.gz
Deleted help component as it is not slated to be part of Gnome 2.
* components/Makefile.am: * components/help/*: * nautilus.spec.in: Deleted help component as it is not slated to be part of Gnome 2. * RENAMING: No need to rename hyperbola if it's gone. * configure.in: Removed ScrollKeeper check. Took a cut at making the medusa check use pkg-config, it's probably messed up but at least we won't define HAVE_MEDUSA if we see the Gnome 1 medusa. * libnautilus-private/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_init), (nautilus_icon_canvas_item_finalize), (nautilus_icon_canvas_item_set_arg), (nautilus_icon_canvas_item_get_arg), (draw_or_measure_label_text_aa), (draw_label_text_aa), (nautilus_icon_canvas_item_class_init): Quick cut at porting to Pango from Eel font code. It's all under ifdef USE_EEL_TEXT because it's not working well yet. At the moment the text looks bad, and it's very slow, and it's not centered. * libnautilus-private/nautilus-icon-factory.c: (embed_text): Baby steps at doing the port to Pango here too. * src/file-manager/fm-directory-view.c: (real_update_menus): Add a check for NULL that seems required. This change was suggested by the backtrace in bug 66809, but it's not clear if this really fixes anything. (Rolled from stable branch.) * src/file-manager/fm-icon-view.c: (icon_view_handle_uri_list): Fix code that passed a path instead of a URI when creating a desktop file. (Rolled from stable branch.) * TODO: Minor updates.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4c18f0f1f..794047f09 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ For tasks outside the porting effort, we track them as bugs in
http://bugzilla.gnome.org.
- Make closing a window work (Bonobo fix needed).
-- Get embedded controls working (back and forward buttons and throbber).
- Get list view working.
- Visit all the destroy and move things into finalize or dispose
and make them callable twice as appropriate.
@@ -12,5 +11,5 @@ http://bugzilla.gnome.org.
dialog comes up.
- Get EelLabel working and switch back to it on the sidebar.
-- Get rid of all the direct freetype use and switch to using
+- Get rid of the direct freetype use and switch to using
Pango instead.