Commit Graph

18 Commits

Author SHA1 Message Date
Chris Bessent
d2a41de104 Fix randomness of lists presented
The list of mod lists was being sorted two different times.
The second time shuffled the list and then sorted using a method
that made the list very consistently show the same order of mod
lists.  I think it was in order of most recently updated...?

Now only one sort is performed and the list is properly shuffled
each time the program is launched.
2021-02-26 23:43:41 -07:00
Chris Bessent
d6edcf0a1e Sort the game entries 2021-02-26 23:09:18 -07:00
Timothy Baldridge
ae358e270d Binding fixes for utility lists 2020-11-14 12:30:28 -07:00
Timothy Baldridge
73d3168d2c Implement utility list filtering for the UI 2020-11-14 12:16:11 -07:00
Timothy Baldridge
147a183cfb
Merge pull request #816 from LordOfRhun/Persistant-filters
Added persistent filters on exit and more
2020-05-13 05:14:22 -07:00
Justin Swanson
03afaceadc Some cleanup 2020-05-12 18:48:51 -05:00
Khamûl
cd442adc29 made some refactors 2020-05-12 18:33:59 -04:00
Khamûl
d588619ed5 Using Rx to reset GameType 2020-05-10 13:25:36 -04:00
Khamûl
5e5c1bb384 Simplifying the process of disabling gameType 2020-05-10 13:18:55 -04:00
Khamûl
99113507c4 Subcribe to settings SaveSignal 2020-05-10 13:12:43 -04:00
Khamûl
75a14bfaf2 fixed variable names 2020-05-10 00:59:34 -04:00
Khamûl
961fb39f9a Added persistent filters on exit and more
* Added persistent filters on exit
* settings to disable the persistent filters
* fixed a bug related to game comboBox and OnlyInstalled ( the comboBox is now disabled if OnlyInstalled is checked)
2020-05-10 00:35:39 -04:00
Khamûl
9fe2ea2082 Fixed a bug related to Game filter and OnlyInstalled filter
Fixed a bug where filtering by OnlyInstalled while having a uninstalled game selected in the game filter would show no result.
2020-05-07 22:38:54 -04:00
Khamûl
56fcb7f6d6 ComboBox source now uses enum descreption 2020-05-07 17:04:55 -04:00
Khamûl
17ca59d9d5 added filter for games 2020-05-07 01:32:36 -04:00
erri120
edf2645d0e
Added NSFW filter to the gallery 2020-04-27 12:18:08 +02:00
Timothy Baldridge
3b895f4dbb WIP, converted Hashes to a Hash struct 2020-04-03 16:37:27 -06:00
Justin Swanson
8d0c14f2f3 Initial basic modlist gallery filtering 2020-02-09 14:04:40 -06:00