Commit graph

  • 4a0dcb0b8b Fix intermittent segfault in VDS sort RickyRister 2025-04-17 00:20:00 -07:00
  • 1f0d5ebcb8 Delete later where possible. Lukas Brübach 2025-04-17 09:08:09 +02:00
  • 445ffe16e9 Fix comments. Lukas Brübach 2025-04-17 09:02:57 +02:00
  • 2189fc0a96
    Include card_info.h over card_database.h if able (#5841) RickyRister 2025-04-16 21:38:57 -07:00
  • 0a811ffcfb Lint. Lukas Brübach 2025-04-17 00:21:53 +02:00
  • 037bc78b06 Add average deck button. Lukas Brübach 2025-04-17 00:07:57 +02:00
  • 6abcb634ff Add combos button. Lukas Brübach 2025-04-16 23:26:12 +02:00
  • dab4037f98 Refactor display widgets to their own folder, optimize some imports. Lukas Brübach 2025-04-16 21:08:25 +02:00
  • 65222abba6 Implement top cards. Lukas Brübach 2025-04-16 16:10:23 +02:00
  • c29bdb10b0 Allow navigating by clicking on cards. Lukas Brübach 2025-02-27 07:23:54 +01:00
  • 075c10b73f Guess sanitized card name so that tags can have banner cards too. Lukas Brübach 2025-02-27 06:53:46 +01:00
  • 43b0465518 Tab EDHRec improvements. Lukas Brübach 2025-02-25 13:03:47 +01:00
  • 46e5fbad75 Include card_info.h over card_database.h if able RickyRister 2025-04-16 14:04:22 -07:00
  • e68300d275 Move a typedef to card_info.h RickyRister 2025-04-16 13:47:43 -07:00
  • 6f6b987250 Oh. Lukas Brübach 2025-04-16 20:01:56 +02:00
  • 74e9fcb7a1 Only emit cardClicked if it wasn't a right click. Lukas Brübach 2025-04-16 16:10:37 +02:00
  • 2d69162e65
    Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /webclient dependabot[bot] 2025-04-16 15:25:24 +00:00
  • 854208ea0a
    Implement deck analytics widgets. (#5837) BruebachL 2025-04-16 16:23:13 +02:00
  • 67db245aea
    Add a button to quickly clear all filters, correctly emit signals in filter tree when clearing. (#5835) BruebachL 2025-04-16 14:32:57 +02:00
  • 1540d5aa0a Implement deck analytics widgets. Lukas Brübach 2025-04-16 12:46:21 +02:00
  • dca2580746 Add a button to quickly clear all filters, correctly emit signals in filter tree when clearing. Lukas Brübach 2025-04-15 18:11:55 +02:00
  • 42c56898d5
    Visual Deck Editor Base (#5834) BruebachL 2025-04-16 14:02:53 +02:00
  • 74ca3cc214 Address comments. Lukas Brübach 2025-04-16 12:32:50 +02:00
  • a55a287a9d
    Pull the subfilters out. (#5836) BruebachL 2025-04-16 00:16:19 +02:00
  • b4024ee552
    Refactor DeckViewContainer (#5830) RickyRister 2025-04-15 15:10:24 -07:00
  • 181bef0057
    Use the common search syntax window method in visual database display (#5829) RickyRister 2025-04-15 15:09:36 -07:00
  • e9d05e6271
    Update translation files (#5828) github-actions[bot] 2025-04-15 22:08:52 +00:00
  • 15415afa9a
    Refactor files in src/server to new Qt Slot/Signal syntax (#5831) RickyRister 2025-04-15 15:08:02 -07:00
  • 728c87589f
    Refactor files in src/client/ui to new Qt Slot/Signal syntax (#5832) RickyRister 2025-04-15 15:06:56 -07:00
  • 686717e544
    Refactor files in src/client/tabs to new Qt Slot/Signal syntax (#5833) RickyRister 2025-04-15 15:05:52 -07:00
  • 108a873131 Pull the subfilters out. Lukas Brübach 2025-04-15 18:39:29 +02:00
  • 579a361b1a Lint. Lukas Brübach 2025-04-15 17:31:07 +02:00
  • 31ac572bc5 Visual Deck Editor. Lukas Brübach 2025-04-15 17:27:02 +02:00
  • ed015ceb2a fix build failure RickyRister 2025-04-15 03:17:57 -07:00
  • 3e6a667d54 Refactor DeckEditorMenu to use new signal/slot syntax RickyRister 2025-04-14 23:48:08 -07:00
  • 3a213e3974 Refactor files in src/client/tabs to new Qt Slot/Signal syntax RickyRister 2025-04-15 02:30:49 -07:00
  • 0ef2e924e3 fix deprecation warning RickyRister 2025-04-15 02:44:29 -07:00
  • 1d5b232153 Refactor files in src/client/ui to new Qt Slot/Signal syntax RickyRister 2025-04-15 02:30:57 -07:00
  • 4e5d1f8b7b Refactor files in src/server to new Qt Slot/Signal syntax RickyRister 2025-04-15 02:31:45 -07:00
  • 1b9f2df24e Refactor DeckViewContainer RickyRister 2025-04-15 02:31:27 -07:00
  • 9e65b47b0f Use the common search syntax window method in visual database display RickyRister 2025-04-14 23:24:12 -07:00
  • b0fd3540f0 Update translation files github-actions 2025-04-15 01:43:26 +00:00
  • c4d0921a15
    Visual Database Display Tab. (#5822) BruebachL 2025-04-15 03:25:49 +02:00
  • ae90b6c93f
    Add logging to LocalClient (#5827) RickyRister 2025-04-14 18:25:17 -07:00
  • 09b40bb937 Update filterTree properly in case the filter is empty after modification. Lukas Brübach 2025-04-14 15:19:11 +02:00
  • ac1ae4fed5
    Translate oracle/oracle_en@source.ts in it (#5826) transifex-integration[bot] 2025-04-14 05:32:55 +00:00
  • dbe3f7e833 Add logging to LocalClient RickyRister 2025-04-13 18:38:55 -07:00
  • 0e0a51a9db
    limit to certain paths for PRs & naming tooomm 2025-04-13 18:17:33 +02:00
  • 67a883f072 Update README.md tooomm 2025-04-06 19:12:05 +02:00
  • a1f2617931
    Translate oracle/oracle_en@source.ts in de (#5825) transifex-integration[bot] 2025-04-13 04:16:33 +02:00
  • 9d24cf7947
    Translate oracle/oracle_en@source.ts in it transifex-integration[bot] 2025-04-13 01:32:33 +00:00
  • cf5b61d124
    Translate oracle/oracle_en@source.ts in de transifex-integration[bot] 2025-04-13 01:20:57 +00:00
  • 15c1b429fc
    update logic to tab_game, and make message_log_widet/chat_view reliant Lily 2025-04-12 12:22:21 -04:00
  • 4a4c8134b3
    Update tests/carddatabase/data/cards.xml lilyhuang-github 2025-04-12 11:02:43 -04:00
  • d8e0648caf Readd dropped method. Lukas Brübach 2025-04-12 15:40:45 +02:00
  • 9581044e3b Address comments. Lukas Brübach 2025-04-11 11:21:52 +02:00
  • c029bbf90d Visual Database Display Tab. Lukas Brübach 2025-04-10 09:13:32 +02:00
  • 8efc6216f3 Update issue templates tooomm 2025-04-12 10:22:21 +02:00
  • 300a37a199
    change settings entry of the cod conversion prompt to a combobox (#5801) 2025-04-11-Development-2.11.0-beta ebbit1q 2025-04-12 05:12:34 +02:00
  • 351c77182c
    put multiple printings of the same dual face/split cards in the xml (#5823) ebbit1q 2025-04-12 05:02:48 +02:00
  • b214933da9
    fix: Disable HTTP compression when downloading pictures (#5793) Basile Clement 2025-04-12 05:01:35 +02:00
  • 9463390e80
    fix client crash when server goes down during registration (#5787) ebbit1q 2025-04-12 05:01:14 +02:00
  • 3b758962e4
    Add search filter to card view window (#5791) RickyRister 2025-04-11 20:00:46 -07:00
  • ad06814ac7
    Fix game phases not being translated in game log (#5798) RickyRister 2025-04-11 19:58:23 -07:00
  • 43a936db07
    typo Sebastian Di Luzio 2025-04-10 20:41:41 +01:00
  • e4b8f16d67
    typo tooomm 2025-04-10 21:35:06 +02:00
  • 6a748026ad
    fix: typo in pipeline step Sebastian Di Luzio 2025-04-10 20:05:10 +01:00
  • 8928c00988 put multiple printings of the same dual face/split cards in the xml ebbit1q 2025-04-10 14:40:46 +02:00
  • 1c2707519d Add things to cmakelist again. Lukas Brübach 2025-04-10 08:15:54 +02:00
  • f090b467e3 Small header guard fix. Lukas Brübach 2025-04-10 08:15:44 +02:00
  • d76854f381 Lint. Lukas Brübach 2025-04-07 20:30:43 +02:00
  • f91ae48589 Properly label layout button Lukas Brübach 2025-04-07 20:27:22 +02:00
  • f08bd6aac4 Block signals on every filter, which theoretically, should make it so that strain doesn't increase proportionally with filter amount. Lukas Brübach 2025-04-07 12:42:10 +02:00
  • d45310191f Block some updates in the name of performance. Lukas Brübach 2025-04-07 11:58:04 +02:00
  • 5791d7ffda Fetching seven cards from the database on every decklist update is insanity performance-wise. Lukas Brübach 2025-04-07 11:37:57 +02:00
  • 4afd574b48 Fixed sizes for color identity symbols. Lukas Brübach 2025-04-07 04:04:54 +02:00
  • 2b24b52cfc Update color filter logic to be proper and implement include/exclude mode. Lukas Brübach 2025-04-07 03:52:59 +02:00
  • 3323508722 Fix quick-add search bar stealing focus for modal widgets. Lukas Brübach 2025-04-06 14:18:36 +02:00
  • a0e6a5bbe5 Allow toggling between flat and overlap style and resizing the cards themselves. Lukas Brübach 2025-04-06 05:41:19 +02:00
  • 4b868e7478 Pull out the main type filter. Lukas Brübach 2025-03-16 13:42:52 +01:00
  • 6d8509f14b Lint. Lukas Brübach 2025-03-16 13:18:33 +01:00
  • 9a271d2ea5 Allow deleting filters. Lukas Brübach 2025-03-16 13:09:23 +01:00
  • d6d0b35b8d Nuke the overlap control widget for now. Lukas Brübach 2025-03-13 16:34:55 +01:00
  • a7ee47c098 Add a widget to quickly add cards to the deck. Lukas Brübach 2025-03-13 16:27:59 +01:00
  • a729b749ba Remove some debugs Lukas Brübach 2025-03-13 15:44:02 +01:00
  • 424822d982 Also restore color circle widget. Lukas Brübach 2025-03-13 15:42:20 +01:00
  • deb4d5ab44 Unlint a thang. Lukas Brübach 2025-03-13 14:40:04 +01:00
  • aeb24fa58e Restore filters on load correctly. Lukas Brübach 2025-03-13 14:35:21 +01:00
  • b823ad2d9d Include stuff. Lukas Brübach 2025-03-12 21:51:07 +01:00
  • 7f8bd8d443 Change database color filter to use new mana symbol widgets. Lukas Brübach 2025-03-12 21:39:38 +01:00
  • c90c453464 Add a widget explaining the click and drag to sort functionality. Lukas Brübach 2025-03-08 12:38:02 +01:00
  • fb20365ea0 Remove a debug. Lukas Brübach 2025-03-08 12:30:05 +01:00
  • 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