1. 15 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Removed check · 2e5ecd84
      Matt Lowe authored
      When searching for a card the line edit will not be empty, so this check
      is not needed. The performance when the line edit IS empty will take a
      slight hit, but you really want additional performance when searching,
      not when the line edit is empty.
      
      Removing will increase performance.
      2e5ecd84
  2. 14 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Simple name searching on by default · 778ad8de
      Matt Lowe authored
      Previously would try to match the card name, if nothing is found, then
      we would try again with the simple name.
      
      I have now made it only the simple name version. We do not need to
      perform the first check. Should help a little with performance.
      778ad8de
  3. 09 Apr, 2015 1 commit
  4. 08 Apr, 2015 1 commit
    • Matt Lowe's avatar
      Ignore punctuation in card search · b27854e4
      Matt Lowe authored
      It is awkward to have to use precise punctuation when searching for
      cards. Planeswalkers and legendary creatures often have "," in the name
      and you have to enter it.
      
      This commit means you no longer need to do that.
      
      + Can use " " in place of "-" (example: Wilt-Leaf Liege)
      + Can use "" in place of non word chars (Example: Hero's Downfall and
      Ajani, Caller of the Pride)
      b27854e4
  5. 30 Mar, 2015 1 commit
  6. 10 Mar, 2015 1 commit
    • Matt Lowe's avatar
      Re-added some search and filter code · b91bab83
      Matt Lowe authored
      I had previously removed some filtering code that would allow users to
      filter cards using our filtering tools. This functionality has now been
      re-added.
      b91bab83
  7. 03 Mar, 2015 2 commits
    • poixen's avatar
      Removed comments · cc6b826c
      poixen authored
      cc6b826c
    • Matt Lowe's avatar
      Fixed card search · b5dd7a42
      Matt Lowe authored
      Card search will now order the following way:
      
      1. Exact match at top
      2. Exact match with preceding values sorted lexically.
      3. Match contained in word sorted lexically
      b5dd7a42
  8. 25 Jun, 2014 1 commit
  9. 24 Jun, 2014 1 commit
  10. 25 Mar, 2014 1 commit
  11. 11 Feb, 2014 1 commit
  12. 26 Jan, 2014 1 commit
    • sylvanbasilisk's avatar
      reverted back to original deck editor layout but including filtertree · c786e180
      sylvanbasilisk authored
      the original layout is actually more space efficient if using CardFrame
      instead of CardInfoWidget and reducing the size of the deck editor
      toolbar.
      
      this commit also removes the old search feature by removing the search
      button and the clear search button. the clear search menu item is left
      in place, however it now clears the filtertree.
      
      finally, the stretch factor for the right frame in the main layout was
      reduced to zero so that the card database gets priority for extra space.
      this makes more sense because the deck editor does not actually need
      very much horizontal space.
      c786e180
  13. 22 Jan, 2014 1 commit
  14. 21 Jan, 2014 1 commit
  15. 07 Feb, 2013 1 commit
  16. 17 May, 2012 1 commit
  17. 06 Apr, 2012 1 commit
  18. 05 Apr, 2012 1 commit
  19. 28 Feb, 2011 1 commit
  20. 27 Aug, 2010 1 commit
  21. 20 Dec, 2009 2 commits
  22. 17 Oct, 2009 1 commit
  23. 12 Oct, 2009 1 commit
  24. 11 Jul, 2009 1 commit
  25. 19 Jun, 2009 1 commit
  26. 02 Jun, 2009 1 commit
  27. 07 Apr, 2009 1 commit
  28. 04 Apr, 2009 1 commit