summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSetDate.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24merged ui-cleaning into developdavidpkj1-3/+4
2023-01-24Fix: uniform date & time settingsdavidpkj1-2/+2
2023-01-24src: Enable unused parameter warningRiku Isokoski1-1/+0
Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
2023-01-22Change: colors & menu itemsdavidpkj1-1/+2
2023-01-14Combine Date and Time Settings (#1465)John Quigley1-8/+7
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>
2022-09-17Disable value_strRiku Isokoski1-1/+5
value_str is a way to add text on a button without a separate label. This saves having an extra label object, but uses more memory and is removed in LVGL8
2022-08-10Use Counter in SettingsSetDateRiku Isokoski1-145/+58
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-10/+10
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants1-41/+31
nullptr and other small cleanings.
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants1-0/+208
2021-07-09Code optimizations in SettingSetDate and SettingSetTimeTim Taenny1-9/+5
Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set.
2021-07-09Code optimizations in SettingSetDateTim Taenny1-41/+2
Using static method of DateTimeController for retrieving month texts instead of implementing it in SettingSetDate again.
2021-07-09Code optimizations in SettingSetDateTim Taenny1-28/+12
2021-07-09Added new screen: SettingSetDatetimaios1-0/+272