Skip to content
Snippets Groups Projects
  1. Apr 03, 2006
    • Benedikt Meurer's avatar
      2006-04-04 Benedikt Meurer <benny@xfce.org> · 8f12d424
      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)
      8f12d424
    • Benedikt Meurer's avatar
      2006-04-04 Benedikt Meurer <benny@xfce.org> · d83696f8
      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)
      d83696f8
    • Benedikt Meurer's avatar
      2006-04-03 Benedikt Meurer <benny@xfce.org> · fe2d639b
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c(thunar_standard_view_class_init): Shift
      	  Delete/KP_Delete now also emits "delete-selected-files". Bug #1631.
      
      
      
      
      (Old svn revision: 20694)
      fe2d639b
  2. Apr 02, 2006
  3. Apr 01, 2006
  4. Mar 31, 2006
    • Benedikt Meurer's avatar
      2006-03-31 Benedikt Meurer <benny@xfce.org> · 6b491351
      Benedikt Meurer authored
      	* thunar/thunar-list-model.c(thunar_list_model_file_changed): Do not
      	  re-sort the model unless the name of the file (and thereby its
      	  position) has changed. Greatly improves the performance of the
      	  internal bulk renamer.
      	* thunar/thunar-list-model.c(thunar_list_model_sort): Reuse the memory
      	  of the sort_array for new_order to reduce stack usage with large
      	  folders.
      
      
      
      
      (Old svn revision: 20659)
      6b491351
  5. Mar 30, 2006
  6. Mar 28, 2006
    • Benedikt Meurer's avatar
      2006-03-28 Benedikt Meurer <benny@xfce.org> · 15ba783f
      Benedikt Meurer authored
      	* configure.in.in: Check for limits.h and localeconv().
      	* thunar/thunar-size-label.c: Format the size summary string properly
      	  according to the current locale.
      
      
      
      
      (Old svn revision: 20623)
      15ba783f
    • Benedikt Meurer's avatar
      2006-03-28 Benedikt Meurer <benny@xfce.org> · 84649b09
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add new hidden
      	  setting MiscCaseSensitive, which controls whether sorting is done
      	  in a case-sensitive manner.
      	* configure.in.in: Check for strcoll().
      	* thunar/thunar-file.{c,h}: Add thunar_file_compare_by_name(), which
      	  implements a rather complex but very efficient and smart comparison
      	  function for file names.
      	* thunar/thunar-tree-model.c(thunar_tree_model_cmp_array): Use
      	  thunar_file_compare_by_name() here.
      	* thunar/thunar-list-model.{c,h}: Add "case-sensitive" property and
      	  use thunar_file_compare_by_name().
      	* thunar/thunar-standard-view.c(thunar_standard_view_init): Synchronize
      	  the "misc-case-sensitive" preference with the "case-sensitive" pro-
      	  perty of the list model.
      	* thunar/thunar-tree-model.{c,h}: Add "case-sensitive" property and
      	  synchronize with the global "misc-case-sensitive" preference.
      
      
      
      
      (Old svn revision: 20614)
      84649b09
  7. Mar 27, 2006
  8. Mar 26, 2006
  9. Mar 25, 2006
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · 68408b50
      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)
      68408b50
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · 18d01ade
      Benedikt Meurer authored
      	* thunar/thunar-window.c: Add F9 shortcut to toggle the visibility of
      	  the side pane. Bug #1568.
      
      
      
      
      (Old svn revision: 20546)
      18d01ade
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · 3244df9c
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-deep-count-job.{c,h},
      	  thunar-vfs/thunar-vfs-types.h, thunar-vfs/thunar-vfs.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Allow caller to specify whether the
      	  ThunarVfsDeepCountJob should follow symlinks to folders. Bug #1606.
      	* thunar/thunar-size-label.c(thunar_size_label_file_changed): Do not
      	  follow symlinks when calculating the size of folders. Bug #1606.
      
      
      
      
      (Old svn revision: 20544)
      3244df9c
    • Daichi Kawahata's avatar
      Very minor updates. · 716e559c
      Daichi Kawahata authored
      (Old svn revision: 20543)
      716e559c
    • Daichi Kawahata's avatar
      Minor updates. · 6890dfdb
      Daichi Kawahata authored
      (Old svn revision: 20542)
      6890dfdb
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · b7e4910c
      Benedikt Meurer authored
      	* Thunar.desktop.in.in(Exec): Support dragging files and folders to
      	  the Thunar application icon, which will then be opened using Thunar.
      
      
      
      
      (Old svn revision: 20541)
      b7e4910c
    • Daichi Kawahata's avatar
      Updated Japanese translations. · 851134b1
      Daichi Kawahata authored
      (Old svn revision: 20540)
      851134b1
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · e132a164
      Benedikt Meurer authored
      	* thunar/thunar-renamer-dialog.c: Add support for dropping files to the
      	  bulk rename dialog. Bug #1605.
      
      
      
      
      (Old svn revision: 20539)
      e132a164
  10. Mar 24, 2006
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · 87e35e45
      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)
      87e35e45
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · 3291a47e
      Benedikt Meurer authored
      	* plugins/thunar-sbr/thunar-sbr-case-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-insert-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-remove-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-replace-renamer.h: Fix typos.
      	* docs/reference/thunarx/tmpl/thunarx-file-info.sgml,
      	  thunarx/thunarx-file-info.c: Register the "changed" and "renamed"
      	  signals right after the type is registered. This way gtk-doc will
      	  properly display the signals (gtk-doc doesn't invoke base_init() for
      	  interfaces). Bug #1418.
      	* docs/reference/thunarx/tmpl/thunarx-property-page-provider.sgml,
      	  docs/reference/thunarx/tmpl/thunarx-property-page.sgml,
      	  thunarx/thunarx-property-page-provider.c: Properly document
      	  ThunarxPropertyPage and ThunarxPropertyPageProvider. Bug #1456.
      
      
      
      
      (Old svn revision: 20531)
      3291a47e
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · f15ff94d
      Benedikt Meurer authored
      	* thunar/thunar-renamer-progress.{c,h}: Add new helper method
      	  thunar_renamer_progress_running(), which tells whether the rename
      	  operation is currently in progress.
      	* thunar/thunar-renamer-dialog.c(thunar_renamer_dialog_response): Fix
      	  the Cancel/Close button handling.
      	* examples/nautilus-bulk-rename.py, examples/Makefile.am: Add an ex-
      	  ample how to use Thunar Bulk Rename as Nautilus extension. Bug #1597.
      
      
      
      
      (Old svn revision: 20528)
      f15ff94d
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · a5c28c6c
      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)
      a5c28c6c
  11. Mar 23, 2006
  12. Mar 22, 2006
    • Benedikt Meurer's avatar
      2006-03-22 Benedikt Meurer <benny@xfce.org> · b743df15
      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)
      b743df15
    • Benedikt Meurer's avatar
      2006-03-22 Benedikt Meurer <benny@xfce.org> · 0f7c4340
      Benedikt Meurer authored
      	* docs/reference/thunarx/: Update the thunarx API documentation. 100%
      	  symbol docs coverage!
      
      
      
      
      (Old svn revision: 20518)
      0f7c4340
Loading