Skip to content
Snippets Groups Projects
  1. Aug 14, 2006
  2. Aug 13, 2006
  3. Aug 12, 2006
    • Benedikt Meurer's avatar
      2006-08-13 Benedikt Meurer <benny@xfce.org> · f4394c6c
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-private.h, thunar-vfs/*.c: Several cleanups
      	  in the error handling.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22734)
      f4394c6c
    • Benedikt Meurer's avatar
      2006-08-12 Benedikt Meurer <benny@xfce.org> · b403d838
      Benedikt Meurer authored
      	* thunar/thunar-history-action.{c,h}, thunar/thunar-history.c,
      	  thunar/Makefile.am: Add "back" and "forward" menus to the history
      	  support module. Bug #1782.
      	* thunar/thunar-create-dialog.c, thunar/thunar-standard-view.c,
      	  thunar/thunar-stock.{c,h}: We don't really need stock items for
      	  create and rename. Instead use labels with mnemonics.
      	* po/Thunar.pot, po/*.po: Merge new strings.
      	* po/de.po: Update german translations.
      
      
      
      
      (Old svn revision: 22732)
      b403d838
    • Hydonsingore Cia's avatar
      Updated traditional Chinese translations · e0706997
      Hydonsingore Cia authored
      (Old svn revision: 22720)
      e0706997
  4. Aug 11, 2006
  5. Aug 10, 2006
  6. Aug 09, 2006
    • Benedikt Meurer's avatar
      2006-08-09 Benedikt Meurer <benny@xfce.org> · 06ba9749
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-exec.c(tvsn_get_active_workspace_number),
      	  configure.in.in: Enable compilation with -fstrict-aliasing without
      	  breaking the strict aliasing rules of the compiler.
      	* configure.in.in: Enable compilation with --enable-debug=yes or
      	  --enable-debug=full and compilers other than gcc.
      	* configure.in.in, thunar/thunar-private.h, thunar/thunar-*.c:
      	  Disable extra debugging in release builds, Thunar received
      	  quite a lot of stabilization now. This affects only the internals
      	  of the binary. The public API is still fully sanity checked.
      	* thunar/thunar-column-model.c, thunar/thunar-renamer-model.c,
      	  thunar/thunar-shortcuts-model.c, thunar/thunar-tree-model.c:
      	  Remove unused variables when building with --enable-debug=no or
      	  --enable-debug=minimum now.
      
      
      
      
      (Old svn revision: 22700)
      06ba9749
    • Benedikt Meurer's avatar
      2006-08-09 Benedikt Meurer <benny@xfce.org> · 1ef4ee25
      Benedikt Meurer authored
      	* thunar/thunar-details-view.c(thunar_details_view_init): Enable
      	  rubberband selection with GTK+ 2.9.0 and above. Bug #1996.
      	* configure.in.in: Depend on exo 0.3.1.9svn.
      
      
      
      
      (Old svn revision: 22696)
      1ef4ee25
  7. Aug 08, 2006
    • Jari Rahkonen's avatar
      Updated Finnish translations. · b30c0c0e
      Jari Rahkonen authored
      (Old svn revision: 22689)
      b30c0c0e
    • SZERVÁC Attila's avatar
      hu trunk: exo, thunar + xfce-utils updates · 4caa6e17
      SZERVÁC Attila authored
      (Old svn revision: 22686)
      4caa6e17
    • 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
  8. Aug 06, 2006
    • Benedikt Meurer's avatar
      2006-08-06 Benedikt Meurer <benny@xfce.org> · df59e335
      Benedikt Meurer authored
      	* thunar/thunar-launcher.c(thunar_launcher_update): Place additional
      	  "Open With" action into a submenu if either more than 2 are available
      	  or the default action for the file is "Execute".
      
      
      
      
      (Old svn revision: 22677)
      df59e335
    • Benedikt Meurer's avatar
      2006-08-06 Benedikt Meurer <benny@xfce.org> · b346f6d1
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-thumb.c
      	  (thunar_vfs_thumb_factory_lookup_thumbnail): Fix an invalid return
      	  value.
      	* thunar-vfs/thunar-vfs-thumb.c
      	  (thunar_vfs_thumb_factory_generate_thumbnail),
      	  thunar/thunar-icon-factory.c(thunar_icon_factory_load_file_icon):
      	  Add support for generating and loading thumbnails for files in the
      	  trash.
      	* thunar-vfs/thunar-vfs-info.c(_thunar_vfs_io_local_rename),
      	  thunar-vfs/thunar-vfs-mime-application.c
      	  (thunar_vfs_mime_application_new_from_file),
      	  thunar-vfs/thunar-vfs-mime-cleaner.c(main),
      	  thunar-vfs/thunar-vfs-mime-handler.c
      	  (thunar_vfs_mime_handler_set_icon),
      	  thunar/thunar-dialogs.c(thunar_dialogs_show_job_error),
      	  thunar/thunar-launcher.c,
      	  thunar/thunar-path-entry.c(thunar_path_entry_check_completion_idle):
      	  Use strncmp() instead of g_str_has_prefix() where it makes sense. Try
      	  to avoid g_str_has_suffix() if checking only for a single character.
      	* thunar/thunar-standard-view.c(thunar_standard_view_drag_motion):
      	  Deny XdndDirectSave0 and _NETSCAPE_URL drops to locations in the
      	  trash.
      
      
      
      
      (Old svn revision: 22676)
      b346f6d1
  9. Aug 05, 2006
  10. Aug 04, 2006
    • Benedikt Meurer's avatar
      2006-08-05 Benedikt Meurer <benny@xfce.org> · dedbba5b
      Benedikt Meurer authored
      	* thunar/thunar-application.c(thunar_application_unlink_files): Unlink
      	  permanently if atleast one non-local (not necessary trash) file is
      	  included in the file list.
      	* thunar/thunar-path-entry.c(thunar_path_entry_changed): Do not try
      	  to autocomplete non-local paths, as that's not going to work pro-
      	  perly with trash paths anyway.
      
      
      
      
      (Old svn revision: 22663)
      dedbba5b
    • Benedikt Meurer's avatar
      2006-08-04 Benedikt Meurer <benny@xfce.org> · 49dd4b9e
      Benedikt Meurer authored
      	* thunar/thunar-file.c(thunar_file_info_get_uri_scheme): Use a more
      	  generic implementation here.
      	* thunar/thunar-location-button.c(thunar_location_button_file_changed):
      	  Hide the label only for the file system root node.
      
      
      
      
      (Old svn revision: 22658)
      49dd4b9e
    • Stavros Giannouris's avatar
      Greek translations update. · c38d18a5
      Stavros Giannouris authored
      (Old svn revision: 22656)
      c38d18a5
    • Benedikt Meurer's avatar
      2006-08-04 Benedikt Meurer <benny@xfce.org> · 926c269d
      Benedikt Meurer authored
      	* configure.in.in, thunar-vfs/thunar-vfs-os-bsd.c: OpenBSD doesn't
      	  support getdents() and whiteout inodes, instead getdirentries()
      	  will be used on OpenBSD.
      
      
      
      
      (Old svn revision: 22650)
      926c269d
    • Benedikt Meurer's avatar
      2006-08-04 Benedikt Meurer <benny@xfce.org> · 6e815753
      Benedikt Meurer authored
      	* thunar/thunar-util.c(thunar_util_time_from_rfc3339): Fix typo.
      
      
      
      
      (Old svn revision: 22649)
      6e815753
    • Benedikt Meurer's avatar
      2006-08-04 Benedikt Meurer <benny@xfce.org> · cb12910f
      Benedikt Meurer authored
      	* thunar/thunar-file.c, thunar/thunar-util.{c,h}: Add new helper method
      	  thunar_util_time_from_rfc3339(), which parses a date string to a time
      	  value, using strptime() if available. Use the method to parse the
      	  deletion date string for trashed resources, so the deletion date will
      	  be displayed properly even on systems that lack strptime().
      	* thunar/thunar-util.c(thunar_util_humanize_file_time): Use
      	  g_date_set_time() to enable compilation with GLib 2.6/2.8.
      	  Hopefully nobody will still use GLib 2.6/2.8 in 2038.
      
      
      
      
      (Old svn revision: 22648)
      cb12910f
  11. Jul 31, 2006
  12. Jul 30, 2006
    • Benedikt Meurer's avatar
      2006-07-31 Benedikt Meurer <benny@xfce.org> · 491355e5
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-transfer-job.c, thunar/thunar-dialogs.c:
      	  Add "No to all" response to the transfer progress dialog, which
      	  allows to skip all further overwrite dialogs. Bug #1666.
      
      
      
      
      (Old svn revision: 22584)
      491355e5
    • Benedikt Meurer's avatar
      2006-07-31 Benedikt Meurer <benny@xfce.org> · bb174d31
      Benedikt Meurer authored
      	* thunar/thunar-dbus-service-infos.xml, thunar/thunar-dbus-service.c:
      	  Add DisplayChooserDialog() to the org.xfce.FileManager interface,
      	  which pops up the "Open With" dialog, optionally allowing the user
      	  to open the file with the choosen application. Bug #1811.
      
      
      
      
      (Old svn revision: 22583)
      bb174d31
    • Benedikt Meurer's avatar
      2006-07-31 Benedikt Meurer <benny@xfce.org> · a2885bd1
      Benedikt Meurer authored
      	* configure.in.in, plugins/thunar-sendto-email/main.c: Check for
      	  missing mkdtemp, and use a fallback implementation if missing
      	  from the system. Bug #2070.
      
      
      
      
      (Old svn revision: 22582)
      a2885bd1
    • Benedikt Meurer's avatar
      2006-07-30 Benedikt Meurer <benny@xfce.org> · b8d627ed
      Benedikt Meurer authored
      	* thunar/thunar-tree-model.c: Emit "row-deleted" prior to deleting the
      	  node from the tree structure, as required for GTK+ 2.10.
      
      
      
      
      (Old svn revision: 22573)
      b8d627ed
    • Benedikt Meurer's avatar
      2006-07-30 Benedikt Meurer <benny@xfce.org> · 2d1ec70b
      Benedikt Meurer authored
      	* acinclude.m4(BM_THUNAR_PLUGIN_TPA): Display "no" if the tpa plugin
      	  should not be build.
      	* configure.in.in: Finally fix the glibc detection.
      
      
      
      
      (Old svn revision: 22570)
      2d1ec70b
  13. Jul 29, 2006
  14. Jul 28, 2006
  15. Jul 27, 2006
    • Benedikt Meurer's avatar
      2006-07-28 Benedikt Meurer <benny@xfce.org> · 9b69417a
      Benedikt Meurer authored
      	* thunar/thunar-tree-model.c(thunar_tree_model_node_drop_dummy): We
      	  can avoid an additional path lookup here.
      
      
      
      
      (Old svn revision: 22538)
      9b69417a
    • Benedikt Meurer's avatar
      2006-07-27 Benedikt Meurer <benny@xfce.org> · 01041965
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-thumb-pixbuf.c(thunar_vfs_thumb_pixbuf_load):
      	  Properly close the pixbuf loader prior to releasing it, even if the
      	  pixbuf wasn't loaded successfully.
      	* configure.in.in: The glibc specified work-arounds break other the
      	  build on other systems. Instead try to guess whether glibc-style
      	  work-arounds are required.
      
      
      
      
      (Old svn revision: 22537)
      01041965
    • Benedikt Meurer's avatar
      2006-07-27 Benedikt Meurer <benny@xfce.org> · c3d4d72f
      Benedikt Meurer authored
      	* configure.in.in, thunar-vfs/thunar-vfs-io-local-xfer.c,
      	  tdb/Makefile.am: Work-around various glibc oddities.
      
      
      
      
      (Old svn revision: 22536)
      c3d4d72f
    • Jean-François Wauthy's avatar
      Updated Czech translations · 451885e6
      Jean-François Wauthy authored
      (Old svn revision: 22535)
      451885e6
    • 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
Loading