From c0a8460575771885d5a912b663d085ed0567bed5 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 18 Jan 2018 11:44:00 +0100 Subject: [PATCH 1/4] Update TODO_PATCH.md --- docs/TODO_PATCH.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index 2b2237bc8..ce00b015f 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -8,13 +8,27 @@ The bugfixes of the still not released version are in `beta` branche. ## Contributing Please create an issue to introduce a bug instead of adding pull request to this file. +## v5.0.2 (released at: in progress) +- [x] Fix dependencied (Thanks to Zaltora) +- [x] lv_group: fix memory leak (Thanks to BenQoo) +- [x] LV_INDEV_READ_PERIOD 0 build bugfix +- [x] lv_roller: lv_roller_get_selected_str: bugfix (was recursive call) +- [x] lv_obj_get_style: with NULL style check if the parent is focused and use the focused style +- [x] lv_roller: add missing action handling -## Next release +## v5.0.1 (released at: 02.01.2018) +- [x] lv_list: fixed when mouse and keyboard used together +- [x] lv_btnm: fix bottom border visibility +- [x] theme updates +- [x] line width fix width anti-aliasing +- [x] lv_conf_templ.h add more info + +## v5.0 (released at: 21.12.2017) - [x] lv_btnm: check hide code (\177) at 0. byte position too (if width is not specified) -- [ ] lv_img: define *lv_img_raw_header* in *lv_draw.h* because now lv_img can't be disabled -- [ ] lv_list: ignore image related things when *lv_img* is not enebled -- [ ] lv_ta: fix hegiht if *one_line* and *FONT_ANTIALIAS* -- [ ] lv_obj_set_style: fix to update self style too (not only children) +- [x] lv_img: define *lv_img_raw_header* in *lv_draw.h* because now lv_img can't be disabled +- [x] lv_list: ignore image related things when *lv_img* is not enebled +- [x] lv_ta: fix hegiht if *one_line* and *FONT_ANTIALIAS* +- [x] lv_obj_set_style: fix to update self style too (not only children) ## v4.2 (released at: 17.08.2017) - [x] lv_slider: don't let indicator or bar to disappear because of hpad/vpad From 7710b1df4380bdba268e15b99c464a92cf33c2f3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 18 Jan 2018 11:54:05 +0100 Subject: [PATCH 2/4] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index 61ccf2437..87c744be6 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -9,12 +9,23 @@ Here are ideas which are not assigned to a minor version yet: - label: add a horzintal line (e.g. underline or line through). - lv_split: new object type, a hor. or ver. line for decoration purpose - lv_valset: new object type, a label with "+" and "-" buttons -- lv_form: new object type, form field with place holder text - lv_listctrl: new object type, a list various controls on th right (sw, cb erc.) -- lv_inlist: new ibject type, inline drop down list (different open/closed style) +- lv_inlist: new object type, inline drop down list (a button wich opens a list in place) +- lv_char: new_object type: characteristic set (like chart with draggable points) +- lv_vol: new_object type: volume meter (like a bar with segments) - anim. paths: monentum (tnh(x)), curve (exp), shake - hover, hover_lost signals +## v5.1 (released at: in progress) +- [ ] Lua interface to craete GUI with script +- [ ] Font handling extension for effective Chiese font handling (cutsom read functions) +- [ ] lv_group: different default style_mod function with LV_COLOR_DEPTH 1 +- [ ] lv_img_set_data() for const. image data instead of file system usage +- [ ] Arabic glyph convert (based on letter position) +- [ ] Right-to-left write support +- [ ] Detached area (for video rendering where LittlevGL don't put pixels) +- [ ] lv_ta: add placeholder text + ## v5.0 (released at: 20.12.2017) - [x] UTF-8 support - [x] lv_tabview: new object type to organise content with tabs From 339227877ab676a064b6f20f9ee6b1ff565a39fc Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 18 Jan 2018 11:54:11 +0100 Subject: [PATCH 3/4] Update TODO_PATCH.md --- docs/TODO_PATCH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index ce00b015f..6beed58db 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -15,6 +15,7 @@ Please create an issue to introduce a bug instead of adding pull request to this - [x] lv_roller: lv_roller_get_selected_str: bugfix (was recursive call) - [x] lv_obj_get_style: with NULL style check if the parent is focused and use the focused style - [x] lv_roller: add missing action handling +- [ ] Set 24 bit colors upper byte (alpha) to 0xFF ## v5.0.1 (released at: 02.01.2018) - [x] lv_list: fixed when mouse and keyboard used together From 0733018ba563b4084d4dacadd4450fa0ca8205a3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 19 Jan 2018 14:10:59 +0100 Subject: [PATCH 4/4] Update TODO_MINOR.md --- docs/TODO_MINOR.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO_MINOR.md b/docs/TODO_MINOR.md index 87c744be6..e6912aa1c 100644 --- a/docs/TODO_MINOR.md +++ b/docs/TODO_MINOR.md @@ -25,6 +25,7 @@ Here are ideas which are not assigned to a minor version yet: - [ ] Right-to-left write support - [ ] Detached area (for video rendering where LittlevGL don't put pixels) - [ ] lv_ta: add placeholder text +- [ ] lv_ibtn: new object type: an image wich acts as a button (different image for different states) ## v5.0 (released at: 20.12.2017) - [x] UTF-8 support