summaryrefslogtreecommitdiff
path: root/src/citra_qt/game_list.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-422/+0
2017-05-10Frontend: Prevent FileSystemWatcher from blocking UI threadGravatar James Rowe1-42/+26
2017-05-06Don’t focus the search field if the game is emptyGravatar Nico Bosshard1-3/+6
2017-05-03Fixed some more typosGravatar Nico Bosshard1-2/+2
2017-05-02citra-qt: game list search function fixed minor mistakesGravatar Nico Bosshard1-24/+26
2017-04-29citra-qt: game list search function (#2673)Gravatar Nico Bosshard1-17/+216
2017-02-26Qt: Add (empty) status barGravatar Yuri Kunde Schlesner1-0/+1
2017-02-23Use QFileSystemWatcher to reload the game list when a change is detected. (#2...Gravatar James Rowe1-1/+47
2017-02-13Qt/GameList: Use suffix() to parse the file extensionGravatar Yuri Kunde Schlesner1-1/+1
2017-02-12citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Gravatar Kloen Lansfiel1-1/+10
2016-12-15game_list: Implement context menu for items in listGravatar MerryMage1-3/+25
2016-12-11game_list: Make the AddEntry argument a const referenceGravatar Lioncash1-1/+1
2016-12-11game_list: Replace 0 literals with nullptrGravatar Lioncash1-1/+1
2016-12-11game_list: Use QT5's new event connection syntaxGravatar Lioncash1-6/+6
2016-12-11game_list: Pass the parent constructor argument to the QWidget base classGravatar Lioncash1-1/+1
2016-09-21Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-7/+4
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-30/+24
2016-06-19Fix recursive scanning of directoriesGravatar Yuri Kunde Schlesner1-5/+3
2016-06-01AddFstEntriesToGameList - prevent loading a directoryGravatar LFsWang1-3/+3
2016-05-21CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot1-18/+4
2016-05-21Common: Make recursive FileUtil functions take a maximum recursionGravatar Emmanuel Gil Peyrot1-5/+6
2016-05-04make the name column larger as defaultGravatar wwylele1-1/+5
2016-05-04add icon & title to game listGravatar wwylele1-2/+8
2016-03-31Fix encode problem On WindowsGravatar LFsWang1-2/+2
2016-03-28Compilation fixGravatar LittleWhite1-1/+1
2016-03-21Whole config is handled by Config class.Gravatar LittleWhite1-8/+5
2016-03-17Fix Qt chinese words encode problem on WindowsGravatar LFsWang1-2/+2
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsGravatar archshift1-7/+9
2015-10-20change file path encoding to Local8bit()Gravatar wwylele1-1/+1
2015-10-01Game list: save and load column sizes, sort order, to QSettingsGravatar archshift1-0/+17
2015-10-01Initial implementation of a game listGravatar archshift1-0/+154