Skip to content
Snippets Groups Projects
  1. Nov 02, 2017
  2. Sep 18, 2017
  3. Aug 26, 2017
  4. Aug 15, 2017
  5. May 22, 2015
  6. Mar 27, 2015
  7. Jan 06, 2013
  8. Dec 05, 2012
  9. Nov 21, 2012
  10. Nov 04, 2012
  11. Oct 22, 2012
  12. Sep 30, 2012
  13. Sep 27, 2012
  14. Sep 26, 2012
  15. Sep 25, 2012
  16. Sep 16, 2012
  17. Apr 14, 2012
  18. Apr 04, 2012
  19. Jan 21, 2012
  20. Mar 27, 2011
  21. Oct 04, 2010
  22. Sep 27, 2009
  23. Sep 26, 2009
    • Jannis Pohlmann's avatar
      Use -export-symbols-regex instead of XDT_FEATURE_VISIBILITY. · 4553fba6
      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!
      4553fba6
  24. Sep 03, 2009
  25. Aug 23, 2009
  26. Aug 22, 2009
  27. Aug 21, 2009
    • Jannis Pohlmann's avatar
    • Jannis Pohlmann's avatar
      Merge the migration-to-gio branch into master. · 1f5eed40
      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
      1f5eed40
  28. Sep 14, 2006
  29. Sep 13, 2006
    • Benedikt Meurer's avatar
      2006-09-14 Benedikt Meurer <benny@xfce.org> · c6505454
      Benedikt Meurer authored
      	* thunarx/thunarx-menu-provider.{c,h}, thunarx/thunarx.symbols: Add a
      	  new method get_dnd_actions() to the ThunarxMenuProvider, which allows
      	  menu providers to install additional actions into the Drag'n'Drop
      	  menu of the file manager.
      	* docs/reference/thunarx/: Update the thunarx reference manual.
      	* thunar/thunar-dnd.{c,h}, thunar/thunar-location-button.c,
      	  thunar/thunar-shortcuts-view.c, thunar/thunar-standard-view.c,
      	  thunar/thunar-tree-view.c: Insert the additional actions supplied
      	  by the installed menu providers into the Drag'n'Drop menu.
      
      
      
      
      (Old svn revision: 23151)
      c6505454
  30. Mar 24, 2006
    • Benedikt Meurer's avatar
      2006-03-24 Benedikt Meurer <benny@xfce.org> · 3291a47e
      Benedikt Meurer authored
      	* plugins/thunar-sbr/thunar-sbr-case-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-insert-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-remove-renamer.h,
      	  plugins/thunar-sbr/thunar-sbr-replace-renamer.h: Fix typos.
      	* docs/reference/thunarx/tmpl/thunarx-file-info.sgml,
      	  thunarx/thunarx-file-info.c: Register the "changed" and "renamed"
      	  signals right after the type is registered. This way gtk-doc will
      	  properly display the signals (gtk-doc doesn't invoke base_init() for
      	  interfaces). Bug #1418.
      	* docs/reference/thunarx/tmpl/thunarx-property-page-provider.sgml,
      	  docs/reference/thunarx/tmpl/thunarx-property-page.sgml,
      	  thunarx/thunarx-property-page-provider.c: Properly document
      	  ThunarxPropertyPage and ThunarxPropertyPageProvider. Bug #1456.
      
      
      
      
      (Old svn revision: 20531)
      3291a47e
    • 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
  31. Mar 21, 2006
    • Benedikt Meurer's avatar
      2006-03-21 Benedikt Meurer <benny@xfce.org> · 1d7d408f
      Benedikt Meurer authored
      	* plugins/thunar-uca/README: Fix typos.
      	* thunarx/thunarx-private.{c,h}: Import new helper function
      	  thunarx_param_spec_get_option_name().
      	* thunarx/Makefile.am, thunarx/thunarx.h, thunarx/thunarx-renamer.{c,h},
      	  thunarx/thunarx-renamer-provider.{c,h}, thunarx/thunarx.symbols:
      	  Merge the ThunarxRenamer extension point, which can be used to hook
      	  additional bulk renamers into Thunar. Bug #1416.
      	* thunar/thunar-renamer-dialog.{c,h}, thunar/thunar-renamer-model.{c,h},
      	  thunar/thunar-renamer-pair.{c,h},thunar/thunar-renamer-progress.{c,h},
      	  thunar/Makefile.am, thunar/thunar-standard-view.c: Merge the bulk
      	  rename framework for Thunar, which uses the ThunarxRenamers to
      	  rename multiple files at once. Bug #1416.
      	* acinclude.m4, configure.in.in, plugins/thunar-sbr/, 
      	  plugins/Makefile.am: Merge stable version of the thunar-sbr exten-
      	  sion ("Simple Builtin Renamers"), which provides "Search & Replace",
      	  which optionally uses PCRE to support regular expressions, and
      	  "Convert upper/lowercase". Additional renamers will be merged once
      	  ready. Bug #1416.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20517)
      1d7d408f
  32. Feb 09, 2006
    • Benedikt Meurer's avatar
      2006-02-09 Benedikt Meurer <benny@xfce.org> · e8727754
      Benedikt Meurer authored
      	* thunarx/thunarx-provider-factory.c: Initialize the factory on demand.
      	* thunar-vfs/thunar-vfs-scandir.c(thunar_vfs_scandir_collect_fast): Use
      	  a larger buffer to speed up loading large directories.
      	* thunar-vfs/thunar-vfs-mime-database.c: Initialize the MIME desktop
      	  stores on demand.
      
      
      
      
      (Old svn revision: 19793)
      e8727754
  33. Feb 04, 2006
    • Benedikt Meurer's avatar
      2006-02-04 Benedikt Meurer <benny@xfce.org> · a4adae14
      Benedikt Meurer authored
      	* thunar/thunar-file.{c,h}: Add method thunar_file_list_to_path_list(),
      	  which transforms a list of ThunarFile's to a list of ThunarVfsPath's.
      	* thunar/thunar-clipboard-manager.c
      	  (thunar_clipboard_manager_get_callback): Use newly added function
      	  thunar_file_list_to_path_list() here.
      	* thunarx/thunarx-file-info.c(thunarx_file_info_list_copy): Use a
      	  slightly more efficient implementation here.
      	* thunarx/thunarx-file-info.{c,h}, thunarx/thunarx.symbols: Add a boxed
      	  type for a list of ThunarxFileInfo's.
      	* docs/reference/thunarx/: Update the thunarx API docs.
      	* thunar/thunar-launcher.c: Use the new boxed type for the list of
      	  selected files, rather than a pointer.
      	* thunar/thunar-navigator.c(thunar_navigator_get_type): Add requirement
      	  on G_TYPE_OBJECT.
      	* thunar/thunar-component.{c,h}: Add new interface ThunarComponent for
      	  those parts of a ThunarWindow that require access to both the UI
      	  manager and the currently selected files. ThunarComponent extends
      	  ThunarNavigator.
      	* thunar/thunar-view.{c,h}: The ui-manager property is now in 
      	  ThunarComponent and ThunarView inherits ThunarComponent.
      	* thunar/thunar-standard-view.{c,h}: Implement ThunarComponent interface
      	  as required by ThunarView now. This way other components will be able
      	  to determine the selected files and set the selected files without
      	  having to interact with the ThunarView implementation directly.
      	* thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_get_free_space): Be sure
      	  to use statvfs(2) for IRIX. Bug #1425.
      	* thunar-vfs/thunar-vfs-volume.h(ThunarVfsVolumeManagerIface): Reserve
      	  some space for future expansion now.
      	* thunar-vfs/thunar-vfs-*.c, docs/reference/thunar-vfs/: Some updates
      	  to the Thunar-VFS API documentation.
      	* po/Thunar.pot, po/*.po: Update translations.
      
      
      
      
      (Old svn revision: 19735)
      a4adae14
Loading