2005-09-27 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Substitute platform flags properly. * thunar/Makefile.am: Don't delete thunar-thumbnail-frame.h. * thunar/thunar-standard-view.c(thunar_standard_view_selection_changed): Use ngettext() for the Cut/Copy File(s) actions. * thunar/thunar-file.{c,h}: Add new virtual method get_actions(), which is used to support custom actions for certain files (e.g. the Empty Trash Bin action for the trash file). * thunar/thunar-application.{c,h}: Add thunar_application_delete_uris() to be able to easily delete arbitrary files. * thunar/thunar-trash-file.c(thunar_trash_file_new): Use thunar_file_destroy() instead of gtk_object_destroy(). * thunar/thunar-trash-folder.c: Implement the get_actions() method with the "Empty Trash Bin" action. * thunar/thunar-standard-view-ui.xml, thunar/thunar-standard-view.c: Extend the extension menu merge mechanism to also load custom actions provided by ThunarFile implementations. * thunar/thunar-file.c(thunar_file_accepts_uri_drop): Fix typo. * thunar/thunar-trash-folder.c: Watch files for changes. * thunar/thunar-favourites-view.c (thunar_favourites_view_button_press_event): Add custom actions to the favourite context menu. * TODO: Drop completed item. * configure.in.in: Disable strict aliasing if debugging is enabled and the compiler supports the -fno-strict-aliasing switch. * po/*.po: Update translations. * main.c(main): Initialize file properly. * thunar/thunar-file.c(thunar_local_file_is_renameable): Don't permit users to rename root nodes. * thunar/thunar-open-with-action.c(thunar_open_with_action_menu_mapped): Use "Other Application..." instead of just "Other...". (Old svn revision: 17872)
Showing
- ChangeLog 33 additions, 0 deletionsChangeLog
- TODO 0 additions, 7 deletionsTODO
- configure.in.in 21 additions, 0 deletionsconfigure.in.in
- po/de.po 64 additions, 35 deletionspo/de.po
- po/el.po 68 additions, 35 deletionspo/el.po
- po/hu.po 68 additions, 35 deletionspo/hu.po
- po/ja.po 67 additions, 35 deletionspo/ja.po
- thunar/Makefile.am 1 addition, 1 deletionthunar/Makefile.am
- thunar/main.c 1 addition, 1 deletionthunar/main.c
- thunar/thunar-application.c 55 additions, 12 deletionsthunar/thunar-application.c
- thunar/thunar-application.h 4 additions, 0 deletionsthunar/thunar-application.h
- thunar/thunar-favourites-view.c 42 additions, 1 deletionthunar/thunar-favourites-view.c
- thunar/thunar-file.c 29 additions, 1 deletionthunar/thunar-file.c
- thunar/thunar-file.h 10 additions, 4 deletionsthunar/thunar-file.h
- thunar/thunar-local-file.c 9 additions, 5 deletionsthunar/thunar-local-file.c
- thunar/thunar-open-with-action.c 1 addition, 1 deletionthunar/thunar-open-with-action.c
- thunar/thunar-standard-view-ui.xml 2 additions, 2 deletionsthunar/thunar-standard-view-ui.xml
- thunar/thunar-standard-view.c 75 additions, 49 deletionsthunar/thunar-standard-view.c
- thunar/thunar-trash-file.c 1 addition, 1 deletionthunar/thunar-trash-file.c
- thunar/thunar-trash-folder.c 128 additions, 3 deletionsthunar/thunar-trash-folder.c
Loading
Please register or sign in to comment