summaryrefslogtreecommitdiffstats
path: root/src/yuzu/game_list.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04qt: Add Properties menu to game list right-clickZach Hilman1-0/+3
2018-12-03game_list: Remove a reference of a referenceFrederic Laing1-2/+2
2018-11-30remove border from GameListBartosz Kaszubowski1-0/+1
2018-11-02game_list: Make add-ons column optionalZach Hilman1-4/+29
2018-10-24game_list: Use QFileInfo instead of common's file functionsLioncash1-4/+3
2018-10-24game_list: Make game list column headers translatableLioncash1-5/+5
2018-09-22qt: Add UI elements for LayeredFS and related toolsZach Hilman1-0/+9
2018-09-21game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei1-7/+7
2018-09-20game_list: Handle plurals within setFilterResult() betterLioncash1-9/+1
2018-09-12game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash1-3/+3
2018-09-12game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash1-2/+2
2018-09-10yuzu: Move compatibility list specifics to their own source filesLioncash1-0/+1
2018-09-07yuzu: Move GameListWorker to its own source filesLioncash1-220/+1
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman1-23/+5
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman1-22/+19
2018-09-04game_list: Use friendly game versionsZach Hilman1-13/+32
2018-09-04game_list: Display patch names and versions on listZach Hilman1-0/+26
2018-09-04game_list: Use RegisteredCacheUnion for installedZach Hilman1-3/+1
2018-09-04qt: Add UI support for NSP filesZach Hilman1-1/+1
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+1
2018-09-02vfs_real: Forward declare IOFileLioncash1-1/+2
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-3/+13
2018-08-29Show game compatibility within yuzufearlessTobi1-1/+64
2018-08-23game_list: Add SD registration loading to game listZach Hilman1-11/+11
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me1-1/+1
2018-08-21service/filesystem: Use forward declarations where applicableLioncash1-0/+1
2018-08-20game_list: Avoid uninitialized variables when retrieving program IDLioncash1-2/+2
2018-08-12registration: Add support for force overwrite of installedZach Hilman1-1/+0
2018-08-12game_list: Split game list scans to multiple functionsZach Hilman1-9/+13
2018-08-12game_list: Populate control data from installed NANDZach Hilman1-30/+34
2018-08-12game_list: Modify game list to scan installed titlesZach Hilman1-0/+45
2018-08-10game_list: Reorder error checksZach Hilman1-2/+1
2018-08-10loader: Add more descriptive errorsZach Hilman1-4/+2
2018-08-09vfs: Fix typo in VfsFilesystem docsZach Hilman1-3/+4
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman1-3/+4
2018-08-07loader: Add icon and title support to XCIZach Hilman1-2/+3
2018-08-07Use const where applicableZach Hilman1-1/+1
2018-08-07Avoid parsing RomFS to directory in NCAZach Hilman1-9/+68
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash1-8/+10
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash1-5/+7
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash1-7/+7
2018-08-01Remove files that are not usedZach Hilman1-1/+1
2018-07-22file_util: Use a u64 to represent number of entriesLioncash1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+3
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash1-1/+1
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash1-2/+2
2018-07-18game_list: Make containsAllWords a const member functionLioncash1-3/+5
2018-07-18game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash1-4/+1
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-3/+1
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+3
2018-07-03Update clang formatJames Rowe1-2/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman1-1/+1
2018-06-14Bug fixes, testing, and review changesZach Hilman1-4/+13
2018-06-14Recognize main files in game listZach Hilman1-2/+17
2018-04-27frontends: Move logging macros over to new fmt-capable onesLioncash1-2/+3
2018-01-19qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash1-3/+2
2018-01-18game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash1-2/+2
2018-01-16Update game_list.cppN00byKing1-1/+1
2018-01-13Removing unused settings and yuzu rebrandingJames Rowe1-2/+1
2018-01-13Massive removal of unused modulesJames Rowe1-0/+0
2017-05-10Frontend: Prevent FileSystemWatcher from blocking UI threadJames Rowe1-42/+26
2017-05-06Don’t focus the search field if the game is emptyNico Bosshard1-3/+6
2017-05-03Fixed some more typosNico Bosshard1-2/+2
2017-05-02citra-qt: game list search function fixed minor mistakesNico Bosshard1-24/+26
2017-04-30citra-qt: game list search function (#2673)Nico Bosshard1-17/+216
2017-02-27Qt: Add (empty) status barYuri Kunde Schlesner1-0/+1
2017-02-23Use QFileSystemWatcher to reload the game list when a change is detected. (#2555)James Rowe1-1/+47
2017-02-14Qt/GameList: Use suffix() to parse the file extensionYuri Kunde Schlesner1-1/+1
2017-02-12citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel1-1/+10
2016-12-15game_list: Implement context menu for items in listMerryMage1-3/+25
2016-12-11game_list: Make the AddEntry argument a const referenceLioncash1-1/+1
2016-12-11game_list: Replace 0 literals with nullptrLioncash1-1/+1
2016-12-11game_list: Use QT5's new event connection syntaxLioncash1-6/+6
2016-12-11game_list: Pass the parent constructor argument to the QWidget base classLioncash1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-7/+4
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-30/+24
2016-06-19Fix recursive scanning of directoriesYuri Kunde Schlesner1-5/+3
2016-06-01AddFstEntriesToGameList - prevent loading a directoryLFsWang1-3/+3
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot1-18/+4
2016-05-21Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot1-5/+6
2016-05-04make the name column larger as defaultwwylele1-1/+5
2016-05-04add icon & title to game listwwylele1-2/+8
2016-03-31Fix encode problem On WindowsLFsWang1-2/+2
2016-03-28Compilation fixLittleWhite1-1/+1
2016-03-21Whole config is handled by Config class.LittleWhite1-8/+5
2016-03-17Fix Qt chinese words encode problem on WindowsLFsWang1-2/+2
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift1-7/+9
2015-10-20change file path encoding to Local8bit()wwylele1-1/+1
2015-10-02Game list: save and load column sizes, sort order, to QSettingsarchshift1-0/+17
2015-10-02Initial implementation of a game listarchshift1-0/+154