Skip to content
Snippets Groups Projects
  1. Nov 28, 2007
    • Benedikt Meurer's avatar
      2007-11-28 Benedikt Meurer <benny@xfce.org> · 3f1b4790
      Benedikt Meurer authored
      	* plugins/thunar-sbr/: Import new date renamer based on patch
      	  from Nick Schermer <nick@xfce.org>. Bug #3656.
      	* docs/manual/: Update the user manual.
      	* po/POTFILES.in: Add new file here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      	* po-doc/Thunar.pot, po-doc/*.po: Merge new strings.
      
      
      
      
      (Old svn revision: 26394)
      3f1b4790
  2. May 20, 2007
  3. Jan 20, 2007
    • Benedikt Meurer's avatar
      2007-01-20 Benedikt Meurer <benny@xfce.org> · ec024a6b
      Benedikt Meurer authored
      	* === Released 0.8.0 ===
      	* NEWS, configure.in.in: Bump version.
      	* README, configure.in.in: Depend on exo 0.3.2.
      	* THANKS: Add missing translator credits.
      	* po/*.po: Update Project-Id-Version.
      	* thunar-vfs/Makefile.am, docs/reference/thunar-vfs/Makefile.am,
      	  thunar/Makefile.am, plugins/thunar-sendto-email/Makefile.am,
      	  tests/Makefile.am, plugins/thunar-apr/Makefile.am,
      	  plugins/thunar-sbr/Makefile.am, plugins/thunar-tpa/Makefile.am,
      	  plugins/thunar-uca/Makefile.am: No need to define
      	  EXO_API_SUBJECT_TO_CHANGE any more.
      	* docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
      	  docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.
      
      
      
      
      (Old svn revision: 24675)
      ec024a6b
  4. Nov 11, 2006
    • Benedikt Meurer's avatar
      2006-11-11 Benedikt Meurer <benny@xfce.org> · 944ba10c
      Benedikt Meurer authored
      	* plugins/thunar-tpa/Makefile.am: Starting with version 0.72
      	  dbus-binding-tool now requires the --prefix command line option
      	  even though it isn't used for anything. Bug #2528.
      
      
      
      
      (Old svn revision: 23820)
      944ba10c
  5. Sep 10, 2006
  6. Aug 26, 2006
    • Benedikt Meurer's avatar
      2006-08-26 Benedikt Meurer <benny@xfce.org> · 4bf1f0bb
      Benedikt Meurer authored
      	* plugins/thunar-uca/thunar-uca-model.c(thunar_uca_model_parse_argv):
      	  Substitute %d properly. Bug #2214.
      	* thunar/thunar-gdk-pixbuf-extensions.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-icon-factory.c, thunar/thunar-icon-renderer.c: Use
      	  exo_gdk_pixbuf_frame() instead of thunar_gdk_pixbuf_frame() and drop
      	  the GdkPixbuf extensions.
      	* thunar-vfs/thunar-vfs-pixbuf-thumbnailer.c, thunar/Makefile.am: Use
      	  exo_gdk_pixbuf_new_from_file_at_max_size() for the pixbuf thumbnai-
      	  ler.
      	* configure.in.in, README, thunar-vfs/thunar-vfs-font-thumbnailer.c,
      	  thunar-vfs/thunar-vfs-update-thumbnailers-cache.c,
      	  thunar-vfs/Makefile.am: Import the font thumbnailer, which uses
      	  freetype 2.x (if available) to generate a thumbnail of a font file.
      	* plugins/thunar-uca/thunar-uca-editor.c: Use ExoIconChooserDialog to
      	  select an icon for a custom action.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22885)
      4bf1f0bb
  7. Jul 30, 2006
  8. 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
  9. Jul 14, 2006
    • Benedikt Meurer's avatar
      2006-07-14 Benedikt Meurer <benny@xfce.org> · 28626c9d
      Benedikt Meurer authored
      	* plugins/thunar-apr/thunar-apr-image-page.c: Add ISO Speed Ratings
      	  to the Image page.
      	* thunar/thunar-preferences-dialog.c(thunar_preferences_dialog_init):
      	  Avoid duplication in the user interface, as suggested by Eugenia
      	  Loli-Queru <eloli@hotmail.com>.
      
      
      
      
      (Old svn revision: 22447)
      28626c9d
  10. Jun 13, 2006
    • Benedikt Meurer's avatar
      2006-06-13 Benedikt Meurer <benny@xfce.org> · a1cc08b7
      Benedikt Meurer authored
      	* configure.in.in: Use --as-needed if supported by the linker.
      	* thunar/thunar-properties-dialog.c(thunar_properties_dialog_init):
      	  Use GtkLabel instead of ExoEllipsizedLabel here.
      	* plugins/thunar-sendto/main.c(tse_ask_compress): Initialize info
      	  properly here.
      
      
      
      
      (Old svn revision: 22089)
      a1cc08b7
  11. Jun 11, 2006
    • Benedikt Meurer's avatar
      2006-06-11 Benedikt Meurer <benny@xfce.org> · 4deaa6a2
      Benedikt Meurer authored
      	* plugins/thunar-sendto-email/main.c(tse_ask_compress): Do not try to
      	  create an archive for a list of archive files, but always attach these
      	  files directly.
      
      
      
      
      (Old svn revision: 22066)
      4deaa6a2
    • Benedikt Meurer's avatar
      2006-06-11 Benedikt Meurer <benny@xfce.org> · 0c2e4897
      Benedikt Meurer authored
      	* thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-launcher.c: Add
      	  utility function thunar_gtk_icon_factory_insert_icon(), which inserts
      	  a named icon or an icon file to a GtkIconFactory with a given name.
      	  This is used in ThunarLauncher to add icons for the various launcher
      	  GtkAction's.
      	* thunar/thunar-sendto-model.{c,h}, thunar/Makefile.am: Import class
      	  ThunarSendtoModel, which provides access to additional "Send To"
      	  targets registered as .desktop files in $XDG_DATA_DIRS/Thunar/sendto.
      	* icons/16x16/Makefile.am, icons/16x16/stock_thunar-shortcuts.png:
      	  Add stock icon for the shortcuts pane.
      	* thunar/thunar-stock.{c,h}: Add stock icons for the desktop and
      	  shortcuts side pane "Send To" targets.
      	* thunar/thunar-launcher-ui.xml, thunar/thunar-launcher.c,
      	  thunar/thunar-shortcuts-pane-ui.xml, thunar/thunar-shortcuts-pane.c,
      	  thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add "Send To"
      	  sub menu to the "File" and file context menus. Turn "Add Folder to
      	  Shortcuts" into a sendto target, named "Side Pane (Create Shortcut)".
      	  Use ThunarSendtoModel to load additional sendto targets, represented
      	  as ThunarVfsMimeHandlers, and add them to the "Send To" menu (will be
      	  loaded only on-demand).
      	* configure.in.in, plugins/thunar-sendto-email/, plugins/Makefile.am:
      	  Import the sendto-email plugin, which adds an entry to the new "Send
      	  To" menu, named "Mail Recipient", and allows to attach files to mails
      	  from within the file manager.
      	* po/POTFILES.in: Add new files here.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22065)
      0c2e4897
    • Daichi Kawahata's avatar
      * plugins/thunar-sbr/thunar-sbr-remove-renamer.c, · 55eced15
      Daichi Kawahata authored
        thunar/thunar-permissions-chooser.c: Fixed typos, modified string
        suggested by Misu Moldovan <dumol@gnome.ro>.
      * po/Thunar.pot, po/*.po: Updated.
      
      
      (Old svn revision: 22062)
      55eced15
  12. May 06, 2006
  13. May 01, 2006
    • Benedikt Meurer's avatar
      2006-05-01 Benedikt Meurer <benny@xfce.org> · bc21d0ca
      Benedikt Meurer authored
      	* plugins/thunar-apr/thunar-apr-desktop-page.c
      	  (thunar_apr_desktop_page_save),
      	  thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_rename): Avoid race
      	  condition between g_file_set_content() and inotify. Bug #1701.
      
      
      
      
      (Old svn revision: 21426)
      bc21d0ca
  14. Apr 30, 2006
    • Benedikt Meurer's avatar
      2006-04-30 Benedikt Meurer <benny@xfce.org> · 70d0c31b
      Benedikt Meurer authored
      	* plugins/thunar-apr/thunar-apr-desktop-page.c: Use g_access() on Win32.
      	* plugins/thunar-apr/thunar-apr-private.{c,h},
      	  plugins/thunar-apr/thunar-apr-abstract-page.c,
      	  plugins/thunar-apr/Makefile.am: Properly initialize the i18n support
      	  for the Advanced Properties plugin.
      	* plugins/thunar-uca/thunar-uca-private.{c,h},
      	  plugins/thunar-uca/thunar-uca-provider.c,
      	  plugins/thunar-uca/Makefile.am: Properly initialize the i18n support
      	  for the User Customizable Actions plugin.
      
      
      
      
      (Old svn revision: 21409)
      70d0c31b
  15. Apr 19, 2006
    • Benedikt Meurer's avatar
      2006-04-19 Benedikt Meurer <benny@xfce.org> · 3594c35c
      Benedikt Meurer authored
      	* configure.in.in: Check for paths.h.
      	* plugins/thunar-uca/thunar-uca-model.c: Run the action commands using
      	  the bourne shell (or the systems replacement), so environment variables
      	  and backticks can be used.
      	* NEWS: Update NEWS.
      
      
      
      
      (Old svn revision: 21082)
      3594c35c
  16. Apr 14, 2006
  17. Apr 12, 2006
    • Benedikt Meurer's avatar
      2006-04-12 Benedikt Meurer <benny@xfce.org> · b0e76145
      Benedikt Meurer authored
      	* plugins/thunar-apr/, acinclude.m4, plugins/Makefile.am,
      	  configure.in.in: Import the "Advanced Properties" plugin.
      	* README: Add note about optional pcre and libexif dependencies.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20858)
      b0e76145
  18. Apr 11, 2006
    • Benedikt Meurer's avatar
      2006-04-11 Benedikt Meurer <benny@xfce.org> · 03e45fb9
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-deep-count-job.c
      	  (thunar_vfs_deep_count_job_status_ready): Be sure to use 64bit
      	  unsigned integers for the time comparison. Fix another typo.
      	* plugins/thunar-uca/thunar-uca-plugin.c(thunar_extension_initialize):
      	  Fix typo.
      	* thunar-vfs/thunar-vfs-info.c: Try to identify malicious .desktop
      	  files that try to look like a regular document.
      
      
      
      
      (Old svn revision: 20855)
      03e45fb9
  19. Apr 05, 2006
    • Benedikt Meurer's avatar
      2006-04-05 Benedikt Meurer <benny@xfce.org> · 34c0e14f
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_get_free_space): Use
      	  statvfs() on Solaris.
      	* thunar-vfs/thunar-vfs-scandir.c: Solaris also lacks dirfd().
      	* plugins/thunar-uca/thunar-uca-model.c(thunar_uca_model_item_reset):
      	  Use memset() instead of bzero().
      
      
      
      
      (Old svn revision: 20760)
      34c0e14f
  20. Mar 30, 2006
    • Benedikt Meurer's avatar
      2006-03-30 Benedikt Meurer <benny@xfce.org> · c38ea19a
      Benedikt Meurer authored
      	* thunar/thunar-folder.c: Reload the folder when the corresponding
      	  file changes. Use the ThunarFileMonitor to stay informed about
      	  changes to the corresponding rather than connecting additional
      	  signal handlers to the file.
      	* plugins/thunar-uca/thunar-uca-provider.c: Schedule a "changed"
      	  event for the working directory once the custom command
      	  terminates. Bug #1625.
      
      
      
      
      (Old svn revision: 20653)
      c38ea19a
  21. Mar 25, 2006
    • Benedikt Meurer's avatar
      2006-03-25 Benedikt Meurer <benny@xfce.org> · 68408b50
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.c
      	  (thunar_standard_view_action_select_by_pattern): Fix the appearance
      	  of the "Select by Pattern" dialog.
      	* thunar/thunar-renamer-dialog.c: Need to grab a reference on the
      	  ThunarIconFactory instance for the screen of the dialog, else the
      	  standalone dialog will not generate thumbnails properly.
      	* plugins/thunar-sbr/thunar-sbr-enum-types.c
      	  (thunar_sbr_register_enum_types): Improve the offset mode labels.
      	* plugins/thunar-sbr/: Import the last pending renamer, the "Numbering"
      	  renamer. Bug #1609.
      	* po/POTFILES.in: Add new files.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 20550)
      68408b50
  22. 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
  23. 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
  24. 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
  25. Mar 20, 2006
Loading