Re: TMS320DM320 udelay() problem

2011-12-21 Thread Maurus Cuelenaere
this crude fix actually better than letting the udelay() >exit before expected? > >I think in general, having to wait a bit longer in special cases is >reasonable trade-off which shouldn't cause problems. I agree. As a comparison, IIRC Linux has defined {u,m}delay() as "waits for the specified amount of time or longer, but NEVER less". -- Maurus Cuelenaere

Re: kugel: r29601 - in trunk: apps/hosted/android firmware/target/hosted/android

2011-03-16 Thread Maurus Cuelenaere
Op 16-03-11 15:33, mai...@svn.rockbox.org schreef: > Date: 2011-03-16 15:33:55 +0100 (Wed, 16 Mar 2011) > New Revision: 29601 > > Log Message: > Android: Partly revert r29569 and only call the new getJavaEnvironment() when > needed. > > The environment is fine to share in general, just not acros

Re: Android SDK requirement upgrade

2011-03-14 Thread Maurus Cuelenaere
ch changed the path to some tools and thus required some changes to android.make. At the time of committing, Android 3.0 came out so I didn't see why not to use the newest version. -- Maurus Cuelenaere

Android SDK requirement upgrade

2011-03-14 Thread Maurus Cuelenaere
sdk/tools/android) or by CLI (path/to/sdk/tools/android update sdk). This requires a working internet connectivity and write permission to the SDK path (no root required). My apologies for only sending out this mail *after* the commit was done. -- Maurus Cuelenaere

Re: FS#11615 - dynamic screen size.. time to commit

2011-03-13 Thread Maurus Cuelenaere
nteresting GSoC project). A native RBUtil that could grab themes would be interesting, but I'm not sure what else it would do? Theme management, font management, stuff like that? Also, see FS#11639 (start at Android theme manager). -- Maurus Cuelenaere

Re: FS#11615 - dynamic screen size.. time to commit

2011-03-13 Thread Maurus Cuelenaere
ame("scrollbar width")->int_setting->max = MAX(LCD_WIDTH/10, 25); /* etc */ } -- Maurus Cuelenaere

Re: Buschel: r29190 - in trunk: firmware/target/arm/as3525 firmware/target/arm/tms320dm320 utils/zenutils/libraries/zlib123/zlib

2011-02-02 Thread Maurus Cuelenaere
ate->mode = MEMORYSIZE; return Z_MEM_ERROR; } if (dictLength> state->wsize) { This doesn't look correct, I think you should revert this hunk (also you did not replace all instances of MEM -> MEMORYSIZE in this file). -- Maurus Cuelenaere

Re: API documentation

2010-12-08 Thread Maurus Cuelenaere
ng the plugin API for both C and Lua. IIRC domonoky/bluebrother tried running Doxygen on plugin.h but never quite got the same result as a custom-written tool. However as this is about Rockbox in general (and not just the plugin API), Doxygen could be a quite useful tool (provided someone starts

Re: how to avoid a "make install" on simdisk after each change

2010-12-03 Thread Maurus Cuelenaere
like "make links" or >so, which works like make install or fullinstall, which does not copy >all the files but symlinking where it possible. >unfortunately I am not fit enough with the Makefiles to do this for >myself, so I hope somebody can do this for me. > >greetings, >Michael When I worked on plugins I usually did make && cp apps/rocks/ simdisk/.rockbox/rocks/ -- Maurus Cuelenaere

Re: kugel: r28548 - in trunk: android/src/org/rockbox apps/gui/bitmap firmware/drivers firmware/export firmware/export/config firmware/target/hosted/android firmware/target/hosted/sdl

2010-11-11 Thread Maurus Cuelenaere
Op 11-11-10 13:43, Björn Stenberg schreef: Op 11-11-10 12:18, Teruaki Kawashima schreef: +/* this are not actually the correct dimensions (480x272 is correct) + * should be fixed once there's a working LCD driver */ +#define LCD_WIDTH 480 +#define LCD_HEIGHT 272 +#define LCD_DPI128 M

Re: kugel: r28548 - in trunk: android/src/org/rockbox apps/gui/bitmap firmware/drivers firmware/export firmware/export/config firmware/target/hosted/android firmware/target/hosted/sdl

2010-11-11 Thread Maurus Cuelenaere
37507 -- Maurus Cuelenaere

Re: Onda VX767 LCD dimensions

2010-11-05 Thread Maurus Cuelenaere
else should work). [2]: http://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=http://www.onda.com.cn/pro/product/product.jsp%3FId%3D12370 <http://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=http://www.onda.com.cn/pro/product/product.jsp%3FId%3D12370> -- Maurus Cuelenaere

Re: kugel: r28423 - trunk/apps

2010-11-01 Thread Maurus Cuelenaere
ons which can be used for navigating lists). -- Maurus Cuelenaere

Re: Making absolute point mode default

2010-10-31 Thread Maurus Cuelenaere
'm not really an user myself anymore). I know of at least 2 users which are/were active on the forums, next to (a group of) Chinese users which aren't really "in touch" with the Rockbox community. -- Maurus Cuelenaere

Re: Making absolute point mode default

2010-10-26 Thread Maurus Cuelenaere
Op 26-10-10 13:28, Thomas Martitz schreef: > On 26.10.2010 13:20, Maurus Cuelenaere wrote: >> +1, grid mode has been the default for way too long. > I take that as the Ondas are also ready for the change? I didn't have a working SD card so I had to hack my way around that (R

Re: Making absolute point mode default

2010-10-26 Thread Maurus Cuelenaere
mode if it's unfeasible. Any opinions? +1, grid mode has been the default for way too long. -- Maurus Cuelenaere

Re: FS#11686 - Kinetic list scrolling for touchscreen

2010-10-19 Thread Maurus Cuelenaere
on IRC (IIRC there are some VX777 users on there). -- Maurus Cuelenaere

Re: Fwd: Re: kugel: r28125 - in trunk/firmware: . export target/hosted/android

2010-09-20 Thread Maurus Cuelenaere
Op 20-09-10 21:10, Thomas Martitz schreef: > On 20.09.2010 20:58, Maurus Cuelenaere wrote: >> Modified: trunk/firmware/export/debug.h >>> === >>> --- trunk/firmware/export/debug.h 2010-09-20 17:09:55 UT

Fwd: Re: kugel: r28125 - in trunk/firmware: . export target/hosted/android

2010-09-20 Thread Maurus Cuelenaere
Send this to the correct mailing list... Op 20-09-10 19:38, mai...@svn.rockbox.org schreef: > Date: 2010-09-20 19:38:47 +0200 (Mon, 20 Sep 2010) > New Revision: 28125 > > Log Message: > Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds. > Exclude compilation of firmware/debug.c for host

Dynamic LCD size patch (was: Re: [RaaA] Weekly status report)

2010-09-07 Thread Maurus Cuelenaere
Op 23-06-10 13:59, Maurus Cuelenaere schreef: > I hacked up this patch which replaces LCD_{WIDTH,HEIGHT} with variables. > I've only tested the Onda VX747 simulator without plugins, but > everything except WPS seems to be working. A newer version of this patch is now avai

Re: [RaaA] Weekly status report

2010-09-07 Thread Maurus Cuelenaere
Op 07-09-10 16:22, Thomas Martitz schreef: > On 23.06.2010 13:59, Maurus Cuelenaere wrote: >> And yes, you can specify what screen dimensions are supported in the >> manifest packaged with your Android app AFAIK. >> > > Could we also have 1 apk for each supported di

Re: kugel: r27977 - in trunk: android firmware/export firmware/target/hosted/android tools uisimulator/common

2010-09-01 Thread Maurus Cuelenaere
#define storage_soft_reset() > +#define storage_init() > +#define storage_close() > + #elif (CONFIG_STORAGE & STORAGE_ATA) > #define STORAGE_FUNCTION(NAME) (ata_## NAME) > #define storage_spindown ata_spindown > #define storage_sleep ata_sleep > -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-06-29 Thread Maurus Cuelenaere
Op 29-06-10 11:45, Alex Bennee schreef: > On 29 June 2010 09:15, Thomas Martitz > wrote: >> Am 29.06.2010 00:24, schrieb Maurus Cuelenaere: >>> Do you have a branch containing the same commits but not merged with >>> master (this makes it hard to find your wor

Re: ATRA3 SIGBUS error with test code.

2010-06-29 Thread Maurus Cuelenaere
AC3 files for rest it crashed sometimes with BUS Error, and > sometimes, with "Parsing Failes" message. Does your CPU architecture support unaligned memory accesses? I remember getting SIGBUS when enabling "Machine Check Exception" on x86. -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-06-28 Thread Maurus Cuelenaere
; that you need to run it with --root . so that it finds the .rockbox dir (I > haven't fixed up the IO and buildzip.pl stuff yet). Do you have a branch containing the same commits but not merged with master (this makes it hard to find your work)? -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-06-23 Thread Maurus Cuelenaere
Op 23-06-10 11:33, Jonathan Gordon schreef: > On 23 June 2010 19:26, Maurus Cuelenaere wrote: > >> Op 22-06-10 18:39, Thomas Martitz schreef: >> >>> Hi guys, >>> >>> again I'm busy due to uni stuff; I got a lot of practical and >&g

Re: [RaaA] Weekly status report

2010-06-23 Thread Maurus Cuelenaere
Op 23-06-10 11:47, Björn Stenberg schreef: > Maurus Cuelenaere wrote: > >> I was wondering, how do you plan to handle the different screen >> dimensions at runtime? For some platforms this isn't needed (Maemo only >> has N900), but for others this is a requirement

Re: [RaaA] Weekly status report

2010-06-23 Thread Maurus Cuelenaere
k this is an important point. The obvious solution to this is defining LCD_HEIGHT and LCD_WIDTH as variables and not building plugins, but I'm not sure how flexible the apps/ layer is w.r.t. to these changes. -- Maurus Cuelenaere

Re: email headers (was Re: [RaaA] Weekly status report)

2010-06-14 Thread Maurus Cuelenaere
"Frank Gevaerts" wrote: >Hi, > >Can people try to use email programs that use proper In-Reply-To and/or >References headers, so threading doesn't get broken? Apparently "K-9 Mail >for Android" doesn't include them. Should be fixed now. -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-06-14 Thread Maurus Cuelenaere
"Jonathan Gordon" wrote: >On 15 June 2010 01:07, Maurus Cuelenaere wrote: >> >> >> "Bryan Childs" wrote: >> >>>On 14 June 2010 15:30, Maurus Cuelenaere wrote: >>> >>>> >>>> and you only have access to t

Re: [RaaA] Weekly status report

2010-06-14 Thread Maurus Cuelenaere
"Bryan Childs" wrote: >On 14 June 2010 15:30, Maurus Cuelenaere wrote: > >> >> and you only have access to the SD card if the phone's not rooted (which is >> mounted at /sdcard). >> >> >Huh? > >My phone is rooted, and I have access t

Re: [RaaA] Weekly status report

2010-06-14 Thread Maurus Cuelenaere
native libraries are stored in /data/data//lib and you only have access to the SD card if the phone's not rooted (which is mounted at /sdcard). -- Maurus Cuelenaere

Re: Rockbox: Creative Zen Port

2010-06-08 Thread Maurus Cuelenaere
Hi, "Prashant Sachdeva" wrote: >Hello Maurus > >I have a Creative Zen and I'm willing to help you in development of a >Rockbox port for it. Could you please guide me as to how I can start off. >I am a Computer Science student and I have some past experience with

Re: [RaaA] Weekly status report

2010-06-02 Thread Maurus Cuelenaere
org/post41439.html#p41439 > > I'm guessing there are enough SDL on Android examples out there to > figure out how well audio and UI integration works. > http://code.google.com/p/kwaak3/source/browse/ has some examples of how to pass audio from native code. See trunk/kwaak/project/jni/kwaakjni.c and trunk/kwaak/project/src/org/kwaak3/KwaakAudio.java -- Maurus Cuelenaere

Re: Plan for skin changeover?

2010-06-01 Thread Maurus Cuelenaere
Op 01-06-10 16:04, Jonathan Gordon schreef: > On 1 June 2010 21:56, Maurus Cuelenaere wrote: > >> That shouldn't be really hard, just do something like 'SELECT * FROM >> targets', assemble the path to the zip and pass it to your conver

Re: Touchscreen replacement

2010-06-01 Thread Maurus Cuelenaere
ind information about the screen at http://www.rockbox.org/wiki/OndaVX747#Components -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-06-01 Thread Maurus Cuelenaere
like to get the >decision on which platform to port RaaA first done by then. > >I think most of us (including me) prefer andriod. I personally >*strongly* prefer it since I had an HTC legend in my hands :) Is anyone >uncomfortable with that? I'm in favor! (sent from my G1) -- Maurus Cuelenaere

Re: Plan for skin changeover?

2010-06-01 Thread Maurus Cuelenaere
"Jonathan Gordon" wrote: >On 1 June 2010 21:34, Maurus Cuelenaere wrote: >> >> 3) can be done by anyone with shell access to the themes user (me, scorche, >> rasher, domonoky?, ...). >> >> I'm not sure what your plan is with 2) (e.g. new

Re: Plan for skin changeover?

2010-06-01 Thread Maurus Cuelenaere
why devcon is probably the earliest >time this could happen. 3) can be done by anyone with shell access to the themes user (me, scorche, rasher, domonoky?, ...). I'm not sure what your plan is with 2) (e.g. new subdomain), but if it's just cloning it to a subdirectory of themes.rockbox I *think* that can also be done without root access, meaning the same people I listed above. -- Maurus Cuelenaere

Re: [RaaA] Weekly status report

2010-05-26 Thread Maurus Cuelenaere
"Thomas Martitz" wrote: >Am 26.05.2010 01:00, schrieb Maurus Cuelenaere: >> Op 25-05-10 23:12, Peter D'Hoye schreef: >> >>> >>>> 1) I don't really see why you would want to limit the file browser to >>>> just a f

Re: [RaaA] Weekly status report

2010-05-25 Thread Maurus Cuelenaere
path) and one which maps to / for advanced users. This could be done by placing symlinks in `pwd` to $HOME and / without altering the current RB filesystem filtering behaviour (if on a UNIX-derivative/POSIX-compliant/..., WinNT-based with NTFS should support hardlinks). This is how I currently access my root filesystem on the simulator. -- Maurus Cuelenaere

Re: GSOC and online services

2010-03-25 Thread Maurus Cuelenaere
S position: if the user has his GPS location available (eg mobile phone users) through an browser API, give an option to use that. -- Maurus Cuelenaere

Re: GSOC: Arm Emulator

2010-03-19 Thread Maurus Cuelenaere
. Other advantage of QEMU: there already is a basic port for the Ingenic Jz4740 (MIPS), see qemu-jz. -- Maurus Cuelenaere

Re: Some clarification about a modification

2010-02-07 Thread Maurus Cuelenaere
valuation, not a semantic one. HTH See http://www.rockbox.org/irc/log-20100207#20:14:55 -- Maurus Cuelenaere

Re: Rockbox software volume control

2010-01-26 Thread Maurus Cuelenaere
ow, I guess my code was just rather inefficient :) -- Maurus Cuelenaere

Rockbox software volume control

2010-01-25 Thread Maurus Cuelenaere
uessing that isn't a proper solution. Perhaps this can be solved in an other way that I missed, any ideas? Thanks, Maurus Cuelenaere

Re: Help getting frotz plugin to work on lowmem targets

2010-01-06 Thread Maurus Cuelenaere
p LCD once this is done. Thanks in advance Whenever you get this working, could you document/describe what you've done? I'm interested in this as it needs to be done for the Lua plugin too. Thanks, Maurus Cuelenaere

Re: See FS#10756: Section for initializing functions

2009-11-03 Thread Maurus Cuelenaere
ze decrease can probably get bigger, depending on the target. I'm for this. Regards, Maurus Cuelenaere

Re: Credits

2009-09-22 Thread Maurus Cuelenaere
Op 22-09-09 21:56, Hilton Shumway schreef: On Tue, Sep 22, 2009 at 1:17 PM, Maurus Cuelenaere mailto:mcuelena...@gmail.com>> wrote: P.S.: I never received the original mail, only the reply from Daniel It showed up in my spam folder Ah, looks like it did here too, weird.. R

Re: Credits

2009-09-22 Thread Maurus Cuelenaere
27;t in CREDITS to CREDITS and then bin CREDITS-MANUAL. Any thoughts/objections? Go, go, go! ;) P.S.: I never received the original mail, only the reply from Daniel Regards, Maurus Cuelenaere

Re: Supported vs. unsupported builds

2009-09-05 Thread Maurus Cuelenaere
Op 05-09-09 19:58, Mike Giacomelli schreef: I think all thats left to do is: 1) Update the front page to mention that current supported targets are "stable" 2) Decide which ports are considered unstable and then add them to the front page below #1, along with a link to the current_status wiki

Re: Supported vs. unsupported builds

2009-09-04 Thread Maurus Cuelenaere
;unstable". Missing stuff for being fully supported is the manual, more touchscreen integration and unimplemented features like FM and mic. Having said that, I agree with Frank: "We can fix wording later, so let's not wait with actually doing things." :) Regards, Maurus Cuelenaere

Re: New builds for the build table?

2009-07-14 Thread Maurus Cuelenaere
missing that we should add to improve things? What about (an) checkwps build(s)? It's a lot of work get them working when they're broken, which can easily be avoided by adding them to the build table.. Regards, Maurus Cuelenaere

Re: New builds for the build table?

2009-07-11 Thread Maurus Cuelenaere
Daniel Stenberg schreef: Added now. See the new build experiments take shape here: http://build.rockbox.org/new.cgi Heh, you seem to've forgotten to generate the image ;) Regards, Maurus Cuelenaere

Re: New builds for the build table?

2009-07-09 Thread Maurus Cuelenaere
the Onda VX777, that would be nice Regards, Maurus Cuelenaere

Re: my touchscreen button brain dump

2009-05-24 Thread Maurus Cuelenaere
ose where to place buttons etc. Are you thinking of assigning 'actions' to specific buttons here or specifying a fixed amount of buttons per screen and leave it to the themer to state the coordinates etc. for each button? I suppose this should be a merge with FS#8799 then? Regards, Maurus Cuelenaere

Ladies and Gentlemen, we have sound on Onda VX747 !

2009-03-24 Thread Maurus Cuelenaere
Shrink" (today). (btw this should also apply to the VX747+, VX777, VX767 and possibly other players based on the same chipset/schematics) Keep on rocking! Maurus Cuelenaere

Re: mcuelenaere: r20055 - in trunk/firmware: drivers export target/arm/tcc780x/cowond2 target/mips/ingenic_jz47xx/onda_vx747

2009-02-22 Thread Maurus Cuelenaere
of computations and the > names of variables. I settled on this code version because it is the > cleanest and easiest to understand. The principles used to base the > calibration seem rather immutable; the math necessarily follows. > As the main problem was his license being incompatible with GPL, this'll probably end up in me rewriting the code. Regards, Cuelenaere Maurus

Re: setjmp/longjmp

2009-02-22 Thread Maurus Cuelenaere
On Sun, Feb 22, 2009 at 14:20, Magnus Holmgren wrote: > The test went well, so I added FS#9938. It adds setjmp to the codec lib, > for ARM and ColdFire. > I would test the patch on my MIPS target, but as I don't have the codecs working currently I can't do that. Regards, Cuelenaere Maurus

Re: mcuelenaere: r20056 - trunk/firmware/export

2009-02-19 Thread Maurus Cuelenaere
Yeah, I just committed a fix. Regards, Cuelenaere Maurus

Re: mcuelenaere: r20056 - trunk/firmware/export

2009-02-19 Thread Maurus Cuelenaere
d/Rockbox/Rockbox-20056/d2_boot/apps/bitmaps/native/rockboxlogo.320x98x16.c > > > -- > Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. > Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html Hmm this works in my tree, probably another file I forgot to commit :/ Regards, Cuelenaere Maurus

Re: setjmp/longjmp

2009-02-19 Thread Maurus Cuelenaere
This could also help the Lua patch (FS#9174) in the tracker (which needs setjmp/longjmp for exception handling).. Regards, Cuelenaere Maurus

Re: License of code in utils/MTP/

2009-02-19 Thread Maurus Cuelenaere
From: CLI Developer Support >Hi, > >The MTP transfer example code is free to use for any purpose - commercial or >otherwise. You can include it, or a variant of it, in your >open-source >project. > >Thanks for asking, > >Dan >Creative Labs, UK

Re: License of code in utils/MTP/

2009-02-18 Thread Maurus Cuelenaere
y >>now I'm trying to >>email you. >> >>I'm asking because currently I have some code based on yours, and as this is >>in an open source project it needs to be clear under >>what license the >>original code was. >> >>Thanks & regards, >>Cuelenaere Maurus

Re: GSoC Suggestion: Completion on Virtual Keyboard

2009-01-20 Thread Maurus Cuelenaere
Also, there's no touch screen support for the virtual keyboard currently, which should also be part of this SoC suggestion IMHO. Regards, Cuelenaere Maurus

Re: Summer of Code 2009

2009-01-19 Thread Maurus Cuelenaere
adding support for the Onda VX747). Link: http://repo.or.cz/w/qemu/qemu-JZ.git Regards, Cuelenaere Maurus

Re: Plugin API documentation

2009-01-15 Thread Maurus Cuelenaere
alot more than without it. I agree that it does indeed make the file a lot bigger and perhaps a bit more difficult to read. But the point of all this is that you don't really need to look stuff up in plugin.h anymore, but rather use the documentation output for that. Regards, Cuelenaere Maurus

Re: Plugin API documentation

2009-01-15 Thread Maurus Cuelenaere
I've opened FS#9802 which has my latest work regarding this. Regards, Cuelenaere Maurus

Re: Plugin API documentation

2009-01-14 Thread Maurus Cuelenaere
ore useful information, like that function X only works when Y is defined etc). Regards, Cuelenaere Maurus

Re: Plugin API documentation

2009-01-13 Thread Maurus Cuelenaere
n of arg1 * @param arg2 description of arg2 * @return description of return valus * @see [W[RockboxKernel]] */ And does Doxygen has a feature where only 1 type of description can get used? I don't see any use for adding both a short and long description, IMO one (long) description suffices. Regards, Cuelenaere Maurus

Plugin API documentation

2009-01-13 Thread Maurus Cuelenaere
unction z), would still be available. Any comments/questions/opinions/... ? P.S.: this is an example of the current output of the generator: http://mcuelenaere.alwaysdata.net/rockbox_api_example_2/ Regards, Cuelenaere Maurus

Re: License of code in utils/MTP/

2009-01-11 Thread Maurus Cuelenaere
bmtp-0.3.5.tar.gzhas > Windows porting instructions in README.Windows.txt. The instructions > say libmtp can use libusb-win32. Yes, but that requires a separate driver to be installed for each device or VID/PID combination... There are already some utilities in SVN who use libusb-win32. Regards, Cuelenaere Maurus

Re: License of code in utils/MTP/

2009-01-10 Thread Maurus Cuelenaere
yet, except for #creative on Freenode; but nothing useful. Regards, Cuelenaere Maurus

Re: License of code in utils/MTP/

2009-01-10 Thread Maurus Cuelenaere
the revision of the commits seems to got deleted). Perhaps they needed to delete their sources also because of licensing issues? (they still seem to offer binaries of the code) I'll see if I can contact them to ask what happened to that code.. Regards, Cuelenaere Maurus

Re: sigmatel BSP

2008-12-02 Thread Maurus Cuelenaere
d the Linux BSP that was once > on their site (and is referenced on the wiki)? > > Cheers, > > vik Hi, I think I still have some of the files that were at linux.sigmatel.com (next to some other files I got from other sites). BTW what target are you talking of? (one of the Creative ones?) Regards, Cuelenaere Maurus

Re: funman: r19043 - in trunk/firmware: export target/arm

2008-11-09 Thread Maurus Cuelenaere
h SD_ > > That's better to use a SD_ namespace, I will correct that and also look > at using these defines in the ingenic jz47xx target About the Jz47xx targets: currently the SD code is not working, meaning it's probably going to change; so you probably don't want to base your defines on the current code. Cuelenaere Maurus

Re: FS#8842 - tools/configure improvements

2008-09-14 Thread Maurus Cuelenaere
Hi, I don't see a reason why you should reopen that patch and not open a new one? Only a developer/admin can re-open the FS, but I don't think they will because the general approach is to make new FS items. Regards, Cuelenaere Maurus

mpegplayer updates

2008-06-30 Thread Maurus
d this also be committed in Rockbox or ... ? Greetings, Mvg, Cuelenaere Maurus

Re: Getting the Creative Zen Vision M code into SVN

2008-04-07 Thread Maurus
neral to the m:robe 500 port as well > > since they share the same SOC. A little was added to SVN last month, but > > since then another 200kB worth has accumulated without anyone else > > commenting. > > > > Perhaps we should think about giving Maurus Cuelenaere SVN acce