Skip to content
Snippets Groups Projects
  1. Mar 07, 2010
  2. Jan 20, 2010
  3. Jan 09, 2010
  4. Dec 20, 2009
  5. 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
  6. Oct 14, 2009
  7. Sep 29, 2009
  8. Sep 27, 2009
  9. 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
  10. Aug 23, 2009
  11. 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
  12. Aug 13, 2009
  13. Apr 18, 2009
  14. Jan 25, 2009
  15. 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
  16. Nov 27, 2008
  17. Nov 25, 2008
  18. Nov 15, 2008
  19. Nov 03, 2008
  20. Nov 01, 2008
  21. Oct 29, 2008
  22. Oct 24, 2008
  23. Nov 28, 2007
    • Benedikt Meurer's avatar
      2007-11-28 Benedikt Meurer <benny@xfce.org> · c0900b6f
      Benedikt Meurer authored
      	* plugins/thunar-uca/thunar-uca-model.c: Properly recognize
      	  OGG files as audio files. Bug #3604.
      
      
      
      
      (Old svn revision: 26395)
      c0900b6f
    • 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
  24. May 20, 2007
  25. 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
  26. Nov 11, 2006
    • Benedikt Meurer's avatar
      2006-11-11 Benedikt Meurer <benny@xfce.org> · 944ba10c
      Benedikt Meurer authored
      	* plugins/thunar-tpa/Makefile.am: Starting with version 0.72
      	  dbus-binding-tool now requires the --prefix command line option
      	  even though it isn't used for anything. Bug #2528.
      
      
      
      
      (Old svn revision: 23820)
      944ba10c
  27. Sep 10, 2006
  28. 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
  29. Jul 30, 2006
  30. 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
  31. Jul 14, 2006
    • Benedikt Meurer's avatar
      2006-07-14 Benedikt Meurer <benny@xfce.org> · 28626c9d
      Benedikt Meurer authored
      	* plugins/thunar-apr/thunar-apr-image-page.c: Add ISO Speed Ratings
      	  to the Image page.
      	* thunar/thunar-preferences-dialog.c(thunar_preferences_dialog_init):
      	  Avoid duplication in the user interface, as suggested by Eugenia
      	  Loli-Queru <eloli@hotmail.com>.
      
      
      
      
      (Old svn revision: 22447)
      28626c9d
  32. Jun 13, 2006
    • Benedikt Meurer's avatar
      2006-06-13 Benedikt Meurer <benny@xfce.org> · a1cc08b7
      Benedikt Meurer authored
      	* configure.in.in: Use --as-needed if supported by the linker.
      	* thunar/thunar-properties-dialog.c(thunar_properties_dialog_init):
      	  Use GtkLabel instead of ExoEllipsizedLabel here.
      	* plugins/thunar-sendto/main.c(tse_ask_compress): Initialize info
      	  properly here.
      
      
      
      
      (Old svn revision: 22089)
      a1cc08b7
  33. Jun 11, 2006
Loading