summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/StopWatch.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-26improve ui and optimize codeRiku Isokoski1-18/+17
2021-05-03Fix a possible double free in StopWatch::Refresh.Martin Ashby1-1/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-7/+17
2021-04-20Fix formatting issue on the lap counter in Stopwatch (display lap counter on ...Jean-François Milants1-2/+2
2021-04-19Fix formatting issue on the lap counter in Stopwatch.Jean-François Milants1-2/+2
2021-04-17Stopwatch: improve variable namingPeetz0r1-5/+5
2021-04-17Stopwatch: improve number formattingPeetz0r1-4/+4
2021-04-04Big UI and navigation RewriteJoaquim1-11/+17
2021-03-20Reworked based on PR comments.panky-codes1-21/+21
2021-03-15Removed unused variables. Tested.panky-codes1-5/+5
2021-03-13Increased the size of the button and realigned the layout a bit. Tested.panky-codes1-5/+7
2021-03-13Added some comments for clarity. Ready for review. Tested.panky-codes1-2/+14
2021-03-13Stopwatch completed. Ready for PRpanky-codes1-13/+3
2021-03-13Adding laps completed.panky-codes1-4/+8
2021-03-12Laps introduced. Tested. Need to change the icon.panky-codes1-6/+34
2021-03-12Added a button for stop lap. Logic works. Need to implement symbol and buffer...panky-codes1-7/+47
2021-03-11Added play/pause button.panky-codes1-7/+51
2021-03-11Changed the clock source. Stopwatch works. Need to add butttons.panky-codes1-8/+25
2021-03-11Basic logic done. Need to change the timer source to get ms. Also need to rep...panky-codes1-0/+73