Skip to content
Snippets Groups Projects
  1. Mar 07, 2010
  2. Jan 28, 2010
    • Jannis Pohlmann's avatar
      Change CWD before spawning applications in ThunarLauncher. · c70f4313
      Jannis Pohlmann authored
      Before launching files with a GAppInfo, ThunarLauncher now changes the
      current working directory of the Thunar process to its own current
      directory, which usually also is the current directory of the window. It
      remembers the original directory Thunar was launched from and resets the
      CWD right after the files have been launched.
      
      This is done transparently by adding a function
      thunar_g_app_info_launch() that handles the CWD state internally. It
      calls another new function, thunar_util_change_working_directory() that
      is based on getcwd/_getcwd (the latter being used on Windows) and
      chdir().
      c70f4313
  3. Jan 09, 2010
  4. Jan 08, 2010
  5. Jan 07, 2010
  6. Dec 20, 2009
  7. Dec 19, 2009
    • Nick Schermer's avatar
      Build manual documentation during make. · 57c4fd48
      Nick Schermer authored
      
      This will generate the manual during make if --enable-gen-doc
      is used and only ship the generated html files in the dist
      tarball. It will automatically pick up new translations (see
      bug #6036) and print xml valid warnings which are useful for
      translators to valid their translations.
      
      All documentation is now also installed in @docdir@ (bug #5810).
      
      Symlink to C images if the language does not ship its own
      screenshots. This will reduce the tarball and installation
      size a lot.
      
      To keep the patch small, the existing translation directories are not
      removed. Please do this after appying the patch:
        git rm -fr docs/manual/{C,da,es,eu,fr,gl,it,ja,nl,pl,ru,tr,zh_TW}
      Optionally the po-doc/ChangeLog files should be deleted too.
      
      Signed-off-by: default avatarNick Schermer <nick@xfce.org>
      Signed-off-by: default avatarJannis Pohlmann <jannis@xfce.org>
      57c4fd48
  8. Oct 17, 2009
  9. Oct 14, 2009
  10. Sep 29, 2009
  11. 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
  12. Sep 21, 2009
  13. Sep 18, 2009
    • Jannis Pohlmann's avatar
      Switch back to previous debug configure code from XDT_FEATURE_DEBUG(). · 00ea28c6
      Jannis Pohlmann authored
      I'd like to see if this has an impact on make distcheck. It could be
      that only modules using XDT_FEATURE_DEBUG(), like xfconf and Thunar,
      break due to this error in the scanner code generated by gtk-doc:
      
      thunarx-scan.c: In function ‘describe_signed_constant’:
      thunarx-scan.c:884: error: comparison between signed and unsigned
      00ea28c6
  14. 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
  15. Aug 13, 2009
  16. Apr 18, 2009
  17. Apr 08, 2009
  18. Mar 15, 2009
  19. Feb 24, 2009
  20. Jan 25, 2009
  21. Jan 13, 2009
  22. Jan 12, 2009
  23. Jan 11, 2009
  24. Jan 02, 2009
  25. Nov 27, 2008
  26. Nov 24, 2008
  27. Nov 11, 2008
  28. Nov 03, 2008
  29. Oct 24, 2008
  30. Oct 14, 2008
  31. Aug 18, 2008
  32. Dec 02, 2007
    • Benedikt Meurer's avatar
      2007-12-02 Benedikt Meurer <benny@xfce.org> · cd3f6a86
      Benedikt Meurer authored
      	* configure.in.in: Post-release version bump.
      
      
      
      
      (Old svn revision: 26423)
      cd3f6a86
    • 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
  33. Oct 24, 2007
  34. 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
  35. May 20, 2007
    • Benedikt Meurer's avatar
      2007-05-20 Benedikt Meurer <benny@xfce.org> · 0142a911
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-volume-freebsd.c,
      	  thunar-vfs/thunar-vfs-volume-hal.c,
      	  thunar-vfs/thunar-vfs-volume.{c,h}, thunar-vfs/thunar-vfs.symbols:
      	  Apply patch from Brian Tarricone <bjt23@cornell.edu> to fix
      	  invalid invocation of thunar-volman for devices that should be
      	  ignored, and add a MOUNTABLE flag for volumes. Bug #2789.
      	* configure.in.in: Bump library interface version.
      
      
      
      
      (Old svn revision: 25731)
      0142a911
  36. May 09, 2007
  37. Apr 08, 2007
  38. Jan 20, 2007
Loading