- 16 Mar, 2000 1 commit
-
-
John Sullivan authored
-
- 12 Mar, 2000 1 commit
-
-
Ramiro Estrugo authored
-
- 07 Mar, 2000 1 commit
-
-
John Sullivan authored
items into the window's menubar, which has been slightly tweaked also.
-
- 24 Feb, 2000 2 commits
-
-
John Sullivan authored
because HistoryView isn't a GtkObject.
-
John Sullivan authored
theme changes (but no effect because Nautilus icon theme changes don't yet trickle to metaview); (2) add "View as Text" to choices when viewing html (but no effect because loading from http is currently broken).
-
- 20 Feb, 2000 1 commit
-
-
Maciej Stachowiak authored
* libnautilus/ntl-view-frame.c, libnautilus/ntl-view-frame.h: Changed NautilusViewFrame to allow creation of `Nautilus::View' objects that have additional interfaces while sharing the actual control. This will allow, for instance, the creation of components that are both a `Nautilus::View' and a `Bonobo::Embeddable'. The basic changes are to require a `BonoboObject' with a `Bonobo::Control' interface at construction time. - Two creation functions are provided: `nautilus_view_frame_new', which takes a GtkWidget, creates a new control that contains that widget, and the constructs a NautilusViewFrame with that control, and `nautilus_view_frame_new_from_control', which creates a NautilusViewFrame that gets added as an additional interface to an existing control. - In the course of doing this it became clear that it would be easier if NautilusViewFrame were changed to inherit from BonoboObject rather than GtkBin, so this was done; as a result, the nautilus_view_frame_get_bonobo_object call was removed, since the view_frame _is_ a bonobo object. However, a nautilus_view_frame_get_bonobo_control call was added as a convenience, to allow other code to avoid having to query_local_interface for the control object manually. * libnautilus/ntl-meta-view-frame.c, libnautilus/ntl-meta-view-frame.h, libnautilus/ntl-content-view-frame.c, libnautilus/ntl-content-view-frame.h: Analogous changes; mainly, added `nautilus_meta_view_frame_new', `nautilus_meta_view_frame_new_from_control', `nautilus_content_view_frame_new' and `nautilus_content_view_frame_new_from_control'. * components/help/hyperbola-nav-index.c, components/help/hyperbola-nav-tree.c, components/history/ntl-history-view.c, components/html/ntl-web-browser.c, components/notes/ntl-notes.c, components/websearch/ntl-web-search.c, src/ntl-app.c, src/file-manager/fm-directory-view.c: Fixed initialization and object creation functions to deal with the above API change.
-
- 18 Feb, 2000 1 commit
-
-
John Sullivan authored
made history items appear in Go menu.
-
- 16 Feb, 2000 2 commits
-
-
Elliot Lee authored
* components/help/hyperbola-nav-index.c: Fix warning. * components/history/ntl-history-view.c: Update for Bonobo UIH changes. * components/html/main.c: Update repo ID for Bonobo changes. * src/ntl-view-bonobo-control.c: Likewise * src/ntl-view-bonobo-subdoc.c: Likewise * src/ntl-view-nautilus.c: Likewise * src/ntl-view.c: Only check for death every other second. * components/html/ntl-web-browser: Debugging printfs for now
-
John Sullivan authored
recent (top) to longest ago, with no duplicates.
-
- 15 Feb, 2000 1 commit
-
-
John Sullivan authored
-
- 10 Feb, 2000 1 commit
-
-
Elliot Lee authored
* src/ntl-main.c: Add "Bonobo" to list of log domains to catch. * src/ntl-window.c: Do proper UIH setup for the menubar and toolbar. Also switch to using the hpaned temporarily, to be able to see/manipulate all the meta views. * components/history/ntl-history-view.c: Implement client side of menu merging properly.
-
- 26 Jan, 2000 1 commit
-
-
Maciej Stachowiak authored
* components/help/hyperbola-main.c, components/help/hyperbola-nav-tree.c, components/history/ntl-history-view.c, components/html/main.c, components/html/ntl-web-browser.c, components/websearch/ntl-web-search.c, idl/nautilus.idl, libnautilus/gnome-icon-container.c, libnautilus/gnome-progressive-loader.c, libnautilus/gnome-progressive-loader.h, libnautilus/libnautilus.h, libnautilus/ntl-content-view-frame.c, libnautilus/ntl-meta-view-frame.c, libnautilus/ntl-view-frame.c, libnautilus/ntl-view-frame.h, src/nautilus.h, src/ntl-index-panel.c, src/ntl-view-bonobo-control.c, src/ntl-view-bonobo-subdoc.c, src/ntl-view-frame-svr.c, src/ntl-view-nautilus.c, src/ntl-view-private.h, src/ntl-view.c, src/ntl-view.h, src/ntl-window.c, src/ntl-window.h, src/file-manager/dfos-corba.h, src/file-manager/dfos-xfer.c, src/file-manager/dfos-xfer.h, src/file-manager/fm-main.c: Build with the recent Bonobo global renaming, and Havoc's changes. A patch from Kjartan Maraas <kmaraas@online.no> and scripts from Nat Friedman <nat@helixcode.com> were a very helpful starting point.
-
- 10 Jan, 2000 1 commit
-
-
Maciej Stachowiak authored
* libnautilus/ntl-view-client.c, libnautilus/ntl-view-client.h, libnautilus/ntl-content-view-client.c, libnautilus/ntl-content-view-client.h, libnautilus/ntl-meta-view-client.c, libnautilus/ntl-meta-view-client.h,: Rename NautilusViewClient to NautilusViewFrame, NautilusContentViewClient to NautilusContentViewFrame, and NautilusMetaViewClient to NautilusMetaViewFrame. * components/help/hyperbola-nav-tree.c, components/history/ntl-history-view.c, components/html/ntl-web-browser.c, components/websearch/ntl-web-search.c, src/ntl-app.c, src/file-manager/fm-directory-view.c, src/file-manager/fm-directory-view.h: Reflect the above renaming.
-
- 04 Jan, 2000 1 commit
-
-
Elliot Lee authored
just add some braces to make future UIH debugging easier.
-
- 03 Jan, 2000 1 commit
-
-
Elliot Lee authored
2000-01-03 Elliot Lee <sopwith@redhat.com> Update copyright notices.
-
- 22 Dec, 1999 1 commit
-
-
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.
-
- 21 Dec, 1999 1 commit
-
-
Elliot Lee authored
Add gratuitous "About" box.
-
- 20 Dec, 1999 1 commit
-
-
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.
-
- 16 Dec, 1999 3 commits
-
-
Elliot Lee authored
* components/history/ntl-history-view.c: Now works. * src/ntl-uri-map.c: Duplicate the URI being requested, since we don't know what the lifetime of the original value will be. * src/ntl-window.c: Use the paned instead of hbox, use create_menus_with_data instead. * src/file-manager: Misc warning fixes. * src/gtkscrollframe.c: Try to get rid of scrollbar chopping.
-
Elliot Lee authored
1999-12-16 Elliot Lee <sopwith@redhat.com> * components/help/hyperbola-nav-tree.c: Translate strings. * components/history/ntl-history-view.c: Bug fixes, use API function for setting meta-view label. * libnautilus/ntl-meta-view-client.[ch]: s/meta_view_set_label/meta_view_client_set_label/ * src/ntl-uri-map.c: Use history view instead of help view as the default meta view for now. * src/ntl-window.c: As per the comment that was removed from ntl-window.c, gnome_app_install_menu_hints() needs to be called _after_ statusbar creation * src/file-manager/fm-directory-view.c: Add more debugging assertions and messages.
-
Elliot Lee authored
* Warning fixes throughout. * Use $(WERROR) in Makefiles to get -Werror.
-
- 15 Dec, 1999 1 commit
-
-
Darin Adler authored
-
- 14 Dec, 1999 1 commit
-
-
Elliot Lee authored
The whole wazoo. It would work, except for a bug I blame on gnome-vfs.
-
- 13 Dec, 1999 1 commit
-
-
Elliot Lee authored
* libnautils/g*.[ch]: Switch from imlib to pixbuf. * src/file-manager: Import from gnome-fm. * idl/nautilus.idl: Add a 'main_window' attribute on a ViewFrame, so that views can talk to the main window.
-
- 09 Dec, 1999 1 commit
-
-
Elliot Lee authored
Attempt at a history view.
-