2005-06-08 Benedikt Meurer <benny@xfce.org>
* docs/design/overview.xmi: All navigational UI elements in a ThunarWindow now implement the ThunarNavigator interface, which defines the "current-directory" property and the "change-directory" signal. See the ThunarNavigator gtk-docs for details about the behaviour. * thunar/thunar-navigator.{h,c}: Provide source code for the current ThunarNavigator interface. * thunar/thunar-side-pane.{h,c}, thunar/thunar-favourites-pane.c: Changed to use ThunarNavigator instead. ThunarSidePane is currently an empty interface. * thunar-vfs/thunar-vfs-uri.{h,c}: Add a thunar_vfs_uri_to_string() method, which transform a ThunarVfsURI into a file:// uri. * thunar/thunar-location-bar.{h,c}: Provide source code for the ThunarLocationBar interface, which extends the ThunarNavigator interface. The ThunarLocationBar interface does not add anything new currently, but that will change in future revisions. * thunar/thunar-location-buttons.{c,h}: Add location path buttons implementation of the ThunarLocationBar interface. The layouting code was mostly copied from gtkpathbar.c, which was initially written by Jonathan Blandford. The implementation is not complete yet, and the layouting code is still very buggy. * TODO: Add a bunch of TODO items for Thunar 1.0. (Old svn revision: 16323)
Showing
- ChangeLog 25 additions, 0 deletionsChangeLog
- TODO 54 additions, 0 deletionsTODO
- docs/design/overview.xmi 1848 additions, 523 deletionsdocs/design/overview.xmi
- thunar-vfs/thunar-vfs-uri.c 34 additions, 0 deletionsthunar-vfs/thunar-vfs-uri.c
- thunar-vfs/thunar-vfs-uri.h 2 additions, 0 deletionsthunar-vfs/thunar-vfs-uri.h
- thunar/Makefile.am 6 additions, 0 deletionsthunar/Makefile.am
- thunar/thunar-favourites-pane.c 28 additions, 47 deletionsthunar/thunar-favourites-pane.c
- thunar/thunar-location-bar.c 59 additions, 0 deletionsthunar/thunar-location-bar.c
- thunar/thunar-location-bar.h 44 additions, 0 deletionsthunar/thunar-location-bar.h
- thunar/thunar-location-buttons.c 1052 additions, 0 deletionsthunar/thunar-location-buttons.c
- thunar/thunar-location-buttons.h 43 additions, 0 deletionsthunar/thunar-location-buttons.h
- thunar/thunar-navigator.c 213 additions, 0 deletionsthunar/thunar-navigator.c
- thunar/thunar-navigator.h 60 additions, 0 deletionsthunar/thunar-navigator.h
- thunar/thunar-side-pane.c 2 additions, 74 deletionsthunar/thunar-side-pane.c
- thunar/thunar-side-pane.h 2 additions, 11 deletionsthunar/thunar-side-pane.h
- thunar/thunar-window.c 20 additions, 3 deletionsthunar/thunar-window.c
Loading
Please register or sign in to comment