"cockatrice/translations/cockatrice_nl.ts" did not exist on "f10d9c9bec168529a56d976e3667591600589b30"
  1. 26 Apr, 2015 1 commit
  2. 16 Apr, 2015 1 commit
  3. 13 Feb, 2015 1 commit
    • Fabio Bas's avatar
      Translation updates to support Transifex · 798dc09f
      Fabio Bas authored
       * ignore .tx folder
       * cmake: when UPDATE_TRANSLATIONS=ON, extract new strings only to the
      english translation file.
       * added info in CONTRIBUTING.md
       * updated english translations
      798dc09f
  4. 28 Dec, 2014 1 commit
  5. 26 Dec, 2014 1 commit
  6. 09 Nov, 2014 2 commits
  7. 14 Oct, 2014 1 commit
  8. 10 Oct, 2014 2 commits
  9. 06 Sep, 2014 1 commit
  10. 04 Sep, 2014 1 commit
  11. 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
  12. 27 Jun, 2014 2 commits
  13. 25 Jun, 2014 2 commits
  14. 24 Jun, 2014 1 commit
  15. 22 Jun, 2014 8 commits
  16. 21 Jun, 2014 5 commits
  17. 18 Jun, 2014 1 commit
  18. 12 Jun, 2014 2 commits
  19. 11 Jun, 2014 1 commit
  20. 10 Jun, 2014 4 commits
  21. 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