Re: [ANN] RTGUI 0.6.1 has been released

26 views
Skip to first unread message

Grissiom

unread,
Mar 3, 2013, 4:27:50 AM3/3/13
to rt-thre...@googlegroups.com
Oops, I forgot to mention that the tarball is also hosted by github: https://github.com/RT-Thread/RTGUI/archive/v0.6.1.zip

-- 
Cheers,
Grissiom

bernard

unread,
Mar 3, 2013, 5:25:00 AM3/3/13
to rt-thre...@googlegroups.com
The release notes:
[ANN] RTGUI 0.6.1 has been released

This is mainly a bug fixing release. Now the window system can be used intensively. You can get the code from https://github.com/RT-Thread/RTGUI For version 0.6.1, you can get it directly from https://github.com/RT-Thread/RTGUI/archive/v0.6.1.zip

Running Environment:
-----
In theory, new RTGUI can run on all the devices running old RTGUI. There is a simulator which run on Windows to help evaluating the new RTGUI. The default running environment is RealTouch. The simulator branch in RT-Thread could also be used.

Because RT-Thread has removed all the RTGUI components from the source tree, in order to run RTGUI in the upstream RT-Thread, you have to copy the components/rtgui to the components folder in RT-Thread. If you need demo, files in demo/examples should also be copied into examples/gui.

Main Changes:
-----
1, Simplified the windows showing algorithm. Children window will always be shown when parent window has been shown. 257589a
2, Move calibration.c in bsps into RTGUI. There is no need to write it's own calibration.c for all the bsps. calibration in RTGUI provides calibration_set_restore and calibration_set_after API, by which the user could use to skip the calibration or save calibration data. The example is in bsp/stm31f10x . bd7c6e4

Bug fixes:
-----
3ce204d: fixed the children window of root window could not be modaled bug.
4d5564d: rtgui_widget_update_clip could not be used on window. Thanks to xiao苦 for reporting the bug.
dfb477e: repaint the whole window tree when one window in the tree has been activated.
f42adc2: delete useless RTM_EXPORT. Thanks to prife for bug reporting.
cb3bf9a: fixed clip updating bug when hiding widgets. Thanks to xiao苦 for bug reporting.
110e0c6: When file fonts has been enabled but the file could not be opened, fire a warning on console. Thanks to prife, 文哥 and wnnwoo .
7611e37: fixed compiling error in demo_view_listctrl . Thanks to znfc2 .
3b1f698: added a underflow check on ref_count in rtgui_app_exit.


2013/3/3 Grissiom <chaos....@gmail.com>

--
--
You received this message because you are subscribed to the Google
Groups "rt-thread-users" group.
To post to this group, send email to rt-thre...@googlegroups.com
To unsubscribe from this group, send email to
rt-thread-use...@googlegroups.com
 
---
You received this message because you are subscribed to the Google Groups "rt-thread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rt-thread-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages