"cockatrice/translations/cockatrice_nl.ts" did not exist on "009000d13055fe2de37059687549368eec2c01c8"
  1. 10 Oct, 2014 1 commit
  2. 06 Sep, 2014 1 commit
  3. 04 Sep, 2014 1 commit
  4. 28 Jun, 2014 1 commit
    • Fabio Bas's avatar
      Cmake reorganization · fc24ffde
      Fabio Bas authored
      * Move all cmake-related files in a new “cmake” folder
      * move nsis files in there, too, since they are templates parsed by cake
      * retrieve git version once when cmake is run, and use it for both
      creating version_string.h/cpp and for package naming
      fc24ffde
  5. 27 Jun, 2014 2 commits
  6. 25 Jun, 2014 2 commits
  7. 24 Jun, 2014 1 commit
  8. 22 Jun, 2014 8 commits
  9. 21 Jun, 2014 5 commits
  10. 18 Jun, 2014 1 commit
  11. 12 Jun, 2014 2 commits
  12. 11 Jun, 2014 1 commit
  13. 10 Jun, 2014 4 commits
  14. 24 Mar, 2014 1 commit
    • 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
  15. 11 Mar, 2014 2 commits
  16. 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
  17. 22 Jan, 2014 1 commit
  18. 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
  19. 05 Jan, 2014 1 commit
  20. 09 Feb, 2013 1 commit
  21. 28 Oct, 2012 1 commit
  22. 27 Jun, 2012 1 commit