Nico Bosshard
7ce591a8f1
Fixed some more typos
9 years ago
Nico Bosshard
52d2e4a5f3
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
160ba0e9f8
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
21a48770b8
citra-qt: Don't attempt to scan files with unsupported extensions ( #2402 )
9 years ago
MerryMage
33831718fa
game_list: Implement context menu for items in list
* Add a context menu with a "Open Save Data Location" action
9 years ago
Lioncash
2a1cf1e2ce
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
c22f539978
game_list: Make the constructor explicit
9 years ago
Lioncash
ada0edd082
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
628ed4376a
Sources: Run clang-format on everything.
9 years ago
wwylele
a23e3f1cd5
add icon & title to game list
10 years ago
LittleWhite
9ddc04971b
Whole config is handled by Config class.
This also means : we have only one config file, now
10 years ago
archshift
dfaed461ff
Game list: save and load column sizes, sort order, to QSettings
10 years ago
archshift
6da3f4480e
Initial implementation of a game list
11 years ago