- Mar 07, 2010
-
-
Nick Schermer authored
-
- Jan 28, 2010
-
-
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().
-
- Jan 09, 2010
-
-
Jannis Pohlmann authored
-
- Jan 08, 2010
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Jan 07, 2010
-
-
Jannis Pohlmann authored
-
- Dec 20, 2009
-
-
Nick Schermer authored
-
- Dec 19, 2009
-
-
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:
Nick Schermer <nick@xfce.org> Signed-off-by:
Jannis Pohlmann <jannis@xfce.org>
-
- Oct 17, 2009
-
-
Nick Schermer authored
This will drop some code from Thunar and share the important code for spawning application with the rest of Xfce.
-
- Oct 14, 2009
-
-
Jannis Pohlmann authored
-
- Sep 29, 2009
-
-
Jannis Pohlmann authored
This workaround is borrowed from xfconf. gtkdoc-scangobj.in compares gint64 to gulong which causes a compiler error with -Wno-sign-compare. An upstream bug was filed on http://bugzilla.gnome.org/show_bug.cgi?id=596730
-
- Sep 26, 2009
-
-
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!
-
- Sep 21, 2009
-
-
Jannis Pohlmann authored
-
- Sep 18, 2009
-
-
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
-
- Aug 21, 2009
-
-
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
-
- Aug 13, 2009
-
-
Jannis Pohlmann authored
-
- Apr 18, 2009
-
-
Stephan Arts authored
(Old svn revision: 29835)
-
- Apr 08, 2009
-
-
Jannis Pohlmann authored
to incomplete integration of the Galician manual translations. (Old svn revision: 29727)
-
- Mar 15, 2009
-
-
Nick Schermer authored
(Old svn revision: 29665)
-
- Feb 24, 2009
-
-
Stephan Arts authored
== Thunar 1.0.0 Released! == Update News, ChangeLog and version info (Old svn revision: 29580)
-
- Jan 25, 2009
-
-
Jannis Pohlmann authored
* NEWS: Update NEWS for the release. * configure.in.in: Bump version number. * *.po: Update translation files. (Old svn revision: 29334)
-
- Jan 13, 2009
-
-
Jannis Pohlmann authored
(Old svn revision: 29229)
-
- Jan 12, 2009
-
-
Stephan Arts authored
(Old svn revision: 29207)
-
- Jan 11, 2009
-
-
Jannis Pohlmann authored
(Old svn revision: 29186)
-
- Jan 02, 2009
-
-
Nick Schermer authored
Update copyright to 2009. (Old svn revision: 29088)
-
- Nov 27, 2008
-
-
Jannis Pohlmann authored
define to config.h and implement support for excluding certain base paths (such as /dev and /proc) from being being monitored. Gamin does the same but only for dnotify and inotify, not for polling. (Old svn revision: 28928)
-
- Nov 24, 2008
-
-
Nick Schermer authored
posix_fadvise when available. (Old svn revision: 28900)
-
- Nov 11, 2008
-
-
Stephan Arts authored
Update configure.in.in (Old svn revision: 28764)
-
- Nov 03, 2008
-
-
Stephan Arts authored
xfconf for setting the xfce desktop. - Added support for gconftool to set the gnome desktop (detecting nautilus is still flawed) (Old svn revision: 28600)
-
- Oct 24, 2008
-
-
Stephan Arts authored
(Old svn revision: 28402)
-
- Oct 14, 2008
-
-
Stephan Arts authored
Update Version-number Fix make distcheck (Old svn revision: 28232)
-
- Aug 18, 2008
-
-
Stephan Arts authored
(Old svn revision: 27509)
-
- Dec 02, 2007
-
-
Benedikt Meurer authored
* configure.in.in: Post-release version bump. (Old svn revision: 26423)
-
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)
-
- Oct 24, 2007
-
-
Brian Tarricone authored
in intltool 0.35.x and 0.36.x (Old svn revision: 26180)
-
- May 22, 2007
-
-
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)
-
- May 20, 2007
-
-
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)
-
- May 09, 2007
-
-
Benedikt Meurer authored
* INSTALL, configure.in.in: Update for latest autoconf. (Old svn revision: 25694)
-
- Apr 08, 2007
-
-
Jean-François Wauthy authored
(Old svn revision: 25438)
-
- Jan 20, 2007
-
-
Benedikt Meurer authored
* configure.in.in: Post-release version bump. (Old svn revision: 24677)
-