summaryrefslogtreecommitdiff
path: root/src/displayapp/widgets/Counter.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-21Determine the number of digits from the max value. (#1271)Riku Isokoski1-4/+14
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-5/+4
2022-08-10Add support for months and variable digit count to CounterRiku Isokoski1-3/+24
2022-07-21Extend Counter functionalityRiku Isokoski1-7/+36
2022-06-06Use lambda to reduce code duplicationRiku Isokoski1-10/+11
2022-06-06Move event handlers to unnamed namespaceRiku Isokoski1-11/+13
2022-06-06Use static constexpr to force compile time initializationRiku Isokoski1-2/+2
2022-06-06Counter: add show and hide controls functionsRiku Isokoski1-2/+17
2022-06-06Move linePoints to a member variableRiku Isokoski1-3/+4
2022-06-06Move bg color to a constexpr variableRiku Isokoski1-3/+5
2022-06-06Add initial counter widgetRiku Isokoski1-0/+105