From 05f727861c307c94507090995766e7cca88125d5 Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Thu, 2 May 2024 16:52:08 +0200 Subject: [PATCH] Updated help --- Readme.md | 2 +- .../src/main/resources/help/Readme.md | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Readme.md b/Readme.md index fd09df4..8546744 100644 --- a/Readme.md +++ b/Readme.md @@ -185,7 +185,7 @@ Smileys can be colored or white-black (can be set in configuration) * SHIFT + {Y,N,D,H,M,S,I,K} - Increase test time value * CTRL + {Y,N,D,H,M,S,I,K} - Decrease test time value * ALT + {Y,N,D,H,M,S,I,K} - Reset test time value -* Y=year, N=month, D=day of month, H=hour, M=minute, S=second, I=millisecond, K=week +* Y=year, N=month, K=week, D=day of month, H=hour, M=minute, S=second, I=millisecond * SHIFT + Q - Increase speed of time * CTRL + Q - Decrease speed of time * ALT + Q - Reset speed of time diff --git a/modules/time-calc-app/src/main/resources/help/Readme.md b/modules/time-calc-app/src/main/resources/help/Readme.md index fd09df4..7258a31 100644 --- a/modules/time-calc-app/src/main/resources/help/Readme.md +++ b/modules/time-calc-app/src/main/resources/help/Readme.md @@ -43,13 +43,13 @@ Time Calc is inspired by this document: [report.ods](https://code.nanoboot.org/n ### Start of application When "Time Calc" is started", user is asked for: - - start time ... like 7:30 - - overtime ... like 0:45 ... overtime is optional and the default value is 0:00 +- start time ... like 7:30 +- overtime ... like 0:45 ... overtime is optional and the default value is 0:00 ### Restart of application You can restart the app, if you press the **"Restart"** button. - - Then you are asked again for start time and overtime. +- Then you are asked again for start time and overtime. ### End of application @@ -80,29 +80,29 @@ Optional assignments of profiles to numbers are stored here. ### 4 Visibility modes - * STRONGLY_COLORED - many colors - * WEAKLY_COLORED - darkened colors - * GRAY - gray colors - * NONE - widgets are hidden +* STRONGLY_COLORED - many colors +* WEAKLY_COLORED - darkened colors +* GRAY - gray colors +* NONE - widgets are hidden ### Widgets #### Analog Clock - * hour hand - * minute hand (can be disabled in configuration) - * second hand (can be disabled in configuration) - * millisecond hand (can be disabled in configuration) - * shows current year, month, day of month and day of week, if analog clock is hovered by mouse cursor and Visibility is STRONGLY_COLORED - * shows yellow highlighted remaining time until end of today working hours, if analog clock is hovered by mouse cursor and Visibility is STRONGLY_COLORED - * hands can be long or shorter (can be set in configuration) +* hour hand +* minute hand (can be disabled in configuration) +* second hand (can be disabled in configuration) +* millisecond hand (can be disabled in configuration) +* shows current year, month, day of month and day of week, if analog clock is hovered by mouse cursor and Visibility is STRONGLY_COLORED +* shows yellow highlighted remaining time until end of today working hours, if analog clock is hovered by mouse cursor and Visibility is STRONGLY_COLORED +* hands can be long or shorter (can be set in configuration) #### Progress Square - * Show graphically day progress +* Show graphically day progress #### Progress Circle - * Show graphically day progress +* Show graphically day progress #### Hour Battery @@ -185,7 +185,7 @@ Smileys can be colored or white-black (can be set in configuration) * SHIFT + {Y,N,D,H,M,S,I,K} - Increase test time value * CTRL + {Y,N,D,H,M,S,I,K} - Decrease test time value * ALT + {Y,N,D,H,M,S,I,K} - Reset test time value -* Y=year, N=month, D=day of month, H=hour, M=minute, S=second, I=millisecond, K=week +* Y=year, N=month, K=week, D=day of month, H=hour, M=minute, S=second, I=millisecond * SHIFT + Q - Increase speed of time * CTRL + Q - Decrease speed of time * ALT + Q - Reset speed of time @@ -211,12 +211,12 @@ Smileys can be colored or white-black (can be set in configuration) ### New features - * Custom arrival target - * Split to Maven modules - * Junit, Mockito, etc. - * Checkstyle - * Sonarlint - * Sonarqube +* Custom arrival target +* Split to Maven modules +* Junit, Mockito, etc. +* Checkstyle +* Sonarlint +* Sonarqube ### Fix these known bugs