summaryrefslogtreecommitdiff
path: root/src/displayapp/widgets
AgeCommit message (Collapse)AuthorFilesLines
2023-01-14Combine Date and Time Settings (#1465)John Quigley2-0/+46
Replace separate SettingSetDate and SettingSetTime with a combined screenlist. Add DotIndicators. Similar to PageIndicator, but for use when separating screens instead of pages of a list. Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
2023-01-09Format header filesFinlay Davidson1-0/+2
In my PR updating clang-format, I forgot to also format the headers.
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+2
Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
2022-12-12compiler warnings, #1035 and #notreported (#1481)cybuzuma1-1/+1
2022-09-17Improve status icon visibilityRiku Isokoski1-2/+0
2022-08-21Determine the number of digits from the max value. (#1271)Riku Isokoski2-4/+15
2022-08-16Centralize most color definitions (#1258)Riku Isokoski3-8/+8
2022-08-10Add support for months and variable digit count to CounterRiku Isokoski2-4/+28
2022-08-02Automatic alignment with containersRiku Isokoski2-26/+21
2022-08-02Add status icons widgetRiku Isokoski2-0/+93
2022-07-21Extend Counter functionalityRiku Isokoski2-10/+46
Custom fonts, twelve hour mode and Value changed callback.
2022-07-05Add PageIndicator widget to reduce code duplication (#1218)Riku Isokoski2-0/+54
* Move PageIndicator widget to its own files to reduce code duplication * Use uint8_t in PageIndicator
2022-06-06Use lambda to reduce code duplicationRiku Isokoski1-10/+11
2022-06-06Move event handlers to unnamed namespaceRiku Isokoski2-13/+13
2022-06-06Use static constexpr to force compile time initializationRiku Isokoski1-2/+2
2022-06-06Counter: add show and hide controls functionsRiku Isokoski2-2/+21
2022-06-06Move linePoints to a member variableRiku Isokoski2-3/+5
2022-06-06Move bg color to a constexpr variableRiku Isokoski1-3/+5
2022-06-06Add initial counter widgetRiku Isokoski2-0/+144