summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sauro <olsroparadise@proton.me>2024-08-29 02:22:27 +0200
committerSolomon Peachy <pizza@shaftnet.org>2024-08-28 21:38:35 -0400
commit14a8f9a863f5534333df1359822e2f126583d473 (patch)
tree66ed091e2370fbf1f93c615eec51bd524f38df6b
parent49bbfe75054972866b9b06faea118f890ce6bc26 (diff)
downloadrockbox-14a8f9a863f5534333df1359822e2f126583d473.tar.gz
rockbox-14a8f9a863f5534333df1359822e2f126583d473.zip
Integrate the new option to the theme engine and to the manual
Change-Id: I8890723a37f905727d068e484b841e1ddaf8f98c
-rw-r--r--manual/appendix/config_file_options.tex1
-rwxr-xr-xmanual/configure_rockbox/display_options.tex5
-rw-r--r--utils/themeeditor/resources/configkeys1
3 files changed, 7 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index b3e4363815..01deb1f174 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -67,6 +67,7 @@
67 scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\ 67 scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\
68 screen scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\ 68 screen scroll step & \fixme{devise a way to get ranges from config-*.h} & pixels\\
69 Screen Scrolls Out Of View & on, off & N/A\\ 69 Screen Scrolls Out Of View & on, off & N/A\\
70 Disable main menu scrolling & on, off & N/A\\
70 bidir limit & 0 to 200 & \% screen\\ 71 bidir limit & 0 to 200 & \% screen\\
71 scroll paginated & on, off & N/A\\ 72 scroll paginated & on, off & N/A\\
72 list wraparound & on, off & N/A\\ 73 list wraparound & on, off & N/A\\
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index e2b5c3eccd..0d42115efe 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -198,6 +198,11 @@
198 will keep the list entries at their fixed positions and allow them to be 198 will keep the list entries at their fixed positions and allow them to be
199 scrolled out of view, whereas \setting{No} will only scroll those entries 199 scrolled out of view, whereas \setting{No} will only scroll those entries
200 which surpass the right margin. 200 which surpass the right margin.
201 \item[Disable main menu scrolling]
202 Setting this option to \setting{Yes}
203 will stop all kind of text scrollings while you are laying on the main menu
204 which may greatly help at avoiding visual glitches if you are using a theme
205 that has a lockscreen.
201 \item[Screen Scroll Step Size.] 206 \item[Screen Scroll Step Size.]
202 Defines the number of pixels the horizontal manual screen scroll should move 207 Defines the number of pixels the horizontal manual screen scroll should move
203 for each step. 208 for each step.
diff --git a/utils/themeeditor/resources/configkeys b/utils/themeeditor/resources/configkeys
index 67b84b8e68..b4c2d6e105 100644
--- a/utils/themeeditor/resources/configkeys
+++ b/utils/themeeditor/resources/configkeys
@@ -40,6 +40,7 @@ scroll delay
40scroll step 40scroll step
41screen scroll step 41screen scroll step
42Screen Scrolls Out Of View 42Screen Scrolls Out Of View
43Disable main menu scrolling
43bidir limit 44bidir limit
44scroll paginated 45scroll paginated
45hold_lr_for_scroll_in_list 46hold_lr_for_scroll_in_list