summaryrefslogtreecommitdiff
path: root/qt/RGBController
AgeCommit message (Collapse)AuthorFilesLines
2016-07-01Added the ability to delete presets, removed the hardcoded preset file ↵daniel-Jones4-41/+102
location - that was dumb on my behalf.
2016-06-18Added ability to save presets to file. NOTE: this commit includes a ↵daniel-Jones6-3/+8
hardcoded presets.txt file location for personal use, make sure to replace it with just presets.txt!
2016-06-07Added ability to save presets from the UI, it takes current RGB values and ↵daniel-Jones5-12/+68
allows you specify a preset name.
2016-06-02Added feedback for missing presets.txt file, added message box funcrion for ↵daniel-Jones8-239/+262
user alerts and other misc things
2016-05-30First code commitdaniel-Jones8-0/+979