MerryMage
|
0f49c7242f
|
game_list: Implement context menu for items in list
* Add a context menu with a "Open Save Data Location" action
|
2016-12-15 18:43:10 +00:00 |
|
Lioncash
|
44599e8b61
|
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.
|
2016-12-11 11:45:50 +00:00 |
|
Lioncash
|
56144fb773
|
game_list: Make the constructor explicit
|
2016-12-11 11:45:50 +00:00 |
|
Lioncash
|
41d3b0b9f7
|
game_list: Make the AddEntry argument a const reference
appendRow takes a QList by const reference, so it doesn't need to be
modifiable.
|
2016-12-11 11:45:50 +00:00 |
|
Emmanuel Gil Peyrot
|
7e8d205414
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
wwylele
|
7e4c90af39
|
add icon & title to game list
|
2016-05-04 13:02:49 +03:00 |
|
LittleWhite
|
9ddc04971b
|
Whole config is handled by Config class.
This also means : we have only one config file, now
|
2016-03-21 20:03:18 +01:00 |
|
archshift
|
dfaed461ff
|
Game list: save and load column sizes, sort order, to QSettings
|
2015-10-01 19:39:15 -07:00 |
|
archshift
|
6da3f4480e
|
Initial implementation of a game list
|
2015-10-01 19:39:14 -07:00 |
|