1. 10 Nov, 2014 1 commit
    • Matt Lowe's avatar
      Removed hard coded CSS · 33a6e3c5
      Matt Lowe authored
      Hard coded CSS might have a slight chance of not rendering the same
      across all platforms. More research needs to be performed. Until then I
      have removed the hard coded search bar customization.
      33a6e3c5
  2. 09 Nov, 2014 1 commit
    • Matt Lowe's avatar
      Updated Search Bar Style · eef4a621
      Matt Lowe authored
      Please note that I don't feel that the search bar needs to be skinned by
      users, hence why it is not part of the large css-skinning project. I
      also feel that given the PR #416 a new search bar with highlight the new
      search functionality.
      
      Updated the look of the search  bar:
      + larger, curved edges
      + changes color when has focus
      + search icon built into search
      - removed "Search For" text in lieu of search icon
      eef4a621
  3. 11 Sep, 2014 1 commit
  4. 27 Jul, 2014 1 commit
  5. 02 Jul, 2014 2 commits
  6. 30 Jun, 2014 1 commit
  7. 29 Jun, 2014 1 commit
    • Fabio Bas's avatar
      Add pricing from deckbrew.com · 922e98af
      Fabio Bas authored
      * the previous PriceUpdater class has become abstract
      * BLPPriceUpdater inherits the old code for blacklotusproject.com
      * DBPriceUpdater is a new implementation for deckbrew.com
      * add a setting to choose between the two
      922e98af
  8. 24 Jun, 2014 1 commit
  9. 23 Jun, 2014 1 commit
  10. 24 Apr, 2014 1 commit
    • 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
  11. 25 Mar, 2014 1 commit
  12. 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
  13. 28 Feb, 2014 1 commit
  14. 11 Feb, 2014 1 commit
  15. 29 Jan, 2014 1 commit
    • sylvanbasilisk's avatar
      refactor cardframe as a parent of a text card frame and a picture card frame · f77054f2
      sylvanbasilisk authored
      cardframe is now a stacked widget that prefers to show the card picture
      only so that the screen can be more space efficient and the card pixel
      map can be displayed as a larger size. however if the card pixel map
      can not be loaded for some reason, the cardframe class will automatically
      switch to the text version of the card.
      
      a menu item was added under the database menu to allow for users to
      prefer card text only.
      f77054f2
  16. 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
  17. 22 Jan, 2014 1 commit
  18. 21 Jan, 2014 1 commit
  19. 18 Jan, 2014 1 commit
    • arxanas's avatar
      Fix #34 · 629668d7
      arxanas authored
      This is @mcallahan's patch — see #35. I had to apply this diff by hand,
      because both `git` and `patch` refused to apply it and I didn't know
      how to resolve that. Consequently, there might be an error.
      629668d7
  20. 17 Jan, 2014 1 commit
    • sylvanbasilisk's avatar
      added filter builder widget and filter tree · 863e437d
      sylvanbasilisk authored
      filter builder takes filter options from user, then adds
      completed filters to the filter tree. the filter tree does
      not currently do anything. in the future it will filter the
      cards in the database view.
      863e437d
  21. 05 Jan, 2014 1 commit
  22. 02 Jun, 2012 1 commit
  23. 17 May, 2012 2 commits
  24. 09 May, 2012 1 commit
  25. 22 Apr, 2012 2 commits
  26. 05 Apr, 2012 1 commit
  27. 04 Mar, 2012 1 commit
  28. 04 Oct, 2011 1 commit
  29. 27 Sep, 2011 1 commit
  30. 20 Jul, 2011 1 commit
  31. 16 Jun, 2011 1 commit
  32. 05 May, 2011 1 commit
  33. 18 Apr, 2011 1 commit
  34. 18 Feb, 2011 1 commit
  35. 18 Jan, 2011 1 commit
  36. 22 Dec, 2010 1 commit