Skip to content
Snippets Groups Projects
  1. Jan 16, 2011
  2. Jan 02, 2011
  3. Dec 05, 2010
  4. Nov 14, 2010
  5. Nov 04, 2010
  6. Nov 03, 2010
  7. Oct 19, 2010
  8. Sep 05, 2010
  9. Aug 27, 2010
  10. Jul 25, 2010
  11. Mar 07, 2010
  12. 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
  13. Jan 09, 2010
  14. Jan 08, 2010
  15. Jan 07, 2010
  16. Dec 20, 2009
  17. 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
  18. Oct 17, 2009
  19. Oct 14, 2009
  20. Sep 29, 2009
  21. 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
  22. Sep 21, 2009
  23. 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
  24. 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
  25. Aug 13, 2009
  26. Apr 18, 2009
  27. Apr 08, 2009
  28. Mar 15, 2009
  29. Feb 24, 2009
Loading