2006-03-08 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-view.{c,h}: Add new methods get_visible_range() and scroll_to_file(). * thunar/thunar-standard-view.c: Implement get_visible_range() and scroll_to_file(). Drop the scroll_offsets, will be handled in ThunarWindow. * thunar/thunar-window.{c,h}: Remember the first visible file whenever leaving a directory and scroll to it when entering the directory again. * thunar/thunar-application.{c,h}: Return the created window from the thunar_application_open_window() method. * thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add DisplayFolderAndSelect() to the org.xfce.FileManager interface. File managers that cannot scroll and select to a given file can silently ignore the filename parameter and handle it like an invocation of DisplayFolder(). Bug #1553. (Old svn revision: 20302)
Showing
- ChangeLog 18 additions, 0 deletionsChangeLog
- thunar/thunar-application.c 53 additions, 46 deletionsthunar/thunar-application.c
- thunar/thunar-application.h 1 addition, 1 deletionthunar/thunar-application.h
- thunar/thunar-dbus-service-infos.xml 23 additions, 0 deletionsthunar/thunar-dbus-service-infos.xml
- thunar/thunar-dbus-service.c 70 additions, 0 deletionsthunar/thunar-dbus-service.c
- thunar/thunar-standard-view.c 142 additions, 52 deletionsthunar/thunar-standard-view.c
- thunar/thunar-view.c 55 additions, 0 deletionsthunar/thunar-view.c
- thunar/thunar-view.h 22 additions, 0 deletionsthunar/thunar-view.h
- thunar/thunar-window.c 86 additions, 3 deletionsthunar/thunar-window.c
- thunar/thunar-window.h 7 additions, 0 deletionsthunar/thunar-window.h
Loading
Please register or sign in to comment