Cockatrice/cockatrice/src/game/zones
Basile Clement e4f40a82a2
Use native hover events (#5722)
* Use native hover events

* Update cockatrice/src/game/cards/abstract_card_item.cpp

* Reorder

---------

Co-authored-by: Zach H <zahalpern+github@gmail.com>
2025-03-15 19:07:51 +00:00
..
card_zone.cpp don't autoclose card view if single card gets dragged into same zone (#5517) 2025-01-25 02:08:28 +00:00
card_zone.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
hand_zone.cpp Refactor files in src/game to new Qt Slot/Signal syntax (#5431) 2025-01-09 06:32:25 -05:00
hand_zone.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
pile_zone.cpp Use native hover events (#5722) 2025-03-15 19:07:51 +00:00
pile_zone.h leave some documentation on Zone classes (#5199) 2024-11-28 14:40:49 -05:00
select_zone.cpp Ctrl drag now adds/removes to selection (#5336) 2024-12-26 15:08:20 -05:00
select_zone.h add missing override and explicit specifiers to all classes in src/game (#5511) 2025-01-22 12:57:56 +00:00
stack_zone.cpp Fix Ricky Crash (#5609) 2025-02-12 01:39:41 +00:00
stack_zone.h Fix Ricky Crash (#5609) 2025-02-12 01:39:41 +00:00
table_zone.cpp don't autoclose card view if single card gets dragged into same zone (#5517) 2025-01-25 02:08:28 +00:00
table_zone.h don't autoclose card view if single card gets dragged into same zone (#5517) 2025-01-25 02:08:28 +00:00
view_zone.cpp don't autoclose card view if single card gets dragged into same zone (#5517) 2025-01-25 02:08:28 +00:00
view_zone.h don't autoclose card view if single card gets dragged into same zone (#5517) 2025-01-25 02:08:28 +00:00
view_zone_widget.cpp Expand/shrink card view window on double click (#5652) 2025-02-25 18:32:45 -05:00
view_zone_widget.h Expand/shrink card view window on double click (#5652) 2025-02-25 18:32:45 -05:00