summaryrefslogtreecommitdiff
path: root/src/displayapp/widgets
AgeCommit message (Expand)AuthorFilesLines
2023-01-14Combine Date and Time Settings (#1465)John Quigley2-0/+46
2023-01-09Format header filesFinlay Davidson1-0/+2
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+2
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
2022-07-05Add PageIndicator widget to reduce code duplication (#1218)Riku Isokoski2-0/+54
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