From 09c51d1a6a5e6809ba968f15f04b2395f4ec0be5 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 20 Oct 2017 21:18:10 +0200 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index 58e681057..04c3db5cf 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -6,21 +6,19 @@ Please create an issue to suggest a new feature instead of adding pull request t ## v5 **Architectural changes** -- [ ] rename repository from *lvgl* to *littlevgl* -- [ ] rename repository from *proj_pc* to *pc_simulator* -- [ ] integrate *hal* in LittlevGL as a normal folder -- [ ] integrate *misc* in LittlevGl as submodule -- [ ] create a new repository for examples -- [ ] convert Applications into simple examples +- [ ] Rename repository from *lvgl* to *littlevgl* +- [ ] Rename repository from *proj_pc* to *pc_simulator* +- [ ] Integrate *hal* in LittlevGL as a normal folder +- [ ] Create a new repository for examples +- [ ] Convert Applications into simple examples +- [ ] Add tests for all object types **API changes** -- [ ] define renames: e.g. *USE_LV_BTN* to *LV_BTN_USE* - [ ] Remove LV_DOWNSCALE (LV_ANTIALIAS will be used instead) -- [ ] *lv_ta_get_txt* rename to *lv_ta_get_text* +- [ ] Rename (and slightl rework) some function, defines and enums to be more descriptive - [ ] lv_btnm: rework width control. Now a control byte is used for *width*, *hide* and *no long press* settings. -- [x] lv_btnm_set_styles for *tpr*, *trel* and *ina* too - [x] LV_LABEL_LONG_DOTS removed, use LV_LABEL_LONG_ROLL instead - [x] *lv_list_set_element_text_roll()* removed. - [x] *lv_ddlist_set_fix_height()* instead of *auto_size* - [x] rename *lv_dispi_...* to *lv_indev_...* -- [x] lv_dispi_t removed from lv_action_type_t. Use lv_indev_act() instead +- [x] *lv_dispi_t* removed from *lv_action_type_t*. Use lv_indev_act() instead