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.
|
10 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
|
11 years ago |
archshift
|
6da3f4480e
|
Initial implementation of a game list
|
11 years ago |