mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* Add TabDeckStorageVisual * Visual Deck Storage * Add BannerCard to .cod format, use it in the visual deck storage widget. * Show filename instead of deckname if deck name is empty. * Lint. * Don't delint cmake list through hooks. * Add deck loading functionality. * Open Decks on double click, not single click. * Void event for now. * Fix build issue with overload? * Fix build issue with overload? * Include QDebug. * Turn the tab into a widget. * Move the signals down to the widget, move the connections and slots up to the parent widgets. * No banner card equals an empty CardInfoPtr. * Add an option to sort by filename or last modified. * Flip last modified comparison. * Lint. * Don't open decks twice in the storage tab. * Fix unload deck not working by showing/hiding widgets instead of adding/removing to layout. * Add a search bar. * Add a card size slider. * Lint. * Lint. * Lint. * Fix settings mocks. * No need to QDebug. * No need to QDebug. * Member variable. * Member variable. * Non-lambda. * Change set to list conversion. * Specify overload. * Include MouseEvent * Adjust font size dynamically. * Add an option to show the visual deck storage on database load. * Fix the close button not working on the tab, add an option to launch the visual deck storage tab to Cockatrice menu. * Override virtual functions. * Correct tab text. * Add a setting to remember last used sorting order for visual deck storage widget. * Update banner card combo box correctly. * Fix mocks. --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de> Co-authored-by: Zach H <zahalpern+github@gmail.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| pb | ||
| sfmt | ||
| CMakeLists.txt | ||
| color.h | ||
| debug_pb_message.cpp | ||
| debug_pb_message.h | ||
| decklist.cpp | ||
| decklist.h | ||
| expression.cpp | ||
| expression.h | ||
| featureset.cpp | ||
| featureset.h | ||
| get_pb_extension.cpp | ||
| get_pb_extension.h | ||
| passwordhasher.cpp | ||
| passwordhasher.h | ||
| rng_abstract.cpp | ||
| rng_abstract.h | ||
| rng_sfmt.cpp | ||
| rng_sfmt.h | ||
| room_message_type.h | ||
| server.cpp | ||
| server.h | ||
| server_abstractuserinterface.cpp | ||
| server_abstractuserinterface.h | ||
| server_arrow.cpp | ||
| server_arrow.h | ||
| server_arrowtarget.cpp | ||
| server_arrowtarget.h | ||
| server_card.cpp | ||
| server_card.h | ||
| server_cardzone.cpp | ||
| server_cardzone.h | ||
| server_counter.cpp | ||
| server_counter.h | ||
| server_database_interface.cpp | ||
| server_database_interface.h | ||
| server_game.cpp | ||
| server_game.h | ||
| server_player.cpp | ||
| server_player.h | ||
| server_player_reference.h | ||
| server_protocolhandler.cpp | ||
| server_protocolhandler.h | ||
| server_remoteuserinterface.cpp | ||
| server_remoteuserinterface.h | ||
| server_response_containers.cpp | ||
| server_response_containers.h | ||
| server_room.cpp | ||
| server_room.h | ||
| serverinfo_user_container.cpp | ||
| serverinfo_user_container.h | ||
| trice_limits.h | ||
| user_level.h | ||