- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Themes
-
Assigned To
christi-s - Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by perholmang - 2005-07-01
Last edited by christi-s - 2005-07-05
Opened by perholmang - 2005-07-01
Last edited by christi-s - 2005-07-05
FS#2556 - wps alignment patch
Patch to enable alignment settings in wps files.
Syntax:
%al - align left (defaults)
%ar - align right
%ac - align center
Put this before the item you wish to align. For example:
%al%ia - Left aligned Artist
If you want to use scrolling, use %s before the alignment:
%s%ac%ia - Center aligned scrolling Artist
Closed by christi-s
2005-07-05 22:29
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
2005-07-05 22:29
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
Logged In: YES
user_id=1077278
Commited to CVS. Thank
you. When submitting future
patches, please ensure that they do
not contain tab characters.
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
You don’t seem to have attached the patch.
Fixed now.
@@ -795,12 +798,30 @@
The following addition to wps-display.c appears to be
redundant. Is there a reason why you included this?
<pre> *buf++ = ‘%’;
-
+ case ‘(’:
+ ++fmt;
+ break;
</pre>
No, I just forgot to clean that part up, it’s been removed
now, hopefully. I’ve never worked with diff/patch before…
Commited to CVS. Thank you. When submitting future
patches, please ensure that they do not contain tab characters.