- Dec 29, 2010
-
-
Jérôme Guelfucci authored
Simply use g_shell_quote instead of manually and wrongly quoting the string which does not work if there already is a quote in the file name.
-
- Dec 09, 2010
-
-
Nick Schermer authored
-
- Nov 14, 2010
-
-
Jannis Pohlmann authored
Hopefully this will fix it, but I'm not sure this was even a problem.
-
- Nov 10, 2010
-
-
Jannis Pohlmann authored
-
- Oct 19, 2010
-
-
Jannis Pohlmann authored
-
- Sep 05, 2010
-
-
Jannis Pohlmann authored
-
- Aug 26, 2010
-
-
Nick Schermer authored
-
Nick Schermer authored
FHS 2.3 forbids files in $libexecdir, so install the files in $libdir.
-
- Aug 22, 2010
-
-
Nick Schermer authored
-
- Jun 01, 2010
-
-
Nick Schermer authored
This reverts commit ec43686f.
-
Nick Schermer authored
-
- Mar 07, 2010
-
-
Nick Schermer authored
-
- Jan 20, 2010
-
-
Nick Schermer authored
-
- Jan 09, 2010
-
-
Jannis Pohlmann authored
Patch provided by Yves-Alexis Perez <corsac@debian.org>.
-
- Dec 20, 2009
-
-
Nick Schermer authored
This makes the UCA plugin work properly with focus stealing. It requires a version of libxfce4ui with the xfce_spawn_on_screen_with_child_watch() function.
-
Nick Schermer authored
Since GTK+ 2.10 there is an icon-name property for GtkActions. Use this property instead of creating stock-id's.
-
- Dec 04, 2009
-
-
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.
-
- Oct 14, 2009
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Sep 29, 2009
-
-
Jannis Pohlmann authored
-
- Sep 27, 2009
-
-
Nick Schermer authored
They are also all prepended to the functions so they will most likely also cause problems with the Sun compiler.
-
Nick Schermer authored
-
- 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!
-
- Aug 23, 2009
-
-
Nick Schermer authored
Most of them are the new tooltip api in plugins and GtkEntry -> GtkEditable functions.
-
- Aug 21, 2009
-
-
Nick Schermer authored
Also refactor the wallpaper plugin code a bit, so it matches the thunar coding style.
-
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
Use g_object_ref_sink() and gtk_radio_action_set_current_value() instead.
-
- Apr 18, 2009
-
-
Stephan Arts authored
(Old svn revision: 29834)
-
- Jan 25, 2009
-
-
Nick Schermer authored
(Old svn revision: 29339)
-
- Dec 07, 2008
-
-
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)
-
- Nov 27, 2008
-
-
Nick Schermer authored
Mathias Brodala to make the first character after a paranthesis uppercase. Bug #3559. (Old svn revision: 28933)
-
Nick Schermer authored
before removing a custom action. Bug #3838. * plugins/thunar-uca/thunar-uca-model.c: Return an empty string when the name is not set instead of null, so the action always has a valid name and gtk does not send a critical warning. * po/*: Merge new strings. (Old svn revision: 28931)
-
- Nov 25, 2008
-
-
Nick Schermer authored
of the tpa plugin when the trash is 'full' to "Trash contains files". Bug #3266. * po/*: Regenerate po files. (Old svn revision: 28909)
-
- Nov 15, 2008
-
-
Jannis Pohlmann authored
Patch again provided by Nick Schermer. (Old svn revision: 28811)
-
- 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)
-
- Nov 01, 2008
-
-
Stephan Arts authored
Make thunar-wallpaper-plugin resident (Old svn revision: 28561)
-
Stephan Arts authored
- Making module resident (Old svn revision: 28545)
-
- Oct 29, 2008
-
-
Brian Tarricone authored
(Old svn revision: 28499)
-
- Oct 24, 2008
-
-
Stephan Arts authored
(Old svn revision: 28402)
-
- Nov 28, 2007
-
-
Benedikt Meurer authored
* plugins/thunar-uca/thunar-uca-model.c: Properly recognize OGG files as audio files. Bug #3604. (Old svn revision: 26395)
-