All Projects

IDProjectTask TypeCategorySeveritySummaryOpened  desc
 13215 RockboxBugsApplicationsLow Add missing translation strings to the Russian language 2020-07-141 Task Description

no task description

13120RockboxBugsRecordingLowSansa e200v1: usb_storage_init_connection when recordni...2017-06-26 Task Description

Today I've experience something which IMO should not happen.

I recorded vian the built in micro on my Sansa e200 v1, paused the recording (not stopped!). In this state, I plugged USB cable. After that, there was the following text in the system font on the display, and the player did not respond to any keys. It had to be restarted via very long pressing at On/Off.

The text is:

*PANIC*

usb_storage_init_connection
(): 00M
pc:0006B878 sp:000D3538

  A: 00069978
  A: 00069F80
  A: 0005326C

bt end

I've reproduced this three time in a row.

I have the official version 3.14 installed.

 12600 RockboxPatchesSettingsLow Rename the setting variable telling whether the main me ...2012-02-2611 Task Description

The new variable name more clearly conveys what the setting is for. IMO.

 12599 RockboxPatchesManualLow Manual: Describe how to restore the default main menu 2012-02-2631 Task Description

The manual say how to change the menu but not how to restore it.

12530RockboxPatchesManualLowAdd a note and a warning about the location for recordi...2012-01-1061 Task Description

The location for recordings can be set, but the only way to see the current value for the setting is to look into the config file. The patch adds a note stating that to the manual.

Also, there is a known bug ( FS#12517 ,  FS#12500 ) preventing saving the recorded files in the root directory (maybe this applies only to some targets, not all). The patch adds a warning about that.

 12517 RockboxBugsRecordingLow "Disk full" message, but there IS free space on disc 2012-01-086 Task Description

This happens on my Sansa e280v1 with r31634-120108

I wanted to record something using the inbuilt microphone. The menu "RB Info" tells me there is space on the internal card:

132MB/7.45GB

When I start the recording, and then stop it while the WRS screen shows about 50KB, I get the message "Disk is full. Press PREV to continue."

After that, there is no recorded file. (The file should be created in the root directory of the internal card; WRS shows "Filename: /./R_MIC…")

But there IS space on the card! I could copy a file (via USB) of size 100 KB without problems.

So I think something is fishy in the recording code.

Is this somehow related to  FS#7721 ?

 12488 RockboxPatchesSettingsLow Eliminate the duplicated formatter for the "sleep timer ...2011-12-271 Task Description

The setting is set via a customized call in the UI, hence we do not need the formatter in the setting itself. Also, the min/max/step values from the setting declaration are ignored – just as an info.

 12473 RockboxPatchesID3 / meta dataLow Rename "mp3entry.embed_cuesheet" to "mp3entry.embedded_ ...2011-12-2121 Task Description

This patch renames "mp3entry.embed_cuesheet" to "mp3entry.embedded_cuesheet". It also pulls the field "present" out of the "embedded_cuesheet" structure and renames it to "has_embedded_cuesheet".

This patch, together with  FS#12470 , unify how cuesheet and albumart data are represented in mp3entry.

 12470 RockboxPatchesID3 / meta dataLow Rename "mp3entry.embed_albumart" to "mp3entry.has_embed ...2011-12-2031 Task Description

The patch does just what the title says (and nothing else). I think the new name more clearly states what the field means. I hope I catched all occurences.

In a separate patch I'll probably rename the field "mp3entry.embed_cuesheet" to "mp3entry.embedded_cuesheet".

12277RockboxPatchesThemesLowWPS tags for the list item number and the "divisible" o...2011-09-1382 Task Description

The patch adds two new WPS tags:

1. %Ln yields the number of the list item currently being drawn

2. The operator "/?" (which can be used in the %if tag) yields the string "div" if the first operant is divisible by the second and NULL otherwise.

With these two additions it should be possible to create themes where list items are coloured alternately (as an example).

The whole work has been done by gevaerts on 2011-09-12 (and all the credits also go to him), I only placed the patch to the patch tracker, changed the operator from "/" to "/?", and changed the function name from "skinlist_get_item" to "skinlist_get_item_number".

He posted the patch on the binpaste and it would be pity if it got lost.

 11892 RockboxPatchesLCDLow Add a delay between text scroll rounds when scrolling f ...2011-01-201 Task Description

When the bidirectional scrolling for a line of text is active, there is a delay before the text starts to scroll in the opposite direction. But when the text only scrolls forward (because the bidir scrolling limit has not been reached) there is no delay between the scroll rounds.

The patch introduces a delay also for the forward scrolling case. This makes the scrolling behaviour more consistent and also makes it easier to catch the start of the text.

11847RockboxBugsThemesLowRockbox tries to open files "-.kbd", "-.sbs" and "-.rsb...2010-12-3021 Task Description

r28936, sim build for iriver H120, fresh installation folder, i.e. no file “config.cfg”

I modified the function “sim_open” to ouput what files it’s opening, and got the following output (see attached text file). Note that there are files “-.kbd”, “-.sbs” and “-.rsbs”. I think these files should not be opened, even tried.

 11844 RockboxBugsPluginsLow disktidy: (sim build) custom settings are not saved 2010-12-29 Task Description

I use sim build for iriver H120, r28922

When I run the disktidy plugin, change the settings (what files to clean) and quit the plugin (without performing the clean itself), I get the error message that the config file could not be saved.

I tried to investigate the problem, some findings are at http://www.rockbox.org/irc/log-20101228#22:07:08

But I could not get through the forest of all the defines for the file function.

See also http://www.rockbox.org/irc/log-20101229#11:41:04

 11827 RockboxPatchesPluginsLow disktidy: properly delete directories with a wildcard 2010-12-231 Task Description

Current version: 28881.

The disktidy plugin seems not not to delete directories specified by a pattern. I.e. if you have the directories "tf1" and "tf2", and "tf*/" is specified in the config file, then tf1 and tf2 should be deleted, but they are not.

The attached patch tries to fix that.

 11724 RockboxPatchesLanguageLow Correct spelling of 'seperate' in the skin parsing code 2010-11-041 Task Description

I think (and the internet confirms that) that the correct spelling is sepArate, not sepErate. The patch corrects this.

There are other places with 'seperate', but they should be fixed in another patch (or patches).

 11473 RockboxPatchesSettingsLow New bookmarking option: one per track 2010-07-1263 Task Description

This patch implements the idea proposed and discussed in http://forums.rockbox.org/index.php?topic=24952.0

It adds a new option of how to create and maintain the list of the recent bookmarks (MRB): one per track. With this option, if a bookmark is added to the MRB, other bookmarks from the same playlist and the same track are not retained.

Comments are welcome.

I think it would be good if we could introduce such option for “normal” bookmark files too, i.e. to store only one bookmark per track in a bookmark list. But this would be matter of a separate patch.

11449RockboxBugsSettingsLowWPS is not loaded if the .wps file is not in the WPS di...2010-06-303 Task Description

Seen with r27199 on the e200 simulator.

If I place a .wps file in the root directory and “play” it from the file browser, the WPS is not loaded. I’d expect it to load but not to be saved as the setting.

The same file is loaded if it’s in the directory /.rockbox/wps, i.e. it’s not the wrong file contents that’s causing the error.

 11296 RockboxPatchesManualLow Fix another not nice apostrophe 2010-05-191 Task Description

Opening apostrophes should be typeset as `

 11295 RockboxPatchesManualLow Use nice 'times' glyphs for describing dimensions 2010-05-1922 Task Description

Latex has a nice symbol 'times' (looking like an 'x' but nicer). The patch uses it where appropriate. In HTML it can (and should) be displayed as '×'.

 11294 RockboxBugsManualLow Multifont feature is not described in the manual 2010-05-19 Task Description

This probably belongs to the section about defining viewports, i.e. to the files manual/advanced_topics/viewports/XYZ-vp-syntax.tex. As of now, it says that only the system and one user selected font are possible.

 11273 RockboxPatchesFM TunerLow Format FM frequency depending on the regional settings 2010-05-1421 Task Description

In some regions, the frequency is changed in 0.1 MHz steps, so that there's no need to display it with two digits after the decimal point. This patch formats the frequency as needed.

 11271 RockboxPatchesFont/charsetLow 35-Nimbus font 2010-05-1369 Task Description

This is a font I created for using in the FM radio screen. I contains only digits, the period and the default character that will be used to display all other letters. Ascent and descent are set to 0 so that there will be no vertical spacing.

Update: I added latin letters so that the font can be included into the font pack.

 11243 RockboxBugsManualLow The %VI (capital i) WPS tag is not described in the man ...2010-05-052 Task Description

The tag was introduced in r25826 – again without even trying to update the manual! :-/

 11241 RockboxPatchesManualLow Correct keymap for Sansa Clip (fix for FS#11233) 2010-05-051 Task Description

A quote from  FS#11233 :
— In current manual for Clip (20100430), it lists Play as being the button to return to the WPS if there's a valid current playlist (Play/Pause is actually used to move upward in lists). Pixelma informed me in the forums that the correct button combination is Home + Select. This does work on my Clip v1.

If I understand the code correctly, the correct buttons should indeed be Home+Select. The attached patch corrects the manual.

 11228 RockboxPatchesLanguageLow Update German translation 2010-04-2811 Task Description

Add some hotkey related phrases and correct some other cases

 11195 RockboxPatchesSettingsLow Remove redundant lang_id from the hotkey items 2010-04-101 Task Description

The hotkey items have the lang_id's although the menus already have them. The patch eliminates the redundancy. This should also slightly reduce the bin size, but the main purpose of the patch is to get rid of the redundancy (the lang_id in the hotkey item has to match the lang_id in the menu).

The hotkey items must point to MENUITEM_FUNCTION now, which is the case for all hotkeyable items now.

 11191 RockboxPatchesSettingsLow Better constant names for hokey related stuff 2010-04-081 Task Description

The names use for hotkey related stuff in onplay.c (HOT_WPS etc.) are not best IMO. This patch makes them more associaed with hotkey and also introduces some comments.

 11188 RockboxPatchesManualLow Insert links to the explanations of hotkey where it's m ...2010-04-071 Task Description

Somemenus are described as "Hotkeyable" but it's not instantly clear what that means. This patch adds a reference to the explanation.

 11187 RockboxBugsDriversLow diacritic.c is in 'drivers' but it does not belong ther ...2010-04-07 Task Description

The title says it all. It'snot a driver and hence should be moved to another subdir.

And the function is_diacritic should return a bool, not an int.

 11171 RockboxPatchesSettingsLow Make question and confirmation of hotkey assignment bet ...2010-04-0312 Task Description

The current code constructs the question whether the hotkey should be assigned from the confirmation by just appending a quotation mark (i.e. "Set xyz" → "Set xyz?") This doesn't work for all languages.

The patch changes it so that it's better localizable.

 11170 RockboxBugsSettingsLow The list of the hotkey settings does not scroll 2010-04-0341 Task Description

Seen with r25455 on Sansa e200 v1

Display the hotkey assignments (menu Settings→General Settings→Hotkey→View Hotkey Settings). The items in the displayed list do not scroll so that if the function name is long it’s not possible to read all of it.

 11164 RockboxBugsManualLow The hotkey feature (introduced in r25414) is not descri ...2010-04-01 Task Description

The hotkey feature (introduced in r25414) is not described in the manual

 11135 RockboxBugsManualLow Wrong description of the %pE wps tag in the manual 2010-03-21 Task Description

Seen in r25280.

The descriptions says:

Track is ending. An optional number gives how many seconds the tag remains true for after the start of the track.

But shouldn't it read: "An optional number gives how many seconds before the end of the track the tag becomes true"?

11129RockboxPatchesManualLowMake screenshots in the manual non-floating2010-03-191 Task Description

Screenshots in the manual are nested into a 'figure' environment, but the only purpose of this is to be able to have a caption. The floating feature of 'figure' by using the placement attribute 'H' (='Here!').

This patch makes screenshots non-floating while keeping captions below the images. This is done via the LaTeX package 'caption2'.

Placement attribute for figures is set back to the LaTeX default so that figures can really float should we need it.

 11088 RockboxPatchesManualLow Get rid of unnecessary 'table' environments for button  ...2010-03-081 Task Description

Since the button maps are not really floating objects, there is no need to typeset them inside a table environment. Captions (in the rear cases where they are used) could be set with the help of 'caption2' package, but I left them in a 'table' for now.

 11062 RockboxBugsManualLow WPS tag %Tl is not in the manual 2010-02-26 Task Description

The tag was introduced in r20753

 11061 RockboxBugsManualLow WPS tags %Lt and %Li are not in the manual 2010-02-26 Task Description

See the subject. The tags were introduced in r24917.

 11053 RockboxBugsManualLow WPS tag "%cs" is not described in the manual 2010-02-23 Task Description

The subject tells it all. The tag itself was introduced in r23207 on Fri Oct 16 21:14:33 2009 CEST. Wasn’t it a rule that with a feature also the manual should be updated?

 11002 RockboxBugsManualLow "oma" and "aa3" not in the list of supported audio form ...2010-02-1211 Task Description

This is just a reminder: with r24615 two new audio file formats are supported. They should be mentioned in the manual, appendix A.2 ("Supported audio formats")

 10867 RockboxBugsSimulatorLow Backlight won't turn on after going off 2009-12-184 Task Description

When I start the simulator for sansa e200, the screen goes black after some seconds of inactivity. When I then press buttons, the screen does not turn on, i.e. it remains completely black.

Seen with r24075. I suspect that the bug was introduced in r24042 and its companions.

I've seen some comments about the reason and a possible fix in IRC but have not tried them out.

 10861 RockboxPatchesManualLow Use the 'do' form everywhere in key descriptions, and t ...2009-12-171 Task Description

This patch changes everything to the "do" as was agreed in IRC.

 10858 RockboxPatchesManualLow Use the 'does' form everywhere in key descriptions 2009-12-161 Task Description

In some places in the manual, keys are described as "do this and that", in other places it is "does this and that." The patch unifies this making all to "Does."

Only core rockbox is adjusted, not plugins.

 10843 RockboxPatchesManualLow Make title on the front page sans serif 2009-12-1112 Task Description

I've read somewhere that titles should better be typeset in a sans serif font. Chapter titles in the manual are already typeset that way because this is taken care of by the document style. But on the front page (which is constructed 'by hand') they are not. This patch corrects it.

I like the result with the patch better than without.

 10826 RockboxBugsManualLow Typo in fmradio.tex 2009-12-02 Task Description

File manual/main_menu/fmradio.tex, r23817: "At this point, you will switched". "be" after "will" is missing.

Again: I have no SVN or IRC access, hence the bug report.

 10823 RockboxBugsManualLow Wrong spacing in fmradio.tex 2009-12-01 Task Description

File manual/main_menu/fmradio.tex, line with "The FM radio has the ability \opt{recording}{to record and } to"

I think, the space between the "and" and the closing brace should be removed as it causes too much space in the PDF. I.e. it should read "\opt{recording}{to record and} to"

I don't have SVN access now, so I thought I'd rather file this bug report.

Seen in r23799.

 10822 RockboxPatchesManualLow Use correct quotation marks instead of simple apostroph ...2009-11-291 Task Description

I'm on a fresh computer and still not able to commit patches myself. So please Mr. Someone, commit this for me.

 10817 RockboxBugsManualLow Wrong layout of the keymap table for the "While Recordi ...2009-11-27 Task Description

Just so that it doesn't get forgotten: the keymap table for the WRS in the manual is screwed at some places. This is because there are some additional '&' and '\\' that cause wrong table rows to appear.

I might have a look at this later but would also be glad if someone else could do this.

The wrong places are in the file manual/main_menu/recording_screen.tex, seen in r32414.

 10815 RockboxPatchesManualLow Describe how to work with FMR files 2009-11-261 Task Description

I don't have access to the SVN now. So I just downloaded the tex file, edited it and made a diff (with a help of a text editor). This aspect of Rockbox isn't well described in the manual IMHO.

Please review it and maybe prepare a proper patch and maybe commit it.

 10544 RockboxPatchesSettingsLow Add comment to the BOOL_SETTING macro; use that macro f ...2009-08-1821 Task Description

The lack of comments makes the developer's work hard. Let's make it a little bit easier!

Since OFFON is a special case of BOOL, we should define the former via the latter.

 10539 RockboxPatchesUser InterfaceLow Change the order of "Left/Right" for the "Scrollbar pos ...2009-08-1821 Task Description

As of r22405, the setting "Scrollbar position" has the following options (in this order): Right, Left. IMO it would be more intuitive to have them in the order "Left, Right".

This makes necessary that the meaning of the "scrollbar pos" setting is changed. Now it is "false=right, true=left". This patch changes it to the opposite, i.e. "false=left, true=right".

(The setting is modeled with a boolean value, and such values are normally displayed in the order "false, true" in the menu.)

If someone has set the scrollbar position other than the default then the scrollbar will change its position after applying this patch.

(Edit: attach the actual patch)

Showing tasks 1 - 50 of 166 Page 1 of 41 - 2 - 3 - 4 -

Available keyboard shortcuts

Tasklist

Task Details

Task Editing