summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-bookmark.h
Commit message (Collapse)AuthorAgeFilesLines
* Darin and I started out thinking we were going to start enteringJohn Sullivan2000-04-201-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugs for the FIXME items but we were distracted into fixing bugs and tweaking code that we found while doing so. * check-FIXME.pl: Won't search old ChangeLogs for FIXMEs either; changed FIXME format from "FIXME bug xxx" to "FIXME bugzilla.eazel.com xxx" * components/history/ntl-history-view.c: (hyperbola_navigation_history_notify_location_change): Moved bookmark naming hack here and added FIXME explaining it. * libnautilus-extensions/nautilus-bookmark.h, * libnautilus-extensions/nautilus-bookmark.c: (nautilus_bookmark_new), (nautilus_bookmark_new_with_name): Combined these two into one routine that takes both the uri and title; removed hack for trying to come up with good name for bookmark here. (nautilus_bookmark_get_pixmap_and_mask): Changed to call _get_pixbuf instead of duplicating code. (nautilus_bookmark_get_pixbuf): Changed interface to return pixbuf or NULL instead of boolean result & "out" parameter. * src/nautilus-bookmark-list.c, * src/nautilus-bookmarks-window.c, * src/nautilus-window-menus.c, * src/ntl-window-msgs.c: Updated callers of nautilus_bookmark_new and _new_with_name.
* After a chat with Rebecca, named nautilus_str_underscore_escape toDarin Adler2000-04-151-2/+0
| | | | | | | | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-string.c: * libnautilus-extensions/nautilus-string.h: After a chat with Rebecca, named nautilus_str_underscore_escape to nautilus_str_double_underscores since the latter name more accurately describes what it does. (nautilus_str_double_underscores): Changed the function to allow NULL and return NULL instead of doing g_return_val_if_fail. (Also reformatted a bit and made a few gratuitous changes.) * libnautilus-extensions/nautilus-bookmark.c: * libnautilus-extensions/nautilus-bookmark.h: (nautilus_bookmark_get_menu_display_name): Moved the logic about escaping menu characters up one level so the bookmark class doesn't have to know about it. This removes the function from NautilusBookmark completely. * src/nautilus-window-menus.c: (append_bookmark_to_menu): Fixed a storage leak and moved the double-underscore escaping in here.
* Fixed underscore bug in bookmark menus (#345)Rebecca Schulman2000-04-141-0/+2
| | | | | | Created new function, to display bookmark names in menu in nautilus-bookmark, and new string function to double underscores in nautilus-string
* components/sample/nautilus-sample-content-view.c Added icon data toGene Z. Ragan2000-04-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | 2000-04-11 Gene Z. Ragan <gzr@eazel.com> * components/sample/nautilus-sample-content-view.c Added icon data to BonoboUiHandler. This is GdkPixbuf data and demonstrates the pixbuf data features added to bonobo ui handlers. * libnautilus/nautilus-bookmark.c bonobo_ui_handler_menu_new_item modified to take advantage of new bonobo ui handler pixbuf functionality. Components and menu items can now display pixbuf data. Added nautilus_bookmark_get_pixbuf() routine. * libnautilus/nautilus-bookmark.h Added nautilus_bookmark_get_pixbuf() routine. * src/nautilus-window-menus.c bonobo_ui_handler_menu_new_item modified to take advantage of new bonobo ui handler pixbuf functionality.
* Gave content views the ability to specify the user-displayed title for aJohn Sullivan2000-03-281-0/+2
| | | | | | location; this is used initially (and most importantly) by web pages so that bookmarks, the window title, and the index panel will display the html page title rather than the url.
* Tell people about the gnome-xml branch.Darin Adler2000-03-161-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HACKING: Tell people about the gnome-xml branch. * libnautilus/Makefile.am: * libnautilus/gnome-icon-container-grid.c: * libnautilus/gnome-icon-container-grid.h: * libnautilus/gnome-icon-container-private.h: * libnautilus/gnome-icon-container.c: Broke out the grid code from the main container code. This is a first step toward improving the layout code. * libnautilus/nautilus-directory-private.h: * libnautilus/nautilus-directory.c: * libnautilus/nautilus-directory.h: * src/fm-directory-view.c: Got started on making the directory I/O async. There's still a long way to go, this was a baby step. * libnautilus/nautilus-bookmark.c: * libnautilus/nautilus-bookmark.h: * libnautilus/nautilus-self-checks.c: General cleanup. * libnautilus/nautilus-file.h: Rearranged a little bit. * libnautilus/nautilus-file-utilities.c: Put FIXME in where there's code that needs to be changed.
* Made bookmarks display just file/directory name (instead of path) by default;John Sullivan2000-02-181-6/+7
| | | | made history items appear in Go menu.
* Moved NautilusBookmark from src/ to libnautilus/, in anticipation of using it inJohn Sullivan2000-02-151-0/+77
History metaview.