Skip to content
Snippets Groups Projects
  1. Dec 07, 2008
  2. Nov 27, 2008
  3. Nov 26, 2008
  4. Nov 25, 2008
  5. Nov 23, 2008
  6. Nov 21, 2008
  7. Nov 19, 2008
  8. Nov 12, 2008
  9. Nov 06, 2008
  10. Oct 30, 2008
  11. Oct 29, 2008
  12. Oct 12, 2008
  13. Sep 19, 2008
  14. Dec 07, 2007
  15. Dec 02, 2007
    • Benedikt Meurer's avatar
      2007-12-02 Benedikt Meurer <benny@xfce.org> · 1d3d07df
      Benedikt Meurer authored
      	* === Released 0.9.0 ===
      	* NEWS, configure.in.in: Bump version.
      	* README, configure.in.in: Depend on exo 0.3.4.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      	* docs/reference/thunar-vfs/Makefile.am,
      	  docs/reference/thunarx/Makefile.am: Fix dist building.
      	* docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
      	  docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.
      
      
      
      
      (Old svn revision: 26419)
      2 tags
      1d3d07df
  16. Nov 28, 2007
    • Benedikt Meurer's avatar
      2007-11-28 Benedikt Meurer <benny@xfce.org> · 3f1b4790
      Benedikt Meurer authored
      	* plugins/thunar-sbr/: Import new date renamer based on patch
      	  from Nick Schermer <nick@xfce.org>. Bug #3656.
      	* docs/manual/: Update the user manual.
      	* po/POTFILES.in: Add new file here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 26394)
      3f1b4790
  17. Jun 20, 2007
  18. Jun 16, 2007
  19. May 23, 2007
    • Benedikt Meurer's avatar
      2007-05-23 Benedikt Meurer <benny@xfce.org> · 67e795eb
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-io-jobs.c, thunar-vfs/thunar-vfs-job.{c,h},
      	  thunar-vfs/thunar-vfs-job-private.h, thunar/thunar-dialogs.c,
      	  thunar-vfs/thunar-vfs-transfer-job.c: Add support to retry job
      	  based operations.
      	* thunar-vfs/thunar-vfs-job-private.h, thunar-vfs-job.{c,h},
      	  thunar-vfs/thunar-vfs-transfer-job.c, thunar/thunar-dialogs.{c,h},
      	  thunar/thunar-progress-dialog.c, thunar-vfs/thunar-vfs-marshal.list:
      	  Display more details when asking the user whether to replace an
      	  existing file with another file. Bug #3268.
      	* po/tr.po: Revert broken file.
      	* po/*.po, po/*.pot: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 25750)
      67e795eb
  20. May 22, 2007
    • Benedikt Meurer's avatar
      2007-05-22 Benedikt Meurer <benny@xfce.org> · 7ae4a164
      Benedikt Meurer authored
      	* configure.in.in, docs/README.thunarrc, thunar/: Add support for
      	  different date/time formats. Bug #3265.
      	* po/*.po, po/*.pot: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 25741)
      7ae4a164
  21. Jan 20, 2007
    • Benedikt Meurer's avatar
      2007-01-20 Benedikt Meurer <benny@xfce.org> · ec024a6b
      Benedikt Meurer authored
      	* === Released 0.8.0 ===
      	* NEWS, configure.in.in: Bump version.
      	* README, configure.in.in: Depend on exo 0.3.2.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      	* thunar-vfs/Makefile.am, docs/reference/thunar-vfs/Makefile.am,
      	  thunar/Makefile.am, plugins/thunar-sendto-email/Makefile.am,
      	  tests/Makefile.am, plugins/thunar-apr/Makefile.am,
      	  plugins/thunar-sbr/Makefile.am, plugins/thunar-tpa/Makefile.am,
      	  plugins/thunar-uca/Makefile.am: No need to define
      	  EXO_API_SUBJECT_TO_CHANGE any more.
      	* docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
      	  docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.
      
      
      
      
      (Old svn revision: 24675)
      ec024a6b
  22. Jan 11, 2007
  23. Jan 10, 2007
    • Benedikt Meurer's avatar
      2007-01-10 Benedikt Meurer <benny@xfce.org> · 640e36aa
      Benedikt Meurer authored
      	* thunar/thunar-gdk-extensions.{c,h}: Add new helper function 
      	  thunar_gdk_screen_get_active(), which returns the currently
      	  active screen, i.e. the screen which currently contains the
      	  mouse pointer.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Use the new ExoMountPoint
      	  module to query active and configured mount points.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Add new signals "device-added"
      	  and "device-removed", which correspond to the HAL signals of the
      	  same name, and are emitted by the volume manager whenever a new
      	  device is added or an existing device is removed. This is an
      	  internal support mechanism for the volume manager integration of
      	  Thunar and should not be used by other applications.
      	* thunar/thunar-application.c: Add hooks for the thunar-volman,
      	  which, if installed and enabled, will be spawned whenever a new
      	  device is reported by HAL. This enables lightweight volume management
      	  avoiding an additional daemon, as Thunar already listens for HAL
      	  events anyway. Note that Thunar doesn't provide any functionality
      	  by itself here. It just acts a proxy between HAL and thunar-volman.
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add preference
      	  MiscVolumeManagement, which controls whether volume manager should
      	  be enabled.
      	* docs/references/thunar-vfs/: Add missing enums to the manual.
      	* thunar/thunar-preferences-dialog.c, thunar/sexy-url-label.{c,h},
      	  thunar/Makefile.am: Extend the preferences dialog with options
      	  to control the volume manager.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 24348)
      640e36aa
  24. Jan 03, 2007
    • Benedikt Meurer's avatar
      2007-01-03 Benedikt Meurer <benny@xfce.org> · 4dd46d33
      Benedikt Meurer authored
      	* configure.in.in, docs/manual/, thunar/main.c, thunar/thunar-dialogs.c:
      	  Update copyright dates.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      	* po/Thunar.pot, po/*.po: Drop obsolete strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 24255)
      4dd46d33
  25. Nov 04, 2006
    • Benedikt Meurer's avatar
      2006-11-04 Benedikt Meurer <benny@xfce.org> · e79550a0
      Benedikt Meurer authored
      	* === Released 0.5.0rc2 ===
      	* configure.in.in, NEWS: Bump version.
      	* configure.in.in, README: Depend on libexo 0.3.1.12rc2.
      	* docs/reference/thunarx/: Regenerate API docs.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      	* tests/: Drop the FreeBSD fstab check, as the default volume manager
      	  backend for FreeBSD is HAL.
      
      
      
      
      (Old svn revision: 23659)
      e79550a0
  26. Nov 03, 2006
    • Piarres Beobide's avatar
      thunar basque translation update · 5500e15b
      Piarres Beobide authored
      (Old svn revision: 23623)
      5500e15b
    • Benedikt Meurer's avatar
      2006-11-03 Benedikt Meurer <benny@xfce.org> · 13fb3d34
      Benedikt Meurer authored
      	* thunar/thunar-trash-action.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-stock.{c,h}, thunar/thunar-window-ui.xml,
      	  thunar/thunar-window.c: Add a "Trash" entry to the "Go" menu.
      	  Bug #2486.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 23611)
      13fb3d34
  27. Sep 15, 2006
  28. Sep 09, 2006
    • Benedikt Meurer's avatar
      2006-09-10 Benedikt Meurer <benny@xfce.org> · 755bf65d
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs-io-local.c,
      	  thunar-vfs/thunar-vfs-private.{c,h}, thunar-vfs/thunar-vfs.symbols,
      	  thunar/thunar-file.{c,h}, thunar/thunar-properties-dialog.c: Allow
      	  to change the icon of .desktop files. Bug #2150.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 23119)
      755bf65d
  29. Sep 02, 2006
    • Benedikt Meurer's avatar
      2006-09-02 Benedikt Meurer <benny@xfce.org> · b1093b04
      Benedikt Meurer authored
      	* === Released 0.4.0rc1 ===
      	* configure.in.in, NEWS: Bump version.
      	* configure.in.in, README: Depend on libexo 0.3.1.10rc1.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      
      
      
      
      (Old svn revision: 23049)
      b1093b04
  30. Aug 30, 2006
  31. Aug 29, 2006
    • Benedikt Meurer's avatar
      2006-08-29 Benedikt Meurer <benny@xfce.org> · 3f84a2a3
      Benedikt Meurer authored
      	* docs/README.gtkrc, docs/README.thunarrc, thunar/: Revert location bar
      	  related changes to the previous user interface, because the new user
      	  interface wastes too much space, and makes the file manager look busy.
      	* po/POTFILES.in: Synchronize file list.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22934)
      3f84a2a3
  32. Aug 28, 2006
    • Piarres Beobide's avatar
      thunar basque translation update · 3ed33d36
      Piarres Beobide authored
      (Old svn revision: 22925)
      3ed33d36
    • Benedikt Meurer's avatar
      2006-08-28 Benedikt Meurer <benny@xfce.org> · 701aea64
      Benedikt Meurer authored
      	* thunar/thunar-window.c: Add warning text to the window when running
      	  as super user. Bug #2218.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22923)
      701aea64
    • Benedikt Meurer's avatar
      2006-08-28 Benedikt Meurer <benny@xfce.org> · 62eb8f66
      Benedikt Meurer authored
      	* thunar/thunar-window.c(action_entries), thunar/thunar-stock.{c,h}:
      	  Use "gnome-fs-home" instead of "gtk-home" as icon for Home for
      	  consistency.
      	* thunar/thunar-window.c(action_entries): Fix a mnemonic clash.
      	* thunar/thunar-window.c(thunar_window_current_directory_changed):
      	  Use "<folder> - File Manager" for the title to make it easier to
      	  indentify file manager windows in the taskbar.
      	* thunar/thunar-create-dialog.c, thunar/thunar-permissions-chooser.c,
      	  thunar/thunar-standard-view.c: No need to include thunar-stock.h
      	  here anymore.
      	* thunar/thunar-history.c(thunar_history_init): Consider "back" as
      	  an important action wrt to the appearance in the toolbar.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Decouple the
      	  location bar from the toolbar by separating them into "Location Bar"
      	  and "Main Toolbar". Bug #1349.
      	* thunar/thunar-preferences.c, docs/README.thunarrc: Add new options
      	  LastLocationBarVisible and LastToolbarVisible, which control the
      	  visibility of the "Location Bar" and "Main Toolbar". Add new option
      	  LastNavigationBarEntry, which controls whether the navigation bar
      	  will display the path entry widget by default.
      	* thunar/thunar-gtk-extensions.{c,h}: Add new helper function
      	  thunar_gtk_action_set_tooltip(), which changes the tooltip of
      	  a GtkAction.
      	* thunar/thunar-navigation-bar.{c,h}, thunar/thunar-path-button.{c,h},
      	  thunar/thunar-navigation-bar-ui.xml, thunar/thunar-path-bar.{c,h},
      	  thunar/thunar-location-button.{c,h}, thunar/thunar-location-bar.{c,h},
      	  thunar/thunar-location-buttons-ui.xml, docs/README.gtkrc,
      	  thunar/thunar-location-buttons.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-location-entry.{c,h}, thunar/thunar-marshal.list,
      	  thunar/thunar-shortcuts-pane.c, thunar/thunar-shortcuts-view.c,
      	  thunar/thunar-tree-pane.c, thunar/thunar-tree-view.c,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.c: Synchronize
      	  the latest user interface changes in GtkFileChooser. This way the
      	  location bar will be used for both the path bar and the path entry
      	  widgets, and a simple toggle button controls whether the path entry
      	  is visible. This way (nearly) the full width of the window is avail-
      	  able for the path bar. Bug #2060.
      	* thunar/thunar-gtk-extensions.{c,h}: Drop now obsolete helper function
      	  thunar_gtk_action_group_create_tool_item() as it's no longer used.
      	* thunar/thunar-location-dialog.c(thunar_location_dialog_init): Reduce
      	  translation overhead and don't use a mnemonic here. It was pretty
      	  useless anyway.
      	* thunar/thunar-preferences.c, docs/README.thunarrc: Remove now
      	  obsolete option LastLocationBar.
      	* po/POTFILES.in: Synchronize file list.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22920)
      62eb8f66
  33. Aug 26, 2006
    • Benedikt Meurer's avatar
      2006-08-26 Benedikt Meurer <benny@xfce.org> · 4bf1f0bb
      Benedikt Meurer authored
      	* plugins/thunar-uca/thunar-uca-model.c(thunar_uca_model_parse_argv):
      	  Substitute %d properly. Bug #2214.
      	* thunar/thunar-gdk-pixbuf-extensions.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-icon-factory.c, thunar/thunar-icon-renderer.c: Use
      	  exo_gdk_pixbuf_frame() instead of thunar_gdk_pixbuf_frame() and drop
      	  the GdkPixbuf extensions.
      	* thunar-vfs/thunar-vfs-pixbuf-thumbnailer.c, thunar/Makefile.am: Use
      	  exo_gdk_pixbuf_new_from_file_at_max_size() for the pixbuf thumbnai-
      	  ler.
      	* configure.in.in, README, thunar-vfs/thunar-vfs-font-thumbnailer.c,
      	  thunar-vfs/thunar-vfs-update-thumbnailers-cache.c,
      	  thunar-vfs/Makefile.am: Import the font thumbnailer, which uses
      	  freetype 2.x (if available) to generate a thumbnail of a font file.
      	* plugins/thunar-uca/thunar-uca-editor.c: Use ExoIconChooserDialog to
      	  select an icon for a custom action.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22885)
      4bf1f0bb
  34. Aug 15, 2006
Loading