Nico Bosshard
89c28f9f80
Fixed some more typos
9 years ago
Nico Bosshard
06d4654966
citra-qt: game list search function ( #2673 )
* 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
9 years ago
James Rowe
26823cd38b
Use QFileSystemWatcher to reload the game list when a change is detected. ( #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
9 years ago
Kloen Lansfiel
30ff675f02
citra-qt: Don't attempt to scan files with unsupported extensions ( #2402 )
9 years ago
MerryMage
f50dcc88bf
game_list: Implement context menu for items in list
* Add a context menu with a "Open Save Data Location" action
9 years ago
Lioncash
3bbd35dde9
game_list: Make slots private functions
The new Qt event syntax allows for regular member functions to be used in
connect(), so explicitly indicating slots isn't necessary.
9 years ago
Lioncash
7402001787
game_list: Make the constructor explicit
9 years ago
Lioncash
db33d7668e
game_list: Make the AddEntry argument a const reference
appendRow takes a QList by const reference, so it doesn't need to be
modifiable.
9 years ago
Emmanuel Gil Peyrot
dc8479928c
Sources: Run clang-format on everything.
10 years ago
wwylele
5d5dd66d92
add icon & title to game list
10 years ago
LittleWhite
e33b938505
Whole config is handled by Config class.
This also means : we have only one config file, now
10 years ago
archshift
0fae76c741
Game list: save and load column sizes, sort order, to QSettings
11 years ago
archshift
6e1bb58ee8
Initial implementation of a game list
11 years ago