Skip to content
Snippets Groups Projects
  1. Mar 15, 2006
    • Benedikt Meurer's avatar
      2006-03-16 Benedikt Meurer <benny@xfce.org> · 2fe5debb
      Benedikt Meurer authored
      	* thunar/thunar-location-buttons.c, thunar/thunar-standard-view-ui.xml,
      	  thunar/thunar-standard-view.c: Yet another attempt to set appropriate
      	  labels/tooltips for the cut/copy/paste actions. Cut/copy/paste in file
      	  manager is really different to other applications, not the actual data
      	  is stored in the clipboard, but only the location where to find the
      	  data.
      	* thunar/thunar-tree-view.c: Add drop site support and clipboard
      	  actions.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations. Use "Ordner" instead of
      	  "Verzeichnis" to be consistent with the shared-mime-info and Gtk+
      	  translations.
      
      
      
      
      (Old svn revision: 20449)
      2fe5debb
  2. Mar 14, 2006
    • Hydonsingore Cia's avatar
      update zh_TW translations for Thunar. · c8c4a752
      Hydonsingore Cia authored
      (Old svn revision: 20418)
      c8c4a752
    • 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
  3. Mar 13, 2006
  4. Mar 12, 2006
    • 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> · 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
  5. 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
  6. 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
  7. 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
  8. Mar 05, 2006
  9. Mar 04, 2006
  10. Mar 03, 2006
  11. Mar 02, 2006
  12. Mar 01, 2006
    • Benedikt Meurer's avatar
      2006-03-01 Benedikt Meurer <benny@xfce.org> · f838d0e4
      Benedikt Meurer authored
      	* docs/manual/C/Thunar.xml.in: Add "Frequently Asked Questions".
      	* thunar/thunar-location-buttons.c(thunar_location_buttons_clicked):
      	  Make sure the new active button is visible on the location button bar.
      	* ThunarHelp.in, Makefile.am: Add ThunarHelp script, which is used to
      	  display the Thunar user manual.
      	* thunar/thunar-dialogs.{c,h}, thunar/Makefile.am: Add new helper method
      	  thunar_dialogs_show_help(), which is used to open the documentation
      	  browser.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Contents"
      	  item to the "Help" menu.
      	* thunar/thunar-chooser-button.c(thunar_chooser_button_file_changed):
      	  Fix typo.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Updated the german translations.
      
      
      
      
      (Old svn revision: 20145)
      f838d0e4
  13. Feb 27, 2006
    • Benedikt Meurer's avatar
      2006-02-27 Benedikt Meurer <benny@xfce.org> · c9b96f69
      Benedikt Meurer authored
      	* 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, po/Thunar.pot, po/*.po: Revert the
      	  previous commit. Lightweight session management won't work for
      	  Thunar, instead XSM should be implemented. Bug #1415.
      
      
      
      
      (Old svn revision: 20107)
      c9b96f69
  14. Feb 26, 2006
    • Benedikt Meurer's avatar
      2006-02-27 Benedikt Meurer <benny@xfce.org> · 6fa84bea
      Benedikt Meurer authored
      	* 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 session management support based on
      	  the ExoXsessionClient class. Bug #1415.
      	* po/Thunar.pot, po/*.po: Update translations.
      
      
      
      
      (Old svn revision: 20105)
      6fa84bea
  15. Feb 25, 2006
Loading