summaryrefslogtreecommitdiff
path: root/RENAMING
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-05-27 02:17:41 +0000
committerDarin Adler <darin@src.gnome.org>2000-05-27 02:17:41 +0000
commit63d4a318cbff5f7294f50ffad8d954afbffdcfc1 (patch)
treebce40ba32b6dee05f916231715052d48c2eacaf9 /RENAMING
parent7f5aef643238b6314f7f7e3a43d0b73651891e09 (diff)
downloadnautilus-63d4a318cbff5f7294f50ffad8d954afbffdcfc1.tar.gz
A little more desktop window work.
* src/nautilus-desktop-window.c: (nautilus_desktop_window_initialize_class), (nautilus_desktop_window_initialize), (nautilus_desktop_window_new): * src/nautilus-desktop-window.h: * src/ntl-app.c: (nautilus_app_startup), (nautilus_app_quit), (nautilus_app_create_window): * src/ntl-app.h: * src/ntl-main.c: (main): Made a desktop window that's created when you start the program if you pass the --desktop option. At the moment it's a normal window and not set up to take over the desktop. * libnautilus-extensions/nautilus-glib-extensions.c: (nautilus_self_check_glib_extensions): Fixed some broken self- checks. Now we have one really broken self-check in the nautilus-directory.c file. I might turn that one off soon so we can at least run the others. * libnautilus-extensions/nautilus-gtk-macros.h: Changed how some of the macros work. Few of these macros were used in Nautilus. I hope they aren't used in the Mozilla component, because then I broke it. * libnautilus-extensions/nautilus-list-column-title.c: (nautilus_list_column_title_motion), (nautilus_list_column_title_button_press), (nautilus_list_column_title_button_release): Updated to use NAUTILUS_INVOKE_METHOD instead of NAUTILUS_KLASS, because I renamed it to NAUTILUS_CLASS and had to change these anyway. A little sweep for code that should be using CORBA_Object_is_nil instead of direct compares with CORBA_OBJECT_NIL. * components/html/main.c: (url_requested_cb): * libnautilus-extensions/bonobo-stream-vfs.c: (bonobo_stream_create): * libnautilus/nautilus-undo-manager.c: (set_up_bonobo_control): * libnautilus/nautilus-undoable.c: (nautilus_undo_register_full), (nautilus_undo_unregister), (nautilus_undo): * src/file-manager/dfos.c: (dfos_new): Switch to use CORBA_Object_is_nil. * libnautilus/nautilus-undo-manager.c: (undo_manager_unref), (nautilus_attach_undo_manager), (nautilus_share_undo_manager), (set_up_bonobo_control): Do some missing duplicate and release calls. * libnautilus/nautilus-undoable.c: (nautilus_undo_unregister): Fix a place where we'd keep a reference to a freed list. Change O(n^2) walk of list by index to O(n) walk by pointer. * src/ntl-index-panel.c: (nautilus_index_panel_remove_meta_view): Changed g_warning to a g_return_if_fail, which was designed for cases just like this one. * src/ntl-view-bonobo-subdoc.c: (bonobo_subdoc_notify_location_change): Put in a better version of the FIXME. * RENAMING: More updates.
Diffstat (limited to 'RENAMING')
-rw-r--r--RENAMING4
1 files changed, 3 insertions, 1 deletions
diff --git a/RENAMING b/RENAMING
index 8a26d4688..9b3f32b9c 100644
--- a/RENAMING
+++ b/RENAMING
@@ -48,13 +48,15 @@ classes and other data types
----------------------------
*IndexPanel* -> *Sidebar*
*MetaView* -> *SidebarPanel*
-GtkScrollFrame -> NautilusScrollFrame
NavigationRequestInfo -> NavigationRequest
NavigationInfo -> Location
SelectionInfo -> Selection
SelectionRequestInfo -> SelectionRequest
StatusRequestInfo -> Status (or StatusRequest)
+NautilusApp -> NautilusApplication
--------------
function names
--------------
+nautilus_index_panel_add_meta_view -> nautilus_sidebar_add_panel
+nautilus_index_panel_remove_meta_view -> nautilus_sidebar_remove_panel