- Jan 02, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Dec 05, 2010
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Nov 14, 2010
-
-
Mike Massonnet authored
Signed-off-by:
Jannis Pohlmann <jannis@xfce.org>
-
- Nov 04, 2010
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Nov 03, 2010
-
-
Jannis Pohlmann authored
-
- Oct 19, 2010
-
-
Jannis Pohlmann authored
-
- Sep 05, 2010
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Aug 27, 2010
-
-
Nick Schermer authored
Transifex like this location better and it also makes sence to hold the translations close the the original xml file.
-
- Jul 25, 2010
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
Notifications are shown before the calls to g_volume_eject() and g_mount_unmount(). They are closed in the finish callbacks.
-
Jannis Pohlmann authored
Now all we need to do is integrate it into Thunar and thunar-volman.
-
Jannis Pohlmann authored
-
- 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)
-