Skip to content
Snippets Groups Projects
  1. Dec 29, 2010
  2. Dec 09, 2010
  3. Nov 14, 2010
  4. Nov 10, 2010
  5. Oct 19, 2010
  6. Sep 05, 2010
  7. Aug 26, 2010
  8. Aug 22, 2010
  9. Jun 01, 2010
  10. Mar 07, 2010
  11. Jan 20, 2010
  12. Jan 09, 2010
  13. Dec 20, 2009
  14. Dec 04, 2009
    • Nick Schermer's avatar
      Allow removing characters from the right. · 9b3925cc
      Nick Schermer authored
      There is a small thinko in the remove renamer that does not
      allow setting an end position of 0 (right) and thus making
      it impossible to remove characters from the right end of
      the string.
      9b3925cc
  15. Oct 14, 2009
  16. Sep 29, 2009
  17. Sep 27, 2009
  18. Sep 26, 2009
    • Jannis Pohlmann's avatar
      Use -export-symbols-regex instead of XDT_FEATURE_VISIBILITY. · 4553fba6
      Jannis Pohlmann authored
      XDT_FEATURE_VISIBILITY() breaks plugins as it strips thunar_extension*
      functions from the final shared library files. An alternative way to
      XDT_FEATURE_VISIBILITY() and the old visibility configure code used in
      Thunar is to define -export-symbols-regex (e.g. by setting it to
      "^thunar_extension.*") in Makefile.am of each plugin.
      
      This also removes the alias stuff in Thunarx, as we no longer need to
      define which symbols to export or not via the alias header. All symbols
      starting with _ are now automatically marked as private and are not
      exported. Additionally, G_GNUC_INTERNAL can be used to hide symbols.
      
      thunarx.symbols is preserved for ABI checks and still has to be updated
      when new symbols are added.
      
      Hope all this is ok. Double-checkers to the rescue!
      4553fba6
  19. Aug 23, 2009
  20. Aug 21, 2009
    • Nick Schermer's avatar
      Fix compiler warnings in plugins. · f074d6cc
      Nick Schermer authored
      Also refactor the wallpaper plugin code a bit, so it
      matches the thunar coding style.
      f074d6cc
    • 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
  21. Aug 13, 2009
  22. Apr 18, 2009
  23. Jan 25, 2009
  24. Dec 07, 2008
    • Nick Schermer's avatar
      * thunar/thunar-launcher.c, thunar/thunar-properties-dialog.c, · d9e936a4
      Nick Schermer authored
      	  thunar/thunar-path-entry.c, thunar/thunar-application.c,
      	  thunar/thunar-window.c, thunar-vfs/thunar-vfs-thumb.c,
      	  thunar-vfs/thunar-vfs-private.c, thunar-vfs/thunar-vfs-path.c,
      	  thunar-vfs/thunar-vfs-mime-database.c, 
      	  plugins/thunar-uca/thunar-uca-model.c: Fix compilation with 
      	  -Wformat-security.
      
      (Old svn revision: 28986)
      d9e936a4
  25. Nov 27, 2008
  26. Nov 25, 2008
  27. Nov 15, 2008
  28. Nov 03, 2008
  29. Nov 01, 2008
  30. Oct 29, 2008
  31. Oct 24, 2008
  32. Nov 28, 2007
Loading