2005-07-30 Benedikt Meurer <benny@xfce.org>
* thunarx/thunarx-gtk-extensions.{c,h}, thunarx/Makefile.am: Add a helper function thunarx_gtk_action_group_set_action_sensitive(), which is used to easily change the sensitivity of a GtkAction within a GtkActionGroup. * thunar/thunar-window.c, thunar/thunar-standard-view.c: Use the newly added thunarx_gtk_action_group_set_action_sensitive() method. * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add new actions "open-new-window" and "close-all-windows". * thunar/thunar-application.{c,h}: Add support for progress dialogs based on the ThunarVfsInteractiveJob. Turn the ThunarApplication class into a single-instance class. Add support to open new windows and querying the list of currently open windows. * thunar/thunar-progress-dialog.{c,h}: GtkWindow already provides the "icon-name" property (since Gtk 2.6), no need to duplicate that. * thunar/main.c: Switch to ThunarApplication. (Old svn revision: 16417)
Showing
- ChangeLog 18 additions, 0 deletionsChangeLog
- thunar/main.c 15 additions, 11 deletionsthunar/main.c
- thunar/thunar-application.c 232 additions, 7 deletionsthunar/thunar-application.c
- thunar/thunar-application.h 12 additions, 2 deletionsthunar/thunar-application.h
- thunar/thunar-progress-dialog.c 13 additions, 51 deletionsthunar/thunar-progress-dialog.c
- thunar/thunar-progress-dialog.h 0 additions, 4 deletionsthunar/thunar-progress-dialog.h
- thunar/thunar-standard-view.c 4 additions, 8 deletionsthunar/thunar-standard-view.c
- thunar/thunar-window-ui.xml 3 additions, 0 deletionsthunar/thunar-window-ui.xml
- thunar/thunar-window.c 50 additions, 8 deletionsthunar/thunar-window.c
- thunarx/Makefile.am 3 additions, 1 deletionthunarx/Makefile.am
- thunarx/thunarx-gtk-extensions.c 58 additions, 0 deletionsthunarx/thunarx-gtk-extensions.c
- thunarx/thunarx-gtk-extensions.h 33 additions, 0 deletionsthunarx/thunarx-gtk-extensions.h
Loading
Please register or sign in to comment