Skip to content
Snippets Groups Projects
  1. Apr 08, 2006
  2. Apr 05, 2006
  3. Apr 04, 2006
  4. 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
  5. Apr 02, 2006
  6. Apr 01, 2006
  7. 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
  8. Mar 30, 2006
  9. 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
  10. Mar 27, 2006
  11. Mar 26, 2006
  12. 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
Loading