diff options
author | Darin Adler <darin@src.gnome.org> | 2000-04-06 23:39:11 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-04-06 23:39:11 +0000 |
commit | 1ae3a2426a4e21d7db61e5e5885cd513c68716c3 (patch) | |
tree | 71d547d56b7e1fe2b1f5e6a1754e68db70567dfc /ChangeLog-20000414 | |
parent | 50206e4a0093a53ceb58ff424cd0e40bd82fcceb (diff) | |
download | nautilus-1ae3a2426a4e21d7db61e5e5885cd513c68716c3.tar.gz |
Added the hooks needed to make metafile reading asynchronous.
Next I'll change the actual metafile access to work that way.
* libnautilus/nautilus-directory.h:
* libnautilus/nautilus-directory.c:
(nautilus_directory_metadata_call_when_ready): Added function
that requests a read of some metadata and calls back when the
data is ready.
* src/ntl-app.c: (nautilus_app_startup): Got rid of call to
nautilus_navinfo_init.
* src/ntl-types.h: Moved the NautilusNavigationInfo struct
and related defines to ntl-uri-map.h.
* src/ntl-uri-map.h:
* src/ntl-uri-map.c:
Reformatted and changed the names of many functions.
Added code to use the new metadata callback.
* src/ntl-index-panel.c:
* src/ntl-main.c:
* src/ntl-view.h:
* src/ntl-window-msgs.c:
* src/ntl-window.c:
* src/ntl-window.h:
Had to change includes a bit because of my changes to what
header files are including.
* src/ntl-window-msgs.c: (nautilus_window_update_state):
* src/ntl-window.h:
Use the new nautilus_navigation_info_cancel call instead of
reaching right in to cancel the underlying call.
* src/ntl-view-private.h:
Reformatting.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r-- | ChangeLog-20000414 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414 index aeaf39b27..0939a895f 100644 --- a/ChangeLog-20000414 +++ b/ChangeLog-20000414 @@ -1,5 +1,44 @@ 2000-04-06 Darin Adler <darin@eazel.com> + Added the hooks needed to make metafile reading asynchronous. + Next I'll change the actual metafile access to work that way. + + * libnautilus/nautilus-directory.h: + * libnautilus/nautilus-directory.c: + (nautilus_directory_metadata_call_when_ready): Added function + that requests a read of some metadata and calls back when the + data is ready. + + * src/ntl-app.c: (nautilus_app_startup): Got rid of call to + nautilus_navinfo_init. + + * src/ntl-types.h: Moved the NautilusNavigationInfo struct + and related defines to ntl-uri-map.h. + + * src/ntl-uri-map.h: + * src/ntl-uri-map.c: + Reformatted and changed the names of many functions. + Added code to use the new metadata callback. + + * src/ntl-index-panel.c: + * src/ntl-main.c: + * src/ntl-view.h: + * src/ntl-window-msgs.c: + * src/ntl-window.c: + * src/ntl-window.h: + Had to change includes a bit because of my changes to what + header files are including. + + * src/ntl-window-msgs.c: (nautilus_window_update_state): + * src/ntl-window.h: + Use the new nautilus_navigation_info_cancel call instead of + reaching right in to cancel the underlying call. + + * src/ntl-view-private.h: + Reformatting. + +2000-04-06 Darin Adler <darin@eazel.com> + * libnautilus/nautilus-directory-background.c: (nautilus_connect_background_to_directory_metadata): Fixed code that was trying to disconnect the handler from the |