summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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