Skip to content
  1. Dec 25, 2014
  2. Dec 19, 2014
  3. Oct 27, 2012
  4. Oct 20, 2012
  5. Oct 17, 2012
  6. Oct 12, 2012
  7. Sep 18, 2012
  8. Jul 30, 2012
  9. Apr 27, 2012
  10. Apr 21, 2012
  11. Apr 19, 2012
  12. Apr 15, 2012
  13. Apr 13, 2012
  14. Apr 04, 2012
  15. Apr 03, 2012
  16. Apr 02, 2012
  17. Mar 24, 2012
  18. Mar 23, 2012
  19. Feb 26, 2012
  20. Feb 25, 2012
  21. Feb 22, 2012
    • Kai Willadsen's avatar
      Avoid some repetitive prev/next diff calculations (closes bgo#669867) · 9fb9c111
      Kai Willadsen authored
      When correct prev/next diff sensitivity setting was added to directory
      and VC views in 1.5.2, the code just recalculated on every cursor
      movement, leading to some slowness in large treeviews. This commit
      adds some invalidation checks which should significantly improve
      performance in common situations.
      9fb9c111
  22. Feb 19, 2012
    • Kai Willadsen's avatar
      Improve popup right-click behaviour in tree views (closes bgo#669828) · fbbb8900
      Kai Willadsen authored
      Existing behaviour when right-clicking on an unselected row was to not
      select the row, but show a context menu for the other currently
      selected rows, which is inconsistent with Nautilus, among others.
      
      This patch changes our behaviour to be more consistent with other file
      management tools, in both Meld's directory and VC comparison views.
      Right clicking an unselected file now selects it, moves the cursor to
      it, and opens the context menu. The existing right-click behaviour for
      already-selected files should be preserved.
      fbbb8900
    • Piotr Piastucki's avatar
      Myers matcher performance improvement · e7384403
      Piotr Piastucki authored and Kai Willadsen's avatar Kai Willadsen committed
      Slightly change inner loops to improve performance by about 10%
      e7384403
    • Kai Willadsen's avatar
      Fix refresh action to not reset modified flags (closes bgo#670133) · 619de182
      Kai Willadsen authored
      Our existing "Refresh" action piggy-backed on the reload code, using
      a semantically-dubious empty list to indicate a lack of changes. One
      upshot of this was that undo-related functionality like modified flags
      were unintentionally cleared on refresh.
      
      This patch breaks out minimal required refresh functionality into a
      new method, and replaces the old set-empty-files idiom with a call to
      this method.
      619de182
  23. Feb 12, 2012
  24. Feb 08, 2012