Commit graph

  • 47e6780ffa Remove redundant frame. Lukas Brübach 2025-03-08 12:18:17 +01:00
  • edd0199efb Fix and improve sorting, properly layout grouping and sorting. Lukas Brübach 2025-03-08 10:24:09 +01:00
  • c9f95e1df1 Change the filters path to not be hardcoded anymore. Lukas Brübach 2025-03-07 15:05:31 +01:00
  • f326f74b5e Do not do a range based sort, no matter how much CLion insists. Lukas Brübach 2025-03-06 12:19:29 +01:00
  • 1868981cb5 Rebase. Lukas Brübach 2025-03-06 11:32:59 +01:00
  • 604ca395cc Address some comments, clean some weak warnings. Lukas Brübach 2025-03-06 09:59:17 +01:00
  • 488be525ed Introduce class variable for loadCardsTimer. Lukas Brübach 2025-03-02 13:04:39 +01:00
  • 60485f45d3 Remove another debug. Lukas Brübach 2025-03-02 12:39:53 +01:00
  • 3482f95c55 Remove some debugs. Lukas Brübach 2025-03-02 12:36:57 +01:00
  • 9307d617c6 Remove some commented stuff. Lukas Brübach 2025-03-02 11:58:00 +01:00
  • 14d916e0f5 Add icons and search help, proper variables for quick filter widgets. Lukas Brübach 2025-03-02 11:49:57 +01:00
  • b206b3e450 Lint. Lukas Brübach 2025-03-02 11:39:13 +01:00
  • baaecfd983 Remove a non-existant signal, containerize some layouts to silence warnings. Lukas Brübach 2025-03-02 11:37:54 +01:00
  • b774c1881a Hide database display dock widget. Lukas Brübach 2025-03-02 11:11:25 +01:00
  • 25cad5c006 Clean up imports. Lukas Brübach 2025-03-02 10:31:09 +01:00
  • b1a7f79ab2 Fix menu options. Lukas Brübach 2025-03-02 10:31:03 +01:00
  • 437b6454da Figure out view menu state correctly. Lukas Brübach 2025-03-02 10:01:02 +01:00
  • c14923db33 Return cardlists directly. Lukas Brübach 2025-03-02 09:54:51 +01:00
  • 8a47412db2 Change deck analytics bars to be more meaningful by using the highest value instead of the total sum as the ceiling. Lukas Brübach 2025-03-02 00:40:53 +01:00
  • ed0f09b7fd Lint. Lukas Brübach 2025-03-01 23:00:51 +01:00
  • 34287b0714 Implement separate comboBoxes for sorting and grouping. Lukas Brübach 2025-03-01 22:58:55 +01:00
  • f66961e488 Hide groups which have no cards in them. Lukas Brübach 2025-03-01 21:45:16 +01:00
  • 7a6fd31776 Set banner buddies correctly. Lukas Brübach 2025-03-01 21:41:38 +01:00
  • d60b613fd5 More performant display updating. Lukas Brübach 2025-03-01 21:31:31 +01:00
  • 268d3f2e6b Move new method to DeckListModel so we don't have to include CardDatabaseManager in common. Lukas Brübach 2025-03-01 12:55:31 +01:00
  • 7bb18c84c7 Parameter names. Lukas Brübach 2025-03-01 12:49:49 +01:00
  • 443f8717a3 New DeckList method to return cards as CardInfoPtrs Saner update to prevent crashes. Lukas Brübach 2025-03-01 12:47:58 +01:00
  • f994ffa02d Fix some weak warnings. Lukas Brübach 2025-03-01 11:29:42 +01:00
  • 0256c31411 Use some of the new generic conveniences in the visual deck editor Lukas Brübach 2025-03-01 11:26:48 +01:00
  • 768b957b54 Remove some overriden methods that are now generic enough to not necessitate being overriden anymore. Lukas Brübach 2025-03-01 11:14:28 +01:00
  • fbd79f34f0 Qt > std Lukas Brübach 2025-03-01 11:04:55 +01:00
  • c5adb383f7 Lint. Lukas Brübach 2025-03-01 10:51:31 +01:00
  • fcbdefab4c Address some comments. Lukas Brübach 2025-03-01 10:49:15 +01:00
  • 6426f3c86c Slightly more sensible layout handling. Lukas Brübach 2025-02-28 17:32:31 +01:00
  • f52903a94d Sensible deckListModel handling. Lukas Brübach 2025-02-28 17:28:25 +01:00
  • 57bbbec206 Fixup to support new generic format. Lukas Brübach 2025-02-27 16:57:47 +01:00
  • 27c065e0d5 Open in VDE from VDS by default, refresh on setDeck. Lukas Brübach 2025-02-26 11:35:15 +01:00
  • 1b65818cab Allow filters to be saved and restored. Lukas Brübach 2025-02-26 09:07:20 +01:00
  • 000f0c4b49 Add a name filter. Lukas Brübach 2025-02-25 22:26:02 +01:00
  • 6b154634e5 Add a sub type filter. Lukas Brübach 2025-02-25 18:27:17 +01:00
  • 7d76319faa Add a sample hand widget. Lukas Brübach 2025-02-25 08:58:11 +01:00
  • 7fb09cd149 Better filtering and analytics. Lukas Brübach 2025-02-24 15:13:56 +01:00
  • a7b9a86feb Generify visual deck editor so it can have a printing selector. Lukas Brübach 2025-02-14 13:20:21 +01:00
  • edd35182c0 Make VisualDeckEditor Tab play nicely with TabSupervisor, open in VDE by default from VDS. Lukas Brübach 2025-02-12 16:01:57 +01:00
  • 80259a34e7 Finally fix the freaking OverlapLayout. Lukas Brübach 2025-02-11 20:39:04 +01:00
  • c10165dfbe Page loading for visual database display. Lukas Brübach 2025-01-23 12:59:39 +01:00
  • 238fb76501 Rebase changes. Lukas Brübach 2025-01-23 10:03:45 +01:00
  • a627d77445 Infinite scrolling. Lukas Brübach 2025-01-06 12:36:28 +01:00
  • 0c73768c79 Visual Deck Editor. Lukas Brübach 2024-11-21 14:24:14 +01:00
  • 13d18986b2
    Set fixed width instead of maximum width for symbols. (#5821) BruebachL 2025-04-10 04:38:07 +02:00
  • 6171658c0c
    Add main and sub type as filter options, add helper functions to remove or get specific and all filters. (#5820) BruebachL 2025-04-10 04:37:52 +02:00
  • 6ef8537d5d implement filter logic RickyRister 2025-04-04 22:31:27 -07:00
  • caae0c8e10 add search bar to ZoneViewWidget RickyRister 2025-04-04 22:48:46 -07:00
  • dd37823a5d refactor out search syntax help window RickyRister 2025-04-04 22:48:25 -07:00
  • 9b5f5595b0
    Add modelDirty signal, add helper functions to gather all main and sub card types. (#5819) BruebachL 2025-04-10 04:21:02 +02:00
  • 676ea0d5a7
    Sort cockatrice sources alphabetically (#5818) RickyRister 2025-04-09 19:20:55 -07:00
  • e1125124f2
    changed test card search from real cards to fake and added cards Lily 2025-04-09 20:45:32 -04:00
  • ced818641a Set fixed width instead of maximum width for symbols. Lukas Brübach 2025-04-09 23:46:31 +02:00
  • 3c8235d0f7 Add main and sub type as filter options, add helper functions to remove or get specific and all filters. Lukas Brübach 2025-04-09 23:44:27 +02:00
  • df052454ac Add modelDirty signal, add helper functions to gather all main and sub card types. Lukas Brübach 2025-04-09 23:41:38 +02:00
  • fd1c1addda Sort cockatrice sources alphabetically RickyRister 2025-04-09 11:19:08 -07:00
  • 80b6d6a31f
    Properly calculate a lot of things related to these layouts. (#5817) BruebachL 2025-04-09 18:09:04 +02:00
  • 6661a5d946
    Fix some display issues with settings button widget. (#5816) BruebachL 2025-04-09 18:08:59 +02:00
  • 53e9a91dc6
    Emit more signals when data is changed and add utility functions to interact with a decklist in the context of cardinfoptrs. (#5815) BruebachL 2025-04-09 18:08:54 +02:00
  • 4f9494096e
    Update dlg_settings.cpp Zach H 2025-04-09 11:27:11 -04:00
  • 56bbd8a172
    Refactor: move last token info into struct (#5808) RickyRister 2025-04-09 08:26:14 -07:00
  • 0bd53d6dc7
    Try to find the card again without providerId when searching fails during swap card. (#5814) BruebachL 2025-04-09 17:19:21 +02:00
  • 61cb3d1d7c
    Remove unnecessary parent argument from deck_editor_menu (#5813) BruebachL 2025-04-09 17:16:56 +02:00
  • e808d030db
    Correctly size hint card_info_picture_widget, adjust scaleFactor default and correctly parent hover-to-zoom scaled picture. (#5812) BruebachL 2025-04-09 17:16:34 +02:00
  • 2521016209 Properly calculate a lot of things related to these layouts. Lukas Brübach 2025-04-09 17:07:29 +02:00
  • 0c618f2676 Fix some display issues with settings button widget. Lukas Brübach 2025-04-09 17:05:09 +02:00
  • 5b2d254241 Emit more signals when data is changed and add utility functions to interact with a decklist in the context of cardinfoptrs. Lukas Brübach 2025-04-09 17:02:37 +02:00
  • e4fa8a02ac Correctly invoke new instance now. Lukas Brübach 2025-04-09 16:58:06 +02:00
  • d0df3d00c1 Try to find the card again without providerId when searching fails during swap card. Lukas Brübach 2025-04-09 16:56:53 +02:00
  • b3fe3ede86 Remove unnecessary parent argument. Lukas Brübach 2025-04-09 16:54:24 +02:00
  • 125c213c4f Correctly size hint card_info_picture_widget, adjust scaleFactor default and correctly parent hover-to-zoom scaled picture. Lukas Brübach 2025-04-09 16:41:23 +02:00
  • 4a68d9d3ea
    Use QMessageBox::question for force start confirmation (#5811) RickyRister 2025-04-08 01:24:05 -07:00
  • fe8b36bf02 correct default destroy value RickyRister 2025-04-07 21:49:29 -07:00
  • 2b50a2d9f9 Use QMessageBox::question for force start confirmation RickyRister 2025-04-07 21:44:40 -07:00
  • 0a4b5ae3dd
    update truth test case Lily 2025-04-07 15:36:33 -04:00
  • 730305f4d2
    Revert source file globbing (#5799) BruebachL 2025-04-07 21:32:57 +02:00
  • b37eeb2ec2
    change test cas Lily 2025-04-07 15:32:52 -04:00
  • 6c1dd5230d
    update test case Lily 2025-04-07 15:31:49 -04:00
  • b3b6af4a9a
    format Lily 2025-04-07 15:22:06 -04:00
  • b3ae4b26df
    implement test case to cards with keyword in name Lily 2025-04-07 15:18:31 -04:00
  • 7976b106b7
    implement test case for cards with keyword in name Lily 2025-04-07 15:16:16 -04:00
  • 4ffe80631e refactor token info into struct RickyRister 2025-04-06 16:38:22 -07:00
  • c91e0386b2 add override RickyRister 2025-04-06 16:27:44 -07:00
  • a540b2a544 fix: attempt to publish to specific image name Sebastian Di Luzio 2025-04-07 00:25:57 +02:00
  • c831efae6e
    adjusted new test Lily 2025-04-06 18:10:58 -04:00
  • 04dd2627cb feat: build and release docker images using github cicd Sebastian Di Luzio 2025-04-06 22:54:21 +02:00
  • 453750b8f3
    keyword testing Lily 2025-04-06 17:53:40 -04:00
  • 18972aa6d8
    update OR to not be [oO][rR] and just look for OR Lily 2025-04-06 17:39:54 -04:00
  • 038cef978a
    Merge branch 'master' into tooomm-readme_rework tooomm 2025-04-06 19:07:22 +02:00
  • 128b339584 Update README.md tooomm 2024-11-23 12:30:09 +01:00
  • 312a6049f0 change settings entry of the cod conversion prompt to a combobox ebbit1q 2025-04-06 14:56:07 +02:00
  • 2cb75b0c35 Revert "Automatically find all files for cockatrice_SOURCES (#5716)" Lukas Brübach 2025-04-06 12:54:14 +02:00
  • ee31a85722 Revert "Add CONFIGURE_DEPENDS to the cmake (#5739)" Lukas Brübach 2025-04-06 12:53:53 +02:00
  • d17523ff17
    Add confirmation dialog for force start (#5797) RickyRister 2025-04-06 03:39:08 -07:00
  • 195116d1de
    Bump to 2.11.0 for beta releases (#5796) RickyRister 2025-04-06 03:27:11 -07:00