David Szabo
2fcb02cadd
untranslated string comparison fixed ( #3164 )
2018-04-02 23:04:52 -04:00
David Szabo
2409eae940
left, right, and S shortcuts modified to use shift ( #3116 )
2018-02-19 00:38:51 -05:00
Vafthrudnir
3d2c7b6670
Right-click menu added for card database view ( #3113 )
2018-02-15 03:25:44 -05:00
Vafthrudnir
af5a04abf1
"Comment" field made resizable in deck builder window ( #3105 )
...
* solution with splitter
* Made prettier
* Useless parameter removed
* clangified
* c++11 cleanup
2018-02-11 13:49:58 -05:00
ctrlaltca
517420cccb
Replace CardInfo* and Carset* with smart pointers ( #3053 )
...
* Replace CardInfo* and Carset* with smart pointers
* fixes to help memory & c++11 stuff
2018-02-02 12:52:47 -05:00
ctrlaltca
b29bd9e070
Clang-format ( #3028 )
...
* 1/3 Add .clang-format file and travis compilation check
* 2/3 Run clang-format
* 3/3 Fix compilation problems due to include reordering
* 3bis/3 AfterControlStatement: false
2018-01-27 10:41:32 +01:00
Zach H
ebec30dd1c
Add No annotations export option w/ shortcut ( #3013 )
2018-01-18 19:25:30 -05:00
tooomm
cc822dd8df
card filter: add clear button and placeholder text ( #3003 )
2018-01-11 16:43:08 -05:00
tooomm
d124e6ac22
deck editor: add placeholder text to search ( #3000 )
2018-01-10 13:33:37 -05:00
Zach H
b75882b6b9
Allow non-db cards to be moved around ( #2960 )
2017-12-18 14:17:54 -05:00
Zach H
014b9947fe
clear search bar if all filters cleared ( #2961 )
2017-12-17 17:48:57 -05:00
Zach H
ec4e6d53df
allow backspace button to remove a filter ( #2959 )
2017-12-17 17:39:41 -05:00
John Robe
6c038a91e4
Deck export ( #2938 )
...
* Added “export deck” option to export deck to decklist.org for viewing/printing. Implemented using a new menu item, added shortcut ability, and functionality to parse the deck correctly and add main/sideboard cards to decklist. Per issue #2931
2017-12-05 22:34:19 -05:00
ctrlaltca
4baaf978f5
Deck editor: force default file extension on file save; fix #2829 ( #2910 )
2017-10-31 15:34:56 -04:00
Zach H
9ddb18a35e
Make deck list appear if deck loaded ( #2745 )
2017-06-12 12:25:52 +02:00
Zach H
f3f83882e0
Model col widths off deck editor & disable button if no tokens in deck ( #2751 )
2017-06-04 13:58:34 -04:00
Zach H
16bc8b764b
remove all of pricing
2017-05-04 23:29:43 -04:00
Fabio Bas
36f6907fa3
Improved token loading
2017-05-04 23:28:51 -04:00
ctrlaltca
df211748ca
Add clear button to deck editor ( #2654 )
2017-04-26 15:20:35 -04:00
ctrlaltca
160d66d890
show tokens all sets ( #2646 )
2017-04-25 11:32:51 -04:00
ctrlaltca
f2a887a6a4
fix #2623 ( #2634 )
2017-04-24 22:20:19 +02:00
tooomm
a7a0ea23ca
removed tr() for URLs ( #2190 )
2016-09-25 19:28:34 -04:00
ctrlaltca
7f28a7e844
Fix #601 ; Fix #725 ( #2126 )
...
Analyze deck on tappedout
Fix small bug in deckstats interface
2016-09-02 01:34:56 -04:00
ctrlaltca
680277ad6a
fix #2129 ( #2132 )
...
Remove selection move at all
2016-08-31 14:13:30 -04:00
Fabio Bas
b0efcf9f89
Remove newlines from Deck name in TabDeckEditor
2016-07-15 10:57:42 +02:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02:00
Fabio Bas
58f85e7ebd
Save deck editor's database view columns state
2016-04-02 09:38:34 +02:00
ctrlaltca
55f3e9314b
Merge pull request #1859 from ctrlaltca/carddb
...
Rework some parts of the card database
2016-03-30 22:55:36 +02:00
Lee Matos
9f3b50086d
Remove "Ghost" Toolbar
...
I'm working on a theme and realized we have a toolbar that used to be used for price, which we no longer display. I removed the code (and the unused price code action) as we weren't using either.
2016-03-21 21:27:38 -04:00
Fabio Bas
1e3fb6c6e1
Rework "paths" settings loading and card database loading
...
* main.cpp: removed path checking and db loading
* card database: merge card loading methods into a single one
* settings cache: take care of returning safe paths for decks,
replays, etc..
* main window: if db loading fails (eg. first run), propose to run
oracle
NSIS: propose to run cockatrice instead of oracle
Rework card database loading
* Move carddatabase-related method out of deckeditor tab
* Load cards in another thread and render them progressively
* Optimize database reload after enabled sets change
Fix deck editor column width
* removed the noCard hack.
* getCard() no more creates cards instead of just returning existing
ones
* Fix the “edit tokens” dialog.
* PictureLoader: avoid trying to download twice the same card
* PictureLoader: correct return of card background
* AbstractCardItem: avoid recalculating card color at every paint
Use a different file to save custom tokens
Misc required improvements
* Use nullptr;
* Refactor CardInfoWidget to use CardInfoPicture and CardInfoText
instead of duplicating code;
* Added CardInfo::getColorChar()
* Fixed some potential crashes
* removed dead code related to CardInfoWidget
* Don't require a restart after adding a new custom sets file
* Bump CMake requirements to 3.1
2016-03-15 22:27:55 +01:00
Ira Aspen
aa658f95f6
Gave error dlg a description of the error for the user.
2016-02-09 03:10:57 +00:00
Ira Aspen
d078cf52c9
Removed unnecessary confirmClose() call.
2016-02-09 02:57:23 +00:00
Ira Aspen
96fbad1f0c
Moved get next set index code to own function
2016-02-09 02:55:52 +00:00
Ira Aspen
829f84fe50
Moved from using hex QT version checks to QT_VERSION_CHECK().
2016-02-09 01:56:24 +00:00
Ira Aspen
0ef2b48902
Refactored DlgAddSet class/functions to DlgAddSetResult
2016-02-09 01:52:09 +00:00
Ira Aspen
5a975831d4
Renamed "dlg_add_set.*" to "dlg_add_set_result.*" and updated references.
2016-02-09 01:40:21 +00:00
Ira Aspen
9d3c4f20a1
Changed strings referencing a set to say sets/cards.
2016-02-07 01:41:35 +00:00
Ira Aspen
927226633d
Moved menu item decleration to work on all OSs.
2016-02-06 02:37:34 +00:00
Ira Aspen
de388a74bd
Moved exec statement.
2016-02-06 02:32:04 +00:00
Ira Aspen
54a759497f
Added confirmation dialogue when set added.
2016-02-06 02:29:09 +00:00
Ira Aspen
c914395236
Finished add set functionality.
2016-02-06 01:33:43 +00:00
Ira Aspen
2960cba12b
Added a file picker to the add set menu item.
2016-02-05 21:09:24 +00:00
Ira Aspen
646c4b4197
Added functionless menu button for adding a set.
2016-02-05 20:32:40 +00:00
ctrlaltca
5dd20181fd
Merge pull request #1753 from ctrlaltca/pr_1544
...
Re-Dockified the game & replay review areas
2016-01-28 22:44:32 +01:00
woogerboy21
f57e0454bb
Dockified the game & replay review areas
2016-01-16 00:54:14 +01:00
Fabio Bas
fddcbb8296
Lazy loading of card database view => faster startup times
2015-12-28 15:26:10 +01:00
Fabio Bas
4d7795ca3a
Split pictuloader out of carddatabase
2015-12-26 16:40:17 +01:00
Zach
d5adec53a2
Revert "Reimplemented PictureLoader as a singleton"
2015-09-23 03:17:33 -04:00
Fabio Bas
f6c7f3355f
Reimplemented PictureLoader as a singleton
...
* Removed remaining picture handling from card database and cardinfo
* removed the “noCard object” hack
2015-09-22 23:09:53 +02:00
tooomm
814553dae6
remove debug code
...
fixes #1520
2015-09-15 18:53:06 +02:00