- Oct 20, 2009
-
-
Nick Schermer authored
-
- Oct 17, 2009
-
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
This will drop some code from Thunar and share the important code for spawning application with the rest of Xfce.
-
- Oct 16, 2009
-
-
Carles Muñoz Gorriz authored
Transmitted-via: Transifex (translations.xfce.org)
-
Nick Schermer authored
-
Rihards Prieditis authored
Transmitted-via: Transifex (translations.xfce.org)
-
Jannis Pohlmann authored
This adds a new property 'last-window-maximized' to the ThunarPreferences (written as LastWindowMaximized=true/false in the settings file). We only remember the maximize state if the last window was maximized. Otherwise, we remember the window size and that the window was not maximized at all.
-
- Oct 15, 2009
-
-
Jannis Pohlmann authored
-
- Oct 14, 2009
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Oct 11, 2009
-
-
Carles Muñoz Gorriz authored
Transmitted-via: Transifex (translations.xfce.org)
-
Carles Muñoz Gorriz authored
Transmitted-via: Transifex (translations.xfce.org)
-
Nick Schermer authored
This is a quick hack to work around the issues for now. Because exo suggests to launch a file manager for file:// uris, we end up in a loop.
-
- Oct 08, 2009
-
-
Nick Schermer authored
This should fix compilation with parallel builds on case in-sensitive filesystems.
-
Jannis Pohlmann authored
We now return URI scheme / MIME type pairs from GetSupported(), which was moved from the manager interface into the generic thumbnailer interface for semantic reasons. We therefor no longer need to generate bindings for the manager client as it is from now on only used to register specialized thumbnailers at runtime.
-
Jannis Pohlmann authored
-
- Oct 06, 2009
-
-
Jannis Pohlmann authored
-
- Oct 04, 2009
-
-
Jannis Pohlmann authored
-
Leandro Regueiro authored
Transmitted-via: Transifex (translations.xfce.org)
-
Leandro Regueiro authored
Transmitted-via: Transifex (translations.xfce.org)
-
- Oct 03, 2009
-
-
Evaggelos Balaskas authored
Transmitted-via: Transifex (translations.xfce.org)
-
- Oct 02, 2009
-
-
Denis Koryavov authored
Transmitted-via: Transifex (translations.xfce.org)
-
- Sep 30, 2009
-
-
Jannis Pohlmann authored
The thumbnail management D-Bus specification is by far not offical yet, so for now it's better to use our own namespace to avoid collisions with possible future thumbnail service namespaces accepted by fd.o.
-
- Sep 29, 2009
-
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
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
-
Nick Schermer authored
-
- Sep 27, 2009
-
-
Robert Hartl authored
Transmitted-via: Transifex (translations.xfce.org)
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
They have no effect on binaries.
-
Nick Schermer authored
-
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
-
-
Piarres Beobide authored
Transmitted-via: Transifex (translations.xfce.org)
-
Jannis Pohlmann authored
-
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!
-