2005-07-30 Benedikt Meurer <benny@xfce.org>
* thunar-vfs/thunar-vfs-job.c: Emit signals independant of the cancellation state of the current job. * thunar-vfs/thunar-vfs-trash.{c,h}: Add a way to query the absolute path to the .trashinfo file. Support relative paths and not just filenames for several trash methods. * thunar-vfs/thunar-vfs-interactive-job.{c,h}: Import the ThunarVfsInteractiveJob class, which provides the base for all jobs, that require extended user interaction. * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-marshal.list: Add required marshallers, which are not provided by GObject out of the box. * thunar-vfs/thunar-vfs-unlink-job.{c,h}: Import ThunarVfsUnlinkJob class, which is used to unlink a bunch of local or trashed files. * thunar-vfs/thunar-vfs-jobs.{c,h}: Add public interface to the various jobs provided by Thunar-VFS. * thunar-vfs/thunar-vfs.h: Remove the listdir job from the public interface. Add the jobs and the interactive job headers. * thunar/thunar-progress-dialog.{c,h}: Add ThunarProgressDialog class, which provides a dialog, that monitors the progress of an interactive and supports the required user interaction. * thunar/Makefile.am, thunar/thunar-local-folder.c: Catch up with Thunar-VFS changes. (Old svn revision: 16415)
Showing
- ChangeLog 25 additions, 0 deletionsChangeLog
- thunar-vfs/Makefile.am 32 additions, 3 deletionsthunar-vfs/Makefile.am
- thunar-vfs/thunar-vfs-interactive-job.c 343 additions, 0 deletionsthunar-vfs/thunar-vfs-interactive-job.c
- thunar-vfs/thunar-vfs-interactive-job.h 85 additions, 0 deletionsthunar-vfs/thunar-vfs-interactive-job.h
- thunar-vfs/thunar-vfs-job.c 31 additions, 36 deletionsthunar-vfs/thunar-vfs-job.c
- thunar-vfs/thunar-vfs-jobs.c 105 additions, 0 deletionsthunar-vfs/thunar-vfs-jobs.c
- thunar-vfs/thunar-vfs-jobs.h 36 additions, 0 deletionsthunar-vfs/thunar-vfs-jobs.h
- thunar-vfs/thunar-vfs-marshal.list 1 addition, 0 deletionsthunar-vfs/thunar-vfs-marshal.list
- thunar-vfs/thunar-vfs-trash.c 40 additions, 5 deletionsthunar-vfs/thunar-vfs-trash.c
- thunar-vfs/thunar-vfs-trash.h 10 additions, 8 deletionsthunar-vfs/thunar-vfs-trash.h
- thunar-vfs/thunar-vfs-unlink-job.c 469 additions, 0 deletionsthunar-vfs/thunar-vfs-unlink-job.c
- thunar-vfs/thunar-vfs-unlink-job.h 41 additions, 0 deletionsthunar-vfs/thunar-vfs-unlink-job.h
- thunar-vfs/thunar-vfs.h 2 additions, 1 deletionthunar-vfs/thunar-vfs.h
- thunar/Makefile.am 2 additions, 0 deletionsthunar/Makefile.am
- thunar/thunar-local-folder.c 1 addition, 2 deletionsthunar/thunar-local-folder.c
- thunar/thunar-progress-dialog.c 557 additions, 0 deletionsthunar/thunar-progress-dialog.c
- thunar/thunar-progress-dialog.h 52 additions, 0 deletionsthunar/thunar-progress-dialog.h
Loading
Please register or sign in to comment