Skip to content
Snippets Groups Projects
  1. 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. 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
  3. Sep 01, 2007
  4. Aug 24, 2007
  5. Aug 23, 2007
  6. May 25, 2007
    • Benedikt Meurer's avatar
      2007-05-25 Benedikt Meurer <benny@xfce.org> · b0d5095e
      Benedikt Meurer authored
      	* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Add support
      	  for new GTK+ 2.11 API.
      	* docs/reference/thunar-vfs/tmpl/thunar-vfs-job.sgml: Add new
      	  signal "ask-replace" to the reference manual.
      
      
      
      
      (Old svn revision: 25759)
      b0d5095e
  7. May 22, 2007
  8. Apr 07, 2007
  9. 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
    • Benedikt Meurer's avatar
      2007-01-20 Benedikt Meurer <benny@xfce.org> · c5b02e28
      Benedikt Meurer authored
      	* po-doc/*.po: Regenerate the translations.
      	* docs/manual/pl/Thunar.xml.in, po-doc/pl.po: Updated the polish
      	  translations of the user manual by Szymon Kałasz
      	  <szymon_maestro@gazeta.pl>.
      
      
      
      
      (Old svn revision: 24629)
      c5b02e28
    • Benedikt Meurer's avatar
      2007-01-20 Benedikt Meurer <benny@xfce.org> · e669f67b
      Benedikt Meurer authored
      	* configure.in.in, docs/manual/: Integrate the polish translations
      	  of the user manual.
      
      
      
      
      (Old svn revision: 24614)
      e669f67b
  10. Jan 16, 2007
    • Benedikt Meurer's avatar
      2007-01-16 Benedikt Meurer <benny@xfce.org> · 6a071459
      Benedikt Meurer authored
      	* docs/manual/C/Thunar.xml.in, docs/manual/C/images/bulk-rename.png:
      	  Add documentation for the bulk renamer. Bug #1594.
      	* docs/manual/C/: Improve the user manual. Bug #1365.
      	* thunar/: Connect the various "Help" buttons. Bug #1230.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      	* docs/manual/: Merge the new strings into the translated XML files.
      
      
      
      
      (Old svn revision: 24510)
      6a071459
  11. Jan 15, 2007
  12. 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
  13. Jan 06, 2007
    • Benedikt Meurer's avatar
      2007-01-06 Benedikt Meurer <benny@xfce.org> · 8a2572d3
      Benedikt Meurer authored
      	* README, configure.in.in: Requires libexo 0.3.1.13svn.
      	* thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_sync): Strip trailing
      	  dots from the error message.
      	* thunar-vfs/thunar-vfs-volume-freebsd.c, docs/README.volumes,
      	  thunar-vfs/thunar-vfs-volume-hal.c: Use exo-mount to mount, eject
      	  and unmount volumes instead of relying on external utilities that
      	  don't always behave properly. Bug #2715.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Add ability to mount floppy
      	  drives using exo-mount. Bug #2075.
      	* thunar-vfs/Makefile.am: Fix distcheck.
      	* po/de.po: Some german translation love.
      
      
      
      
      (Old svn revision: 24277)
      8a2572d3
  14. 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
  15. Dec 31, 2006
    • Benedikt Meurer's avatar
      2006-12-31 Benedikt Meurer <benny@xfce.org> · 21b5443e
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-update-thumbnailers-cache.c: Add ability to
      	  load custom thumbnailers from .desktop files. Drop the hardcoded
      	  font thumbnailer.
      	* thunar-vfs/thunar-vfs-font-thumbnailer-1.desktop.in,
      	  thunar-vfs/Makefile.am: Install a .desktop file for the font
      	  thumbnailer.
      	* docs/manual/, po-doc/: Update the user guide with detailed information
      	  about the custom thumbnailers.
      
      
      (Old svn revision: 24227)
      21b5443e
  16. Nov 11, 2006
    • Benedikt Meurer's avatar
      2006-11-11 Benedikt Meurer <benny@xfce.org> · ecc08733
      Benedikt Meurer authored
      	* docs/README.volumes, thunar-vfs/thunar-vfs-volume-hal.c: Apply patch
      	  from Bernhard Walle <bernhard.walle@gmx.de> to add support for
      	  halmount to ThunarVfsVolumeHAL. Bug #2556.
      
      
      
      
      (Old svn revision: 23819)
      ecc08733
  17. 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
  18. Sep 13, 2006
    • Benedikt Meurer's avatar
      2006-09-14 Benedikt Meurer <benny@xfce.org> · c6505454
      Benedikt Meurer authored
      	* thunarx/thunarx-menu-provider.{c,h}, thunarx/thunarx.symbols: Add a
      	  new method get_dnd_actions() to the ThunarxMenuProvider, which allows
      	  menu providers to install additional actions into the Drag'n'Drop
      	  menu of the file manager.
      	* docs/reference/thunarx/: Update the thunarx reference manual.
      	* thunar/thunar-dnd.{c,h}, thunar/thunar-location-button.c,
      	  thunar/thunar-shortcuts-view.c, thunar/thunar-standard-view.c,
      	  thunar/thunar-tree-view.c: Insert the additional actions supplied
      	  by the installed menu providers into the Drag'n'Drop menu.
      
      
      
      
      (Old svn revision: 23151)
      c6505454
  19. Sep 02, 2006
    • Benedikt Meurer's avatar
      2006-09-02 Benedikt Meurer <benny@xfce.org> · 0fa89aff
      Benedikt Meurer authored
      	* docs/reference/thunar-vfs/, thunar-vfs/: Update the thunar-vfs
      	  reference manual.
      	* po/cs.po: Update czech translations by Michal Várady
      	  <miko.vaji@gmail.com>.
      	* po/it.po: Update italian translations by Roberto Pariset
      	  <robdebian@gmail.com>.
      	* po/pl.po: Update polish translations by Szymon Kałasz
      	  <szymon_maestro@gazeta.pl>.
      
      
      
      
      (Old svn revision: 22992)
      0fa89aff
  20. Aug 31, 2006
  21. 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
  22. Aug 28, 2006
    • 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
  23. Aug 08, 2006
    • Benedikt Meurer's avatar
      2006-08-08 Benedikt Meurer <benny@xfce.org> · 76e67982
      Benedikt Meurer authored
      	* configure.in.in, docs/ThumbnailersCacheFormat.txt, docs/Makefile.am,
      	  thunar-vfs/thunar-vfs-thumb.c, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-update-thumbnailers-cache.c: Drop the dependen-
      	  cy of libthunar-vfs on GConf, which was required to load the GNOME
      	  thumbnailers. Instead there's now an external program, which genera-
      	  tes an mmap()able file that contains a mapping between a mime type
      	  and the thumbnailer used to generate thumbnails for that mime type.
      	  Bug #2131.
      	* thunar-vfs/thunar-vfs-pixbuf-thumbnailer.c, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-thumb-pixbuf.{c,h},
      	  thunar-vfs/thunar-vfs-thumb.c: Put the gdk-pixbuf thumbnailer into
      	  a separate program, which gets registered via the thumbnailers.cache
      	  file, so we don't need any extra overhead for thumbnails that can be
      	  generated using gdk-pixbuf.
      	* thunar-vfs/thunar-vfs-monitor-private.h,
      	  thunar-vfs/thunar-vfs-monitor.c: Add a simple helper method
      	  _thunar_vfs_monitor_handle_get_path() that returns the path for
      	  a given monitor handle so we don't need to keep around both the
      	  path and the handle.
      	* thunar-vfs/thunar-vfs-mime-database.c: Do not keep both the handle
      	  and the path around for monitored resources.
      	* thunar-vfs/thunar-vfs-io-jobs.c(_thunar_vfs_io_jobs_chown): Fix
      	  typo. Thanks to Roberto Pariset <robdebian@gmail.com> for the hint.
      	* po/POTFILES.in: Remove no longer existing file.
      	* po/Thunar.pot, po/*.po: Update translations.
      	* po/de.po: Update german translations.
      	* po/it.po: Update italian translations by Roberto Pariset
      	  <robdebian@gmail.com>.
      
      
      
      
      (Old svn revision: 22685)
      76e67982
  24. Jul 27, 2006
    • Benedikt Meurer's avatar
      2006-07-27 Benedikt Meurer <benny@xfce.org> · 0314a0a6
      Benedikt Meurer authored
      	* README, acinclude.m4, configure.in.in, thunar-vfs/, thunar/,
      	  plugins/thunar-apr/thunar-apr-provider.c,
      	  plugins/thunar-uca/thunar-uca-model.c: Import the trash framework,
      	  based on the XDG trash specification, but currently limited to the
      	  home trash.
      	* thunar/thunar-file.{c,h}, thunar/thunar-standard-view.c
      	  (thunar_standard_view_merge_custom_actions): Remove obsolete
      	  thunar_file_get_actions(). Bug #1241.
      	* thunar/thunar-file.c, thunar/thunar-util.{c,h}: Use localized
      	  human readable format for file dates. Bug #2057.
      	* thunar/thunar-private.h, thunar/thunar-tree-model.c,
      	  thunar/thunar-thumbnail-generator.c, thunar/thunar-shortcuts-model.c,
      	  thunar/thunar-renamer-pair.c, thunar/thunar-renamer-model.c,
      	  thunar/thunar-clipboard-manager.c: Use the slice allocator to reduce
      	  the memory overhead.
      	* thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-chooser-button.c,
      	  thunar/thunar-permissions-chooser.c, thunar/thunar-chooser-dialog.c,
      	  thunar/thunar-preferences-dialog.c, thunar/thunar-renamer-dialog.c,
      	  thunar/thunar-size-label.c: Use a single shared GtkTooltips instance
      	  for the whole application.
      	* thunar/thunar-path-entry.c: Update the path entry icon and text
      	  whenever the current file changes.
      	* README, acinclude.m4, configure.in.in, plugins/thunar-tpa/: Add a
      	  trash panel applet, that communicates with Thunar via D-BUS to
      	  display the current state of the trash can and move files to the
      	  trash by dropping them to the panel applet.
      	* thunar/thunar-preferences.c(thunar_preferences_class_init),
      	  docs/README.thunarrc: Disable case-sensitive sorting of the
      	  files by default. Bug #2064.
      	* docs/reference/thunar-vfs/: Update the API documentation.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22534)
      0314a0a6
  25. Jul 01, 2006
    • Benedikt Meurer's avatar
      2006-07-01 Benedikt Meurer <benny@xfce.org> · ff1c3c69
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add a new option
      	  MiscRememberGeometry, which controls whether Thunar will store the
      	  window size whenever the user resizes the window.
      	* thunar/thunar-window.c: Don't save the window geometry unless the
      	  MiscRememberGeometry setting is TRUE.
      
      
      
      
      (Old svn revision: 22239)
      ff1c3c69
  26. May 23, 2006
  27. May 17, 2006
    • Benedikt Meurer's avatar
      2006-05-17 Benedikt Meurer <benny@xfce.org> · cabf1bb5
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-application.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Add new method
      	  thunar_vfs_mime_application_is_usercreated(), which tells whether
      	  a given mime application was automatically created by the user
      	  via the "custom command" box in the file manager(s).
      	* thunar-vfs/thunar-vfs-mime-database.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Add new method
      	  thunar_vfs_mime_database_remove_application() to remove a previously
      	  added mime application (user-created) from the mime database.
      	* thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.{c,h}:
      	  Add a context menu to the chooser dialog with a "Remove Launcher"
      	  item, which allows to remove previously added (user-created)
      	  application launchers from the mime database. Bug #1814.
      	* docs/reference/thunar-vfs/: Update the API documentation.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 21710)
      cabf1bb5
  28. May 04, 2006
  29. Apr 24, 2006
    • Benedikt Meurer's avatar
      2006-04-24 Benedikt Meurer <benny@xfce.org> · 90214a0c
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c(thunar_standard_view_action_delete):
      	  Fix typo.
      	* docs/README.thunarrc: Add link to "Advanced Settings" page on the
      	  project wiki.
      	* docs/Makefile.am, docs/README.gtkrc, thunar/thunar-compact-view.c,
      	  thunar/thunar-abstract-icon-view.c: Add style properties "row-spacing"
      	  and "column-spacing" to ThunarAbstractIconView to allow customizing
      	  the spacings in the icon/compact views. Bug #1698.
      
      
      
      
      (Old svn revision: 21206)
      90214a0c
    • Benedikt Meurer's avatar
      2006-04-24 Benedikt Meurer <benny@xfce.org> · 0f8c9749
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.c, thunar-vfs/thunar-vfs-link-job.c,
      	  thunar-vfs/thunar-vfs-mime-cache.c, thunar-vfs/thunar-vfs-scandir.c,
      	  thunar-vfs/thunar-vfs-mime-database.c, thunar-vfs/thunar-vfs-thumb.c,
      	  thunar-vfs/thunar-vfs-transfer-job.c, thunar-vfs/thunar-vfs-xfer.c,
      	  thunar-vfs/thunar-vfs-unlink-job.c, configure.in.in: Properly use GLib
      	  replacements for POSIX functions on Windows. Properly check whether
      	  symlinks and named pipes are supported on the target platform.
      	* thunar-vfs/thunar-vfs-types.h, thunar-vfs/thunar-vfs-info.c,
      	  thunar/thunar-file.{c,h}: Determine the real access permissions
      	  for files and add them as flags to the ThunarVfsInfo, instead of
      	  guessing them from the mode and the uid/gid. Bug #1670.
      	* docs/reference/thunar-vfs/tmpl/thunar-vfs-types.sgml: Update API docs.
      
      
      
      
      (Old svn revision: 21204)
      0f8c9749
  30. Apr 17, 2006
  31. Apr 16, 2006
Loading