All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 11242 RockboxPatchesRbutilLow support for mpio hd200 in rbutil 2010-05-0522 Task Description

This patch adds the mpio hd200 target with mkmpioboot to rbutil.

There are a few missing things:
the mkmpioboot function should not output the errors itself but give a error string which could the be displayed in the UI.
Usb ids in rbutil.ini are missing.

 10928 RockboxPatchesRbutilLow Split RbSettings. 2010-01-241 Task Description

This patch splits RbSettings into:
RbSettings (user settings)
SystemInfo /rbutil.ini)
ServerInfo (downloaded buildinfo)

Additionally i added Unstable/Stable handling with info from the server, and change a few wrong/old configurenames.

Please comment.

 10837 RockboxPatchesUtilsLow userarea for the themepage 2009-12-061 Task Description

This patch adds a Userarea to the themepage.

User can create a account (with email verification) and login.
It reuses the adminareas and users can change everything like admins but limited to their own Themes. They can not run checkwps or add new targets.

I also want to add the uploading of themes to this Area and remove the email verification step for themes. But this is still a TODO. Also some texts could probably be improved.

For this to work, you need to add a “users” table to the themes.db with the entrys “name”,”pass”,”email”,”emailverification”.

It uses the email stored in the themes table to match themes to users.
(I opted to not cleanup the dublication (username, email etc in themes table) because its pretty difficult to restructure the db with a already running page).

 10794 RockboxPatchesThemesLow .[r]sbs support for the theme site 2009-11-1894 Task Description

This is a patch to add .[r]sbs file checking into the theme site.

Unfortnuatly i couldnt test this at moment. Maybe someone else can test this ?

10767RockboxPatchesDriversLowusb for mini24402009-11-081 Task Description

This is a very early patch to enable USB on the mini2440.

This patch let rockbox react on USB, but unfortunatly i dont get further then the first reset interrupt from USB. Something in the init has to be wrong, so i dont get ep0 interrupt which should follow the reset.

Because of this problems, no attempt has been made to implement the acutal data transfer functions.

If someone wants to step in and debug.. feel free !

 10525 RockboxPatchesRbutilLow Fix genlang.cgi for releases 2009-08-1412 Task Description

This patch tries to fix genlang.cgi so it works for releases.
It does this by using the full path for the svn cat.
This also removes the need to change to the checkout directory.

I only tested this locally and modified because the unmodified script wouldnt work for me.

 10361 RockboxPatchesRbutilLow Error log for rbutil for better error reports. 2009-06-2132 Task Description

This patch should help rbutil users to make better error reports.

If a Error happens in the Progresslogger, it offers a “save Log” Button, which saves the Progresslogger log, the system info and the system trace.

This patch uses the system trace patch from bluebrother.

 10287 RockboxPatchesRbutilLow rbutil - create a class for target specific static info 2009-06-0665 Task Description

This patch aims to create a class/target tree to store target specific static information. So all target specific information can be stored at one place and be translatable.
In the end this should replace the target specific info from rbutil.ini.

Please comment..

 10205 RockboxBugsRbutilLow Acessibility issues in rbutil 2009-05-12216 Task Description

I want to collect and try to fix all known acessibility issues in rbutil here.
So if you get new information, please leave a comment here.

Currently known Issues:
-General:
1. All Tabs are not voiced correctly. (no titles, no voice on changes)

  1. this is a Qt Bug, known since a long time, but still not fixed.

2. SpinBox and Combobox dont voice its contents on changes.

  1. This is also a Qt bug, the Qt Code misses the calls to updateAccessibilty() on changes. ( i just submitted it to Qt Bugtracker)
  2. This could be fixed in rbutil itself, if we make this call ourself after the spinbox/combobox changed. But needs us to fix every comboxbox/spinbox in rbutil itself

- Create Voicefile Dialog:
3. No titles for Language selection and the wavtrim option.

  1. This is because of the way Qt and the accessibilty layer handles labels. They are only spoken if the describing label is a buddy of the control)
  2. Could perhaps be solved by some reorganisation.

- Encoder/TTS configuration dialog (enc/tts specific):
4. The title of the checkbox isnt voiced.

 10185 RockboxPatchesRbutilLow rbutil : bootloader support for sansa AMS targets 2009-05-03197 Task Description

This patch is the beginning of bootloader support for AMS targets in rbutil.

The modifications needed, will go into different patches.
- General Bootloader class rework to better support the ams targets.
- Modifications to mkamsboot, so its better to use in rbutil
- BootloaderInstallAMS class.
- rbutil.ini modifications for the new targets.

First patch: general Bootloader class rework:
- renamed NeedsFlashing into NeedsOF and moved the Hint for this into the Bootloader classes, also setfunction for OF file is now in the base class.
- Enforce proper parents for all bootloaderinstall classes
- Make some functions, which must be implemented, abstract.
- move the postInstallHints to the child classes (and non-static)

Next patches will follow.

 10183 RockboxPatchesRbutilLow rbutil settings with static accessors 2009-05-0211 Task Description

Here is a first attempt to static accessors for the RbSettings Class.

This removes the need to pass settings pointers around. And the settings are always accessible.

 10070 RockboxPatchesRbutilLow rework TTS and Encoders in rbutil, to better seperate t ...2009-03-2954 Task Description

This is the first attempt to better seperate the configuration Gui from the TTS and Encoders in Rbutil. The TTS and Encoders present now a Model, which can be displayed via a generic TableView.

This patch is nearly ready, but it still needs some improvements. Also i am not sure about the Gui. Is it enough to present the options in a Table like this, or do we need something better ?

Please try it and comment here.

 9639 RockboxPatchesOperating System/DriversLow Working buttons for e200v2 2008-12-14195 Task Description

This patch make the Buttons (not scrollwheel) on e200v2 working.
The patch itself is a bit ugly, as i need to disable irqs when sending data to the lcd.

 9519 RockboxPatchesSimulatorLow m200v2 simulator 2008-10-3133 Task Description

First try at a m200v2 simulator.
Button map is still messed up.

 9485 RockboxPatchesRbutilLow rbutil- reworked autodetection, now presents a list of  ...2008-10-1248 Task Description

This patch lets rbutil search for all Devices when autodetecting, and presents a list with the found devices to the user for selection.

The patch is not completely ready, it needs a bit more polishing.

 9483 RockboxPatchesRbutilLow rbutil - accessibility on mac 2008-10-121 Task Description

This Patch tries to add the accessiblitiy plugins into the mac os x bundle of rbutil.
I hope its working, but have no real way to test.

Test binary at:
http://www.retrospektiwe.de/rbutil-test.dmg

Please test and report !

 9379 RockboxPatchesUtilsLow WPS Editor: add Copyright Headers to all files. 2008-09-081 Task Description

This patch adds the normal Rockbox copyright Header to all files from the wpseditor.

 9362 RockboxPatchesThemesLow WPS Editor: Add linenumbers and highline line with err ...2008-09-0323 Task Description

This patch changes the WPS code view of the WPS Editor.

I used Code from KDE Libs and simplified it for use with this.
Now the WPS Editor shows Line numbers for the WPS, and it highlights the line where it finds an error.

 9341 RockboxPatchesRbutilLow Rbutil - testplugin with python and PyQt 2008-08-3046 Task Description

Hi.

i made a crude attempt to make a testplugin for rbutil, which embeddes python with PyQt.
The idea is, to use such a technic to allow the devs of Rockbox Center to extend rbutil with their new ideas in python plugins.

This patch is very hacky, and only an attempt to prove that it is posssible.

To compile it, you need Python and PyQt. Adjust the paths in rbutil/rbutilqt/plugins/testplugin.pro to point to your Python installation. Also make sure you have the exact same Qt version for rbutil as the version used by your copy if PyQt.
Then just build rbutil normally, and do a "qmake && make" in the plugins dir.

 9226 RockboxPatchesThemesLow fix compiling wps editor, and let it compile in one go 2008-07-301 Task Description

This patch fixes compiling the wps editor (fix the moved files)

It also adds a extra-target to the gui.pro file to call the Makefile in the proxy.

I also added a wpseditor.pro file in the wpseditor folder, which calls both the gui .pro file, and the QPropertyEditor .pro file.
So it should be possible to create all needed parts in one "qmake && make" call. (I think there are problems if some temporary dirs dont exists).

The Makefile of the proxy still needs fixing. The OS detection doesnt work for me. I get Windows_NT in the OS variable :-)

 9210 RockboxPatchesPluginsLow ASAP plugin  2008-07-2378 Task Description

Hi,

i made a first attempt for a ASAP (http://asap.sourceforge.net/) port to Rockbox.
This is a very crude port of the asap2wav program to a rockbox plugin.
It works as a Viewer and converts a .sap file to “test.wav” in the root folder. (test.wav has to exist before).

On Simulator it works nicly, but not on Target.
It tested it on a m:robe100 and it runs without error, but does not produce correct sound.
I only get loud cracking and such in the wav file.

I suspect this is because of some endianess problems. (our targets are big-endian, where pc is little-endian).
EDIT: m:robe100 is LE, so it cant be endian problems.

At the moment i dont know where and how to attack this problem, as the asap code seems to have nearly no way to tell if something is gone wrong. (and its full of a MACRO hell )

so if others want to join the fun, jump in :-)

 9190 RockboxPatchesRbutilLow Reworked talkfile creation 2008-07-121 Task Description

Hi,

i reworked Talkfile creation heavily.
Now all Tasks are seperated, so voiceing, encoding and copying are done in seperated Steps. Should allow for some optimisations, also cleaner, more readable Code.

I will probably commit this in a few days.

 9008 RockboxPatchesDriversLow make m:robe100 touchstrip less sensitiv. 2008-05-181 Task Description

Hei,

I experimented with the touchstrip driver on the m:robe100.
I wanted to make it less sensitiv, as at the moment it reacts before you touch the strip.

I first tried it with setting in the MEP Parameter $21: "Enhanced Operating Configuration" the "Min Absolute Reporting", this should then only create position reports when the "finger" bit changes.

But it didnt work. Somehow it just ignores this parameter.

Writing to the Parameters itself works ( i tried it succesfully with disabling the buttons).

So now this patch just reads the finger bit, and ignores the Report if it isnt set. This produces the same result (strip only reacts if you really touch it) but it isnt the best way.

please try it, and report if the strip is now better useable..

 8571 RockboxPatchesRbutilLow Rbutil - console interface 2008-02-09108 Task Description

A Console Interface for Rbutil.
Its still unfinished.

supported actions:
- all configurations
- Install Bootloader
- Install Rockbox
- Install Fonts
- Install Doom files
- Install voice file
- Create Voice file
- Create Talkfiles

Missing is:
- uninstallation
- Themes
- bugfixing :-)
- Code clean up

Extact the attached 7zip file int rbutil/rbutilqt so that there is a new folder rbutil/rbutilqt/cli. change into this folder and run qmake && make.

 7585 RockboxPatchesPluginsLow wavsplit plugin 2007-08-1223 Task Description

A Plugin to split wavfiles on target.

Its not very fast and not completly ready.
But if some one is interessted.

its a viewer, so lounch it with “open with..” on a wav file.

 7102 RockboxPatchesRbutilLow make sansapatcher compile with rbutil 2007-05-031 Task Description

a few changes to sansapatcher to make it compile with rbutil.
Mostly #ifndef RBUITL to exclude the stuff for built in Firmware.
and a rename, because of naming clash with ipodpatcher.

 6893 RockboxPatchesRbutilLow new UI (no Wizards) for rbUtil 2007-03-24118 Task Description

Here is a patch to change all the Wizards in rbutil into normal Windows.
It has a few issues, (like very bad looking Images in Linux).

a win binary for testing is at:
www.b23.org/~domonoky/rbutil.zip

 6709 RockboxPatchesRbutilLow Theme installer for rbUtil 2007-03-0146 Task Description

Hi,
I have added a Theme installer to rbutil.
It uses the page www.rockbox-themes.org.

I also changed the string handling (no more normal static strings, only wxT("FooBar"), should help against the unicode issue).

The patch is not completly ready, it need a bit polishing.

If you want to try, a windows binary is at:
http://b23.org/~domonoky/rbutil.zip

attached is the patch + 2 new xpm files (somehow these xpm files dont like diffing)

 6643 RockboxPatchesBuild environmentLow Bootloader support for Ipod/Iaudio/Gigabeat in rbUtil 2007-02-101112 Task Description

Hi,
I changed the rbUtil so it can also install Bootloaders.
At the moment it can install bootloaders for Ipods, Iaudio and Gigabeat.
All is untested so be carefull.

A windows Binary of it can be found at: http://b23.org/~domonoky/rbutil.zip

Attached is a patch for ipodpatcher, because i changed a few things for better use in rbutil.
Also attached is the patch for rbUtil.
This Patch has 2 Code::Blocks Projects in it, One to generate a static lib out of Ipodpatcher and one to build rbUtil.
The project to generate the lib, produces at the moment a ipodpatcher lib for windows (for linux you have to include another file)
To compile rbUtil you need Code::Blocks v1.6 and WxWidgets 2.8. (for linux you would have to adjust the makefiles)

I plan to support every rockbox platform with this, but this will take a while.

Showing tasks 1 - 29 of 29 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing