summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/GameList/GameList.cpp
AgeCommit message (Expand)Author
2026-04-24QtUtils: Add ShowFileInFolder function and make GameList right-click menu act...Jordan Woyak
2026-03-13GameList: Add status bar with game countDentomologist
2026-01-25Remove unused importsMartino Fontana
2025-08-27GameList: Use List View's sorting for Grid ViewDentomologist
2025-06-16Qt: Use NonAutodismissibleMenu in more placesDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
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-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-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-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-01GameList: Check Wii save pathSepalani
2023-03-10HW/DVDInterface: Refactor to class.Admiral H. Curtiss
2022-11-22Core: Add config setting for base GCI folder path.Admiral H. Curtiss
2022-10-12Remove most uses of StringFromFormat in favor of fmtPokechu22
2022-06-27DolphinQt: add warning if graphics mods are not enablediwubcode
2022-06-05DolphinQt: Unify handling of raw memory card path.Admiral H. Curtiss
2022-06-05Config: Move ToGameCubeRegion(), GetDirectoryForRegion(), and GetBootROMPath(...Admiral H. Curtiss
2022-05-21GameList: Work around Qt bug regarding clicking in the background not setting...Pokechu22
2022-05-21GameList: Have home/end keys move to first/last rowPokechu22
2022-05-02Add support for building against Qt 6spycrab
2022-01-16Use Slot in EXI devicesPokechu22
2022-01-14Create Slot enum class for EXI slotsPokechu22
2022-01-14Replace TEXIDevices with an enum classPokechu22
2022-01-08Config: Port EXI device settings to new config system.Admiral H. Curtiss
2021-12-26Config: Port GameList settings to new config system.Admiral H. Curtiss
2021-12-12GameList: Show game mod descriptor .json files in game list.Admiral H. Curtiss
2021-10-25Merge pull request #10177 from Dentomologist/gamelist_grid_mode_fix_select_allLéo Lam