Skip to content
Snippets Groups Projects
  1. Feb 21, 2023
    • Alexander Schwinn's avatar
      Support handling URIs via desktop file (#1044) · e2c3e91a
      Alexander Schwinn authored
      When thunar is selected as default application for the Mime Type "inode/directory", it now as well opens "trash://" and other URIs. (Before that change, the next file manager in the List was used for such URIs instead of thunar)
      
      (cherry picked from commit 35cc5923)
      e2c3e91a
  2. Dec 23, 2020
  3. Jun 11, 2020
  4. Apr 06, 2020
  5. Mar 07, 2020
  6. Jun 04, 2019
  7. Jun 03, 2019
  8. May 29, 2019
  9. Nov 06, 2011
  10. Nov 04, 2010
  11. Aug 22, 2010
  12. Dec 04, 2008
  13. Nov 28, 2008
  14. Apr 08, 2006
  15. Mar 25, 2006
  16. Mar 24, 2006
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · a5c28c6c
      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)
      a5c28c6c
  17. Feb 06, 2006
  18. Aug 11, 2005
    • Benedikt Meurer's avatar
      2005-08-11 Benedikt Meurer <benny@xfce.org> · 25f30de4
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-application.c
      	  (thunar_vfs_mime_application_new_from_desktop_id): Use "Name" instead
      	  of "GenericName" for the application's name, as the "Name" usually
      	  includes the project name in addition to the functional description
      	  of the application, which provides better results than having several
      	  applications named "Text Editor", etc.
      	* configure.in.in: Prefer Gamin over FAM to avoid the C++ dependency
      	  if possible. Besides that, Gamin offers several other advantages over
      	  FAM, which makes it better suitable to be used in Thunar.
      	* po/POTFILES.in: Add missing source files here, and remove obsolete
      	  files.
      	* Thunar.desktop.in, Makefile.am, configure.in.in, po/POTFILES.in: Add
      	  desktop file for Thunar.
      
      
      
      
      (Old svn revision: 16851)
      25f30de4
Loading