summaryrefslogtreecommitdiff
path: root/src/citra_qt/game_list.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-121-101/+0
* Frontend: Prevent FileSystemWatcher from blocking UI threadGravatar James Rowe2017-05-101-3/+2
* Fixed some more typosGravatar Nico Bosshard2017-05-031-2/+2
* citra-qt: game list search function (#2673)Gravatar Nico Bosshard2017-04-291-1/+46
* Use QFileSystemWatcher to reload the game list when a change is detected. (#2...Gravatar James Rowe2017-02-231-0/+4
* citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Gravatar Kloen Lansfiel2017-02-121-0/+2
* game_list: Implement context menu for items in listGravatar MerryMage2016-12-151-0/+3
* game_list: Make slots private functionsGravatar Lioncash2016-12-111-7/+4
* game_list: Make the constructor explicitGravatar Lioncash2016-12-111-1/+1
* game_list: Make the AddEntry argument a const referenceGravatar Lioncash2016-12-111-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+0
* add icon & title to game listGravatar wwylele2016-05-041-1/+1
* Whole config is handled by Config class.Gravatar LittleWhite2016-03-211-2/+2
* Game list: save and load column sizes, sort order, to QSettingsGravatar archshift2015-10-011-0/+4
* Initial implementation of a game listGravatar archshift2015-10-011-0/+48