1. 20 Aug, 2015 1 commit
  2. 16 Aug, 2015 2 commits
  3. 14 Aug, 2015 1 commit
  4. 09 Aug, 2015 1 commit
  5. 07 Aug, 2015 1 commit
  6. 03 Aug, 2015 1 commit
  7. 08 Jul, 2015 1 commit
  8. 18 Jun, 2015 1 commit
  9. 13 Jun, 2015 1 commit
  10. 30 May, 2015 1 commit
  11. 23 May, 2015 1 commit
    • tooomm's avatar
      text works · 8f64fd4a
      tooomm authored
      fixed welcome msg
      added some articles
      added database phrase to card updater
      cosmetic changes to the description in edit sets
      8f64fd4a
  12. 14 May, 2015 1 commit
  13. 01 May, 2015 1 commit
    • Fabio Bas's avatar
      Improve sets handling · 66adeb6d
      Fabio Bas authored
      Move the “check unknown sets” method inside the cards database, so that
      it can be executed when the card database gets reloaded after a card
      database update.
      Additionally, show the user a welcome message the first time they run a
      new cockatrice version, so that they know why they get shown the “edit
      sets” window and how to hide/disable sets.
      66adeb6d
  14. 18 Apr, 2015 1 commit
  15. 17 Apr, 2015 1 commit
  16. 14 Apr, 2015 1 commit
  17. 12 Apr, 2015 2 commits
  18. 26 Mar, 2015 1 commit
  19. 21 Feb, 2015 1 commit
  20. 03 Feb, 2015 1 commit
  21. 06 Dec, 2014 1 commit
  22. 18 Nov, 2014 1 commit
  23. 10 Nov, 2014 2 commits
    • Matt Lowe's avatar
      Added version check · f58cc32e
      Matt Lowe authored
      Added version check, to only include the new Searchbar icon for Users
      running Qt 5+
      f58cc32e
    • 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
  24. 09 Nov, 2014 2 commits
    • 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
    • Matt Lowe's avatar
      Partial Card Name Search · 0589f02c
      Matt Lowe authored
      + Card searches now do partial string matches, rather than needing to
      match the beginning of the string.
      0589f02c
  25. 11 Sep, 2014 1 commit
  26. 27 Jul, 2014 1 commit
  27. 02 Jul, 2014 2 commits
  28. 30 Jun, 2014 1 commit
  29. 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
  30. 24 Jun, 2014 1 commit
  31. 23 Jun, 2014 1 commit
  32. 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
  33. 25 Mar, 2014 1 commit
  34. 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