From ed8df15de4b414ec2e5f4c806cba4b87197ea24c Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 24 Aug 2017 14:24:35 +0200 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index 0e10a5b7e..108bf0673 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -5,8 +5,16 @@ Major versions released typically when API changes are required Please create an issue to suggest a new feature instead of adding pull request to this file. ## 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 + +**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* -- [ ] btnm_action pass text instead of text_id +- [ ] lv_btnm_set_styles for *tpr*, t*rel* and *ina* too