Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use QFileSystemWatcher to reload the game list when a change is detected. (#2555) | James Rowe | 2017-02-23 | 1 | -0/+4 |
| | | | | | | | | | * 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 | ||||
* | citra-qt: Don't attempt to scan files with unsupported extensions (#2402) | Kloen Lansfiel | 2017-02-12 | 1 | -0/+2 |
| | |||||
* | game_list: Implement context menu for items in list | MerryMage | 2016-12-15 | 1 | -0/+3 |
| | | | | * Add a context menu with a "Open Save Data Location" action | ||||
* | game_list: Make slots private functions | Lioncash | 2016-12-11 | 1 | -7/+4 |
| | | | | | The new Qt event syntax allows for regular member functions to be used in connect(), so explicitly indicating slots isn't necessary. | ||||
* | game_list: Make the constructor explicit | Lioncash | 2016-12-11 | 1 | -1/+1 |
| | |||||
* | game_list: Make the AddEntry argument a const reference | Lioncash | 2016-12-11 | 1 | -1/+1 |
| | | | | | appendRow takes a QList by const reference, so it doesn't need to be modifiable. | ||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -1/+0 |
| | |||||
* | add icon & title to game list | wwylele | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Whole config is handled by Config class. | LittleWhite | 2016-03-21 | 1 | -2/+2 |
| | | | | This also means : we have only one config file, now | ||||
* | Game list: save and load column sizes, sort order, to QSettings | archshift | 2015-10-02 | 1 | -0/+4 |
| | |||||
* | Initial implementation of a game list | archshift | 2015-10-02 | 1 | -0/+48 |