- 13 Feb, 2015 1 commit
-
-
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
-
- 28 Dec, 2014 1 commit
-
-
Fabio Bas authored
* Always install “release” plugins * install only plugins actually used
-
- 26 Dec, 2014 1 commit
-
-
Fabio Bas authored
We previously parsed only .cpp files, but some strings are inlined in header files.
-
- 09 Nov, 2014 2 commits
- 14 Oct, 2014 1 commit
-
-
Fabio Bas authored
-
- 10 Oct, 2014 2 commits
- 06 Sep, 2014 1 commit
-
-
Fabio Bas authored
-
- 04 Sep, 2014 1 commit
-
-
Fabio Bas authored
-
- 28 Jun, 2014 1 commit
-
-
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
-
- 27 Jun, 2014 2 commits
- 25 Jun, 2014 2 commits
- 24 Jun, 2014 1 commit
-
-
Fabio Bas authored
-
- 22 Jun, 2014 8 commits
-
-
Fabio Bas authored
If none of the gameboard images is set and and the user’s data directory doesn’t contain a “zonebg” directory, create the directory, copy contents from cockatrice’s app bundle and sets the config accordingly.
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
-
Fabio Bas authored
Without this change, make install and make package would require “sudo” under osx
-
Fabio Bas authored
If none of the gameboard images is set and and the user’s data directory doesn’t contain a “zonebg” directory, create the directory, copy contents from cockatrice’s app bundle and sets the config accordingly.
-
Fabio Bas authored
-
- 21 Jun, 2014 5 commits
- 18 Jun, 2014 1 commit
-
-
Mark Morschhäuser authored
-
- 12 Jun, 2014 2 commits
- 11 Jun, 2014 1 commit
-
-
Fabio Bas authored
-
- 10 Jun, 2014 4 commits
-
-
Fabio Bas authored
-
Fabio Bas authored
* Remove cockatrice_HEADERS (obsoleted by automoc) * Remove compilation flags definition and Qt4 finding calls * Make use of CMAKE_INSTALL_PREFIX * use INSTALL(TARGETS) in place of INSTALL(PROGRAM) * Osx: create a proper application bundle * Added comments
-
ctrlaltca authored
-
Fabio Bas authored
-
- 24 Mar, 2014 1 commit
-
-
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
-
- 11 Mar, 2014 2 commits
-
-
Mark Morschhäuser authored
-
Mark Morschhäuser authored
-