- 03 Jan, 2000 1 commit
-
-
Elliot Lee authored
Update TODO list
-
- 31 Dec, 1999 2 commits
-
-
John Sullivan authored
-
John Sullivan authored
of NautilusBookmark to use gchar * instead of GString.
-
- 30 Dec, 1999 4 commits
-
-
John Sullivan authored
-
John Sullivan authored
-
John Sullivan authored
Added working but simple Edit Bookmarks window that allows changing name & uri, reordering, and deleting bookmarks.
-
John Sullivan authored
earlier entries.
-
- 29 Dec, 1999 3 commits
-
-
John Sullivan authored
-
John Sullivan authored
-
John Sullivan authored
bug about window count; fixed bug where "Add Bookmark" would crash if a window had been closed previously.
-
- 28 Dec, 1999 3 commits
-
-
John Sullivan authored
-
John Sullivan authored
-
Elliot Lee authored
Add list of needed metadata.
-
- 23 Dec, 1999 3 commits
-
-
Elliot Lee authored
Build the fsextension stuff in.
-
Havoc Pennington authored
-
Elliot Lee authored
* src/ntl-uri-map.[ch]: Add initialization function. Implement scheme mapping. (others to follow this)
-
- 22 Dec, 1999 3 commits
-
-
Elliot Lee authored
Doodling.
-
Elliot Lee authored
* components/history/ntl-history-view.c: Testbed for UIHandler usage. * src/ntl-*view*.c: Better error checking, support UIHandler usage. * src/ntl-window-msgs.c: Better error checking. * src/ntl-window.c: Better error checking, plus move menu creation so that UIHandler usage is easier.
-
Elliot Lee authored
Allow passing initial URL on cmdline. Try to make web browser work.
-
- 21 Dec, 1999 6 commits
-
-
Elliot Lee authored
1999-12-21 Elliot Lee <sopwith@redhat.com> * idl/nautilus.idl, libnautilus/ntl-view-client.[ch], src/ntl-window*.[ch], src/ntl-view-frame-svr.c: Add request_progress_change notification * src/ntl-view-*: Fix/finish various mjs changes: Do the component type abstraction properly, lose ntl-view-frame-svr.h, add ntl-view-private.h, add various component type implementations. * src/ntl-view-frame-svr.h: Add 'extern' so everyone doesn't get their own vepv variable.
-
Elliot Lee authored
* src/ntl-view-frame-svr.h: Add 'extern' so everyone doesn't get their own vepv variable.
-
Maciej Stachowiak authored
-
Maciej Stachowiak authored
* src/ntl-view.h: Remove request_* calls from public API (they are just an implementation detail of the fact that NautilusView implements a Nautilus:ViewFrame CORBA server - the nautilus app should not need to call these). * src/ntl-view.c: Split all the three way conditional stuff out so there is a separate function for each branch of the condition. Not a big win yet, but will provide opportunities for more refactoring. * src/ntl-view-frame-svr.c, ntl-view-frame-svr.h: Move implementation of Nautilus:ViewFrame CORBA server here as much as possible. * src/ntl-view.c: Remove it from here. * src/nautilus.h: #include ntl-view-frame-svr.h * src/Makefile.am: add ntl-view-frame-svr.[ch] to build. * src/ntl-window.c: Add myself to About box (pout).
-
Maciej Stachowiak authored
-
Elliot Lee authored
Add gratuitous "About" box.
-
- 20 Dec, 1999 3 commits
-
-
Elliot Lee authored
* configure.in, components/Makefile.am: Add HTML component to build. * components/help/hyperbola-main.c, components/history/ntl-history-view.c: Make process die when all objects have been destroyed. * components/history/ntl-history-view.c: Bug fixes. * components/html/*.[ch]: Copy glibwww over, write new NautilusViewClient for HTML browsing. * src/ntl-uri-map.c: Cleanup, and use ntl_web_browser as default HTML display engine. * src/ntl-view.c: Try to handle Bonobo views for data display.
-
John Sullivan authored
are added work properly. But Edit Bookmarks is still insensitive, so there's no way to remove items (except by quitting, because the items aren't yet saved and restored across sessions).
-
Havoc Pennington authored
-
- 19 Dec, 1999 12 commits
-
-
Havoc Pennington authored
for now though, waiting on the new icon view. 1999-12-19 Havoc Pennington <hp@pobox.com> * src/file-manager/desktop-window.c (desktop_window_realize): turn on window decorations for debugging (desktop_window_init): debug comment-out the no-resize policy * src/file-manager/desktop-layout.c (desktop_layout_arrange): fool with layout routines * src/file-manager/desktop-canvas.c (desktop_canvas_size_allocate): debugging border to detect layout screwups * src/file-manager/desktop-item.c (icon_realize): set the canvas item, oops.
-
Havoc Pennington authored
1999-12-19 Havoc Pennington <hp@pobox.com> * src/file-manager/desktop-layout.c: don't do an arrangement on every change * src/file-manager/desktop-canvas.c (desktop_canvas_load_desktop_icons): connect to finished_load and arrange the icons when we get it. This is a temporary hack, because the DesktopLayout engine isn't progressive yet. * src/file-manager/fm-directory-list.c (fm_directory_list_class_init): add a finished_load signal * src/file-manager/desktop-window.c (desktop_window_init): for now, don't fill the whole screen so we can see gdb. * src/file-manager/desktop-item.c: Move user data accessors into the .c file, these are private.
-
Havoc Pennington authored
1999-12-20 Havoc Pennington <hp@redhat.com> * src/file-manager/fm-icon-cache.c: Add inline RGB data for default icon. (fm_icon_cache_load_icon): only ref the pixbuf if it exists (fm_icon_cache_new): add a new fallback special icon set (fm_icon_cache_load_icon): load fallback if the icon name is ""
-
Havoc Pennington authored
1999-12-20 Havoc Pennington <hp@redhat.com> * libnautilus/gnome-icon-container.c (set_kbd_current): return if the icon being set is NULL. This may be fixing a symptom rather than a problem.
-
Elliot Lee authored
* src/ntl-*.[ch]: Support multiple view types (Nautilus/View, GNOME/Control, GNOME/Embeddable) * src/ntl-window.[ch]: Add nautilus_window_get_uih() * idl/*.idl: Reindent.
-
Havoc Pennington authored
for now though, waiting on the new icon view. 1999-12-19 Havoc Pennington <hp@pobox.com> * src/file-manager/desktop-window.c (desktop_window_realize): turn on window decorations for debugging (desktop_window_init): debug comment-out the no-resize policy * src/file-manager/desktop-layout.c (desktop_layout_arrange): fool with layout routines * src/file-manager/desktop-canvas.c (desktop_canvas_size_allocate): debugging border to detect layout screwups * src/file-manager/desktop-item.c (icon_realize): set the canvas item, oops.
-
Havoc Pennington authored
1999-12-19 Havoc Pennington <hp@pobox.com> * src/file-manager/desktop-layout.c: don't do an arrangement on every change * src/file-manager/desktop-canvas.c (desktop_canvas_load_desktop_icons): connect to finished_load and arrange the icons when we get it. This is a temporary hack, because the DesktopLayout engine isn't progressive yet. * src/file-manager/fm-directory-list.c (fm_directory_list_class_init): add a finished_load signal * src/file-manager/desktop-window.c (desktop_window_init): for now, don't fill the whole screen so we can see gdb. * src/file-manager/desktop-item.c: Move user data accessors into the .c file, these are private.
-
Havoc Pennington authored
it's at home. This change should be reverted tonight.
-
Havoc Pennington authored
-
Havoc Pennington authored
-
Havoc Pennington authored
1999-12-17 Havoc Pennington <hp@redhat.com> * src/file-manager/fm-directory-view.c: Change to use get_current_icon_cache() (it wasn't ever freeing the icon cache anyway) * src/file-manager/fm-icon-cache.c (fm_get_current_icon_cache): function to get a global icon cache, we will share this throughout the program.
-
Havoc Pennington authored
1999-12-19 Havoc Pennington <hp@pobox.com> * src/file-manager/desktop-canvas.c (desktop_canvas_load_desktop_icons): new function, loads icons from a given directory - don't get too excited, it doesn't yet _display_ any icons! * src/file-manager/desktop-canvas.h: Add directory list field. * src/file-manager/Makefile.am (gnome_desktop_SOURCES): Add fm-directory-list.[hc] (libntl_file_manager_la_SOURCES): add fm_directory_list.[hc] * src/file-manager/fm-directory-list.h, fm-directory-list.c: New files, the non-GUI portion of a directory listing. Handles loading the dir listing and the icons.
-