2006-02-04 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-file.{c,h}: Add method thunar_file_list_to_path_list(), which transforms a list of ThunarFile's to a list of ThunarVfsPath's. * thunar/thunar-clipboard-manager.c (thunar_clipboard_manager_get_callback): Use newly added function thunar_file_list_to_path_list() here. * thunarx/thunarx-file-info.c(thunarx_file_info_list_copy): Use a slightly more efficient implementation here. * thunarx/thunarx-file-info.{c,h}, thunarx/thunarx.symbols: Add a boxed type for a list of ThunarxFileInfo's. * docs/reference/thunarx/: Update the thunarx API docs. * thunar/thunar-launcher.c: Use the new boxed type for the list of selected files, rather than a pointer. * thunar/thunar-navigator.c(thunar_navigator_get_type): Add requirement on G_TYPE_OBJECT. * thunar/thunar-component.{c,h}: Add new interface ThunarComponent for those parts of a ThunarWindow that require access to both the UI manager and the currently selected files. ThunarComponent extends ThunarNavigator. * thunar/thunar-view.{c,h}: The ui-manager property is now in ThunarComponent and ThunarView inherits ThunarComponent. * thunar/thunar-standard-view.{c,h}: Implement ThunarComponent interface as required by ThunarView now. This way other components will be able to determine the selected files and set the selected files without having to interact with the ThunarView implementation directly. * thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_get_free_space): Be sure to use statvfs(2) for IRIX. Bug #1425. * thunar-vfs/thunar-vfs-volume.h(ThunarVfsVolumeManagerIface): Reserve some space for future expansion now. * thunar-vfs/thunar-vfs-*.c, docs/reference/thunar-vfs/: Some updates to the Thunar-VFS API documentation. * po/Thunar.pot, po/*.po: Update translations. (Old svn revision: 19735)
Showing
- ChangeLog 34 additions, 0 deletionsChangeLog
- docs/reference/thunar-vfs/thunar-vfs-sections.txt 4 additions, 2 deletionsdocs/reference/thunar-vfs/thunar-vfs-sections.txt
- docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml 42 additions, 3 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml 3 additions, 2 deletions...eference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-database.sgml 6 additions, 3 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-mime-database.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-info.sgml 4 additions, 3 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-mime-info.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml 3 additions, 2 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-types.sgml 11 additions, 8 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-types.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-volume-manager.sgml 0 additions, 1 deletion.../reference/thunar-vfs/tmpl/thunar-vfs-volume-manager.sgml
- docs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml 0 additions, 11 deletionsdocs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml
- docs/reference/thunarx/thunarx-sections.txt 2 additions, 0 deletionsdocs/reference/thunarx/thunarx-sections.txt
- docs/reference/thunarx/tmpl/thunarx-file-info.sgml 8 additions, 0 deletionsdocs/reference/thunarx/tmpl/thunarx-file-info.sgml
- po/Thunar.pot 123 additions, 130 deletionspo/Thunar.pot
- po/ca.po 135 additions, 132 deletionspo/ca.po
- po/de.po 124 additions, 131 deletionspo/de.po
- po/el.po 127 additions, 131 deletionspo/el.po
- po/es.po 128 additions, 132 deletionspo/es.po
- po/fr.po 137 additions, 134 deletionspo/fr.po
- po/hu.po 128 additions, 132 deletionspo/hu.po
- po/it.po 127 additions, 131 deletionspo/it.po
Loading
Please register or sign in to comment