- 20 Aug, 2015 1 commit
-
-
marco authored
-
- 16 Aug, 2015 2 commits
- 14 Aug, 2015 1 commit
-
-
Jeff authored
-
- 09 Aug, 2015 1 commit
-
-
marco authored
-
- 07 Aug, 2015 1 commit
-
-
marco authored
Moved setting files & Added code for a future portable build
-
- 03 Aug, 2015 1 commit
-
-
marco authored
-
- 08 Jul, 2015 1 commit
-
-
Zach H authored
-
- 18 Jun, 2015 1 commit
-
-
Fabio Bas authored
-
- 13 Jun, 2015 1 commit
-
-
Fabio Bas authored
-
- 30 May, 2015 1 commit
-
-
Matt Lowe authored
After adding a card to the main or side, the search text will become selected to easily start the next search
-
- 23 May, 2015 1 commit
-
-
tooomm authored
fixed welcome msg added some articles added database phrase to card updater cosmetic changes to the description in edit sets
-
- 14 May, 2015 1 commit
-
-
Fabio Bas authored
-
- 01 May, 2015 1 commit
-
-
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.
-
- 18 Apr, 2015 1 commit
-
-
Fabio Bas authored
-
- 17 Apr, 2015 1 commit
-
-
Fabio Bas authored
-
- 14 Apr, 2015 1 commit
-
-
Zach H authored
-
- 12 Apr, 2015 2 commits
- 26 Mar, 2015 1 commit
-
-
Fabio Bas authored
-
- 21 Feb, 2015 1 commit
-
-
Fabio Bas authored
-
- 03 Feb, 2015 1 commit
-
-
Matt Lowe authored
-
- 06 Dec, 2014 1 commit
-
-
Zach H authored
-
- 18 Nov, 2014 1 commit
-
-
Matt Lowe authored
Feature is only included in Qt 5.3+
-
- 10 Nov, 2014 2 commits
-
-
Matt Lowe authored
Added version check, to only include the new Searchbar icon for Users running Qt 5+
-
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.
-
- 09 Nov, 2014 2 commits
-
-
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
-
Matt Lowe authored
+ Card searches now do partial string matches, rather than needing to match the beginning of the string.
-
- 11 Sep, 2014 1 commit
-
-
Yuki Izumi authored
-
- 27 Jul, 2014 1 commit
-
-
Waleed Khan authored
-
- 02 Jul, 2014 2 commits
- 30 Jun, 2014 1 commit
-
-
arxanas authored
-
- 29 Jun, 2014 1 commit
-
-
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
-
- 24 Jun, 2014 1 commit
-
-
Fabio Bas authored
-
- 23 Jun, 2014 1 commit
-
-
Daenyth authored
Ref #112
-
- 24 Apr, 2014 1 commit
-
-
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.
-
- 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
-