ctrlaltca
b6df5a4ac3
Deal with recent Qt methods deprecation ( #3801 )
...
* Deal with recent Qt methods deprecation
* Use std::sort, std::less instead of qSort/qLess
* Use QFontMetrics::horizontalAdvance instead of ::width
* Use qApp->primaryScreen() instead of QDesktopWidget
* use lambas instead of QSignalMapper
* Use QTreeWidgetItem::setForeground instead of ::setTextColor
* Use QDir::setPath instead of operator=(QString)
* Use QList::swapItemsAt instead of ::swap
* fix error
2019-08-27 20:06:54 -04: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
Fabio Bas
36f6907fa3
Improved token loading
2017-05-04 23:28:51 -04:00
Zach H
62d8f5a039
change cards from sb<->mb with double-click ( #2606 )
2017-04-25 14:05:25 -04:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02:00
Fabio Bas
e94f59d7c2
Crash fix
2016-03-22 17:07:45 +01:00
Fabio Bas
5cfb034452
merged with master
2015-08-31 22:48:14 +02:00
Fabio Bas
119871d114
fix compilation with gcc in paranoic mode
...
deckview.cpp:244:6: warning: no previous declaration for 'bool
sortCardsByName(DeckViewCard*, DeckViewCard*)' [-Wmissing-declarations]
2015-07-24 19:29:06 +02:00
Fabio Bas
1c2ddccb46
Order cards by name in deck-load screen; fix #247
2015-07-07 17:56:11 +02:00
Fabio Bas
6b8ebe54e9
Theme manager
...
This is the first implementation of a theme manager. It’s a rebased and
revisited version of #792 .
2015-06-15 14:35:58 +02:00
Matt Lowe
6da6e5b562
Updated card loadout background
2015-05-06 14:09:27 +02:00
Matt Lowe
e78747241d
Refactored code and made lines cleaner
...
Before:
After:
2015-04-01 17:24:50 +02:00
Zach H
b738428941
Adding a way to see how many of each type
2014-12-08 17:18:21 -05:00
poixen
accd3ecca1
Removed commented line
...
- removed unused commented out code
2014-11-05 14:03:43 +01:00
Matt Lowe
41478800ef
Updated Sideboard gradient colors
...
Wasnt happy with the first gradient, too much white. Now uses 2 shades
or purple.
2014-10-16 18:15:07 +02:00
Matt Lowe
a1c013a893
Updated UI features
...
+ Added a fade to inactive players TableZone
+ Refreshed TableZone, HandZone and DeckView default background colors
2014-10-16 18:14:51 +02:00
Fabio Bas
6dbdaafb33
Ported cockatrice
2014-06-24 19:13:47 +02:00
Matt Kelly
1bc48a7849
Convert rest of source to 4-space indent
2014-02-11 11:14:19 -05:00
Max-Wilhelm Bruker
0eee6d7ab9
fixed issue #49 : when editing a remote deck, be able to directly save it there
2012-05-09 21:52:09 +02:00
Max-Wilhelm Bruker
f553fd7456
some token code
2012-04-05 11:48:13 +02:00
Max-Wilhelm Bruker
b2b7242802
changed lock icon, added sideboard locking, issue #15 fixed
2012-03-27 20:32:24 +02:00
Max-Wilhelm Bruker
5ff1fd8ec6
added peeking at facedown cards, fixing issue #7
2012-03-24 18:52:08 +01:00
Max-Wilhelm Bruker
16541141bd
Cleaned up decklist code
2012-01-21 16:41:46 +01:00
Max-Wilhelm Bruker
632e9bbff3
improved banning and deck hashing
2011-11-01 22:44:51 +01:00
Max-Wilhelm Bruker
4246ab695b
improved sideboarding view
2011-01-30 00:22:24 +01:00
Max-Wilhelm Bruker
dcf54ae2de
fixed card hover event in sideboard screen
2011-01-26 02:43:29 +01:00
Max-Wilhelm Bruker
f6849ff02b
sideboarding bug fix
2011-01-21 19:20:47 +01:00
Max-Wilhelm Bruker
235d591778
sideboarding crash fix
2010-09-22 16:12:43 +02:00
Max-Wilhelm Bruker
62bf2572a9
Crash fixes (bug #0000006 ). Also cleaned up some includes to speed up compilation.
2010-09-08 22:52:04 +02:00
Max-Wilhelm Bruker
614f106304
arrows can target players; card attachment works
2010-07-17 18:24:14 +02:00
Max-Wilhelm Bruker
41c4603fe9
This closes feature request 0000020. Attention, this breaks protocol compatibility.
2010-06-03 02:29:48 +02:00
Max-Wilhelm Bruker
929f4f9b4d
cleanup
2010-03-09 14:43:06 +01:00
Max-Wilhelm Bruker
4bf4bbea6a
some fixes
2010-03-08 20:17:48 +01:00
Max-Wilhelm Bruker
b2f83541e7
Initial commit for sideboarding. It's supposed to be fully functional.
2010-03-06 17:17:54 +01:00
Max-Wilhelm Bruker
e0c7df1694
deck list editing in deck storage tab; mouse hover event for deck view
2009-12-19 20:34:33 +01:00
Max-Wilhelm Bruker
77015c9ebf
event handling
2009-11-28 00:02:11 +01:00
Max-Wilhelm Bruker
8dcf81654e
decklist transfer code
2009-11-22 00:34:31 +01:00