- 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
FS#9327 - WPS Editor
This is a WPS Editor. Uses latest RB build (18342). All RB code changes were made via ifdefs.
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
fix compile error on gcc 4.3
This is a little more cleaned up version of wpseditor2.patch containing less warnings and all TABs converted to 4 spaces. (+ other minor changes)
@krz:
why did you move format_time() in apps/misc.c ? and why did you change the license header in firmware/font.c?
I moved format_time() because it was in block
ifndef PCTOOL endif
And header - may be accidentally chaned from old revisions?
Removed -Wno-override-init & reverted license in firmware/font.c
fix almost all warnings, except for printf-like functions. also fix problem with unresolved playmodeNames and playmodes from previous patch
A bit more clean patch. Includes fixes for checkwps
Much more clean :)
Full patch
Renamed to libwps and wpseditor. Fixed segfault.
Renamed wpseditor/wpseditor ot wpseditor/gui. Remove some tabs
Almost final
Almost final2
Added readme, todo, fixed slider bug