aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/CheckboxList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+0
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-2/+1
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski2023-01-121-1/+3
|
* Use PageIndicator in CheckboxListRiku Isokoski2022-10-161-25/+7
|
* Watch face settings : disable watch faces that are not available (external ↵Jean-François Milants2022-10-111-4/+10
| | | | resources are not installed).
* CheckboxList : fix formatting.Jean-François Milants2022-10-111-5/+2
|
* CheckBoxList : rename newValue -> value.Jean-François Milants2022-10-111-4/+3
|
* Checkbox list now receives a function pointer to call when the setting has ↵Jean-François Milants2022-10-111-16/+11
| | | | changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController.
* Do not save settings in CheckboxList. This will be done by the caller.Jean-François Milants2022-09-281-1/+0
|
* Fix formatting in CheckBoxList.cpp.Jean-François Milants2022-09-271-1/+1
|
* CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).Jean-François Milants2022-09-271-2/+2
|
* A few minors changes following the code review : rename fs -> filesystem, ↵Jean-François Milants2022-09-271-3/+3
| | | | use std::array instead of raw array,...
* Fix formattingJean-François Milants2022-09-111-6/+8
|
* Implement CheckboxList screenDiego Miguel2022-06-111-0/+115