summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt: add menu item to remove cache storageLiam2023-05-271-0/+4
* yuzu: Write to config file on important config changesNarr the Reg2023-02-171-0/+1
* yuzu qt: Create shortcuts on Linuxlat9nq2022-12-131-0/+14
* UI: Add options to hide extra columns (#9093)Piplup2022-11-041-0/+2
* UI: Add option to hide the compatibility listKyle Kienapfel2022-10-191-0/+2
* Qt: Retranslate GameList header and Filter lineKyle Kienapfel2022-08-201-7/+31
* Linux: handle dark system themes nicelyKyle K2022-08-051-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+6
* game_list: Eliminate variable shadowingMorph2022-06-141-4/+4
* yuzu: Eliminate variable shadowingMorph2022-06-141-3/+3
* Merge pull request #8449 from Docteh/translate_placeholderMai M2022-06-111-1/+13
|\
| * UI: retranslate the game list placeholderKyle Kienapfel2022-06-111-1/+13
* | Update some files with Qt 5.15.2 best practices in mindKyle K2022-05-291-1/+1
|/
* yuzu: Reduce unused includesameerj2022-03-201-1/+1
* yuzu/game_list: Use non-deprecated version of QString's split() functionLioncash2022-02-011-1/+1
* game_list: Add persistent setting for the favorites row expanded stateameerj2021-12-121-6/+13
* yuzu: Implement basic controller navigationgerman772021-12-021-0/+20
* yuzu: Fix build errorsameerj2021-11-161-1/+1
* Merge pull request #6774 from lat9nq/remove-global-yuzuMorph2021-10-141-3/+4
|\
| * game_list: Remove global instances of Core::Systemlat9nq2021-10-071-3/+4
* | Fix a few warningsRomain Failliot2021-10-121-2/+1
|/
* Rename all shader cache references to pipeline cacheMatías Locatti2021-09-061-4/+4
* game_list: Make game list folder icons smaller (#6762)Malte Jürgens2021-08-011-2/+2
* main: Update Shader Cache menu optionsameerj2021-07-231-2/+12
* file_sys: Support load game collection (#6582)Feng Chen2021-07-201-3/+5
* Merge pull request #6539 from lat9nq/default-settingAmeer J2021-07-081-1/+2
|\
| * yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-291-1/+2
* | yuzu qt: Add option to dump to SDMC directorylat9nq2021-06-281-3/+9
|/
* yuzu qt: Start games from context menulat9nq2021-06-081-0/+10
* [game_list] Correct light theme loading (#6408)Maide2021-06-041-5/+1
* Merge pull request #6402 from Kelebek1/UIbunnei2021-06-031-27/+12
|\
| * Stop the columns resizing on NAND installKelebek12021-06-021-27/+12
* | Merge pull request #6403 from Kewlan/game-list-for-loop-optimizationbunnei2021-06-031-9/+6
|\ \ | |/ |/|
| * game_list: Minor for loop optimizationsKewlan2021-06-021-9/+6
* | yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-261-4/+4
|/
* Merge pull request #6263 from Kewlan/folder-swap-expand-stateMorph2021-05-021-2/+4
|\
| * game_list: Fix dir move up/down expand stateKewlan2021-04-301-2/+4
* | game_list: Update filter results when removing directoriesKewlan2021-04-301-4/+5
|/
* game_list: Mark games as favorite to make them appear at the top.Kewlan2021-04-151-4/+99
* game_list: Fix folder reorderingFearlessTobi2021-01-181-27/+31
* yuzu: Migrate off of setMargin() to setContentsMargins()Lioncash2021-01-131-1/+1
* qt/game_list: Give GameListSearchField::KeyReleaseEater a parentReinUsesLisp2020-09-291-2/+3
* game_list: Make game list function naming consistentLioncash2020-09-231-20/+28
* game_list: Eliminate redundant argument copiesLioncash2020-09-231-13/+19
* Merge pull request #4381 from Morph1984/fix-open-folder-installed-titlebunnei2020-08-181-2/+2
|\
| * main: Fix Open Save/Mod Locations for installed titlesMorph2020-08-051-2/+2
* | yuzu: Resolve -Wextra-semi warningsLioncash2020-08-161-1/+1
|/
* game_list: Limit context menu options for homebrewMorph2020-07-291-1/+7
* game_list: Add "Remove" context menuMorph2020-07-291-2/+24
* CMakeLists: Make use of /std:c++latest on MSVCLioncash2020-07-111-2/+2
* yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei2020-05-111-4/+4
* yuzu: Fixes to game list sortingFearlessTobi2020-04-061-3/+3
* yuzu/game_list: Silence -Wswitch and -Wunused-variableReinUsesLisp2019-10-051-2/+6
* Limit the size of directory icons, fix text when icon size is nonefearlessTobi2019-09-041-2/+1
* Change QList to QVectorfearlessTobi2019-09-041-11/+11
* Separate UserNand and Sdmc directoriesfearlessTobi2019-09-041-7/+16
* Address more trivial review commentsfearlessTobi2019-09-041-11/+6
* Address trivial review commentsfearlessTobi2019-09-041-35/+36
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-102/+328
* yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* game_list: Accept *.kip as a file extension of executablesZach Hilman2019-06-051-2/+1
* yuzu/game_list: Specify string conversions explicitlyLioncash2019-05-201-49/+54
* Fix Clang FormatFreddyFunk2019-04-121-1/+2
* ui_settings: Rename game directory variablesFreddyFunk2019-04-111-2/+2
* Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-3/+6
|\
| * game_list: Register content with ContentProviderZach Hilman2019-03-271-3/+6
* | frontend: Open transferable shader cache for a selected game in the gamelistunknown2019-02-081-0/+4
|/
* Merge pull request #1848 from FreddyFunk/QJsonArraybunnei2019-01-121-2/+2
|\
| * game_list: Remove a reference of a referenceFrederic Laing2018-12-031-2/+2
* | qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-0/+3
|/
* remove border from GameListBartosz Kaszubowski2018-11-301-0/+1
* game_list: Make add-ons column optionalZach Hilman2018-11-021-4/+29
* Merge pull request #1568 from lioncash/dirbunnei2018-10-241-4/+3
|\
| * game_list: Use QFileInfo instead of common's file functionsLioncash2018-10-241-4/+3
* | game_list: Make game list column headers translatableLioncash2018-10-241-5/+5
|/
* Merge pull request #1360 from FearlessTobi/port-3979bunnei2018-09-271-7/+7
|\
| * game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei2018-09-211-7/+7
* | qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-0/+9
|/
* game_list: Handle plurals within setFilterResult() betterLioncash2018-09-201-9/+1
* game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash2018-09-121-3/+3
* game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash2018-09-121-2/+2
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-0/+1
* yuzu: Move GameListWorker to its own source filesLioncash2018-09-071-220/+1
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-041-23/+5
* game_list: Fix version display on non-NAND titlesZach Hilman2018-09-041-22/+19
* game_list: Use friendly game versionsZach Hilman2018-09-041-13/+32
* game_list: Display patch names and versions on listZach Hilman2018-09-041-0/+26
* game_list: Use RegisteredCacheUnion for installedZach Hilman2018-09-041-3/+1
* qt: Add UI support for NSP filesZach Hilman2018-09-041-1/+1
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-1/+1
* vfs_real: Forward declare IOFileLioncash2018-09-021-1/+2
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-3/+13
* Show game compatibility within yuzufearlessTobi2018-08-291-1/+64
* game_list: Add SD registration loading to game listZach Hilman2018-08-231-11/+11
* qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-211-1/+1
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+1
* game_list: Avoid uninitialized variables when retrieving program IDLioncash2018-08-201-2/+2
* registration: Add support for force overwrite of installedZach Hilman2018-08-121-1/+0
* game_list: Split game list scans to multiple functionsZach Hilman2018-08-121-9/+13
* game_list: Populate control data from installed NANDZach Hilman2018-08-121-30/+34
* game_list: Modify game list to scan installed titlesZach Hilman2018-08-121-0/+45
* game_list: Reorder error checksZach Hilman2018-08-101-2/+1
* loader: Add more descriptive errorsZach Hilman2018-08-101-4/+2
* vfs: Fix typo in VfsFilesystem docsZach Hilman2018-08-091-3/+4
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-3/+4
* loader: Add icon and title support to XCIZach Hilman2018-08-071-2/+3
* Use const where applicableZach Hilman2018-08-071-1/+1
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-9/+68
* Merge pull request #947 from lioncash/encodingbunnei2018-08-071-13/+17
|\
| * game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash2018-08-061-8/+10
| * game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash2018-08-061-5/+7
* | game_list: Join declarations and assignments in onTextChanged()Lioncash2018-08-061-7/+7
|/
* Remove files that are not usedZach Hilman2018-08-011-1/+1
* file_util: Use a u64 to represent number of entriesLioncash2018-07-221-1/+1
* Merge pull request #684 from lioncash/nonmemberbunnei2018-07-191-1/+1
|\
| * game_list: Make ContainsAllWords an internally linked non-member functionLioncash2018-07-181-1/+1
* | Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+3
|/
* Merge pull request #681 from lioncash/constbunnei2018-07-181-4/+6
|\
| * game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash2018-07-181-2/+2
| * game_list: Make containsAllWords a const member functionLioncash2018-07-181-3/+5
* | game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash2018-07-181-4/+1
|/
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-3/+1
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+3
* Update clang formatJames Rowe2018-07-031-2/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* Add support for decrypted NCA files (#567)Zach Hilman2018-06-211-1/+1
* Bug fixes, testing, and review changesZach Hilman2018-06-141-4/+13
* Recognize main files in game listZach Hilman2018-06-141-2/+17
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-2/+3
* qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash2018-01-191-3/+2
* game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash2018-01-181-2/+2
* Update game_list.cppN00byKing2018-01-161-1/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-2/+1
* Massive removal of unused modulesJames Rowe2018-01-131-0/+422