summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/GameList
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-08-27GameList: Use List View's sorting for Grid ViewDentomologist
2025-08-01GameTracker: Fix games not being displayedDentomologist
2025-07-08Avoid map/set double lookupsSintendo
2025-06-16GameListModel: Update tag list and sorting immediatelyDentomologist
2025-06-16Qt: Use NonAutodismissibleMenu in more placesDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-04GameList: Prevent opening Properties multiple times for the same gameMartino Fontana
2025-05-17Merge pull request #13190 from tygyh/Move-to-inner-scope-DolphinQTJordan Woyak
2025-05-03Merge pull request #13509 from Dentomologist/gamelist_fix_right_doubleclick_s...Admiral H. Curtiss
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-30WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...Jordan Woyak
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-04-21Add Triforce platform and preliminary boot.id parsingZopolis4
2025-04-21Adding support for detecting .bin imagesZopolis4
2025-04-12GameList: Ignore non-left double-clicksDentomologist
2025-03-26Move variables to inner scopetygyh
2025-02-16DolphinQt: Add "Time Played" column to game list viewAneesh Maganti
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-12-26Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-ofJMC47
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-12-10Add GFX property tabs to game properties window, allowing them to be set to t...TryTwo
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-07-21Use C++20 erase_if() instead of erase(remove_if()) (NFC)Tillmann Karras
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-23Merge pull request #12884 from Tilka/qt_thisAdmiral H. Curtiss
2024-06-23DolphinQt: fix two -Wshadow-uncaptured-local warningsTillmann Karras
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-05-04Merge pull request #12695 from mitaclaw/core-global-system-4Admiral H. Curtiss
2024-05-01Core::IsRunning: Avoid Global System Accessormitaclaw
2024-04-30DolphinQt: Properly Delete (Some) Widgetsmitaclaw
2024-04-14GameList: Show (Disc 1) for first disc of two-disc gamesDentomologist
2024-03-08DVDInterface: Modernize With CPUThreadGuardmitaclaw
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-14GameListModel: Remove fallthrough in data()Lioncash
2023-12-13Parser and Assembler implementationsvyuuui
2023-12-02Disable memory patches in hardcore modeLillyJadeKatrin
2023-08-12Merge pull request #12093 from Hark64/exportWiiSaveErrorFixAdmiral H. Curtiss
2023-08-12DolphinQt: Turn of wii save options during emulationHarkaran Mann
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-04-25DolphinQt: cache icons instead of single pixmapsShawn Hoffman
2023-04-01GameList: Check Wii save pathSepalani
2023-03-10HW/DVDInterface: Refactor to class.Admiral H. Curtiss
2023-02-26Qt/GameList: Also filter by filename when searching.Daniel Garza
2023-02-04WorkQueueThread: provide name and function at same timeScott Mansell
2023-02-04WorkQueueThread: rework Cancel/Shutdown workflowScott Mansell