Skip to content
Snippets Groups Projects
  1. Jan 20, 2007
  2. Jan 16, 2007
    • Benedikt Meurer's avatar
      2007-01-16 Benedikt Meurer <benny@xfce.org> · 6a071459
      Benedikt Meurer authored
      	* docs/manual/C/Thunar.xml.in, docs/manual/C/images/bulk-rename.png:
      	  Add documentation for the bulk renamer. Bug #1594.
      	* docs/manual/C/: Improve the user manual. Bug #1365.
      	* thunar/: Connect the various "Help" buttons. Bug #1230.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      	* docs/manual/: Merge the new strings into the translated XML files.
      
      
      
      
      (Old svn revision: 24510)
      6a071459
  3. Jan 15, 2007
  4. Jan 10, 2007
    • Benedikt Meurer's avatar
      2007-01-10 Benedikt Meurer <benny@xfce.org> · 640e36aa
      Benedikt Meurer authored
      	* thunar/thunar-gdk-extensions.{c,h}: Add new helper function 
      	  thunar_gdk_screen_get_active(), which returns the currently
      	  active screen, i.e. the screen which currently contains the
      	  mouse pointer.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Use the new ExoMountPoint
      	  module to query active and configured mount points.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Add new signals "device-added"
      	  and "device-removed", which correspond to the HAL signals of the
      	  same name, and are emitted by the volume manager whenever a new
      	  device is added or an existing device is removed. This is an
      	  internal support mechanism for the volume manager integration of
      	  Thunar and should not be used by other applications.
      	* thunar/thunar-application.c: Add hooks for the thunar-volman,
      	  which, if installed and enabled, will be spawned whenever a new
      	  device is reported by HAL. This enables lightweight volume management
      	  avoiding an additional daemon, as Thunar already listens for HAL
      	  events anyway. Note that Thunar doesn't provide any functionality
      	  by itself here. It just acts a proxy between HAL and thunar-volman.
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add preference
      	  MiscVolumeManagement, which controls whether volume manager should
      	  be enabled.
      	* docs/references/thunar-vfs/: Add missing enums to the manual.
      	* thunar/thunar-preferences-dialog.c, thunar/sexy-url-label.{c,h},
      	  thunar/Makefile.am: Extend the preferences dialog with options
      	  to control the volume manager.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 24348)
      640e36aa
  5. Jan 06, 2007
    • Benedikt Meurer's avatar
      2007-01-06 Benedikt Meurer <benny@xfce.org> · 8a2572d3
      Benedikt Meurer authored
      	* README, configure.in.in: Requires libexo 0.3.1.13svn.
      	* thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_sync): Strip trailing
      	  dots from the error message.
      	* thunar-vfs/thunar-vfs-volume-freebsd.c, docs/README.volumes,
      	  thunar-vfs/thunar-vfs-volume-hal.c: Use exo-mount to mount, eject
      	  and unmount volumes instead of relying on external utilities that
      	  don't always behave properly. Bug #2715.
      	* thunar-vfs/thunar-vfs-volume-hal.c: Add ability to mount floppy
      	  drives using exo-mount. Bug #2075.
      	* thunar-vfs/Makefile.am: Fix distcheck.
      	* po/de.po: Some german translation love.
      
      
      
      
      (Old svn revision: 24277)
      8a2572d3
  6. Jan 03, 2007
    • Benedikt Meurer's avatar
      2007-01-03 Benedikt Meurer <benny@xfce.org> · 4dd46d33
      Benedikt Meurer authored
      	* configure.in.in, docs/manual/, thunar/main.c, thunar/thunar-dialogs.c:
      	  Update copyright dates.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      	* po/Thunar.pot, po/*.po: Drop obsolete strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 24255)
      4dd46d33
  7. Dec 31, 2006
    • Benedikt Meurer's avatar
      2006-12-31 Benedikt Meurer <benny@xfce.org> · 21b5443e
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-update-thumbnailers-cache.c: Add ability to
      	  load custom thumbnailers from .desktop files. Drop the hardcoded
      	  font thumbnailer.
      	* thunar-vfs/thunar-vfs-font-thumbnailer-1.desktop.in,
      	  thunar-vfs/Makefile.am: Install a .desktop file for the font
      	  thumbnailer.
      	* docs/manual/, po-doc/: Update the user guide with detailed information
      	  about the custom thumbnailers.
      
      
      (Old svn revision: 24227)
      21b5443e
  8. Nov 11, 2006
    • Benedikt Meurer's avatar
      2006-11-11 Benedikt Meurer <benny@xfce.org> · ecc08733
      Benedikt Meurer authored
      	* docs/README.volumes, thunar-vfs/thunar-vfs-volume-hal.c: Apply patch
      	  from Bernhard Walle <bernhard.walle@gmx.de> to add support for
      	  halmount to ThunarVfsVolumeHAL. Bug #2556.
      
      
      
      
      (Old svn revision: 23819)
      ecc08733
  9. Nov 04, 2006
    • Benedikt Meurer's avatar
      2006-11-04 Benedikt Meurer <benny@xfce.org> · e79550a0
      Benedikt Meurer authored
      	* === Released 0.5.0rc2 ===
      	* configure.in.in, NEWS: Bump version.
      	* configure.in.in, README: Depend on libexo 0.3.1.12rc2.
      	* docs/reference/thunarx/: Regenerate API docs.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      	* tests/: Drop the FreeBSD fstab check, as the default volume manager
      	  backend for FreeBSD is HAL.
      
      
      
      
      (Old svn revision: 23659)
      e79550a0
  10. 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
  11. Sep 02, 2006
    • Benedikt Meurer's avatar
      2006-09-02 Benedikt Meurer <benny@xfce.org> · 0fa89aff
      Benedikt Meurer authored
      	* docs/reference/thunar-vfs/, thunar-vfs/: Update the thunar-vfs
      	  reference manual.
      	* po/cs.po: Update czech translations by Michal Várady
      	  <miko.vaji@gmail.com>.
      	* po/it.po: Update italian translations by Roberto Pariset
      	  <robdebian@gmail.com>.
      	* po/pl.po: Update polish translations by Szymon Kałasz
      	  <szymon_maestro@gazeta.pl>.
      
      
      
      
      (Old svn revision: 22992)
      0fa89aff
  12. Aug 31, 2006
  13. Aug 29, 2006
    • Benedikt Meurer's avatar
      2006-08-29 Benedikt Meurer <benny@xfce.org> · 3f84a2a3
      Benedikt Meurer authored
      	* docs/README.gtkrc, docs/README.thunarrc, thunar/: Revert location bar
      	  related changes to the previous user interface, because the new user
      	  interface wastes too much space, and makes the file manager look busy.
      	* po/POTFILES.in: Synchronize file list.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22934)
      3f84a2a3
  14. Aug 28, 2006
    • Benedikt Meurer's avatar
      2006-08-28 Benedikt Meurer <benny@xfce.org> · 62eb8f66
      Benedikt Meurer authored
      	* thunar/thunar-window.c(action_entries), thunar/thunar-stock.{c,h}:
      	  Use "gnome-fs-home" instead of "gtk-home" as icon for Home for
      	  consistency.
      	* thunar/thunar-window.c(action_entries): Fix a mnemonic clash.
      	* thunar/thunar-window.c(thunar_window_current_directory_changed):
      	  Use "<folder> - File Manager" for the title to make it easier to
      	  indentify file manager windows in the taskbar.
      	* thunar/thunar-create-dialog.c, thunar/thunar-permissions-chooser.c,
      	  thunar/thunar-standard-view.c: No need to include thunar-stock.h
      	  here anymore.
      	* thunar/thunar-history.c(thunar_history_init): Consider "back" as
      	  an important action wrt to the appearance in the toolbar.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Decouple the
      	  location bar from the toolbar by separating them into "Location Bar"
      	  and "Main Toolbar". Bug #1349.
      	* thunar/thunar-preferences.c, docs/README.thunarrc: Add new options
      	  LastLocationBarVisible and LastToolbarVisible, which control the
      	  visibility of the "Location Bar" and "Main Toolbar". Add new option
      	  LastNavigationBarEntry, which controls whether the navigation bar
      	  will display the path entry widget by default.
      	* thunar/thunar-gtk-extensions.{c,h}: Add new helper function
      	  thunar_gtk_action_set_tooltip(), which changes the tooltip of
      	  a GtkAction.
      	* thunar/thunar-navigation-bar.{c,h}, thunar/thunar-path-button.{c,h},
      	  thunar/thunar-navigation-bar-ui.xml, thunar/thunar-path-bar.{c,h},
      	  thunar/thunar-location-button.{c,h}, thunar/thunar-location-bar.{c,h},
      	  thunar/thunar-location-buttons-ui.xml, docs/README.gtkrc,
      	  thunar/thunar-location-buttons.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-location-entry.{c,h}, thunar/thunar-marshal.list,
      	  thunar/thunar-shortcuts-pane.c, thunar/thunar-shortcuts-view.c,
      	  thunar/thunar-tree-pane.c, thunar/thunar-tree-view.c,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.c: Synchronize
      	  the latest user interface changes in GtkFileChooser. This way the
      	  location bar will be used for both the path bar and the path entry
      	  widgets, and a simple toggle button controls whether the path entry
      	  is visible. This way (nearly) the full width of the window is avail-
      	  able for the path bar. Bug #2060.
      	* thunar/thunar-gtk-extensions.{c,h}: Drop now obsolete helper function
      	  thunar_gtk_action_group_create_tool_item() as it's no longer used.
      	* thunar/thunar-location-dialog.c(thunar_location_dialog_init): Reduce
      	  translation overhead and don't use a mnemonic here. It was pretty
      	  useless anyway.
      	* thunar/thunar-preferences.c, docs/README.thunarrc: Remove now
      	  obsolete option LastLocationBar.
      	* po/POTFILES.in: Synchronize file list.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22920)
      62eb8f66
  15. Aug 08, 2006
    • Benedikt Meurer's avatar
      2006-08-08 Benedikt Meurer <benny@xfce.org> · 76e67982
      Benedikt Meurer authored
      	* configure.in.in, docs/ThumbnailersCacheFormat.txt, docs/Makefile.am,
      	  thunar-vfs/thunar-vfs-thumb.c, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-update-thumbnailers-cache.c: Drop the dependen-
      	  cy of libthunar-vfs on GConf, which was required to load the GNOME
      	  thumbnailers. Instead there's now an external program, which genera-
      	  tes an mmap()able file that contains a mapping between a mime type
      	  and the thumbnailer used to generate thumbnails for that mime type.
      	  Bug #2131.
      	* thunar-vfs/thunar-vfs-pixbuf-thumbnailer.c, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs-thumb-pixbuf.{c,h},
      	  thunar-vfs/thunar-vfs-thumb.c: Put the gdk-pixbuf thumbnailer into
      	  a separate program, which gets registered via the thumbnailers.cache
      	  file, so we don't need any extra overhead for thumbnails that can be
      	  generated using gdk-pixbuf.
      	* thunar-vfs/thunar-vfs-monitor-private.h,
      	  thunar-vfs/thunar-vfs-monitor.c: Add a simple helper method
      	  _thunar_vfs_monitor_handle_get_path() that returns the path for
      	  a given monitor handle so we don't need to keep around both the
      	  path and the handle.
      	* thunar-vfs/thunar-vfs-mime-database.c: Do not keep both the handle
      	  and the path around for monitored resources.
      	* thunar-vfs/thunar-vfs-io-jobs.c(_thunar_vfs_io_jobs_chown): Fix
      	  typo. Thanks to Roberto Pariset <robdebian@gmail.com> for the hint.
      	* po/POTFILES.in: Remove no longer existing file.
      	* po/Thunar.pot, po/*.po: Update translations.
      	* po/de.po: Update german translations.
      	* po/it.po: Update italian translations by Roberto Pariset
      	  <robdebian@gmail.com>.
      
      
      
      
      (Old svn revision: 22685)
      76e67982
  16. Jul 27, 2006
    • Benedikt Meurer's avatar
      2006-07-27 Benedikt Meurer <benny@xfce.org> · 0314a0a6
      Benedikt Meurer authored
      	* README, acinclude.m4, configure.in.in, thunar-vfs/, thunar/,
      	  plugins/thunar-apr/thunar-apr-provider.c,
      	  plugins/thunar-uca/thunar-uca-model.c: Import the trash framework,
      	  based on the XDG trash specification, but currently limited to the
      	  home trash.
      	* thunar/thunar-file.{c,h}, thunar/thunar-standard-view.c
      	  (thunar_standard_view_merge_custom_actions): Remove obsolete
      	  thunar_file_get_actions(). Bug #1241.
      	* thunar/thunar-file.c, thunar/thunar-util.{c,h}: Use localized
      	  human readable format for file dates. Bug #2057.
      	* thunar/thunar-private.h, thunar/thunar-tree-model.c,
      	  thunar/thunar-thumbnail-generator.c, thunar/thunar-shortcuts-model.c,
      	  thunar/thunar-renamer-pair.c, thunar/thunar-renamer-model.c,
      	  thunar/thunar-clipboard-manager.c: Use the slice allocator to reduce
      	  the memory overhead.
      	* thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-chooser-button.c,
      	  thunar/thunar-permissions-chooser.c, thunar/thunar-chooser-dialog.c,
      	  thunar/thunar-preferences-dialog.c, thunar/thunar-renamer-dialog.c,
      	  thunar/thunar-size-label.c: Use a single shared GtkTooltips instance
      	  for the whole application.
      	* thunar/thunar-path-entry.c: Update the path entry icon and text
      	  whenever the current file changes.
      	* README, acinclude.m4, configure.in.in, plugins/thunar-tpa/: Add a
      	  trash panel applet, that communicates with Thunar via D-BUS to
      	  display the current state of the trash can and move files to the
      	  trash by dropping them to the panel applet.
      	* thunar/thunar-preferences.c(thunar_preferences_class_init),
      	  docs/README.thunarrc: Disable case-sensitive sorting of the
      	  files by default. Bug #2064.
      	* docs/reference/thunar-vfs/: Update the API documentation.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22534)
      0314a0a6
  17. Jul 01, 2006
    • Benedikt Meurer's avatar
      2006-07-01 Benedikt Meurer <benny@xfce.org> · ff1c3c69
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add a new option
      	  MiscRememberGeometry, which controls whether Thunar will store the
      	  window size whenever the user resizes the window.
      	* thunar/thunar-window.c: Don't save the window geometry unless the
      	  MiscRememberGeometry setting is TRUE.
      
      
      
      
      (Old svn revision: 22239)
      ff1c3c69
  18. May 23, 2006
  19. May 17, 2006
    • Benedikt Meurer's avatar
      2006-05-17 Benedikt Meurer <benny@xfce.org> · cabf1bb5
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-application.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Add new method
      	  thunar_vfs_mime_application_is_usercreated(), which tells whether
      	  a given mime application was automatically created by the user
      	  via the "custom command" box in the file manager(s).
      	* thunar-vfs/thunar-vfs-mime-database.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Add new method
      	  thunar_vfs_mime_database_remove_application() to remove a previously
      	  added mime application (user-created) from the mime database.
      	* thunar/thunar-chooser-dialog.c, thunar/thunar-chooser-model.{c,h}:
      	  Add a context menu to the chooser dialog with a "Remove Launcher"
      	  item, which allows to remove previously added (user-created)
      	  application launchers from the mime database. Bug #1814.
      	* docs/reference/thunar-vfs/: Update the API documentation.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 21710)
      cabf1bb5
  20. May 04, 2006
  21. Apr 24, 2006
    • Benedikt Meurer's avatar
      2006-04-24 Benedikt Meurer <benny@xfce.org> · 90214a0c
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c(thunar_standard_view_action_delete):
      	  Fix typo.
      	* docs/README.thunarrc: Add link to "Advanced Settings" page on the
      	  project wiki.
      	* docs/Makefile.am, docs/README.gtkrc, thunar/thunar-compact-view.c,
      	  thunar/thunar-abstract-icon-view.c: Add style properties "row-spacing"
      	  and "column-spacing" to ThunarAbstractIconView to allow customizing
      	  the spacings in the icon/compact views. Bug #1698.
      
      
      
      
      (Old svn revision: 21206)
      90214a0c
    • Benedikt Meurer's avatar
      2006-04-24 Benedikt Meurer <benny@xfce.org> · 0f8c9749
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.c, thunar-vfs/thunar-vfs-link-job.c,
      	  thunar-vfs/thunar-vfs-mime-cache.c, thunar-vfs/thunar-vfs-scandir.c,
      	  thunar-vfs/thunar-vfs-mime-database.c, thunar-vfs/thunar-vfs-thumb.c,
      	  thunar-vfs/thunar-vfs-transfer-job.c, thunar-vfs/thunar-vfs-xfer.c,
      	  thunar-vfs/thunar-vfs-unlink-job.c, configure.in.in: Properly use GLib
      	  replacements for POSIX functions on Windows. Properly check whether
      	  symlinks and named pipes are supported on the target platform.
      	* thunar-vfs/thunar-vfs-types.h, thunar-vfs/thunar-vfs-info.c,
      	  thunar/thunar-file.{c,h}: Determine the real access permissions
      	  for files and add them as flags to the ThunarVfsInfo, instead of
      	  guessing them from the mode and the uid/gid. Bug #1670.
      	* docs/reference/thunar-vfs/tmpl/thunar-vfs-types.sgml: Update API docs.
      
      
      
      
      (Old svn revision: 21204)
      0f8c9749
  22. Apr 17, 2006
  23. Apr 16, 2006
  24. Apr 15, 2006
  25. Apr 14, 2006
    • Benedikt Meurer's avatar
      2006-04-14 Benedikt Meurer <benny@xfce.org> · 38ac8435
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add new option
      	  LastCompactViewZoomLevel.
      	* thunar/thunar-abstract-icon-view-ui.xml, thunar/Makefile.am,
      	  thunar/thunar-abstract-icon-view.{c,h}, thunar/thunar-window.c
      	  thunar/thunar-compact-view.{c,h}, thunar/thunar-window-ui.xml,
      	  thunar/thunar-icon-view.{c,h}: Add a "Compact View", which uses
      	  ExoIconView with EXO_ICON_VIEW_LAYOUT_COLS layout mode. Based on
      	  patches from Matt McClinch <mattmcclinch@gmail.com>.
      	* THANKS: Add Matt McClinch.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20881)
      38ac8435
  26. Apr 09, 2006
    • Benedikt Meurer's avatar
      2006-04-09 Benedikt Meurer <benny@xfce.org> · 12d3b1c7
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add new option
      	  "MiscSingleClickTimeout", which specifies the delay after which
      	  items are automatically selected in single-click mode.
      	* thunar/thunar-preferences-dialog.c(thunar_preferences_dialog_init):
      	  Add "MiscSingleClickTimeout" setting to the preferences dialog.
      	* thunar/thunar-standard-view.c(thunar_standard_view_constructor):
      	  Apply global single-click timeout setting to the view.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20829)
      12d3b1c7
  27. Apr 04, 2006
  28. Mar 28, 2006
    • Benedikt Meurer's avatar
      2006-03-28 Benedikt Meurer <benny@xfce.org> · 84649b09
      Benedikt Meurer authored
      	* docs/README.thunarrc, thunar/thunar-preferences.c: Add new hidden
      	  setting MiscCaseSensitive, which controls whether sorting is done
      	  in a case-sensitive manner.
      	* configure.in.in: Check for strcoll().
      	* thunar/thunar-file.{c,h}: Add thunar_file_compare_by_name(), which
      	  implements a rather complex but very efficient and smart comparison
      	  function for file names.
      	* thunar/thunar-tree-model.c(thunar_tree_model_cmp_array): Use
      	  thunar_file_compare_by_name() here.
      	* thunar/thunar-list-model.{c,h}: Add "case-sensitive" property and
      	  use thunar_file_compare_by_name().
      	* thunar/thunar-standard-view.c(thunar_standard_view_init): Synchronize
      	  the "misc-case-sensitive" preference with the "case-sensitive" pro-
      	  perty of the list model.
      	* thunar/thunar-tree-model.{c,h}: Add "case-sensitive" property and
      	  synchronize with the global "misc-case-sensitive" preference.
      
      
      
      
      (Old svn revision: 20614)
      84649b09
  29. 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
  30. Mar 22, 2006
    • Benedikt Meurer's avatar
      2006-03-22 Benedikt Meurer <benny@xfce.org> · b743df15
      Benedikt Meurer authored
      	* docs/reference/thunarx/tmpl/thunarx-renamer.sgml: Fix a typo.
      	* thunar/thunar-renamer-model.c: Only invalidate items on "file-changed"
      	  signals if the file changed on the disk, to avoid invalidating items
      	  constantly while generating thumbnails.
      	* thunar/thunar-gobject-extensions.c: Register a transformation func-
      	  tion string->uint.
      	* plugins/thunar-sbr/thunar-sbr-case-renamer.c
      	  (thunar_sbr_case_renamer_new): More consistent naming scheme for the
      	  renamer titles.
      	* plugins/thunar-sbr/: Import additional renamers "Insert / Overwrite"
      	  and "Remove Characters". Bug #1599.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20520)
      b743df15
    • Benedikt Meurer's avatar
      2006-03-22 Benedikt Meurer <benny@xfce.org> · 0f7c4340
      Benedikt Meurer authored
      	* docs/reference/thunarx/: Update the thunarx API documentation. 100%
      	  symbol docs coverage!
      
      
      
      
      (Old svn revision: 20518)
      0f7c4340
Loading