Commit graph

63 commits

Author SHA1 Message Date
NGnius (Graham) b1d53ab038 Migrate to git.ngni.us 2023-08-24 19:26:36 -04:00
NGnius (Graham) 3cbde30e09 Reduce periodic network activity to 1 request instead of 5 2023-08-07 17:08:24 -04:00
NGnius (Graham) 324b290d35 Move wait periods to const file, increase period of periodic backend updates 2023-08-07 16:21:30 -04:00
NGnius (Graham) 64cb4193f9 Improve sysfs calls from providers to intelligently find the correct entry to fix #114 2023-08-06 14:49:24 -04:00
NGnius (Graham) 33e8c7ccc5 Add dev messages functionality 2023-07-03 22:01:00 -04:00
NGnius (Graham) f68abbfd1b Add UI elements for battery inrush power 2023-06-16 22:00:57 -04:00
NGnius (Graham) ebf74871ee Always reapply settings a bit after game start to workaround #99 2023-06-10 16:26:21 -04:00
NGnius (Graham) 4940e91917 Revert "Change GameAction trigger for profile loading"
This reverts commit f5d35fe95c.
2023-04-05 22:10:40 -04:00
NGnius (Graham) f5d35fe95c Change GameAction trigger for profile loading 2023-04-03 20:15:40 -04:00
NGnius (Graham) c374212b13 Only convert game ID to number in a language that doesn't have horrible number types 2023-03-31 17:25:29 -04:00
NGnius (Graham) 1fbdd69771 Fix link opening 2023-03-27 20:48:06 -04:00
NGnius (Graham) 69f6b800be Fix profile loading on latest SteamOS stable update 2023-03-26 21:16:13 -04:00
NGnius (Graham) f42efab0b0 Add battery charge limit functionality 2023-03-26 10:50:38 -04:00
NGnius (Graham) 68e86c0778 Use profile filename instead of profile name to detect profile change 2023-03-25 13:46:58 -04:00
NGnius (Graham) 39f53d76ac Move to libryzenadj from my custom bindings 2023-03-22 22:15:36 -04:00
NGnius (Graham) 5c8ea50d83 Update dependencies and version 2023-03-04 10:32:58 -05:00
NGnius (Graham) 7acff88b14 Only commit Deck CPU & GPU frequency settings when no errors occur 2023-02-26 13:04:09 -05:00
NGnius (Graham) 2b94298e8c Rename backend binary and shorten V_INFO 2023-02-23 21:07:17 -05:00
NGnius (Graham) fb577620dd Improve error information and update libs 2023-02-23 20:55:12 -05:00
NGnius (Graham) 37f96a5cdd Update to usdpl v0.10 and change ~/.config/powertools to not require su perms 2023-02-21 21:28:59 -05:00
NGnius (Graham) d79ab91a04 Fix slider out-of-order jumping by removing extra set_value()s 2023-02-20 22:16:19 -05:00
NGnius (Graham) 66f367e1d2 Enable all-cpu governor dropdown by default for SD 2023-02-20 14:42:38 -05:00
NGnius (Graham) 0483ee1617 Fix SMT toggle always reenabling (fix #73) 2023-02-14 21:59:05 -05:00
NGnius (Graham) 85e660423e Add emergency message if backend is unavailable 2023-02-11 19:59:27 -05:00
NGnius (Graham) 5ffa83983f Fix UI not updating when profile changes 2023-02-04 16:19:00 -05:00
NGnius (Graham) ec97003e38 Rename 'Persistent' toggle to 'Persistent Profile' 2023-02-03 17:03:50 -05:00
NGnius (Graham) e63310f62e Add global governor dropdown (hidden for default SD config) 2023-02-02 20:20:16 -05:00
NGnius (Graham) 5481587167 Fix missing translation for Defaults button 2023-01-29 11:09:42 -05:00
NGnius (Graham) ce5b0ed926 Update USDPL and fix other front-back communication inconsistencies 2023-01-21 18:15:26 -05:00
NGnius (Graham) ea89de01d7 Fix incorrect CPU defaults loaded by defaults button 2023-01-18 21:05:04 -05:00
NGnius (Graham) aff5005ca9 Allow max == min, fix SMT bug, compile missing .mo files 2023-01-18 17:59:34 -05:00
NGnius (Graham) 8332649e45 Disallow setting max < min and min > max because the kernel now does too 2023-01-16 18:46:40 -05:00
NGnius (Graham) 8bc9c7b2d8 Add support for user-translated strings in the UI 2023-01-10 20:54:33 -05:00
NGnius (Graham) d7a1449327 Convert the remaining UI sections into components too 2023-01-07 20:07:34 -05:00
NGnius (Graham) 3b34bad28a Refactor UI so not *everything* updates when one thing changes... I hate React 2023-01-07 18:45:12 -05:00
NGnius (Graham) fbb68e0d51 Fix SMT behaviour paper cuts 2023-01-05 21:16:37 -05:00
NGnius (Graham) 13bf31611d Send front-end logs to back and improve Steam Deck driver display 2023-01-04 19:42:59 -05:00
NGnius (Graham) cda1111cd3 Add driver in debug UI and misc config stuff 2023-01-02 21:22:53 -05:00
NGnius (Graham) 892a0b0ab6 Update dependencies and create faster build profile for decky's CI 2022-12-05 18:51:49 -05:00
NGnius (Graham) 2b2a6eaf9d Add charge mode setting for SD, move static battery readings into driver 2022-11-21 20:58:35 -05:00
NGnius (Graham) 1466c4647b Add battery charge mode back-end support (untested) 2022-11-21 17:00:43 -05:00
NGnius (Graham) 31c72de11e Add and (mostly) test driver support 2022-11-19 15:21:09 -05:00
NGnius (Graham) 165a78e231 Add advanced CPU config UI (untested) 2022-11-13 21:18:48 -05:00
NGnius (Graham) d6196c6dad Add new API calls to front-end for #44 and #48 and improve resolve's type '''safety''' 2022-11-13 12:51:40 -05:00
NGnius (Graham) 1a49516d51 Make Persistent description a bit more self-evident, as requested by sentient burger conglomerate 2022-11-12 23:37:54 -05:00
NGnius (Graham) 01c86eeafe Add some additional APIs endpoints for #48 and more 2022-11-12 23:17:13 -05:00
NGnius (Graham) ce9c6dcd7b Use gameId, not appId, fixes #34 and actually follows my own advice 2022-09-08 20:01:01 -04:00
NGnius (Graham) 7f60a00ee4 Configure for release 2022-09-05 21:55:40 -04:00
NGnius (Graham) aad7887b84 Reduce slider lag, fix frequency ordering mismatch, prepare for release 2022-09-05 21:36:16 -04:00
NGnius (Graham) 26e781df25 Re-add battery stats 2022-09-05 17:02:02 -04:00