1. 24 Jun, 2014 4 commits
  2. 23 Jun, 2014 2 commits
  3. 22 Jun, 2014 1 commit
  4. 21 Jun, 2014 5 commits
  5. 20 Jun, 2014 4 commits
  6. 18 Jun, 2014 2 commits
  7. 15 Jun, 2014 2 commits
  8. 12 Jun, 2014 2 commits
  9. 11 Jun, 2014 1 commit
  10. 10 Jun, 2014 6 commits
  11. 24 Apr, 2014 2 commits
    • sylvanbasilisk's avatar
      update to hotkey settings in deck editor tab · 841847cd
      sylvanbasilisk authored
      removed LEFT/RIGHT increment/decrement while
      the card database/quicksearch edit have focus.
      LEFT/RIGHT increment/decrement remains while the
      deck view has focus.
      
      also, now the card database delegates focus the
      quicksearch editor so that any characters typed
      while the card database has focus will narrow
      the search down using the quicksearch filter.
      
      `control`+`alt`+`-`/`=` now increment/decrement
      the mainboard and `control`+`alt`+`[`/`]` now
      increment/decrement the sideboard (alt could not
      be used alone as OSX inserts special characters
      using alt.
      841847cd
    • sylvanbasilisk's avatar
      bug fix: move isEnabled test out of acceptCardAttr · 040d9d15
      sylvanbasilisk authored
      in the case of AND'ed filter terms, returning true
      from acceptCardAttr will be equivalent to ignoring the
      disabled term, but in the case of OR'ed terms,
      returning true will incorrectly cause all cards
      to be accepted.
      
      the fix is to test for whether the term is enabled
      before calling acceptCardAttr and continue if
      disabled.
      040d9d15
  12. 25 Mar, 2014 3 commits
  13. 24 Mar, 2014 2 commits
    • sylvanbasilisk's avatar
      make sure filtertree stuff translates · 610f0b6f
      sylvanbasilisk authored
      The logic types and attribute names were not previously
      being translated by the tr(...) function.
      610f0b6f
    • sylvanbasilisk's avatar
      refactored deck editor UI key shortcuts · 2b7ea0c9
      sylvanbasilisk authored
      The global shortcuts were removed in favor of key events
      which are only triggered when a widget has focus. This is
      necessary to allow different widgets to react differently
      to the 'enter' key. The current key configuration is:
      search edit focused:
        * left/right: decrease/increase card count for selected database card
        * enter: add selected card to deck
        * ctrl-enter: add selected card to deck sideboard
        * ctrl-left/right: decrease/increase card count in sideboard for selected card
      
      database focused: the same as with search edit.
      
      deckview focused:
        * left/right: decrease/increase card count for selected deckview card
        * enter: increase count for selected deckview card
        * delete/backspace: delete selected card from deck
      2b7ea0c9
  14. 18 Mar, 2014 1 commit
  15. 13 Mar, 2014 1 commit
  16. 12 Mar, 2014 2 commits