summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/GameList
AgeCommit message (Expand)Author
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
2023-02-04WorkQueueThread: Implement thread nameScott Mansell
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-08-19qt: defer writing gamelist cache until EndRefreshShawn Hoffman
2022-08-04DiscIO: Add support for the NFS formatJosJuice
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-12-10Treewide: Adjust order of includesPokechu22
2021-11-02DolphinQt, VideoBackends: Fix all cases of -Wswitch in gcc 11Emmanuel Gil Peyrot
2021-10-25Merge pull request #10177 from Dentomologist/gamelist_grid_mode_fix_select_allLéo Lam
2021-10-24DolphinQt: Add ability to start a game with Riivolution patches from the GUI.Admiral H. Curtiss
2021-10-19GameList: Fix duplicate selections with ctrl+a in grid viewDentomologist
2021-10-09Add wrapper function to disable hotkeys for QFileDialogsowens99
2021-08-21DolphinQt: Remove Windows dialog help buttonsDentomologist
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-06GameList: Fix grid mode zoom keybind inconsistencyDentomologist