summaryrefslogtreecommitdiffstats
path: root/dist/icons (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-24applets/swkbd: Fix software keyboard button hint scalingIts-Rei14-0/+0
Fixes the scaling of the button hints using background images. Now they scale like the rest of the elements.
2021-04-15icons: Add icons for the On-Screen Keyboard overlayIts-Rei61-0/+64
2021-02-06Make settings controller image change with controller inputgerman22-21/+0
2020-09-04Resolve spacing inconsistencies in style.qrc/qss filesMorph1-10/+10
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph31-0/+30
Co-authored-by: Its-Rei <kupfel@gmail.com>
2020-08-26Project Mjölnir: Part 1Morph22-0/+25
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
2018-03-30Add Dark theme, Icon themingN00byKing2-5/+0
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
2018-01-14Implement "About" dialogspycrab2-0/+5
2018-01-13Massive removal of unused modulesJames Rowe3-6/+0
2017-09-19WebService: Verify username and token (#2930)B3n303-0/+6
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning