1. 22 Apr, 2015 3 commits
    • Matt Lowe's avatar
      Colored PT · 004a952c
      Matt Lowe authored
      I compare the card pt, to the card with the same name in the db. if the
      card is found, we compare the pt, of the db item and the item in play.
      If there is not a match then we change the color of the PT. This is
      pretty much the same as mtgo does it.
      
      I looked into having only the P, or the T colored, though this is not
      posible, when you set a pen color you can not change it partway through
      painting a string. That would require 3 strings painted, one for p, /
      and t. Which is more effort than its worth. This does the job pretty
      well.
      
      I have also moved the pt slightly to the left so it lines up better. I
      have some images to compate.
      004a952c
    • Fabio Bas's avatar
      Added translation fix missing from #1001 · 7e56c5a9
      Fabio Bas authored
      7e56c5a9
    • Fabio Bas's avatar
      Permit translation in "game created" column; Fix #999 · 629f48e2
      Fabio Bas authored
      Also, extracted the 2 new strings
      629f48e2
  2. 18 Apr, 2015 3 commits
  3. 17 Apr, 2015 3 commits
  4. 16 Apr, 2015 4 commits
  5. 15 Apr, 2015 6 commits
    • Fabio Bas's avatar
      Speed up deck editor filtering · eb6d067a
      Fabio Bas authored
       * card: cache simpleName for each card
       * deck editor: remove double comparation of searched term with card
      name when sorting
      eb6d067a
    • Matt Lowe's avatar
      Filter password games consistancy · 8938d291
      Matt Lowe authored
      8938d291
    • Matt Lowe's avatar
      updated second string · 751315a4
      Matt Lowe authored
      751315a4
    • Matt Lowe's avatar
      Updated username dlg message · 386cbcec
      Matt Lowe authored
      updated
      386cbcec
    • Matt Lowe's avatar
      Game created code improvements · 25dbfb37
      Matt Lowe authored
      + No longer get "5hrs" and "5+ hrs" instead will be "4hrs" and "5+ hrs".
      + Refactored into an else-if with a single return.
      + removed comments
      + removed code from namespace and added to class
      25dbfb37
    • 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
  6. 14 Apr, 2015 3 commits
  7. 12 Apr, 2015 9 commits
  8. 10 Apr, 2015 3 commits
  9. 09 Apr, 2015 4 commits
    • Matt Lowe's avatar
      Fixed deck tokens showing in token dlg · 88457952
      Matt Lowe authored
      Tokens from decks will now show in the token dlg window
      88457952
    • Matt Lowe's avatar
      Updated token dlg · 4ca58eec
      Matt Lowe authored
      Adjusted proportions to make the table fit better.
      
      Needs to be checked on UHD screens.
      4ca58eec
    • Matt Lowe's avatar
      Reworked replay buttons · 45542243
      Matt Lowe authored
      + Removed unused buttons
      + remade button art
      + fixed crash with font colors/replays
      + removed unused timestamp label in replay
      45542243
    • Matt Lowe's avatar
      added separator · 56cbae17
      Matt Lowe authored
      Felt like areas different to the current zone should be segregated.
      56cbae17
  10. 08 Apr, 2015 2 commits
    • Matt Lowe's avatar
      Added connection dlg popup on server timeout · a7d41a32
      Matt Lowe authored
      a7d41a32
    • 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