summaryrefslogtreecommitdiff
path: root/src/citra_qt/game_list.h
AgeCommit message (Collapse)Author
2018-01-12Massive removal of unused modulesJames Rowe
2017-05-10Frontend: Prevent FileSystemWatcher from blocking UI threadJames Rowe
Instead of tying the QFileSystemWatcher to the GameList and updating in the UI thread, this change moves it to the worker thread. Since it gets deleted and recreated as part of the worker thread, this prevents it from ever getting used from multiple threads (which is why it was originally done on the UI thread)
2017-05-03Fixed some more typosNico Bosshard
2017-04-29citra-qt: game list search function (#2673)Nico Bosshard
* citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review
2017-02-23Use QFileSystemWatcher to reload the game list when a change is detected. ↵James Rowe
(#2555) * Added a refresh game directory option to the file menu * Make the game list watcher recursive and have it start watching from the initial load * Rework game list watcher to be thread safe * Fix code style issues
2017-02-12citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel
2016-12-15game_list: Implement context menu for items in listMerryMage
* Add a context menu with a "Open Save Data Location" action
2016-12-11game_list: Make slots private functionsLioncash
The new Qt event syntax allows for regular member functions to be used in connect(), so explicitly indicating slots isn't necessary.
2016-12-11game_list: Make the constructor explicitLioncash
2016-12-11game_list: Make the AddEntry argument a const referenceLioncash
appendRow takes a QList by const reference, so it doesn't need to be modifiable.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-04add icon & title to game listwwylele
2016-03-21Whole config is handled by Config class.LittleWhite
This also means : we have only one config file, now
2015-10-01Game list: save and load column sizes, sort order, to QSettingsarchshift
2015-10-01Initial implementation of a game listarchshift