2006-03-24 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-file.{c,h}: Add wrapper method thunar_file_get_for_uri() which is a rather common operation. * thunar/thunar-dbus-service.c (thunar_dbus_service_parse_uri_and_display): Use the newly added method thunar_file_get_for_uri(). * thunar/thunar-launcher.c: If no current directory is set, directories will always be opened in new windows. * thunar/thunar-renamer-progress.{c,h}: Add support for explicit cancellation of the rename operation. * thunar/thunar-renamer-dialog-ui.xml,thunar/thunar-renamer-model.{c,h}, thunar/thunar-renamer-dialog.{c,h}, thunar/Makefile.am: Some polish on the dialog and the model. Allow users to add/remove files using the context menu. Add a standalone mode in which the bulk rename dialog appears as standalone application and which can be invoked through the D-BUS service. Bug #1597. * thunar/thunar-standard-view.c(thunar_standard_view_action_rename): Keep up with the ThunarRenamerDialog changes. * thunar/main.c, thunar/thunar-application.{c,h}, thunar/thunar-dbus-client.{c,h}, thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add BulkRename() method to the D-BUS interface org.xfce.Thunar and add command line option -B to Thunar, which allows to open the bulk rename dialog directly. Bug #1597. * Thunar-folder-handler.desktop.in.in, Thunar.desktop.in.in, Makefile.am: Rearrange the .desktop file handling. * Makefile.am, Thunar-bulk-rename.desktop.in.in, ThunarBulkRename.in: Add launcher for the bulk rename utility. Bug #1597. * examples/thunar-file-manager.py, examples/Makefile.am: Add example for the usage of the org.xfce.Thunar interface. * thunarx/thunarx-renamer.{c,h}, thunarx/thunarx.symbols: Add new method get_actions() to ThunarxRenamer, as discussed with Jannis, to allow plugin writers to add custom actions to the renamers tree view context menu (i.e. "Edit Tags" for the thunar-media-tag-plugin). First part of bug #1602. * docs/reference/thunarx/: Update the API docs. * thunar/thunar-renamer-dialog.c(thunar_renamer_dialog_context_menu), thunar/thunar-renamer-dialog-ui.xml: Add custom actions provided by the active ThunarxRenamer to the file context menu in the renamer dialog. Second part of bug #1602. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20526)
Showing
- ChangeLog 44 additions, 0 deletionsChangeLog
- Makefile.am 19 additions, 2 deletionsMakefile.am
- Thunar-bulk-rename.desktop.in.in 13 additions, 0 deletionsThunar-bulk-rename.desktop.in.in
- Thunar-folder-handler.desktop.in.in 0 additions, 0 deletionsThunar-folder-handler.desktop.in.in
- Thunar.desktop.in.in 0 additions, 0 deletionsThunar.desktop.in.in
- ThunarBulkRename.in 27 additions, 0 deletionsThunarBulkRename.in
- docs/reference/thunarx/thunarx-sections.txt 1 addition, 0 deletionsdocs/reference/thunarx/thunarx-sections.txt
- docs/reference/thunarx/tmpl/thunarx-renamer.sgml 12 additions, 0 deletionsdocs/reference/thunarx/tmpl/thunarx-renamer.sgml
- examples/Makefile.am 1 addition, 0 deletionsexamples/Makefile.am
- examples/thunar-file-manager.py 58 additions, 0 deletionsexamples/thunar-file-manager.py
- po/ChangeLog 6 additions, 0 deletionspo/ChangeLog
- po/POTFILES.in 3 additions, 2 deletionspo/POTFILES.in
- po/Thunar.pot 169 additions, 94 deletionspo/Thunar.pot
- po/ca.po 197 additions, 100 deletionspo/ca.po
- po/de.po 179 additions, 99 deletionspo/de.po
- po/el.po 191 additions, 94 deletionspo/el.po
- po/es.po 194 additions, 97 deletionspo/es.po
- po/eu.po 191 additions, 94 deletionspo/eu.po
- po/fi.po 191 additions, 94 deletionspo/fi.po
- po/fr.po 191 additions, 94 deletionspo/fr.po
Loading
Please register or sign in to comment