2017-07-30 13:32:59 +02:00
# TODOs for minor versions
2017-08-04 18:28:51 +02:00
Minor versions (x.1.0, x.2.0 ...) released when one or more new feature is addded without changing the API. New features can be added with major versions (1.0.0, 2.0.0 ...) too.
2017-07-30 13:32:59 +02:00
2017-07-30 13:35:06 +02:00
## Contributing
2017-07-30 13:35:27 +02:00
Please create an issue to suggest a new feature instead of adding pull request to this file.
2017-07-30 13:35:06 +02:00
2017-07-30 13:32:59 +02:00
## Ideas
2017-08-13 23:04:20 +02:00
Here are ideas which are not assigned to a minor version yet:
2017-07-30 13:32:59 +02:00
- label: add a horzintal line (e.g. underline or line through).
- label long mode: dot begin
- music player app
- files app update: show content as text
2017-08-04 18:22:05 +02:00
- GUI remote control
2017-07-30 13:32:59 +02:00
- automatically build GUI from file (e.g. XML, JSON or HTML)
2017-08-07 23:17:21 +02:00
- lv_split: new object type, a hor. or ver. line for decoration purpose
- lv_valset: new object type, a label with "+" and "-" buttons
- lv_tabview: new object type to organise content with tabs
- lv_btngrp: new object type to display more buttons to choose an option from them
2017-08-07 23:26:36 +02:00
- lv_switch: new object type, turn on/off by tap (a little slider)
2017-08-13 23:04:20 +02:00
- lv_roller: new object type, a roller to select a value (like on smartphones)
2017-07-30 13:32:59 +02:00
## v4.2
2017-08-08 10:23:34 +02:00
- [x] Double VDB support: one for rendering, another to transfer former rendered image to frame buffer in the background (e.g. with DMA) [#15 ](https://github.com/littlevgl/lvgl/issues/15 )
2017-07-30 13:32:59 +02:00
- [x] lv_group: to control without touch pad. Issue [#14 ](https://github.com/littlevgl/lvgl/issues/14 )
- [x] lv_page: scrl def fit modification: hor:false, ver:true, and always set width to parent width
- [x] lv_btn: add lv_btn_get_..._action
- [x] lv_list: add lv_list_get_element_label/img
2017-08-16 11:41:30 +02:00
- [x] lv_ta: lv_ta_set_one_line to configure the Text area to one lined input field
2017-07-30 13:32:59 +02:00
- [x] style animations add
2017-08-14 17:03:56 +02:00
- [ ] lv_bind: bind a variable to an object or vice versa (update value periodically)
2017-07-31 08:25:32 +02:00
- [ ] lv_btnm: besides 0. byte (width dsc) 1. byte: hidden (\177, 0x7F, delete)
2017-08-02 22:59:24 +02:00
- [ ] lv_label: padding enable/disable to increase size with hpad and vpad (useful with layouts)