Skip to content
Snippets Groups Projects
  1. Apr 13, 2012
  2. Mar 28, 2012
  3. Mar 26, 2012
  4. Mar 13, 2012
  5. Feb 27, 2012
  6. Feb 26, 2012
    • John Lindgren's avatar
      Fix handling %U when launching multiple files with an app (bug #7456). · 16055b93
      John Lindgren authored
      GIO returns a newly allocated GAppInfo every time
      g_app_info_get_default_for_type() is called. This means that if we use a
      GHashTable and g_direct_hash() to associate GAppInfos with files to be
      launched with each of them, we will actually end up with multiple
      GAppInfos that are the same, and each of them will only have a single
      file associated.
      
      To fix this, we now use a fake hash function that causes GHashTable to
      always search the GAppInfo in the collision list.
      16055b93
    • Jannis Pohlmann's avatar
      Fix crash when removing an ancestor of the current folder (bug #8168). · d47f4053
      Jannis Pohlmann authored
      Whenever we release the GFileMonitor of a ThunarFolder, we also need to
      disconnect from its signals. Otherwise one of the signal handlers might
      still be called, potentially with corrupted user data (which was the
      case here).
      d47f4053
  7. Dec 27, 2011
  8. Nov 06, 2011
  9. Sep 19, 2011
  10. Sep 16, 2011
  11. Sep 14, 2011
  12. Jul 15, 2011
  13. Jun 02, 2011
  14. May 25, 2011
  15. May 20, 2011
  16. May 17, 2011
  17. Apr 15, 2011
  18. Feb 19, 2011
  19. Feb 14, 2011
  20. Jan 30, 2011
  21. Jan 29, 2011
  22. Jan 26, 2011
    • Jannis Pohlmann's avatar
      Ship stock_folder-{copy,move}.png with Thunar itself (bug #6851). · 8f7a02c1
      Jannis Pohlmann authored
      These icons were part of older gnome-icon-theme releases but have now
      disappeared. There are no useful equivalents in the icon naming
      specification or the GTK+ stock icons (well, there is GTK_STOCK_COPY,
      but no appropriate replacement for "stock_folder-move"), so for now it's
      best to ship the icons ourselves, I think.
      8f7a02c1
  23. Jan 24, 2011
  24. Jan 16, 2011
  25. Jan 10, 2011
  26. Jan 03, 2011
    • Jannis Pohlmann's avatar
      Properly try alternative names when creating links (bug #6867). · a26d885c
      Jannis Pohlmann authored
      This was a regression compared to the Thunar code based on ThunarVFS.
      When creating a symbolic link with a name for which a file already
      exists, we need to try alternative names such as "link to foo", "another
      link to foo" and "4th link to foo", just like we do when copying files.
      
      This commit hopefully fixes this and also makes the "Make link(s)"
      action in the "Edit" menu work again.
      a26d885c
  27. Jan 02, 2011
Loading