- 25 Mar, 2014 1 commit
-
-
sylvanbasilisk authored
-
- 24 Mar, 2014 2 commits
-
-
sylvanbasilisk authored
The logic types and attribute names were not previously being translated by the tr(...) function.
-
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
-
- 28 Jan, 2014 1 commit
-
-
sylvanbasilisk authored
clear the text box when the '+' button is pressed or when the filter attribute is changed. also changed the frame style to match the card frame style.
-
- 22 Jan, 2014 1 commit
-
-
sylvanbasilisk authored
renamed filter list modules to filter tree to more accurately reflect the nature of the data structure.
-
- 17 Jan, 2014 1 commit
-
-
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.
-