- May 14, 2020
-
-
Alexander Schwinn authored
to use markdown language. Slightly updated the main README.md according to our current environment
-
- Jun 04, 2019
-
-
Alexander Schwinn authored
(Bug #15498)
-
Alexander Schwinn authored
(Bug #15373)
-
- Jun 03, 2019
-
-
Alexander Schwinn authored
(Bug #15467)
-
- Jan 27, 2019
-
-
Alexander Schwinn authored
org.xfce.Thunar.FileManager1.service.in to avoid name clashes (Bug #12414)
-
- Jan 13, 2019
-
-
Andre Miranda authored
-
- Jun 06, 2018
-
-
Andre Miranda authored
-
- Feb 09, 2018
-
-
- Nov 25, 2017
-
-
Andre Miranda authored
-
- Nov 22, 2017
-
-
Andre Miranda authored
-
- Aug 15, 2017
-
-
The thumbnailer code is a bit hairy, but it appears to work. Let's wait for the crashes and bug reports.
-
- May 22, 2015
-
-
Harald Judt authored
-
- Feb 16, 2015
-
-
Harald Judt authored
Fix warning about m4 directory.
-
- Nov 01, 2014
-
-
Eric Koegel authored
This adds a pkexec policy file to Thunar. This way if the user of a desktop system wants to use thunar to modify files as root and has the proper credentials they can. pkexec comes from polkit which does about the same thing as sudo/gksu except also supports authentication methods like fingerprint or smart card readers. Signed-off-by:
Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
-
Simon Steinbeiss authored
-
Eric Koegel authored
Ryan Lerch wrote most of the appdata file, I only added the url help and the autoconf stuff to use intltool for translated strings in the appdata as we can do that as upstream. See: http://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html Signed-off-by:
Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
-
- Sep 26, 2012
-
-
Nick Schermer authored
We already require GVFS for a trash implementation, so why ot rely on the metadata storage too.
-
- Apr 13, 2012
-
-
Nick Schermer authored
-
- Feb 16, 2012
-
-
Nick Schermer authored
-
- Jan 08, 2012
-
-
Nick Schermer authored
-
Nick Schermer authored
-
- Nov 13, 2011
-
-
Nick Schermer authored
-
- Feb 12, 2011
-
-
- 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.
-
- Aug 26, 2010
-
-
Nick Schermer authored
-
Nick Schermer authored
FHS 2.3 forbids files in $libexecdir, so install the files in $libdir.
-
- Jul 25, 2010
-
-
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.
-
- Jun 01, 2010
-
-
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 14, 2009
-
-
Jannis Pohlmann authored
-
- 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
-
- Sep 13, 2006
-
-
Benedikt Meurer authored
* configure.in.in, Makefile.am: Place automake options into configure.in.in instead of Makefile.am and add the tar-ustar option to fix building distributions on system where tar defaults to the deprecated V7 format. Bug #2304. (Old svn revision: 23144)
-
- Apr 16, 2006
-
-
Benedikt Meurer authored
* === Released 0.3.0beta1 === * configure.in.in: Bump version. * configure.in.in, README: Depend on libexo 0.3.1.6beta1. * Makefile.am, configure.in.in, Thunar.spec.in: Add RPM spec file for Thunar. (Old svn revision: 21005)
-
- Mar 24, 2006
-
-
Benedikt Meurer authored
* thunar/thunar-file.{c,h}: Add wrapper method thunar_file_get_for_uri() which is a rather common operation. * thunar/thunar-dbus-service.c (thunar_dbus_service_parse_uri_and_display): Use the newly added method thunar_file_get_for_uri(). * thunar/thunar-launcher.c: If no current directory is set, directories will always be opened in new windows. * thunar/thunar-renamer-progress.{c,h}: Add support for explicit cancellation of the rename operation. * thunar/thunar-renamer-dialog-ui.xml,thunar/thunar-renamer-model.{c,h}, thunar/thunar-renamer-dialog.{c,h}, thunar/Makefile.am: Some polish on the dialog and the model. Allow users to add/remove files using the context menu. Add a standalone mode in which the bulk rename dialog appears as standalone application and which can be invoked through the D-BUS service. Bug #1597. * thunar/thunar-standard-view.c(thunar_standard_view_action_rename): Keep up with the ThunarRenamerDialog changes. * thunar/main.c, thunar/thunar-application.{c,h}, thunar/thunar-dbus-client.{c,h}, thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add BulkRename() method to the D-BUS interface org.xfce.Thunar and add command line option -B to Thunar, which allows to open the bulk rename dialog directly. Bug #1597. * Thunar-folder-handler.desktop.in.in, Thunar.desktop.in.in, Makefile.am: Rearrange the .desktop file handling. * Makefile.am, Thunar-bulk-rename.desktop.in.in, ThunarBulkRename.in: Add launcher for the bulk rename utility. Bug #1597. * examples/thunar-file-manager.py, examples/Makefile.am: Add example for the usage of the org.xfce.Thunar interface. * thunarx/thunarx-renamer.{c,h}, thunarx/thunarx.symbols: Add new method get_actions() to ThunarxRenamer, as discussed with Jannis, to allow plugin writers to add custom actions to the renamers tree view context menu (i.e. "Edit Tags" for the thunar-media-tag-plugin). First part of bug #1602. * docs/reference/thunarx/: Update the API docs. * thunar/thunar-renamer-dialog.c(thunar_renamer_dialog_context_menu), thunar/thunar-renamer-dialog-ui.xml: Add custom actions provided by the active ThunarxRenamer to the file context menu in the renamer dialog. Second part of bug #1602. * po/POTFILES.in: Add new files. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 20526)
-
- Mar 20, 2006
-
-
Benedikt Meurer authored
* Makefile.am, acinclude.m4, configure.in.in, po/POTFILES.in, po/Thunar.pot, plugins/: Move thunar-uca to plugins/. (Old svn revision: 20508)
-
- Mar 06, 2006
-
-
Benedikt Meurer authored
* autogen.sh, configure.in.in, po/LINGUAS: Read the set of available languages from po/LINGUAS and substitute them when autogen.sh is run. This way we can continue to use glib-gettext. * docs/manual/, po-doc/, configure.in.in, Makefile.am: Import Daichi's initial japanese translations for the user manual. (Old svn revision: 20256)
-
- Mar 05, 2006
-
-
Benedikt Meurer authored
* Thunar-folder-handler.desktop.in, Makefile.am: Install folder handler .desktop file for Thunar. This way firefox and thunderbird can use Thunar to open folders. (Old svn revision: 20247)
-
- Mar 01, 2006
-
-
Benedikt Meurer authored
* docs/manual/C/Thunar.xml.in: Add "Frequently Asked Questions". * thunar/thunar-location-buttons.c(thunar_location_buttons_clicked): Make sure the new active button is visible on the location button bar. * ThunarHelp.in, Makefile.am: Add ThunarHelp script, which is used to display the Thunar user manual. * thunar/thunar-dialogs.{c,h}, thunar/Makefile.am: Add new helper method thunar_dialogs_show_help(), which is used to open the documentation browser. * thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Contents" item to the "Help" menu. * thunar/thunar-chooser-button.c(thunar_chooser_button_file_changed): Fix typo. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Updated the german translations. (Old svn revision: 20145)
-
- Feb 08, 2006
-
-
Benedikt Meurer authored
* thunar-vfs/thunar-vfs-util.{c,h}, thunar-vfs/thunar-vfs.symbols: Add new function thunar_vfs_canonicalize_filename(). * thunar-vfs/thunar-vfs-path.c(thunar_vfs_path_new): Use thunar_vfs_canonicalize_filename() on absolute paths. * docs/reference/thunar-vfs/: Update the thunar-vfs API docs. * thunar/thunar-dialogs.{c,h}: Use a generic parent parameter instead of a GtkWidget, so this method is also usable if no GtkWidget is none, but the dialog must appear on a specific screen. * thunar/thunar-application.{c,h}: Add a "daemon" property, which determines whether Thunar will exit once the last window is closed. Remove the D-BUS service here. Add process_filenames() method, to process the list of filenames given on the command line. Bug #1384. * thunar/main.c: Attach the D-BUS here. * Makefile.am, org.xfce.Thunar.service.in: Add Thunar specific service file. * thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c: Add the org.xfce.Thunar interface here, with currently only a LaunchFiles() method, which can process Thunar command line parameters in a remote instance. Bug #1384. * thunar/thunar-dbus-client.{c,h}, thunar/Makefile.am: Add convenience wrapper for the D-BUS LaunchFiles() of the org.xfce.Thunar interface, which is used on startup to first try to reuse an existing instance. This way new folder windows will popup instantly if an instance of Thunar is already running. * org.xfce.Thunar.service.in, org.xfce.FileManager.service.in, thunar/main.c: Add --daemon option and use it when starting from the message bus. Pass all additional parameters as file names to a run- ning remote instance or to ThunarApplication as fallback. Bug #1384. * examples/xfce-file-manager.py, examples/Makefile.am: Add a simple example how to communicate with the file manager using the D-BUS Python bindings. * po/Thunar.pot, po/*.po: Merge new strings. (Old svn revision: 19782)
-