- Status Closed
- Percent Complete
- Task Type Patches
- Category Applications
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by mcuelenaere - 2008-08-08
Last edited by mcuelenaere - 2008-09-03
Opened by mcuelenaere - 2008-08-08
Last edited by mcuelenaere - 2008-09-03
FS#9255 - WPS automatic screenshot utility
This is an automatic WPS screenshot utility, which is based on the on-going WPS editor SoC project.
Closed by mcuelenaere
2008-09-03 20:52
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2008-09-03 20:52
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
In r18402
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Update:
* 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
Update:
* 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
Update:
* sync with r73
* add nid3 support
* add audio_status support
Update:
* 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)
Update:
* get rid of Qt dependancy and convert C++ → C
* use libgd2 instead in order to have a truely 'headless' implementation
Sync with r74
(wps_editor_proxy.diff also contains fixes of
FS#9277)Sync with current SVN