This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9255 - WPS automatic screenshot utility
Attached to Project:
Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Friday, 08 August 2008, 19:26 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Wednesday, 03 September 2008, 22:52 GMT+2
Opened by Maurus Cuelenaere (mcuelenaere) - Friday, 08 August 2008, 19:26 GMT+2
Last edited by Maurus Cuelenaere (mcuelenaere) - Wednesday, 03 September 2008, 22:52 GMT+2
|
DetailsThis is an automatic WPS screenshot utility, which is based on the on-going WPS editor SoC project.
|
This task depends upon
Closed by Maurus Cuelenaere (mcuelenaere)
Wednesday, 03 September 2008, 22:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r18402
Wednesday, 03 September 2008, 22:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: In r18402
* updated to r70
* added verbose mode
* tried getting the colors to work
* tried imitating lcd-16bit.c in fill_rect(), hline(), vline() & draw_pixel()
* other fixes
* updated to r72
* revert fill_rect(), hline() & draw_pixel()
* Fix proxy makefile & buildall.sh
* add charge_state to dummies.c
Currently the following proxies can be built:
* proxy_c200.dll
* proxy_e200.dll
* proxy_e200r.dll
* proxy_gigabeatf.dll
* proxy_gigabeats.dll
* proxy_h10_5gb.dll
* proxy_h10.dll
* proxy_ipodcolor.dll
* proxy_ipodnano.dll
* proxy_ipodvideo.dll
* sync with r73
* add nid3 support
* add audio_status support
* remove audio_status from wpsstate as it's only needed in as a function
* make building on Linux work
* fix warnings
* remove proxy building from screenshot.pro (you'll need to do buildall.sh manually)
* get rid of Qt dependancy and convert C++ -> C
* use libgd2 instead in order to have a truely 'headless' implementation
(wps_editor_proxy.diff also contains fixes of
FS#9277)