Skip to content
Snippets Groups Projects
  1. Mar 14, 2006
    • Benedikt Meurer's avatar
      2006-03-14 Benedikt Meurer <benny@xfce.org> · 1eccb86a
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-path.{c,h}, thunar-vfs/thunar-vfs.symbols: Add
      	  convenience method thunar_vfs_path_is_ancestor(), used to implement
      	  the auto-expand in the tree pane.
      	* docs/reference/thunar-vfs/: Update thunar-vfs API docs.
      	* thunar/thunar-file.h: Add thunar_file_is_ancestor().
      	* docs/README.thunarrc, thunar/thunar-preferences.c,
      	  thunar/thunar-window.c: Add new preference LastSeparatorPosition,
      	  which includes the last position of the gutter that separates the
      	  side pane and the main view.
      	* docs/README.thunarrc, thunar/thunar-preferences.c,
      	  thunar/thunar-preferences-dialog.c: Add new preferences
      	  TreeIconEmblems and TreeIconSize, similar to their shortcuts
      	  counterparts.
      	* thunar/thunar-tree-model.{c,h}, thunar/thunar-tree-pane.{c,h},
      	  thunar/thunar-tree-view.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.c: Initial import
      	  of the tree side pane. Still missing a lot of features, but the basics
      	  are in place and the performance and memory overhead is quite good
      	  already. Bug #1363.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20405)
      1eccb86a
    • Benedikt Meurer's avatar
      2006-03-14 Benedikt Meurer <benny@xfce.org> · 72ab7dc3
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-util.c: Do not include
      	  <libxfce4util/libxfce4util.h> directly.
      
      
      
      
      (Old svn revision: 20404)
      72ab7dc3
  2. Mar 13, 2006
  3. Mar 12, 2006
    • Benedikt Meurer's avatar
      2006-03-13 Benedikt Meurer <benny@xfce.org> · 390b6ef7
      Benedikt Meurer authored
      	* thunar/thunar-permissions-chooser.c
      	  (thunar_permissions_chooser_fixperm_clicked): Forgot to adjust the
      	  mode mask.
      
      
      
      
      (Old svn revision: 20376)
      390b6ef7
    • Benedikt Meurer's avatar
      2006-03-12 Benedikt Meurer <benny@xfce.org> · 721ca1b2
      Benedikt Meurer authored
      	* thunar/thunar-permissions-chooser.c
      	  (thunar_permissions_chooser_fixperm_clicked): Make sure the owner can
      	  read and enter the folder after fixing folder permissions.
      
      
      
      
      (Old svn revision: 20374)
      721ca1b2
    • Benedikt Meurer's avatar
      2006-03-12 Benedikt Meurer <benny@xfce.org> · a689d410
      Benedikt Meurer authored
      	* thunar/thunar-details-view.c(thunar_details_view_init): Use 2px
      	  spacing for the name column.
      
      
      
      
      (Old svn revision: 20366)
      a689d410
    • Benedikt Meurer's avatar
      2006-03-12 Benedikt Meurer <benny@xfce.org> · 274d8c4a
      Benedikt Meurer authored
      	* thunar/thunar-text-renderer.c: Don't setup a fixed height if text
      	  wrapping is enabled.
      	* po/Thunar.pot, po/*.po: Update translations again.
      	* po/de.po: Fix typo in german translations.
      
      
      
      
      (Old svn revision: 20365)
      274d8c4a
    • Benedikt Meurer's avatar
      2006-03-12 Benedikt Meurer <benny@xfce.org> · 66b7616e
      Benedikt Meurer authored
      	* thunar/thunar-column-editor.c(thunar_column_editor_init): Fix a typo.
      
      
      
      
      (Old svn revision: 20364)
      66b7616e
    • Benedikt Meurer's avatar
      2006-03-12 Benedikt Meurer <benny@xfce.org> · 8ffb67b3
      Benedikt Meurer authored
      	* thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c,
      	  thunar/thunar-path-entry.c: Rename THUNAR_COLUMN_REAL_NAME to
      	  THUNAR_COLUMN_FILE_NAME.
      	* thunar/thunar-enum-types.{c,h}, thunar/thunar-list-model.c: Add new
      	  list model columns THUNAR_COLUMN_GROUP and THUNAR_COLUMN_OWNER.
      	* thunar/thunar-enum-types.{c,h}: Divide ThunarColumns into visible and
      	  special columns.
      	* thunar/thunar-text-renderer.c(thunar_text_renderer_get_size): Improve
      	  guessing the required width for text columns.
      	* thunar/thunar-text-renderer.c(thunar_text_renderer_set_widget): Set
      	  fixed height for the text render.
      	* thunar/thunar-preferences.c, docs/README.thunarrc: Add preferences for
      	  the configurable detailed list view columns. Bug #1351.
      	* thunar/thunar-column-editor.{c,h}, thunar/thunar-column-model.{c,h},
      	  thunar/Makefile.am: Import ThunarColumnModel and ThunarColumnEditor
      	  classes. The ThunarColumnModel class handles the order, visibility and
      	  fixed widths of columns. The ThunarColumnEditor class provides a
      	  dialog to configure the ThunarColumnModel. Bug #1351.
      	* thunar/thunar-details-view.{c,h}, thunar/thunar-details-view-ui.xml,
      	  thunar/Makefile.am: Use column order and visibility from the
      	  ThunarColumnOrder. Add "Configure Columns..." menu item to "View",
      	  which pops up the ThunarColumnEditor. For fixed column mode, we use
      	  the fixed height mode provided by GtkTreeView, which speeds up the
      	  detailed list view a lot, esp. with older Pango version. Bug #1351.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update the german translations.
      
      
      
      
      (Old svn revision: 20363)
      8ffb67b3
    • Daichi Kawahata's avatar
      Updated Japanese translations. · d08bb598
      Daichi Kawahata authored
      (Old svn revision: 20358)
      d08bb598
  4. Mar 11, 2006
    • Benedikt Meurer's avatar
      2006-03-11 Benedikt Meurer <benny@xfce.org> · a184928a
      Benedikt Meurer authored
      	* thunar-uca/thunar-uca-editor.c(thunar_uca_editor_command_clicked),
      	  thunar/thunar-chooser-dialog.c(thunar_chooser_dialog_browse): Try to
      	  resolve relative filenames in $PATH.
      	* thunar/thunar-chooser-dialog.c: Allow users to specify whether or not
      	  an application should become the default for the given MIME type.
      	* thunar/thunar-chooser-dialog.c: Add tooltips and improve the overall
      	  usability of the chooser dialog.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20336)
      a184928a
  5. Mar 09, 2006
    • Benedikt Meurer's avatar
      2006-03-09 Benedikt Meurer <benny@xfce.org> · 4ecfcf59
      Benedikt Meurer authored
      	* thunar/thunar-shortcuts-view.c: Improve keyboard navigation. Remove
      	  the "Display Icon Emblems" menu item. Bug #1559.
      	* thunar/thunar-preferences-dialog.c: Add options for the shortcuts pane
      	  to the preferences dialog. Improve the recursive permissions option in
      	  the preference dialog and avoid the term "recursive".
      	* po/*.po, po/Thunar.pot: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20305)
      4ecfcf59
    • Benedikt Meurer's avatar
      2006-03-09 Benedikt Meurer <benny@xfce.org> · 352a7703
      Benedikt Meurer authored
      	* examples/xfce-file-manager.py: Add note about DisplayFolderAndSelect()
      	  to the example.
      
      
      
      
      (Old svn revision: 20304)
      352a7703
    • Benedikt Meurer's avatar
      2006-03-09 Benedikt Meurer <benny@xfce.org> · dfbcaea8
      Benedikt Meurer authored
      	* thunar/thunar-shortcuts-view.c: Add support to drop files to folders
      	  listed in the shortcuts pane. Bug #1345.
      
      
      
      
      (Old svn revision: 20303)
      dfbcaea8
  6. Mar 08, 2006
    • Benedikt Meurer's avatar
      2006-03-08 Benedikt Meurer <benny@xfce.org> · 6342c7d5
      Benedikt Meurer authored
      	* thunar/thunar-view.{c,h}: Add new methods get_visible_range() and
      	  scroll_to_file().
      	* thunar/thunar-standard-view.c: Implement get_visible_range() and
      	  scroll_to_file(). Drop the scroll_offsets, will be handled in
      	  ThunarWindow.
      	* thunar/thunar-window.{c,h}: Remember the first visible file whenever
      	  leaving a directory and scroll to it when entering the directory
      	  again.
      	* thunar/thunar-application.{c,h}: Return the created window from the
      	  thunar_application_open_window() method.
      	* thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c:
      	  Add DisplayFolderAndSelect() to the org.xfce.FileManager interface.
      	  File managers that cannot scroll and select to a given file can
      	  silently ignore the filename parameter and handle it like an
      	  invocation of DisplayFolder(). Bug #1553.
      
      
      
      
      (Old svn revision: 20302)
      6342c7d5
    • Benedikt Meurer's avatar
      2006-03-08 Benedikt Meurer <benny@xfce.org> · b0cb646c
      Benedikt Meurer authored
      	* thunar/thunar-shortcuts-view.c: Fix shortcut rename.
      
      
      
      
      (Old svn revision: 20293)
      b0cb646c
    • Benedikt Meurer's avatar
      2006-03-08 Benedikt Meurer <benny@xfce.org> · 9e9b90bc
      Benedikt Meurer authored
      	* thunar/thunar-shortcuts-view.c: Always open shortcuts using single
      	  clicks.
      
      
      
      
      (Old svn revision: 20291)
      9e9b90bc
    • Benedikt Meurer's avatar
      2006-03-08 Benedikt Meurer <benny@xfce.org> · cd6909c4
      Benedikt Meurer authored
      	* thunar-uca/thunar-uca-provider.c: Pass the correct working directory
      	  when launching folder actions.
      
      
      
      
      (Old svn revision: 20289)
      cd6909c4
    • Benedikt Meurer's avatar
      2006-03-08 Benedikt Meurer <benny@xfce.org> · d4dedad1
      Benedikt Meurer authored
      	* thunar/thunar-properties-dialog.c(thunar_properties_dialog_init):
      	  Properly synchronize the dialog title with the name entry box.
      	* thunar/thunar-file.{c,h}: Add THUNAR_FILE_ICON_STATE_OPEN.
      	* thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Use
      	  THUNAR_FILE_ICON_STATE_OPEN for expanded rows.
      	* thunar/thunar-side-pane.{c,h}, thunar/thunar-shortcuts-pane.c: Add
      	  "show-hidden" property.
      
      
      
      
      (Old svn revision: 20288)
      d4dedad1
  7. Mar 07, 2006
  8. Mar 06, 2006
    • Benedikt Meurer's avatar
      2006-03-06 Benedikt Meurer <benny@xfce.org> · 9e1abba4
      Benedikt Meurer authored
      	* autogen.sh, configure.in.in, po/LINGUAS: Read the set of available
      	  languages from po/LINGUAS and substitute them when autogen.sh is
      	  run. This way we can continue to use glib-gettext.
      	* docs/manual/, po-doc/, configure.in.in, Makefile.am: Import Daichi's
      	  initial japanese translations for the user manual.
      
      
      
      
      (Old svn revision: 20256)
      9e1abba4
  9. Mar 05, 2006
  10. Mar 04, 2006
Loading