Warning: in_array() expects parameter 2 to be array, string given in /home/rockbox/flyspray/includes/class.backend.php on line 1780 Warning: in_array() expects parameter 2 to be array, string given in /home/rockbox/flyspray/includes/class.backend.php on line 1782 RockboxTracker:: Rockbox: Tasklist

Rockbox

IDTask TypeCategoryPrioritySummaryOpenedOpened by  descLast Edited
 2954 PatchesThemesVery Low Scrolling text margin for the wps 2006-01-28Ben Basha1412007-11-1450 Task Description

The patch adds the possibility to restrict the width of a (scrolling) line.
It enables you to position the scroll text inside the line and give him a
starting and ending position.
It extents the %s WPS tag to the following:
%s%m|x1|x2|
where x1 is the x-position where the line text starts and x2 is the
ending x-position of the scroll text (actually, when I look at the
code, it should also work for nonscrolling text…)
Only one margin is allowed per line.

Thanks Massa for the description

 9051 PatchesLCDVery Low remove lcd margins 2008-05-29Jonathan Gordon172008-06-2310 Task Description

this patch removes the x/y lcd margins from everywhere.. to replicate the old behaviour you have to use viewports.

please test and let me know which screens need aditional fixing…

 4871 PatchesThemesVery Low peakmeter margins and height 2006-03-21Matthias Mohr (aka Massa)142008-05-287 Task Description

The following patch extends the possibility for the peakmeter WPS tag (%pm)
It enables the same margin functionality as it already exists for the progressbar.

So the new extended syntax is as follows:

%pm|<height>|<start>|<end>|

height is the height of the peakmeter; minimum height is 4 - default is 12.
start is the X position where the peakmeter starts
end is the X position where the peakmeter ends

All of the additional parameters are optional and may also be empty
e.g. %pm||100|200|
This produces a peakmeter starting at 100, ending at 200 with the default height of 12.
Of course the old format of just %pm is still possible… –> if you don’t use the new parameters, it works as it did =⇒ 100% compatible to current code!

The patch should work at all platforms where the peakmeter is already supported…

Please tell me if there are issues - I’ll fix them ASAP!
I hope the functionality will find its way to the CVS for v3.0 ;) !

 2994 PatchesThemesVery Low Scrolling Margins for new CVS 2006-02-07takka92006-04-035 Task Description

The patch adds the possibility to restrict the width of a (scrolling) line.
It enables you to position the scroll text inside the line and give him a
starting and ending position.
It extents the %s WPS tag to the following:
%s%m|x1|x2|
where x1 is the x-position where the line text starts and x2 is the
ending x-position of the scroll text (actually, when I look at the
code, it should also work for nonscrolling text…)
Only one margin is allowed per line.

BTW, I assume this patch will never find it’s way into the CVS.
The devs plan something more generous, called “viewports”.
The plan is to include it in v3.1 - regarding the release plan it
will be somewhere between now and (latest) November 2006.

Until the viewports find it’s way into CVS this patch here seems
to be useful for a lot of people… (and it is also the base for other patches)

You may find the patch compatible to the current CVS always
at the end of the comments to this task…

 6796 PatchesUser InterfaceVery Low Put ymargin into scrollinfo 2007-03-11Max Weninger62008-01-165 Task Description

ymargin should be put into scrollinfo like xmargin in startx
so that the scroll_thread becomes independent of any ymargin changes
in the rest of the code during runtime

Tested on X5 and simulators for H120 and IPod Nano

 6747 PatchesPluginsVery Low y-margin reset in gui_list_draw 2007-03-06Timo Horstschäfer42008-04-241 Task Description

When calling a menu function, the y-margin got changed, but was not reset after the function returned.

The patch fixes this behaviour and removes all unnecessary calls to lcd_setmargins from the plugins.

 8135 PatchesThemesVery Low Add xoffset parameter to %s (left scroll-margin) 2007-11-11Dave Chapman22007-11-121 Task Description

The attached patch adds an optional parameter to the %s tag to specify the left scroll margin - e.g. %s|100|

This is implemented without changing the LCD drivers - it makes use of the existing ability to set a left margin in scrolling lines.

I’m hoping this patch can be committed to enable people to design album-art WPSs that can work with official Rockbox builds - album art isn’t very usable without it.

It’s partly based on the existing scrollmargins patch, but removes all the parts related to the right margin, which causes the most intrusion into the rest of Rockbox - this patch only modifies the WPS code.

Showing tasks 1 - 7 of 7 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing