summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/game_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Frontend: Prevent FileSystemWatcher from blocking UI threadJames Rowe2017-05-101-42/+26
* Don’t focus the search field if the game is emptyNico Bosshard2017-05-061-3/+6
* Fixed some more typosNico Bosshard2017-05-031-2/+2
* citra-qt: game list search function fixed minor mistakesNico Bosshard2017-05-021-24/+26
* citra-qt: game list search function (#2673)Nico Bosshard2017-04-301-17/+216
* Merge pull request #2587 from yuriks/status-barYuri Kunde Schlesner2017-02-271-0/+1
|\
| * Qt: Add (empty) status barYuri Kunde Schlesner2017-02-271-0/+1
* | Use QFileSystemWatcher to reload the game list when a change is detected. (#2555)James Rowe2017-02-231-1/+47
|/
* Qt/GameList: Use suffix() to parse the file extensionYuri Kunde Schlesner2017-02-141-1/+1
* citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel2017-02-121-1/+10
* game_list: Implement context menu for items in listMerryMage2016-12-151-3/+25
* game_list: Make the AddEntry argument a const referenceLioncash2016-12-111-1/+1
* game_list: Replace 0 literals with nullptrLioncash2016-12-111-1/+1
* game_list: Use QT5's new event connection syntaxLioncash2016-12-111-6/+6
* game_list: Pass the parent constructor argument to the QWidget base classLioncash2016-12-111-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-7/+4
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-30/+24
* Fix recursive scanning of directoriesYuri Kunde Schlesner2016-06-191-5/+3
* AddFstEntriesToGameList - prevent loading a directoryLFsWang2016-06-011-3/+3
* Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei2016-05-311-5/+6
|\
| * Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot2016-05-211-5/+6
* | CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot2016-05-211-18/+4
|/
* make the name column larger as defaultwwylele2016-05-041-1/+5
* add icon & title to game listwwylele2016-05-041-2/+8
* Merge pull request #1368 from LittleWhite-tb/configure-widgetbunnei2016-04-111-8/+5
|\
| * Whole config is handled by Config class.LittleWhite2016-03-211-8/+5
* | Fix encode problem On WindowsLFsWang2016-03-311-2/+2
* | Compilation fixLittleWhite2016-03-281-1/+1
* | Fix Qt chinese words encode problem on WindowsLFsWang2016-03-171-2/+2
|/
* Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift2015-11-271-7/+9
* change file path encoding to Local8bit()wwylele2015-10-201-1/+1
* Game list: save and load column sizes, sort order, to QSettingsarchshift2015-10-021-0/+17
* Initial implementation of a game listarchshift2015-10-021-0/+154