summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list_p.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Qt: Retranslate GameList header and Filter lineKyle Kienapfel2022-08-201-0/+3
* Linux: handle dark system themes nicelyKyle K2022-08-051-1/+1
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* game_list: Eliminate variable shadowingMorph2022-06-141-3/+3
* yuzu: Eliminate variable shadowingMorph2022-06-141-1/+1
* ui: Fix Game Compatibility list translationsKyle K2022-04-171-2/+2
* yuzu: Reduce unused includesameerj2022-03-201-1/+0
* game_list: Make game list folder icons smaller (#6762)Malte Jürgens2021-08-011-7/+6
* yuzu qt: Make most UISettings a BasicSettinglat9nq2021-06-291-6/+9
* game_list: Update filter results when removing directoriesKewlan2021-04-301-1/+1
* game_list: Mark games as favorite to make them appear at the top.Kewlan2021-04-151-1/+25
* game_list: Fix folder reorderingFearlessTobi2021-01-181-1/+1
* game_list_p: Resolve deprecated usage of QVariant operator<Lioncash2020-12-051-1/+2
* qt/game_list: Give GameListSearchField::KeyReleaseEater a parentReinUsesLisp2020-09-291-1/+1
* game_list_p: Avoid string churn in GameListItemPath data()Lioncash2020-08-291-4/+8
* game_list_p: Mark some constants as constexprLioncash2020-08-291-10/+10
* Fix the mistake in the port and update the comment for clarityVitor Kiguchi2020-04-251-7/+7
* yuzu: Fixes to game list sortingFearlessTobi2020-04-061-5/+19
* GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309)Bartosz Kaszubowski2020-01-191-4/+7
* yuzu/game_list: Silence -Wswitch and -Wunused-variableReinUsesLisp2019-10-051-3/+6
* Limit the size of directory icons, fix text when icon size is nonefearlessTobi2019-09-041-2/+2
* Separate UserNand and Sdmc directoriesfearlessTobi2019-09-041-9/+20
* Address more trivial review commentsfearlessTobi2019-09-041-6/+6
* Address trivial review commentsfearlessTobi2019-09-041-8/+13
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-8/+103
* yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash2019-08-091-1/+1
* yuzu/game_list_p: Amend mentions of SMDH in commentsLioncash2019-05-201-3/+3
* yuzu/game_list_p: Specify string conversions explicitlyLioncash2019-05-201-10/+9
* CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt targetLioncash2019-04-151-1/+1
* Merge pull request #1360 from FearlessTobi/port-3979bunnei2018-09-271-0/+40
|\
| * game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei2018-09-211-0/+40
* | game_list: Add Qt SmoothTransformation to picture scalingZach Hilman2018-09-221-1/+1
|/
* game_list_p: Amend typo in GameListItemCompat's constructor parameterLioncash2018-09-171-4/+4
* game_list_p: Take map iterator contents by const referenceLioncash2018-09-171-1/+1
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-11/+0
* yuzu: Move GameListWorker to its own source filesLioncash2018-09-071-66/+10
* game_list: Use RegisteredCacheUnion for installedZach Hilman2018-09-041-1/+1
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+5
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-7/+11
* Show game compatibility within yuzufearlessTobi2018-08-291-2/+60
* game_list: Add SD registration loading to game listZach Hilman2018-08-231-1/+1
* service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+3
* game_list: Split game list scans to multiple functionsZach Hilman2018-08-121-0/+3
* qt/game_list: Resolve truncation warning within GameListItemPath's constructorLioncash2018-08-111-4/+4
* gt/game_list: Use std::array in GameListItemPath's data() functionLioncash2018-08-111-7/+8
* qt/game_list: Remove redundant base class constructor from initializer listLioncash2018-08-111-3/+1
* file_util: Use enum instead of bool for specifing path behaviorZach Hilman2018-08-091-1/+1
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-1/+2
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-4/+34
* qt/game_list_p: Remove redundant base class constructor invocationsLioncash2018-08-061-1/+2
* qt: Default destructors where applicableLioncash2018-08-061-8/+6
* clang-formatMerryMage2018-01-161-1/+1
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-1/+1
* Massive removal of unused modulesJames Rowe2018-01-131-0/+143