Skip to content
Snippets Groups Projects
  1. Sep 01, 2005
    • Benedikt Meurer's avatar
      2005-09-01 Benedikt Meurer <benny@xfce.org> · 2a91e495
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-listdir-job.c: Fix the pre-sorting of files, so
      	  upper layers always receive the info list sorted by name.
      	* thunar/thunar-details-view.c(thunar_details_view_button_press_event),
      	  thunar/thunar-icon-view.c(thunar_icon_view_button_press_event): Don't
      	  popup the context menu immediately on right-clicks, but schedule the
      	  menu popup using thunar_standard_view_queue_popup().
      	* thunar/thunar-standard-view.{c,h}: Add the ability to start a drag
      	  operation using the right mouse button.
      	* thunar/thunar-file.{c,h}: Add virtual method accepts_uri_drop() and
      	  method thunar_file_accepts_uri_drop(), which are used to determine
      	  whether it is possible to drop a certain list of ThunarVfsURIs on
      	  a given ThunarFile (using a set of actions specified by the drag
      	  source).
      	* thunar/thunar-local-file.c: Implement the accepts_uri_drop() method
      	  for local file handling.
      	* thunar/thunar-progress-dialog.c(thunar_progress_dialog_ask),
      	  (thunar_progress_dialog_error): Be sure to display the progress dialog
      	  prior to opening an error or question dialog.
      	* thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_rename): Fix gcc4
      	  warning.
      	* thunar-vfs/thunar-vfs.symbols: Add missing thunar_vfs_rename symbol.
      	* thunar/thunar-favourites-model.c(thunar_favourites_model_get_value):
      	  Work-around a compiler bug with newer gcc versions.
      	* thunar/thunar-standard-view.{c,h}: Turn ThunarStandardView into a
      	  valid drop site with support for text/uri-list drops.
      	* thunar/Makefile.am, thunar/thunar-dnd.{c,h}: Add DnD helper functions,
      	  which can be used by other modules as well (e.g. for the desktop
      	  view).
      
      
      
      
      (Old svn revision: 17266)
      2a91e495
  2. Aug 30, 2005
    • Benedikt Meurer's avatar
      2005-08-30 Benedikt Meurer <benny@xfce.org> · ed0b6d5e
      Benedikt Meurer authored
      	* thunar/thunar-favourites-model.c: Drop the icon caching from the
      	  favourites model as it causes trouble with icon theme changing and
      	  is unnecessary since the ThunarIconFactory already performs quite
      	  well at caching icons.
      	* thunar/thunar-location-buttons.c: Reload the icons for the location
      	  buttons when the active icon/gtk theme is changed.
      
      
      
      
      (Old svn revision: 17200)
      ed0b6d5e
    • Benedikt Meurer's avatar
      2005-08-30 Benedikt Meurer <benny@xfce.org> · e2264e17
      Benedikt Meurer authored
      	* thunar/thunar-local-file.c(thunar_local_folder_infos_ready): Do not
      	  compare the newly inserted files, as they are garantied to be
      	  different from each other.
      	* thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_matches): Move the URI
      	  comparison to the end as that takes most of the time.
      	* thunar-vfs/thunar-vfs-listdir-job.c(thunar_vfs_listdir_job_execute):
      	  Pre-sort the names in ascending order to get faster inserts for the
      	  usual case where the user sorts its views by name.
      
      
      
      
      (Old svn revision: 17197)
      e2264e17
    • Benedikt Meurer's avatar
      2005-08-30 Benedikt Meurer <benny@xfce.org> · 7d12f4e2
      Benedikt Meurer authored
      	* thunar/thunar-properties-dialog.c: Adjust the "editability" of the
      	  name entry widget depending on whether the file can be renamed.
      	* thunar-vfs/thunar-vfs-info.{c,h}: Add methd thunar_vfs_info_rename()
      	  which supports renaming of regular files and .desktop files.
      	* thunar/thunar-file.{c,h}: Add _thunar_file_cache_rename() to support
      	  ThunarFile implementations that provide the thunar_file_rename()
      	  method.
      	* thunar/thunar-local-file.c: Add support to rename local files based
      	  on thunar_vfs_info_rename().
      	* thunar/thunar-properties-dialog.c: Allow users to rename files using
      	  the name entry widget.
      	* thunar/thunar-list-model.c(thunar_list_model_file_changed): Re-sort
      	  the model as the file may have changed its name.
      	* thunar/thunar-list-model.c(thunar_list_model_sort): Avoid the GArray
      	  overhead and try to use stack memory if possible.
      	* thunar/thunar-standard-view.h, thunar/thunar-details-view.c,
      	  thunar/thunar-icon-view.c: Add virtual methods set_cursor() and
      	  scroll_to_path() to the ThunarStandardView class and implement them
      	  in ThunarDetailsView and ThunarIconView.
      	* thunar/thunar-standard-view.c: Implement the "Rename" action based
      	  on the inline editing capabilities of ThunarTextRenderer.
      
      
      
      
      (Old svn revision: 17194)
      7d12f4e2
    • Benedikt Meurer's avatar
      2005-08-30 Benedikt Meurer <benny@xfce.org> · 72b00be0
      Benedikt Meurer authored
      	* thunar/thunar-favourites-view.c(thunar_favourites_view_init): Use
      	  auto-sizing for the favourites column.
      	* thunar/thunar-favourites-model.{c,h}, thunar/thunar-favourites-view.c:
      	  Add support for Gtk+ 2.8 shortcuts, which allow the user to assign
      	  aliases with mutable shortcuts.
      
      
      
      
      (Old svn revision: 17180)
      72b00be0
  3. Aug 29, 2005
    • Benedikt Meurer's avatar
      2005-08-29 Benedikt Meurer <benny@xfce.org> · 35746ded
      Benedikt Meurer authored
      	* thunar/thunar-details-view.c, thunar/thunar-icon-view.c,
      	  thunar/thunar-standard-view.{c,h}: Turn the name cell renderer into
      	  a property of the ThunarStandardView class, so related functionality
      	  can be easily shared between the icon and details views.
      	* thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml: Add
      	  placeholder for alteration actions to the "Edit" menu in the thunar
      	  window and fill this placeholder with the "Rename" action in the
      	  standard view. In addition, add the "Rename" action to the file
      	  context menu.
      	* thunar/thunar-file.{c,h}: Add rename functionality to the ThunarFile
      	  interface.
      	* thunar/thunar-standard-view.c(thunar_standard_view_selection_changed):
      	  Enable the "Rename" action if exactly one file is selected and that
      	  file is renameable.
      
      
      
      
      (Old svn revision: 17172)
      35746ded
    • Benedikt Meurer's avatar
      2005-08-29 Benedikt Meurer <benny@xfce.org> · 03bd71fa
      Benedikt Meurer authored
      	* thunar/thunar-favourites-model.c: Use GLib linked lists to manage
      	  the favourites.
      	* thunar/thunar-favourites-model.c: Monitor the bookmarks file for
      	  changes.
      
      
      
      
      (Old svn revision: 17169)
      03bd71fa
    • Benedikt Meurer's avatar
      2005-08-29 Benedikt Meurer <benny@xfce.org> · 6bfec785
      Benedikt Meurer authored
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add side pane
      	  selection to the View menu.
      
      
      
      
      (Old svn revision: 17162)
      6bfec785
    • Benedikt Meurer's avatar
      2005-08-29 Benedikt Meurer <benny@xfce.org> · fb644bed
      Benedikt Meurer authored
      	* configure.in.in: Check for Intel MMX Intrinsics header.
      	* thunarx/thunarx-gdk-pixbuf-extensions.c: Use Intel MMX Intrinsics to
      	  speed up pixbuf operations, if supported by the compiler (the -mmmx
      	  option in gcc).
      	* thunar/thunar-window.c(thunar_window_action_location_bar_changed):
      	  Apply the location bar patch submitted by Jeffs Franks
      	  <jcfranks@tpg.com.au> in a slightly modified form.
      
      
      
      
      (Old svn revision: 17161)
      fb644bed
  4. Aug 28, 2005
    • Benedikt Meurer's avatar
      2005-08-28 Benedikt Meurer <benny@xfce.org> · ff904155
      Benedikt Meurer authored
      	* po/POTFILES.in: Remove thunar-vfs-mime.{c,h}.
      	* po/*.po: Update .po files.
      
      
      
      
      (Old svn revision: 17154)
      ff904155
    • Benedikt Meurer's avatar
      2005-08-28 Benedikt Meurer <benny@xfce.org> · ac7961d6
      Benedikt Meurer authored
      	* thunar/thunar-list-model.c(thunar_list_model_sort): Use temporary
      	  storage on the stack, rather than the heap.
      	* thunar/thunar-list-model.c: Derive from GObject rather than
      	  GtkObject, as we don't need GtkObject's features anymore in
      	  ThunarListModel.
      	* thunar/thunar-list-model.c(thunar_list_model_class_init): Use
      	  EXO_PARAM_* macros rather than G_PARAM_*.
      	* thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_equal): Add a check to
      	  see whether the compared references refer to the same object, which
      	  can happen quite often (in case of a positive match).
      	* thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_list_to_string): Prealloc
      	  a buffer of 512 bytes for the URI list string representation.
      	* thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_list_free): Use
      	  g_list_foreach() to unref the URIs.
      	* thunar/thunar-local-file.c(thunar_local_file_get_emblem_names):
      	  Properly verify the parent uri when testing for the Desktop
      	  directory.
      	* thunar-vfs/thunar-vfs.{c,h}, thunar-vfs/Makefile.am: Drop the
      	  thunar_vfs_mime_info_get() and thunar_vfs_mime_info_get_for_file()
      	  methods, and merge the thunar-vfs-mime initialization into the
      	  thunar-vfs initialization routines.
      
      
      
      
      (Old svn revision: 17153)
      ac7961d6
    • Benedikt Meurer's avatar
      2005-08-28 Benedikt Meurer <benny@xfce.org> · b951da96
      Benedikt Meurer authored
      	* thunar/thunar-file.{c,h}, thunar/thunar-local-file.c,
      	  thunar/thunar-standard-view.c: Rename can_execute(), can_read() and
      	  can_write() to is_executable(), is_readable() and is_writable() to
      	  get consistent naming.
      	* thunar-vfs/thunar-vfs-info.{c,h}: Add THUNAR_VFS_FILE_FLAGS_EXECUTABLE
      	  to the ThunarVfsFileFlags, which will be set if a ThunarVfsInfo
      	  can be executed, either as regular binary or as .desktop file.
      	* thunar-vfs/thunar-vfs-mime-application.c,
      	  thunar-vfs/thunar-vfs-sysdep.{c,h}: Move the Exec parsing code from
      	  ThunarVfsMimeApplication to thunar-vfs-sysdep, so it can be used by
      	  other modules as well.
      	* thunar-vfs/thunar-vfs-info.{c,h}, thunar-vfs/thunar-vfs.symbols: Add
      	  new method thunar_vfs_info_execute(), which is used to execute
      	  files with a list of URIs. These method can handle both regular
      	  executable files as well as .desktop files.
      	* thunar/thunar-file.{c,h}, thunar/thunar-launcher.c,
      	  thunar/thunar-local-file.c: Add support to execute files that are
      	  marked as executable by the ThunarVfsInfo module.
      	* thunar-vfs/thunar-vfs-mime-database.c
      	  (thunar_vfs_mime_database_get_info_locked),
      	  (thunar_vfs_mime_database_get_infos_for_info_locked): Be sure to
      	  always unalias MIME-types prior to returning them from the mime
      	  database instance. This way we don't need to care for unaliasing
      	  when determining the MIME-type comment or MIME-type icon.
      	* thunar-vfs/thunar-vfs-mime-database.{c,h},
      	  thunar-vfs/thunar-vfs.symbols: Add new method
      	  thunar_vfs_mime_database_get_infos_for_info() to the public API, to
      	  allow other components to access the subclassing information.
      	* FAQ, Makefile.am: Add initial items for the list of frequently asked
      	  questions.
      	* TODO: Remove obsolete items.
      
      
      
      
      (Old svn revision: 17147)
      b951da96
  5. Aug 27, 2005
    • Benedikt Meurer's avatar
      2005-08-27 Benedikt Meurer <benny@xfce.org> · 8a33bf71
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.{c,h}: Add support to pass hints from the
      	  ThunarVfsInfo to the upper layers. Use these hints to pass icon and
      	  name information from .desktop files.
      	* thunar-vfs/thunar-vfs.symbols: Add new symbols.
      	* thunar/thunar-local-file.c: Use the new hints to display appropriate
      	  names and icons for .desktop files.
      
      
      
      
      (Old svn revision: 17137)
      8a33bf71
    • Benedikt Meurer's avatar
      2005-08-27 Benedikt Meurer <benny@xfce.org> · 759da4d9
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-trash.c: Use ThunarVfsMonitor instead of
      	  polling the trash files/ directories manually.
      
      
      
      
      (Old svn revision: 17134)
      759da4d9
    • Benedikt Meurer's avatar
      2005-08-27 Benedikt Meurer <benny@xfce.org> · 4d01a84a
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-legacy.c: Add support for MIME-type
      	  aliases and parents to the legacy implementation.
      	* configure.in.in, thunar-vfs/thunar-vfs-mime-database.c: Add support
      	  for determining the MIME type from an extended attribute on SunOS
      	  and Linux.
      
      
      
      
      (Old svn revision: 17126)
      4d01a84a
  6. Aug 23, 2005
  7. Aug 22, 2005
    • Benedikt Meurer's avatar
      2005-08-22 Benedikt Meurer <benny@xfce.org> · e80912c4
      Benedikt Meurer authored
      	* thunar/thunar-path-entry.c: Add drag support for the path entry icon.
      	* thunar/thunar-window-ui.xml, thunar/thunar-window.c: Add view
      	  selection to the "View" menu.
      	* thunar/thunar-icon-view.c(thunar_icon_view_button_press_event): Use
      	  gtk_accelerator_get_default_mod_mask() rather than hardcoding
      	  GDK_CONTROL_MASK.
      	* thunar/thunar-details-view.c(thunar_details_view_button_press_event):
      	  Add support to open the folder menu by right-clicking on an empty
      	  area in the tree view.
      	* thunar/thunar-details-view.c: Work-around the problem that GtkTreeView
      	  resets the search column whenever the model changes.
      	* thunar/thunar-standard-view.c(thunar_standard_view_grab_focus):
      	  Properly forward any grab-focus request to the child view.
      	* thunar/thunar-marshal.list, thunar/Makefile.am,
      	  thunar/thunar-text-renderer.c: Add initial cell editing support to
      	  the text renderer. We'll need a multiline entry widget for the
      	  icon view.
      	* thunar/thunar-details-view.c, thunar/thunar-icon-view.c,
      	  thunar/thunar-standard-view.c, thunar/thunar-standard-view.h: Add
      	  drag source support to the standard views.
      	* thunar/thunar-list-model.c: Don't implement GtkTreeDragSource, as
      	  that's handled by ThunarStandardView now.
      
      
      
      
      (Old svn revision: 17053)
      e80912c4
  8. Aug 20, 2005
  9. Aug 19, 2005
    • Benedikt Meurer's avatar
      2005-08-19 Benedikt Meurer <benny@xfce.org> · 0a47978f
      Benedikt Meurer authored
      	* thunar/thunar-standard-view.{c,h}: Allow derived classes to add
      	  custom actions to the user interface.
      	* thunar/thunar-standard-view-ui.xml, thunar/thunar-window-ui.xml: Add
      	  support for custom view item actions.
      	* thunar/Makefile.am, thunar/thunar-icon-view-ui.xml,
      	  thunar/thunar-icon-view.c: Add support to arrange items within the
      	  icon view.
      	* thunar/thunar-file.h, thunar/thunar-local-file.c: Provide an emblem
      	  for the desktop folder in regular file listings.
      	* thunar/thunar-icon-view.c(thunar_icon_view_init): Add 3 pixel padding
      	  in vertical direction to the icon cell, to allow better placement
      	  of the emblems.
      	* thunar/thunar-icon-renderer.c(thunar_icon_renderer_render): Improve
      	  the emblem placement and drawing code to work-around issues with
      	  most icon themes, that don't provide emblems in the appropriate
      	  sizes.
      
      
      
      
      (Old svn revision: 17033)
      0a47978f
  10. Aug 18, 2005
    • Benedikt Meurer's avatar
      2005-08-19 Benedikt Meurer <benny@xfce.org> · 32c455fd
      Benedikt Meurer authored
      	* thunar/thunar-statusbar.c: Drop the dependency on X11.
      	* thunar/thunar-desktop-window.c: Include <gdk/gdkx.h> explicitly (since
      	  that's no longer done by libexo -> libxfcegui4).
      
      
      
      
      (Old svn revision: 17012)
      32c455fd
    • Benedikt Meurer's avatar
      2005-08-18 Benedikt Meurer <benny@xfce.org> · f01c4914
      Benedikt Meurer authored
      	* thunarx/thunarx-gdk-pixbuf-extensions.{c,h}: Add new function
      	  thunarx_gdk_pixbuf_spotlight(), which is used to create a
      	  special icon for the Gtk prelight state.
      	* thunar/thunar-icon-renderer.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-details-view.c, po/POTFILES.in: Rename
      	  ThunarDetailsViewIconRenderer to ThunarIconRenderer, as
      	  it will also be used by the icon view now.
      	* thunar/thunar-text-renderer.{c,h}, thunar/Makefile.am,
      	  thunar/thunar-details-view.c, po/POTFILES.in: Rename
      	  ThunarDetailsViewTextRenderer to ThunarTextRenderer,
      	  as it will also be used by the icon view now.
      	* thunar/thunar-icon-renderer.{c,h}, thunar/thunar-text-renderer.{c,h}:
      	  Add required functionality to use these renderers with the new
      	  ExoIconView.
      	* thunar/thunar-icon-view.c: Update to use the new ExoIconView class,
      	  with the modified ThunarIconRenderer and ThunarTextRenderer.
      	* thunar/thunar-launcher.h, thunar/thunar-open-with-action.h: Use
      	  G_GNUC_MALLOC instead of EXO_GNUC_MALLOC.
      	* thunar/thunar-window.c(thunar_window_init): Use the icon view by
      	  default for testing now.
      	* configure.in.in: Bump version to 0.1.2.
      	* thunar/thunar-window.c(thunar_window_action_about): Switch to
      	  GtkAboutDialog.
      
      
      
      
      (Old svn revision: 17010)
      f01c4914
    • Benedikt Meurer's avatar
      2005-08-18 Benedikt Meurer <benny@xfce.org> · cf5ce283
      Benedikt Meurer authored
      	* thunar/thunar-list-model.c(thunar_list_model_files_added): Speed up
      	  inserts if the order of the files match the current sort order, which
      	  is usually the case with sorting by name.
      
      
      
      
      (Old svn revision: 17005)
      cf5ce283
    • Benedikt Meurer's avatar
      2005-08-18 Benedikt Meurer <benny@xfce.org> · 2cdb9c64
      Benedikt Meurer authored
      	* thunar/thunar-list-model.c(thunar_list_model_set_folder): Speed up
      	  the removal of existing rows when changing folders. It's now O(n)
      	  instead of O(n^2).
      	* thunar/thunar-list-model.c: The memory chunk used for the rows is
      	  now an object attribute, rather than a global variable.
      
      
      
      
      (Old svn revision: 17004)
      2cdb9c64
    • Daichi Kawahata's avatar
      Updated Japanese translations. · 3c8595c3
      Daichi Kawahata authored
      (Old svn revision: 16995)
      3c8595c3
  11. Aug 11, 2005
    • Benedikt Meurer's avatar
      2005-08-11 Benedikt Meurer <benny@xfce.org> · 25f30de4
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-application.c
      	  (thunar_vfs_mime_application_new_from_desktop_id): Use "Name" instead
      	  of "GenericName" for the application's name, as the "Name" usually
      	  includes the project name in addition to the functional description
      	  of the application, which provides better results than having several
      	  applications named "Text Editor", etc.
      	* configure.in.in: Prefer Gamin over FAM to avoid the C++ dependency
      	  if possible. Besides that, Gamin offers several other advantages over
      	  FAM, which makes it better suitable to be used in Thunar.
      	* po/POTFILES.in: Add missing source files here, and remove obsolete
      	  files.
      	* Thunar.desktop.in, Makefile.am, configure.in.in, po/POTFILES.in: Add
      	  desktop file for Thunar.
      
      
      
      
      (Old svn revision: 16851)
      25f30de4
    • Benedikt Meurer's avatar
      2005-08-10 Benedikt Meurer <benny@xfce.org> · fdb0add5
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-jobs.{c,h}, thunar-vfs/Makefile.am,
      	  thunar-vfs/thunar-vfs.{c,h}: Merge thunar-vfs-jobs.[ch] into
      	  thunar-vfs.[ch].
      	* thunar-vfs/thunar-vfs-mime-database.c, thunar/thunar-local-folder.c,
      	  thunar-vfs/thunar-vfs-monitor.{c,h}, thunar/thunar-local-file.c:
      	  Rename thunar_vfs_monitor_get() to thunar_vfs_monitor_get_default().
      	* thunar-vfs/thunar-vfs-mime-database.{c,h},
      	  thunar-vfs/thunar-vfs-mime.c, thunar-vfs/thunar-vfs-info.c,
      	  thunar/thunar-launcher.c, thunar/thunar-open-with-action.c,
      	  thunar/thunar-trash-folder.c: Rename thunar_vfs_mime_database_get()
      	  to thunar_vfs_mime_database_get_default().
      	* thunar-vfs/, thunar/Makefile.am, tests/Makefile.am, configure.in.in:
      	  Turn libthunar-vfs into a shared library, so we can use it in other
      	  applications/plugins as well.
      
      
      
      
      (Old svn revision: 16849)
      fdb0add5
  12. Aug 10, 2005
    • Benedikt Meurer's avatar
      2005-08-10 Benedikt Meurer <benny@xfce.org> · f2316439
      Benedikt Meurer authored
      	* configure.in.in: Bump version to 0.1.1.
      	* thunar-vfs/thunar-vfs-mime-info.h: Add list handling method
      	  thunar_vfs_mime_info_list_free().
      	* thunar-vfs/thunar-vfs-mime-info.c(thunar_vfs_mime_info_get_comment):
      	  Automatically generate a comment for 'application/x-extension-<EXT>'
      	  types if no comment is found on the disk.
      	* thunar-vfs/thunar-vfs-mime-database.c
      	  (thunar_vfs_mime_database_get_info_for_file): Automatically generate
      	  an 'application/x-extension-<EXT>' type on the fly if all other
      	  checks fail and the file name has an extension.
      	* thunar-vfs/thunar-vfs-mime-cache.c,
      	  thunar-vfs/thunar-vfs-mime-legacy.c,
      	  thunar-vfs/thunar-vfs-mime-database.c,
      	  thunar-vfs/thunar-vfs-mime-provider.{c,h}: Add provider methods to
      	  unalias mime types and to determine the parents of a given mime
      	  type. Use these information to query additional MIME applications.
      
      
      
      
      (Old svn revision: 16839)
      f2316439
    • Benedikt Meurer's avatar
      2005-08-10 Benedikt Meurer <benny@xfce.org> · 4b006e24
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-database.c
      	  (thunar_vfs_mime_database_get_default_application): Fall back to the
      	  first available application if no explicit default application is
      	  set by the user.
      	* thunar/thunar-file.{c,h}, thunar/thunar-launcher.c: Rename
      	  thunar_file_list_dup() to thunar_file_list_copy() to get
      	  consistent naming.
      	* thunar-vfs/thunar-vfs-mime-application.{c,h}: Add support methods
      	  required for hashing.
      	* thunar-vfs/thunar-vfs-mime-application.{c,h}: Add methods to launch
      	  an application on a given list of URIs on a specific screen. Implement
      	  the Desktop Entry Specification 0.9.4, except for startup notification
      	  support, which will be added soon.
      	* thunar/thunar-launcher.c, thunar/thunar-open-with-action.c: Allow
      	  users to open files using the newly added ThunarVfsMimeApplication
      	  functionality.
      
      
      
      
      (Old svn revision: 16828)
      4b006e24
    • Benedikt Meurer's avatar
      2005-08-10 Benedikt Meurer <benny@xfce.org> · 9ded19fe
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-database.c: According to the specification
      	  the defaults.list may specify more than one desktop-id per MIME type,
      	  where the first available application should be used.
      
      
      
      
      (Old svn revision: 16825)
      9ded19fe
  13. Aug 09, 2005
    • Benedikt Meurer's avatar
      2005-08-10 Benedikt Meurer <benny@xfce.org> · f4fffd76
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-info.{c,h}: Add support methods required
      	  for hashing.
      	* thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-mime-application.{c,h},
      	  thunar-vfs/thunar-vfs-mime-database.{c,h}: Add initial MIME
      	  application support to the MIME database.
      	* thunar/thunar-launcher.{c,h}: Add ThunarLauncher class, which provides
      	  actions to launch files using appropriate MIME applications. The
      	  ThunarLauncher class will also be used by the desktop view.
      	* thunar/thunar-open-with-action.{c,h}: Add special action class
      	  ThunarOpenWithAction, which provides a GtkAction implementation, that
      	  - when used as menu - displays a submenu with all available MIME
      	  applications for a given file.
      	* thunar/thunar-window-ui.xml: Add a placeholder to include the launcher
      	  support in the "File" menu on the main menu bar.
      	* thunar/thunar-standard-view.c, thunar/thunar-standard-view-ui.xml,
      	  thunar/thunar-icon-view.c, thunar/thunar-details-view.c: Add file
      	  launcher support based on the new ThunarLauncher class.
      	* thunar/thunar-file.{c,h}: Add methods to handle lists of ThunarFile
      	  items easily.
      	* thunar/thunar-icon-factory.c(thunar_icon_factory_load_icon): Handle
      	  the case of passing a NULL or empty name properly.
      
      
      
      
      (Old svn revision: 16816)
      f4fffd76
  14. Aug 07, 2005
    • Benedikt Meurer's avatar
      2005-08-07 Benedikt Meurer <benny@xfce.org> · a056880c
      Benedikt Meurer authored
      	* configure.in.in, po/ja.po, THANKS: Add initial japanese translations,
      	  thanks to Daichi Kawahata <daichik@users.sourceforge.net>. This
      	  fixes #1004.
      
      
      
      
      (Old svn revision: 16495)
      a056880c
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · f9bb73d3
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-mime-legacy.c: Add support for the various
      	  globs to the legacy mime provider.
      	* thunar-vfs/thunar-vfs-mime-database.c(thunar_vfs_mime_database_init):
      	  Read atleast 64 bytes from every file to reliably detect text files.
      	* thunar-vfs/thunar-vfs-mime-database.c: When looking up the MIME info
      	  for a given file, and the magic check doesn't return a match, we'll
      	  return "application/x-executable" for every regular file that is
      	  atleast 1 byte in size and has the executable bit set, as this is
      	  more precise than "application/octet-stream".
      
      
      
      
      (Old svn revision: 16494)
      f9bb73d3
  15. Aug 06, 2005
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · 357b1929
      Benedikt Meurer authored
      	* configure.in.in: Use AC_TRY_LINK() to avoid trouble with funky
      	  systems.
      
      
      
      
      (Old svn revision: 16482)
      357b1929
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · 951bd994
      Benedikt Meurer authored
      	* configure.in.in: Add some autoconf magic to get posix_madvise()
      	  working with glibc.
      
      
      
      
      (Old svn revision: 16481)
      951bd994
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · b4b8528d
      Benedikt Meurer authored
      	* thunar-vfs/thunar-vfs-info.{c,h}: Determine the display_name for
      	  each file info.
      	* thunar-vfs/thunar-vfs-info.c(thunar_vfs_info_new_for_uri): Hand the
      	  display name to thunar_vfs_mime_database_get_info_for_file(), so
      	  we don't need to determine it again.
      	* thunar-vfs/thunar-vfs-uri.c(thunar_vfs_uri_get_display_name): Don't
      	  use g_filename_display_basename(), because it may returned a somehow
      	  translated file name.
      	* thunar/thunar-local-file.c: Use the display_name supplied with the
      	  ThunarVfsInfo rather than determining it again.
      
      
      
      
      (Old svn revision: 16479)
      b4b8528d
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · 92c86a85
      Benedikt Meurer authored
      	* configure.in.in, thunar-vfs/thunar-vfs-mime-database.c: Add support
      	  to query the MIME type stored in the extended attribute
      	  "user.mime_type" as specified in the Shared MIME-info spec.
      	* docs/design/mime.xmi, docs/design/Makefile.am: Import description for
      	  the ThunarVFS mime module.
      	* thunar-vfs/thunar-vfs-mime-cache.c(thunar_vfs_mime_cache_lookup_glob):
      	  Use correct offset when iterating over the GlobEntries.
      	* thunar-vfs/thunar-vfs-mime-cache.c
      	  (thunar_vfs_mime_cache_lookup_literal): Fix the offset returned for
      	  the MIME-type name.
      
      
      
      
      (Old svn revision: 16478)
      92c86a85
    • Benedikt Meurer's avatar
      2005-08-06 Benedikt Meurer <benny@xfce.org> · 5c1b89f8
      Benedikt Meurer authored
      	* configure.in.in: Check for fnmatch.h and sys/mman.h. Add checks for
      	  working mmap and posix_madvise.
      	* configure.in.in, thunar-vfs/xdgmime/, thunar-vfs/Makefile.am: Drop
      	  the xdgmime library.
      	* thunar-vfs/thunar-vfs-mime-cache.{c,h},
      	  thunar-vfs/thunar-vfs-mime-database.{c,h},
      	  thunar-vfs/thunar-vfs-mime-info.{c,h},
      	  thunar-vfs/thunar-vfs-mime-legacy.{c,h},
      	  thunar-vfs/thunar-vfs-mime-provider.{c,h},
      	  thunar-vfs/thunar-vfs-mime.{c,h}: Import thread-safe replacement for
      	  the xdgmime library. Works only with very recent shared-mime-info
      	  right now.
      	* thunar-vfs/Makefile.am: Add new files to the build framework.
      	* thunar-vfs/thunar-vfs-job.c, thunar-vfs/thunar-vfs-mime.c,
      	  thunar-vfs/thunar-vfs.c, thunar-vfs/thunar-vfs.h, thunar/main.c: Add
      	  ability to shutdown the VFS library.
      
      
      
      
      (Old svn revision: 16477)
      5c1b89f8
  16. Aug 05, 2005
  17. Aug 04, 2005
    • Benedikt Meurer's avatar
      2005-08-04 Benedikt Meurer <benny@xfce.org> · a1ec9eee
      Benedikt Meurer authored
      	* configure.in.in: Add "r" in front of the revision for the version
      	  string.
      	* thunar-vfs/thunar-vfs-job.{c,h}, thunar-vfs/thunar-vfs-listdir-job.c,
      	  thunar-vfs/thunar-vfs-mime.{c,h}, thunar-vfs/thunar-vfs-unlink-job.c,
      	  thunar-vfs/thunar-vfs-uri.{c,h}, thunar-vfs/thunar-vfs-transfer-job.c,
      	  thunar/thunar-progress-dialog.c: Use ExoObject as base class for
      	  ThunarVfsJob, ThunarVfsMimeInfo and ThunarVfsUri, which were fun-
      	  damental types previously. ExoObject does exactly what we need
      	  here, without any additional overhead. In particular, the ref-
      	  counting is atomic, even with GLib < 2.7.4.
      	* configure.in.in: Connect greek translations, previously committed
      	  by Stavros Giannouris <stavrosg2002@freemail.gr>.
      	* thunar/thunar-file.c: Use exo-noops for the defaults where possible
      	  instead of providing several fallback implementations.
      	* configure.in.in: Bump version number to 0.1.0.
      
      
      
      
      (Old svn revision: 16464)
      a1ec9eee
    • Stavros Giannouris's avatar
      Added el.po for Thunar · c03bb466
      Stavros Giannouris authored
      (Old svn revision: 16463)
      c03bb466
Loading