mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #137] [MERGED] [Feature] Backlight settings #283
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/137
Author: @Yaya-Cout
Created: 1/30/2022
Status: ✅ Merged
Merged: 3/22/2022
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev-backlight-settings📝 Commits (10+)
f32d8c4Added backlight settings7c66b3dChanged location of the brightness settinga95cabbMerge branch 'patch-16' into upsilon-dev-backlight-settings0b7b374Fix row size of brightness settings1b9a803[apps/settings/brightness] Update translations2c839f7Fix dimmera19cd72Update translationsd68d8d2Merge branch 'Lauryy06:upsilon-dev' into upsilon-dev-backlight-settings5488483[apps/settings] Add dimmer duration settingb5a3f88Merge branch 'upsilon-dev-backlight-settings' of https://github.com/Yaya-Cout/Upsilon into upsilon-dev-backlight-settings📊 Changes
26 files changed (+288 additions, -80 deletions)
View changed files
📝
apps/apps_container.cpp(+4 -1)📝
apps/backlight_dimming_timer.cpp(+15 -28)📝
apps/backlight_dimming_timer.h(+0 -11)📝
apps/global_preferences.cpp(+20 -1)📝
apps/global_preferences.h(+12 -0)📝
apps/settings/Makefile(+1 -0)📝
apps/settings/base.de.i18n(+5 -0)📝
apps/settings/base.en.i18n(+5 -0)📝
apps/settings/base.es.i18n(+5 -0)📝
apps/settings/base.fr.i18n(+5 -0)📝
apps/settings/base.hu.i18n(+5 -0)📝
apps/settings/base.it.i18n(+5 -0)📝
apps/settings/base.nl.i18n(+5 -0)📝
apps/settings/base.pt.i18n(+5 -0)📝
apps/settings/main_controller.cpp(+7 -28)📝
apps/settings/main_controller.h(+4 -2)📝
apps/settings/main_controller_prompt_beta.cpp(+1 -1)📝
apps/settings/main_controller_prompt_none.cpp(+1 -1)📝
apps/settings/main_controller_prompt_update.cpp(+2 -2)➕
apps/settings/sub_menu/brightness_controller.cpp(+142 -0)...and 6 more files
📄 Description
This pull request adds backlight settings, based on Omega-Numworks#276.
To do:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.