Skip to content
Snippets Groups Projects
  1. Oct 27, 2022
  2. Aug 15, 2021
    • Gaël Bonithon's avatar
      autoconf: Some updates · aacad305
      Gaël Bonithon authored and Alexander Schwinn's avatar Alexander Schwinn committed
      * AC_HELP_STRING -> AS_HELP_STRING
      * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS
      * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix])
      * AC_PROG_LD -> LT_PATH_LD
      * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
      aacad305
  3. May 14, 2020
  4. Feb 27, 2018
  5. Oct 29, 2017
  6. Mar 18, 2017
  7. May 22, 2015
  8. Mar 07, 2010
  9. Aug 21, 2009
    • Jannis Pohlmann's avatar
      Merge the migration-to-gio branch into master. · 1f5eed40
      Jannis Pohlmann authored
      I'm 100% sure I can implement all ThunarVFS thumbnailers on top of
      tumbler in time for the Xfce 4.8 release. Same about the volume monitor
      backend for GIO to avoid a GVfs dependency. So why not merge the GIO
      branch now?
      
      Not much to say about this merge. It replaces ThunarVFS with GIO inside
      Thunar and Thunarx, something I've been working on over the past few
      months. It currently requires GVfs for volume monitoring and also
      (optionally) depends on tumbler for thumbnail generation. Enjoy.
      
      All .po files are going to be updated in the next commit.
      
      Conflicts:
      	ChangeLog
      	INSTALL
      	acinclude.m4
      	configure.in.in
      	plugins/thunar-wallpaper/twp-provider.c
      	po-doc/ChangeLog
      	po/ChangeLog
      	po/LINGUAS
      	thunar-vfs/thunar-vfs-1.pc.in
      	thunar-vfs/thunar-vfs-thumb.c
      	thunar/thunar-templates-action.c
      1f5eed40
  10. Aug 13, 2009
  11. Nov 03, 2008
  12. Oct 24, 2008
  13. Jan 28, 2007
  14. Jan 07, 2007
    • Benedikt Meurer's avatar
      2007-01-07 Benedikt Meurer <benny@xfce.org> · 97e639d8
      Benedikt Meurer authored
      	* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-volume-hal.c,
      	  acinclude.m4: Use exo-hal to determine icons and display names
      	  for the volumes.
      	* thunar-vfs/thunar-vfs-volume-hal.c,
      	  thunar-vfs/thunar-vfs-volume.{c,h}: Do not discard blank discs and
      	  pure audio discs. Bug #2599.
      
      
      
      
      (Old svn revision: 24300)
      97e639d8
  15. Sep 08, 2006
  16. Jul 30, 2006
  17. 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
  18. Apr 12, 2006
    • Benedikt Meurer's avatar
      2006-04-12 Benedikt Meurer <benny@xfce.org> · b0e76145
      Benedikt Meurer authored
      	* plugins/thunar-apr/, acinclude.m4, plugins/Makefile.am,
      	  configure.in.in: Import the "Advanced Properties" plugin.
      	* README: Add note about optional pcre and libexif dependencies.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20858)
      b0e76145
  19. Mar 21, 2006
    • Benedikt Meurer's avatar
      2006-03-21 Benedikt Meurer <benny@xfce.org> · 1d7d408f
      Benedikt Meurer authored
      	* plugins/thunar-uca/README: Fix typos.
      	* thunarx/thunarx-private.{c,h}: Import new helper function
      	  thunarx_param_spec_get_option_name().
      	* thunarx/Makefile.am, thunarx/thunarx.h, thunarx/thunarx-renamer.{c,h},
      	  thunarx/thunarx-renamer-provider.{c,h}, thunarx/thunarx.symbols:
      	  Merge the ThunarxRenamer extension point, which can be used to hook
      	  additional bulk renamers into Thunar. Bug #1416.
      	* thunar/thunar-renamer-dialog.{c,h}, thunar/thunar-renamer-model.{c,h},
      	  thunar/thunar-renamer-pair.{c,h},thunar/thunar-renamer-progress.{c,h},
      	  thunar/Makefile.am, thunar/thunar-standard-view.c: Merge the bulk
      	  rename framework for Thunar, which uses the ThunarxRenamers to
      	  rename multiple files at once. Bug #1416.
      	* acinclude.m4, configure.in.in, plugins/thunar-sbr/, 
      	  plugins/Makefile.am: Merge stable version of the thunar-sbr exten-
      	  sion ("Simple Builtin Renamers"), which provides "Search & Replace",
      	  which optionally uses PCRE to support regular expressions, and
      	  "Convert upper/lowercase". Additional renamers will be merged once
      	  ready. Bug #1416.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20517)
      1d7d408f
  20. Mar 20, 2006
  21. Mar 15, 2006
    • Benedikt Meurer's avatar
      2006-03-15 Benedikt Meurer <benny@xfce.org> · 01ff1a78
      Benedikt Meurer authored
      	* acinclude.m4(BM_THUNAR_VFS_VOLUME_IMPL): Handle "none" properly.
      	* thunar-vfs/thunar-vfs-volume-manager.c, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-volume-private.h, thunar-vfs/thunar-vfs.symbols,
      	  thunar-vfs/thunar-vfs-volume.c, thunar-vfs/thunar-vfs-volume-none.c,
      	  thunar-vfs/thunar-vfs-volume.h, thunar-vfs/thunar-vfs-volume-hal.c,
      	  thunar-vfs/thunar-vfs-volume-freebsd.c: Improve the volume manager
      	  implemenation. The ThunarVfsVolumeManager and ThunarVfsVolume inter-
      	  faces are now abstract base classes, with the implementation API
      	  completely separated from the public API. The HAL backend was fixed
      	  to work around a strange HAL bug, where 'volume.is_mounted' is FALSE
      	  for mounted volumes (instead of trusting HAL, we ask the kernel to
      	  make sure we always display the proper state). Also, new signals
      	  "mounted", "pre-unmount" and "unmounted" were added to both
      	  ThunarVfsVolume and ThunarVfsVolumeManager, to allow applications to
      	  perform certain actions for these events.
      	* docs/reference/thunar-vfs/: Update the API documentation.
      	* thunar/thunar-window.c: Whenever the user requests to unmount a
      	  volume, check if the window displays a folder on this volume and if
      	  so, go to the home folder, to make sure we don't display a probably
      	  no longer existing mount point afterwards.
      
      
      
      
      (Old svn revision: 20438)
      01ff1a78
  22. Feb 14, 2006
    • Benedikt Meurer's avatar
      2006-02-14 Benedikt Meurer <benny@xfce.org> · 50d73ce4
      Benedikt Meurer authored
      	* acinclude.m4, configure.in.in: Print build configuration summary.
      
      
      
      
      (Old svn revision: 19878)
      50d73ce4
    • Benedikt Meurer's avatar
      2006-02-13 Benedikt Meurer <benny@xfce.org> · 17b64876
      Benedikt Meurer authored
      	* acinclude.m4, configure.in.in, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-volume-hal.c, thunar-vfs/thunar-vfs-volume.c,
      	  thunar-vfs/thunar-vfs-volume-freebsd.{c,h},
      	  thunar-vfs/thunar-vfs-volume-none.{c,h}: Do not use AC_CONFIG_LINKS()
      	  anymore and let the user select it's preferred volume manager using
      	  the --with-volume-manager configure switch.
      	* po/POTFILES.in: Update file list.
      	* po/Thunar.pot, po/*.po: Update translations.
      
      
      
      
      (Old svn revision: 19862)
      17b64876
Loading