Skip to content
Snippets Groups Projects
  1. Oct 19, 2010
    • Leandro Regueiro's avatar
      l10n: Updated Galician (gl) translation to 100% · 9c2fbd52
      Leandro Regueiro authored
      New status: 678 messages complete with 0 fuzzies and 0 untranslated.
      
      Transmitted-via: Transifex (translations.xfce.org).
      9c2fbd52
    • Jannis Pohlmann's avatar
      Change how Thunar picks the default handler for a file (bug #6167). · 8fae4615
      Jannis Pohlmann authored
      It appears that g_file_query_default_handler() prefers URI scheme
      handlers over content type handlers. This is inappropriate if we want to
      open a file for which we already know the content type (as is the case
      with most local files).
      
      Using g_file_query_default_handler() as the only way to pick the default
      handler for a file somewhat collides with exo-gio-module, which sets the
      default handler for a few URI schemes, such as http:// and file://.
      
      This was problematic only when launching a file from outside (e.g. by
      running "Thunar <file>" or by calling the D-Bus Launch() method. In
      internal situations, Thunar used thunar_file_list_get_applications()
      which prioritizes the content type.
      
      We now use g_app_info_get_default_for_content_type() first and only fall
      back to g_file_query_default_handler() if the content type is unknown or
      we don't have a default handler for it.
      8fae4615
    • Jannis Pohlmann's avatar
      Add CreateFile() method to the org.xfce.FileManager D-Bus service. · c4c9c6ab
      Jannis Pohlmann authored
      This method takes a parent directory, a content type, a display and a
      startup ID and prompts the user to enter a new name for the file (or
      directory) to be created.
      c4c9c6ab
    • Jannis Pohlmann's avatar
  2. Oct 18, 2010
  3. Oct 17, 2010
  4. Oct 16, 2010
  5. Oct 12, 2010
  6. Oct 09, 2010
  7. Oct 04, 2010
  8. Oct 03, 2010
  9. Oct 02, 2010
  10. Sep 29, 2010
  11. Sep 26, 2010
  12. Sep 19, 2010
  13. Sep 14, 2010
  14. Sep 13, 2010
Loading