- Apr 08, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-renamer-dialog.c: Fix tooltips for "add-files" and "remove-files" as pointed out by Jari Rahkonen. * po/Thunar.pot, po/*.po: Merge changed strings. * po/de.po: Update german translations. (Old svn revision: 20806)
-
Pau Rullan Ferragut authored
Thunar, first full translation (Old svn revision: 20805)
-
Daichi Kawahata authored
(Old svn revision: 20804)
-
Daichi Kawahata authored
(Old svn revision: 20803)
-
- Apr 05, 2006
-
-
Hydonsingore Cia authored
(Old svn revision: 20758)
-
- Apr 03, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-list-model.c(thunar_list_model_get_statusbar_text): Include a size summary in the statusbar text if no items are selected as suggested by Fabian Novak. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20740)
-
Benedikt Meurer authored
* thunar/thunar-tree-model.{c,h}, thunar/thunar-tree-view.c: Add removable volumes to the tree view. Bug #1636. * po/Thunar.pot, po/*.po: Update translations. (Old svn revision: 20739)
-
- Apr 02, 2006
-
-
Pau Rullan Ferragut authored
little of work on catalan translations (Old svn revision: 20689)
-
Daichi Kawahata authored
(Old svn revision: 20683)
-
Daichi Kawahata authored
(Old svn revision: 20682)
-
- Apr 01, 2006
-
-
Adriano Winter Bess authored
(Old svn revision: 20671)
-
- Mar 30, 2006
-
-
Daichi Kawahata authored
(Old svn revision: 20646)
-
Daichi Kawahata authored
* ChangeLog: There was the veto exercised. (Old svn revision: 20645)
-
- Mar 27, 2006
-
-
Daichi Kawahata authored
Andrey Fedoseev <andrey.fedoseev@gmail.com> and Sergey Fedoseev <fedoseev.sergey@gmail.com>. (Old svn revision: 20606)
-
Hydonsingore Cia authored
(Old svn revision: 20600)
-
- Mar 26, 2006
-
-
Pau Rullan Ferragut authored
sorry, mispelled and did not allow to compile (Old svn revision: 20583)
-
Pau Rullan Ferragut authored
A little of work on Thunar. I commit since I cannot keep working for a while (Old svn revision: 20582)
-
Daichi Kawahata authored
(Old svn revision: 20580)
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-xfer.c(thunar_vfs_xfer_copy_regular): Use a better error message for the case that the target file already exists. * thunar/thunar-progress-dialog.c(thunar_progress_dialog_ask): Improve the confirmation dialog as suggested by Fabian Novak. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations, thanks to Fabian Novak. (Old svn revision: 20579)
-
Daichi Kawahata authored
(Old svn revision: 20570)
-
Daichi Kawahata authored
(Old svn revision: 20553)
-
Daichi Kawahata authored
(Old svn revision: 20552)
-
Stavros Giannouris authored
(Old svn revision: 20551)
-
- Mar 25, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-standard-view.c (thunar_standard_view_action_select_by_pattern): Fix the appearance of the "Select by Pattern" dialog. * thunar/thunar-renamer-dialog.c: Need to grab a reference on the ThunarIconFactory instance for the screen of the dialog, else the standalone dialog will not generate thumbnails properly. * plugins/thunar-sbr/thunar-sbr-enum-types.c (thunar_sbr_register_enum_types): Improve the offset mode labels. * plugins/thunar-sbr/: Import the last pending renamer, the "Numbering" renamer. Bug #1609. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20550)
-
Daichi Kawahata authored
(Old svn revision: 20543)
-
Daichi Kawahata authored
(Old svn revision: 20542)
-
Daichi Kawahata authored
(Old svn revision: 20540)
-
- Mar 24, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-marshal.list: Add a marshaller for the "status-ready" signal for the upcoming ThunarVfsDeepCountJob. * thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/thunar-vfs.symbols, thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-deep-count-job.{c,h}: Add ThunarVfsDeepCountJob, which calculates the number of items and the total size of the items in a given directory. Bug #1603. * thunar/Makefile.am, thunar/thunar-size-label.{c,h}, thunar/thunar-properties-dialog.c: Add ThunarSizeLabel widget class, which handles the ThunarVfsDeepCountJob and displays the total size of a file for the properties dialog. Bug #1603. * thunar/thunar-gtk-extensions.c: Make sure tooltips are shown for the toolbar items. Bug #1593. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20534)
-
Benedikt Meurer authored
* 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)
-
- Mar 23, 2006
-
-
Stavros Giannouris authored
* po/el.po: Updated Greek translations (Old svn revision: 20523)
-
- Mar 22, 2006
-
-
Benedikt Meurer authored
* docs/reference/thunarx/tmpl/thunarx-renamer.sgml: Fix a typo. * thunar/thunar-renamer-model.c: Only invalidate items on "file-changed" signals if the file changed on the disk, to avoid invalidating items constantly while generating thumbnails. * thunar/thunar-gobject-extensions.c: Register a transformation func- tion string->uint. * plugins/thunar-sbr/thunar-sbr-case-renamer.c (thunar_sbr_case_renamer_new): More consistent naming scheme for the renamer titles. * plugins/thunar-sbr/: Import additional renamers "Insert / Overwrite" and "Remove Characters". Bug #1599. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20520)
-
- Mar 21, 2006
-
-
Benedikt Meurer authored
* plugins/thunar-uca/README: Fix typos. * thunarx/thunarx-private.{c,h}: Import new helper function thunarx_param_spec_get_option_name(). * thunarx/Makefile.am, thunarx/thunarx.h, thunarx/thunarx-renamer.{c,h}, thunarx/thunarx-renamer-provider.{c,h}, thunarx/thunarx.symbols: Merge the ThunarxRenamer extension point, which can be used to hook additional bulk renamers into Thunar. Bug #1416. * thunar/thunar-renamer-dialog.{c,h}, thunar/thunar-renamer-model.{c,h}, thunar/thunar-renamer-pair.{c,h},thunar/thunar-renamer-progress.{c,h}, thunar/Makefile.am, thunar/thunar-standard-view.c: Merge the bulk rename framework for Thunar, which uses the ThunarxRenamers to rename multiple files at once. Bug #1416. * acinclude.m4, configure.in.in, plugins/thunar-sbr/, plugins/Makefile.am: Merge stable version of the thunar-sbr exten- sion ("Simple Builtin Renamers"), which provides "Search & Replace", which optionally uses PCRE to support regular expressions, and "Convert upper/lowercase". Additional renamers will be merged once ready. Bug #1416. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20517)
-
Daichi Kawahata authored
(Old svn revision: 20514)
-
Daichi Kawahata authored
(Old svn revision: 20513)
-
Daichi Kawahata authored
(Old svn revision: 20512)
-
Daichi Kawahata authored
(Old svn revision: 20511)
-
- Mar 20, 2006
-
-
Benedikt Meurer authored
* Makefile.am, acinclude.m4, configure.in.in, po/POTFILES.in, po/Thunar.pot, plugins/: Move thunar-uca to plugins/. (Old svn revision: 20508)
-
- Mar 19, 2006
-
-
Pau Rullan Ferragut authored
seems a lot of work but they all are fuzzy (Old svn revision: 20498)
-
Daichi Kawahata authored
(Old svn revision: 20490)
-
- Mar 18, 2006
-
-
Pau Rullan Ferragut authored
added null translation and some little tweaks to not-parsing ones (Old svn revision: 20479)
-