Skip to content
Snippets Groups Projects
  1. Jun 04, 2019
  2. Jun 03, 2019
  3. Jan 27, 2019
  4. Jan 13, 2019
  5. Jun 06, 2018
  6. Feb 09, 2018
  7. Nov 25, 2017
  8. Nov 22, 2017
  9. Aug 15, 2017
  10. May 22, 2015
  11. Feb 16, 2015
  12. Nov 01, 2014
  13. Sep 26, 2012
  14. Apr 13, 2012
  15. Feb 16, 2012
  16. Jan 08, 2012
  17. Nov 13, 2011
  18. Feb 12, 2011
  19. Aug 27, 2010
  20. Aug 26, 2010
  21. Jul 25, 2010
  22. Jun 01, 2010
  23. Dec 19, 2009
    • Nick Schermer's avatar
      Build manual documentation during make. · 57c4fd48
      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: default avatarNick Schermer <nick@xfce.org>
      Signed-off-by: default avatarJannis Pohlmann <jannis@xfce.org>
      57c4fd48
  24. Oct 14, 2009
  25. Aug 21, 2009
    • 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
  26. Sep 13, 2006
    • Benedikt Meurer's avatar
      2006-09-13 Benedikt Meurer <benny@xfce.org> · 6554f5f2
      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)
      6554f5f2
  27. Apr 16, 2006
    • Benedikt Meurer's avatar
      2006-04-16 Benedikt Meurer <benny@xfce.org> · 9f216507
      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)
      2 tags
      9f216507
  28. 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
  29. Mar 20, 2006
  30. Mar 06, 2006
    • Benedikt Meurer's avatar
      2006-03-06 Benedikt Meurer <benny@xfce.org> · 9e1abba4
      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)
      9e1abba4
  31. Mar 05, 2006
  32. Mar 01, 2006
    • Benedikt Meurer's avatar
      2006-03-01 Benedikt Meurer <benny@xfce.org> · f838d0e4
      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)
      f838d0e4
  33. Feb 08, 2006
    • Benedikt Meurer's avatar
      2006-02-08 Benedikt Meurer <benny@xfce.org> · 736ae7a3
      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)
      736ae7a3
  34. Feb 07, 2006
    • Benedikt Meurer's avatar
      2006-02-07 Benedikt Meurer <benny@xfce.org> · bbb7233f
      Benedikt Meurer authored
      	* thunar/thunar-application.{c,h}: Add thunar_application_take_window(),
      	  which is used to add a GtkWindow to the internal application windows
      	  list. The application will not exit until the last controlled window
      	  is closed by the user.
      	* thunar/thunar-file.{c,h}: Use a generic parent parameter for the
      	  thunar_file_launch() method.
      	* thunar/thunar-chooser-dialog.{c,h}: Use a generic parent paramter for
      	  the thunar_show_chooser_dialog() method, and let the application take
      	  over control of the dialog window.
      	* thunar/thunar-gdk-extensions.{c,h}, thunar/Makefile.am: Import method
      	  thunar_gdk_screen_open() from Terminal, which opens a GdkScreen from
      	  a full qualified display name.
      	* README, configure.in.in: Add optional check for D-BUS.
      	* thunar/Makefile.am, org.xfce.FileManager.service.in, Makefile.am,
      	  thunar/thunar-dbus-service-infos.xml, thunar/thunar-application.{c,h},
      	  thunar/thunar-dbus-service.{c,h}: Initial import of the basic D-BUS
      	  service for Thunar, the org.xfce.FileManager implementation. See the
      	  thunar-dbus-service-infos.xml file for a description of the current
      	  interface.
      	* po/Thunar.pot, po/*.po: Update the translations.
      
      
      
      
      (Old svn revision: 19776)
      bbb7233f
  35. Nov 29, 2005
    • Benedikt Meurer's avatar
      2005-11-29 Benedikt Meurer <benny@xfce.org> · f1883411
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c
      	  (thunar_standard_view_merge_custom_actions): Fix typo.
      	* thunarx/thunarx-private.{c,h}, thunarx/thunarx-menu-provider.c,
      	  thunarx/Makefile.am, thunarx/thunarx-property-page-provider.c: Add
      	  helper function thunarx_object_list_take_reference(), so we don't
      	  need to repeat the same code again and again.
      	* thunar/thunar-window.c(action_entries): Add ... to the Preferences
      	  action, since it opens a dialog. Use "e" as mnemonic, as "P" is
      	  already used by "Paste".
      	* thunar/thunar-standard-view.c(action_entries): Add ... to the Select
      	  by Pattern action, since it opens a dialog.
      	* thunar/thunar-preferences-dialog.c: Close preferences dialog on Esc
      	  key press.
      	* thunarx/thunarx-preferences-provider.{c,h}, thunarx/thunarx.h,
      	  thunarx/thunarx.symbols, thunarx/Makefile.am: Add new interface
      	  ThunarxPreferencesProvider, which can be implemented to add custom
      	  actions to the preferences section of the "Edit" menu.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Query custom
      	  preferences actions from the installed providers and add them to the
      	  preferences section of the "Edit" menu. Actions are loaded in an idle
      	  source to not delay folder loading when opening a new window, even if
      	  a lot of preferences providers are installed.
      	* docs/reference/thunarx/: Update the thunarx reference documentation.
      	* thunar-uca/, configure.in.in, Makefile.am: Import the thunar-uca
      	  module, which provides advanced users with an easy way to add custom
      	  actions to Thunar's context menus. With this extension in place
      	  there's no longer a need to add support G-Scripts (except maybe an
      	  importer for thunar-uca).
      	* po/POTFILES.in: Add new translatable files.
      	* po/: Merge new strings.
      	* examples/tex-open-terminal/README: Add note to use thunar-uca, and
      	  consider the tex-open-terminal as example for extension writers.
      
      
      
      
      (Old svn revision: 18962)
      f1883411
Loading