Moving services

2017-04-20 Thread Björn Stenberg via rockbox-dev
Hello all patient devs. As you know, we've had some site issues the last month since I upgraded gerrit. It has stopped calling any hooks and has resisted all my attempts at starting again. There is to my knowledge no way to downgrade gerrit without losing the last month of work, since the updat

Gerrit ssh keys

2016-01-06 Thread Björn Stenberg via rockbox-dev
Hi devs. It has been brought to my attention that some of you may have ssh-dss keys registered for access to Gerrit and since a server update a while ago you are now denied access, while getting error messages that give very few clues. The reason for the problem is that ssh-dss has been found t

Re: ***Spam*** Fw: new important message

2016-01-06 Thread Björn Stenberg via rockbox-dev
Hans-Martin Mosner via rockbox-dev wrote: > looks like the sender (ro...@bieberphoto.com) has had his mail account hacked. I have now removed this account from the list. -- Björn

Re: Typedef rule

2013-12-02 Thread Björn Stenberg
Thomas Martitz wrote: > Therefore I propose that we relax the typedef rule and allow > typedefs for integral types (only) when reasonable. This would > basically be adopting the Linux kernel guideline w.r.t. to typedefs, There are times when typedefs are useful, but they are in fact exceptions. I

Re: Dynamic Range Compressor revisited

2013-10-01 Thread Björn Stenberg
Ryan, Your attached files were too big for the mail list handler to accept. I uploaded them here instead: http://download.rockbox.org/new-compressor/ Here is the text from Ryan's mail: Here are some demo files. The artist is Iona, from the album "Heaven's Bright Sun". It is a live

Re: Dynamic Range Compressor revisited

2013-09-25 Thread Björn Stenberg
Ryan Billing wrote: > To my own ears, the response is "alive", natural sounding. > Percussive instruments become more bright, real. Is it possible for you to prepare demo files showcasing the differences? Obviously, it's best to try it on-device, but a demonstration would serve as useful input i

Re: Handling of read-only storage: feeback wanted

2013-05-06 Thread Björn Stenberg
Amaury Pouly wrote: > A simple solution would > be to prevent opening opening a file for writing for example. Gracefully handling read-only media requires at least a thorough review of the relevant file-writing code paths to ensure failure to write shows a (single) sensible message to the user a

Archos Recorder build fails: too big

2012-08-21 Thread Björn Stenberg
The archos recorder build has tipped over the limit for size, and now the autobuild always fails. The tipping point was commit bd6e6ed but the code has been growing steadily so I wouldn't say this particular commit is any more responsible than others before it. Still, we need to fix this someh

Coming server downtime

2012-08-19 Thread Björn Stenberg
Hi all. I just realized I haven't informed you that the main Rockbox server will be physically relocated today, causing a downtime of 1-3 hours. It is planned to start at 09:00 CEST. -- Björn

Re: Ladies and gentlemen, we have sound on Android/MIPS!

2012-06-11 Thread Björn Stenberg
Frank Gevaerts wrote: > I'm pleased to announced that Rockbox on my Ainol Novo 7 Paladin > running Android 4.0.3 (ICS), which has an Ingenic JZ4770 MIPS CPU, > successfully played its first track: > Djungel, by Björn Stenberg Wohoo, that was quick! Nice job! -- Björn

Re: USB ids: use our own, or the ones from the OF?

2012-05-29 Thread Björn Stenberg
Frank Gevaerts wrote: > Thoughts? I agree with your plan. Ask for one ID per target, make use of whatever we get. As for buying our own ID space, I'm not sure I think that is the best use of donations. -- Björn

Re: Ladies and gentlemen, we have sound on the Creative Zen X-Fi2!

2012-04-27 Thread Björn Stenberg
Amaury Pouly wrote: > I'm pleased to announced that my Creative Zen X-Fi2 successfully played its > first song: > 2Pac - California Love Great work! -- Björn

Re: Changing build/release terminology

2012-03-28 Thread Björn Stenberg
Torne Wuff wrote: > I propose that we do our best to switch to the following terminology > consistently in our written materials: > > 1) "Stable release": e.g. stable release 3.10. > 2) "Development build": e.g. development build abc123g. > 3) "Archived development build": the daily snapshots Rock

Re: Repository commits notification

2012-02-10 Thread Björn Stenberg
Thomas Jarosch wrote: > > I haven't enabled git commit mails yet. I hope to get to that within a > > few days. > > Do I need a gerrit account to enable commit emails > or is the feature not enabled yet? Unfortunately it is still not activated. -- Björn

Re: Repository commits notification

2012-01-18 Thread Björn Stenberg
asettico wrote: > since the change to git, I did not receive anymore the commit > notifications. I haven't enabled git commit mails yet. I hope to get to that within a few days. -- Björn

Re: Git mirror no longer getting updates from SVN

2011-12-12 Thread Björn Stenberg
Torne Wuff wrote: > Oops. I asked Zagor to move the old copy to the rockbox-old address, > but I suspect that neither of us remembered to update the svn > mirroring script to mirror to the new location :) > > Zagor, you need to do that; sorry for not thinking of it at the time :) Done. -- Björn

Re: Rockbox as an Application for iOS is forked on Github

2011-11-16 Thread Björn Stenberg
Robert Menes wrote: > Nothing really builds yet; I'm still trying to figure out how to > structure it and take out any unessential code. Taking out code sounds like it will be difficult to merge your work with the main branch? -- Björn

Re: 3.10 (was Re: saratoga: r30837 - in trunk: apps apps/lang manual/configure_rockbox)

2011-10-27 Thread Björn Stenberg
Thomas Martitz wrote: > >FS#12279 - Sansa Clip+: Music playback is returned to the head when wps is > >changed since r30486 > > The last one isn't easily fixable (according to jhMikeS), and I also > don't consider it release critical (though it's technically a > regression indeed). The bug in th

Re: 3.10 (was Re: saratoga: r30837 - in trunk: apps apps/lang manual/configure_rockbox)

2011-10-27 Thread Björn Stenberg
Alex Parker wrote: > Speaking of which, where are we with this? Any show stoppers people > are aware of? Things that need focussing on? We are in pretty poor shape, with a number of regressions. The way I see it, at least the following bugs need to be solved before release: FS#12310 - Crash whe

Re: fredwbauer: r30826 - in trunk: apps apps/gui firmware firmware/export

2011-10-24 Thread Björn Stenberg
Jonathan Gordon wrote: > Can this please be reverted? firmware/fonts.c should now know or care > about the ui font at all, and post buflib fonts it doesnt. > screen_access.c added a helper to set the font > (screens[screen].set_font() ) which should be being used by the > keyboard and lrcviewer. I

Re: Proposal for git commit guidelines/policy

2011-10-21 Thread Björn Stenberg
Torne Wuff wrote: > This is a first proposal of a git commit policy It sounds perfectly reasonable to me. -- Björn

Feature freeze for 3.10

2011-10-18 Thread Björn Stenberg
Hello everyone. We are now in feature freeze for 3.10. There are a number of issues open that we need to fix before release, so please take a look in flyspray and see how you can help. -- Björn

Re: SUMMARY: FS#10849 - Sleep timer options: persistent duration and start on boot

2011-10-15 Thread Björn Stenberg
Jonathan Gordon wrote: > > Your objection as I understood it was that the patch does less than you'd > > like, not that what it does is wrong. > > No, that's correct. Then I think the commit can go ahead. This might only be a small part of what some of us want to do, but the other parts (total m

Re: SUMMARY: FS#10849 - Sleep timer options: persistent duration and start on boot

2011-10-15 Thread Björn Stenberg
Jonathan Gordon wrote: > So one objection isnt enough? commit the sleep timer rework by all > means, but dont move t&d unless the rest of the discusison is settled. Your objection as I understood it was that the patch does less than you'd like, not that what it does is wrong. If that is a misunde

Re: Trimming the lcd api

2011-10-12 Thread Björn Stenberg
Thomas Martitz wrote: > Perhaps > > void lcd_puts(int x, int y, const char* text); > void lcd_putsf(int x, int y, const char* fmt, ...); > void lcd_putsf_ex(int x, int y, int xcrop, int style, bool scrolled, > const char* fmt, ...); Having both lcd_puts and lcd_putsf gives no advantage, on arm an

Re: Trimming the lcd api

2011-10-12 Thread Björn Stenberg
Dave Hooper wrote: > There would need to be more arguments, if everything was unified into one > function. In particular: for scrolling lines you need to know both the 'line > number' and the coordinates (the scroll tracking doesn't work off > coordinates along, it's a list currently indexed by lin

Trimming the lcd api

2011-10-11 Thread Björn Stenberg
During my current adventures into android screen scaling, I have been looking into our lcd api. It was a while since I dug into it last, and I was quite intrigued to find that we now have no less than 14 lcd_puts function calls: lcd_puts lcd_puts_offset lcd_puts_scroll lcd_puts_scroll_offset

Re: FS#12321 - Touchscreen: List line padding, to more easily select lines

2011-10-11 Thread Björn Stenberg
Jonathan Gordon wrote: > > Fine, implementing this in the classic list until the skinned list is > > ready to replace it sounds like a good plan to me. > > Doing that gives little motivation for someone to finish off the > missing bits of skinned list That is a risk, but I don't consider it great

Re: FS#12321 - Touchscreen: List line padding, to more easily select lines

2011-10-10 Thread Björn Stenberg
Thomas Martitz wrote: > I agree it's less than ideal that there are two list > implementations, and I see the skin engine eventually taking things > over. > But as of now there just are two implementations, and the classic > lists aren't going to go away very soon. Plus the skinned lists have > bug

My view on Rockbox for Android

2011-10-10 Thread Björn Stenberg
Rockbox on Android is a complex topic, subject to the interpretation and expectations of each developer and user. Here is my view: Android is a very different target from our hardware targets. On an iPod or a Sansa, we are the masters of the device. We control everything. Nothing happens withou

Re: SUMMARY: FS#10849 - Sleep timer options: persistent duration and start on boot

2011-10-10 Thread Björn Stenberg
Thomas Martitz wrote: > It is a separate patch, actually :) I mean a separate patch discussion, and a separate commit. -- Björn

Re: SUMMARY: FS#10849 - Sleep timer options: persistent duration and start on boot

2011-10-10 Thread Björn Stenberg
Thomas Martitz wrote: > I find an about menu in the main menu a nice fit. It's rather unorthodox though. "About" is usually an option in the Help menu, showing version and some basic credits. It's not where you find system or debug information. I think the time and timer setting changes are fin

Re: FS#12321 - Touchscreen: List line padding, to more easily select lines

2011-10-10 Thread Björn Stenberg
Thomas Martitz wrote: > This patch adds line padding to lists on touchscreens, in order to > make lists reasonable useful without huge fonts. The comments in this thread suggest the unskinned lists and the skinned lists are not handled by the same code, and don't get the same behaviour. Is this

Re: FS#12321 - Touchscreen: List line padding, to more easily select lines

2011-10-10 Thread Björn Stenberg
Jonathan Gordon wrote: > 2) the only reason this is wanted at all is because Raaa doesnt use > native lists. The effort shold be put into making native lists work I disagree. I don't want to mix Android and Rockbox GUI elements in in this version. For one, it would kill the skinning. -- Björn

Re: Rockbox funding for Sansa Clip Zip

2011-09-27 Thread Björn Stenberg
mat wrote: > I would be happy to throw a few $$ to rockbox's way if this would help. > I would really like to see this player functional (since my iriver broke, > I've missed my colour screen!) The tip jar (paypal account) is always open. :-) -- Björn

Re: Releasing the android app (was: The next release version)

2011-09-26 Thread Björn Stenberg
Björn Stenberg wrote: > It still feels like a "Rockbox emulator", rather than a full-blown android > music player app. After I posted this, Hayden Pearce urged me to try his cabbie theme modification (FS#12254). And after seeing that, I am much more optimistic than when I

Releasing the android app (was: The next release version)

2011-09-26 Thread Björn Stenberg
Thomas Martitz wrote: > Then 4.0 is vaporware. At least I see no movement towards an RaaA release. > It still needs actions from the swedes (current build signing, market > account). I disagree. It is not the paperwork that is holding the android app from the Market. It is the fact that it is sti

Re: The next release version

2011-09-26 Thread Björn Stenberg
Alex Parker wrote: > a) 3.10 or 4.0 > b) why? a) 3.10 b) Because the user-facing changes are not big enough to warrant 4.0. -- Björn

Re: Rockbox funding for Sansa Clip Zip

2011-09-25 Thread Björn Stenberg
Bertrik Sikken wrote: > I wonder if the rockbox fund can pay for a Sansa Clip Zip, so I can do > further rockbox development on this player. Absolutely. This is one of the core purposes of the fund. The way we normally do it is you buy the player and then we refund you the money. If there are di

Planned server maintenance 2011-09-09 13:00-15:00 CET

2011-09-07 Thread Björn Stenberg
On this friday the 9th, there will be some server downtime due to maintenance. We are migrating all services to a new faster machine. Estimated time for the work is 13:00 - 15:00 CET. This downtime will affect pretty much everything except the forums: www, svn, git, logbot and build server. --

Re: DevCon 2011

2011-03-16 Thread Björn Stenberg
Thomas Martitz wrote: > I have one question: If I had 1 or 2 fellow students that would > possibly want to attend too (not Rockbox dev, but they listened my > presentation and are users and also technicians and very nice guys > and they love London), would the fund be able to help them too? No. Th

Re: DevCon 2011

2011-03-10 Thread Björn Stenberg
Alex Parker wrote: > I suggest that this be a week after Torne sent the original message, > so this Tuesday coming. Sounds good. -- Björn

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 Björn Stenberg
> 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 Maurus Cuelenaere wrote: > See

Re: Release management

2010-11-01 Thread Björn Stenberg
Alex Parker wrote: > 1) Release manager. > Frank Gevaerts and myself have declared ourselves willing Very good initiative. I agree two people is better than one for this role. And I can't imagine any better candidates than you two. > 2) Release calendar Good idea. I'll set up a rockbox google

Testing

2010-10-19 Thread Björn Stenberg
Thomas Martitz wrote: > I think we should work a lot more with RC builds to let users test > on targets for which we don't currently have a maintainer around. I agree, but providing RC builds alone is not very useful. We need to help the users with their testing. And we need to help users report

Re: idea for formalising committal of new features.

2010-08-23 Thread Björn Stenberg
Compared to most other open source projects, we have quite a large number of committers. And in addition to that, we have a healthy number of people submitting patches and bug reports. However, in contrast to pretty much every other open source project out there, we don't have a project leader.

Re: [RaaA] Weekly status report

2010-06-23 Thread Björn Stenberg
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 (Android, WinCE, > iPhoneOS, ..). Android supports resolution specific resources, s

new.rockbox.org

2010-06-16 Thread Björn Stenberg
Bryan Childs wrote: > I think he got a bit fed up with trying to fix up bits of the CSS / HTML to > make it work properly across all screen resolutions. That was not actually the big issue. What has made me push the new design down on my todo list is simply that I suck at web design. And the des

Re: dev blog? was Re: Cowon D2 EABI

2010-06-15 Thread Björn Stenberg
Jonathan Gordon wrote: > This has been brought up before about getting a blog or something > going, I thought the consensus was yes do it, but it needs someone to > get it actually going. I can set it up, but the current front page is a mess. Adding a blog to that sea of information isn't going t

Re: arm-eabi compiler

2010-06-07 Thread Björn Stenberg
Andrew Poelstra wrote: > What version of gcc will be the "standard" for eabi builds? > > I (and others, I assume) prefer to build my own tools so that > when things go wrong, at least I know what the situation is. If you prefer typing "configure" and "make" yourself, please use the same options a

Rockbox Steering Board

2010-06-06 Thread Björn Stenberg
One of the discussions we've had during the developer conference was about the Rockbox Steering Board. Do we need it? Can it be improved? How should it work? The consensus was that the steering board is a useful institution that we all want to keep. Its' purpose is to be a last resort in case di

Re: arm-eabi compiler

2010-06-06 Thread Björn Stenberg
Björn Stenberg wrote: > After you have built the new gcc, add "arm-eabi-gcc444" to the -archlist > parameter in your runclient.sh script. I forgot: You also need to restart the runclient.sh script (not just rbclient.pl) for the changes to take effect. -- Björn

arm-eabi compiler

2010-06-06 Thread Björn Stenberg
Hi builders. We will soon be moving some builds to the arm-eabi compiler. That means we need build clients with it installed. So if you haven't already, please run tools/rockbodev.sh (as root, normally) and choose 'e' to build and install it. I have changed rockboxdev.sh a little so it now inst

Re: Broken Link Was: Re: Creating a Bash script to generate en.voice

2010-05-28 Thread Björn Stenberg
Bryan Childs wrote: > Ah, no you're not. It's still broken at the moment. Fixed now! -- Björn

Re: Make AS3525v2 unstable (again)

2010-05-14 Thread Björn Stenberg
Rafaël Carré wrote: > OK for moving them to unstable category? I say OK. -- Björn

Re: Probable changes coming to the skin engine (skin format)

2010-05-11 Thread Björn Stenberg
Jonathan Gordon wrote: > This will break all existing skins so I'm planning on making a script > to convert, Would it be a good idea to add some type of versioning token to enable the code to automatically inform the user that the wps he's trying to load is outdated? -- Björn

Re: Rockbox Build System

2010-05-11 Thread Björn Stenberg
Manuel Dejonghe wrote: > I am currently looking for a distributed build system that suits the > needs at my workplace, and I think the (new) rockbox build system fits > snugly. Nice. I too have recently been toying with idea of generalising the build system to suit other project. I will be intere

Re: r25419: Promote Fuzev2 to unstable

2010-04-01 Thread Björn Stenberg
Rafaël Carré wrote: > The goal was just to have daily builds listed on the daily builds page > (they already existed anyway) so we can get some feedback from users who > test different revisions. > > I didn't modify the front page for the reason you give (to which I > agree) All builds are linked

Build client admins, please subscribe to this new list

2010-03-14 Thread Björn Stenberg
Hi. I have set up a new mailing list 'rockbox-rbclient' that I would like all of you running build clients to subscribe to: http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-rbclient The purpose of this list is to have a simple line of communication where I can inform about new things. An

Re: r24917: again no manual update

2010-02-26 Thread Björn Stenberg
Jonathan Gordon wrote: > WPS tags should NOT be in the manual. > 1) its too bloodu long which scares people away from reading it (yes > its in an appendix but still, seeing 100+ pages is enough to turn > people off) We already have 10 pages of WPS tags in the manual. Unless we decide to completel

Re: branch for 3.5 today/tonight/this weekend?

2009-12-04 Thread Björn Stenberg
Jonathan Gordon wrote: > actually thinking about it, the only users which will be effected > negativly are those who have the statusbar disabled *and* use the > fm./rec screens *and* actually want the bar there... so about 3 > people... If that is the case, I don't see any reson not to commit. Sa

Re: Release thoughts

2009-11-23 Thread Björn Stenberg
Thomas Martitz wrote: > Could we use the build system for that? Yes we could, but I consider that step #2. -- Björn

Re: Release thoughts

2009-11-23 Thread Björn Stenberg
Frank Gevaerts wrote: > - We provide a feedback template that helps people figure out what needs > testing, and to ensure that the resulting reports are reasonably easy > to handle. I believe we talked about something similar during devcon, didn't we? Anyway, I completely agree. However rath

Re: Ladies and Gentlemen: we have SOUND! on Mini2440

2009-11-03 Thread Björn Stenberg
Bob wrote: > I am pleased to announce that the mini2440 can now play audio. The > first track played was Dancing Queen - ABBA. Congratulations! -- Björn

Re: Sansa AMS Fuzev1 & e200v2

2009-10-09 Thread Björn Stenberg
Thomas Martitz wrote: > I think the lcd glitches and lack of recording is already enough for > keeping it in unstable. Then we also have poor battery life compared > to the OF (IIRC ~15h vs (rated, I think nobody really tested it) 24h > on the Fuze). > [...] > IMO stable should have a complete feat

Scheduled maintenance: Subversion server upgrade thursday 08:00 CET

2009-09-02 Thread Björn Stenberg
Hi all. Tomorrow thursday I will be taking down the subversion server (svn.rockbox.org) for hardware upgrades. Estimated downtime is 08:00 - 09:00 CET. -- Björn

Re: Weird code in r22153 (changes to strnatcmp.c)

2009-08-11 Thread Björn Stenberg
Thomas Martitz wrote: > It looks weird, indeed. But it shouldn't have been called > nat_toupper in the first place imo but something more generic > instead. Then change it. There is no point in keeping confusing code for historical reasons. -- Björn

Restart your build clients

2009-08-01 Thread Björn Stenberg
Hi all. Due to a bug, all build clients have hung and need to be manually restarted. Just stop and restart it. "pkill -f rbclient.pl" will do fine. -- Björn

Switching to the new distributed build system

2009-07-15 Thread Björn Stenberg
As many of you know, I and Daniel have been working on a new distributed build system since Devcon. It has now reached the point where it does everything the old system does, only faster and better. Hence, we intend to switch to the new system this evening (maybe sometime around 20:00-21:00 UTC

Re: Summer of Code 2009

2009-01-22 Thread Björn Stenberg
samuel pattuzzi wrote: > How about improving the usability of the interface? It's a good ambition, but a poor GSoC project. A GSoC project should have well defined limits so the student has a chance of actually completing it. Also, the user interface is one of those areas where consensus is diff

Re: Getting started

2009-01-21 Thread Björn Stenberg
Matt Reath wrote: > Should I just grab a copy of the latest source, hack away, submit a patch? That sounds like a great start. Hanging out in the IRC channel while working can help you quickly get up to speed on things. -- Björn

Re: Summer of Code 2009

2009-01-20 Thread Björn Stenberg
Mark Allums wrote: > Would Rockbox be suitable for an iPhone app? No. The Apple code signing scheme is incompatible with the GPL, meaning you could only run Rockbox on jailbroken iphones. > Would Rockbox be suitable for Google's Android? Android currently only supports Java application. Porting

Re: Plugin API documentation

2009-01-15 Thread Björn Stenberg
Maurus Cuelenaere wrote: > 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. Does anyone really want to do that? Seriously? I'm all for making the code easy to understand, but I'm not so sure flooding

Re: Testing needed: Zero-wait boost for Coldfire - FS#9797

2009-01-14 Thread Björn Stenberg
Peter D'Hoye wrote: > what's the impact of the reduced speed on boost ratio and performance? Or > was there nothing yet tested regarding performance? I expect it will boost more since CPUFREQ_NORMAL is less than half of that in SVN. But I think the average MHz is likely to be lower than SVN. I te

Re: Testing needed: Zero-wait boost for Coldfire - FS#9797

2009-01-13 Thread Björn Stenberg
Robert Menes wrote: > What's the Flyspray number? I'll try it on my H340. It's in the title. :-) FS#9797. -- Björn

Testing needed: Zero-wait boost for Coldfire - FS#9797

2009-01-13 Thread Björn Stenberg
Currently, boosting on coldfire involves waiting for PLL lock which can take as much as 10ms. This patch changes the boosting to just toggle the clock divider and not change the PLL frequency, and thus not having to wait for it to stabilize. This makes the boost near instantaneous. The MCU524

Re: Backlight fading settings

2009-01-13 Thread Björn Stenberg
Dominik Riebeling wrote: > Also, those settings have been there since years and I don't see a > point in removing them at all. The point is that the fading code is ballooning. As we add the feature on more targets, we have to add more conditions and settings due to different targets implementing

Re: Adding a global API pointer for plugins

2009-01-12 Thread Björn Stenberg
Andrew Mahone wrote: > I think it needs wider consideration before commit On one hand I don't like it, because it introduces "magic" and obscures some information. On the other hand I like it, because it centralizes what every plugin is alreday doing anyway. What I am missing is a bit of elab

Re: Default settings for the release

2008-12-16 Thread Björn Stenberg
Paul Louden wrote: > my battery percentage will appear to be down a percent or two just > from browsing the menus. I we need hard data before playing the "think of the runtime" card. > I think a user can still scroll down. Of course he can. So why do we not choose 3 seconds as the default? Becau

Re: Default settings for the release

2008-12-16 Thread Björn Stenberg
Paul Louden wrote: >> Backlight timeout > I think 30 seconds is way too long for a feature that's one of the > biggest battery uses. Maybe 7 or 10 seconds, but 30 seconds will burn > through a significant chunk of battery on players like the Nano. Will it, really? Do we have any hard data on t

Default settings for the release

2008-12-16 Thread Björn Stenberg
There are a couple of settings I would like to change the default values for, before we ship 3.1: Backlight timeout The default five second timeout is annoyingly short on players with backlight-off-unreadable screens. I think a default of 30 seconds is reasonable. After all backlight is a

Re: Problem of tools/database

2008-12-16 Thread Björn Stenberg
y_uchida...@infoseek.jp wrote: > Yesterday, tools/database committed. Yeah, this was part of an ongoing tools cleanup effort. There was a target in tools/Makefile to build 'database', but it failed horribly so I spent a little time fixing it. I have looked at your patch #9371 and I think it's g

Re: Patch review

2008-10-02 Thread Björn Stenberg
Marc Guay wrote: > Just a quick idea to throw out there: The steering board has a weekly > patch review meeting where they take a popular patch that's been > sitting in the tracker for a while (multifont, bmp resize, snc viewer, > etc), give it a thorough analysis, A "patch of the week" effort is

Re: Evil ads

2008-04-18 Thread Björn Stenberg
Jonas Häggqvist wrote: > Why are the ads not marked as ads? Mea culpa. Frankly I thought they were so obvious that it wasn't needed. I've added a header now. -- Björn

Re: question about the patch tracker

2007-12-19 Thread Björn Stenberg
Timo Horstschäfer wrote: > Voting seems to be still activated, there's even a list of the most wanted > tasks [1]. No the feature is not disabled completely since there is no such option in the software. I have simply hidden the voting link from the task details page. I don't want to change the

Re: question about the patch tracker

2007-12-18 Thread Björn Stenberg
pondlife wrote: > Can we also disable the "Add Vote" link? It might confuse people... Done. -- Björn

Re: question about the patch tracker

2007-12-18 Thread Björn Stenberg
alex wallis wrote: > I was just wondering whenever we click a link on the patch tracker to look > at the details of an individual patch, there is always a line that says > votes then a number. > does that mean we can vote if we like a particular patch? No. It means the software (Flyspray) suppor

Re: Plugin button actions

2007-10-29 Thread Björn Stenberg
Marianne Arnold wrote: > Thing is that it looks easier in the beginning and might hold true for the > few plugins with the most basic controls (4 directions, fire, off) - the > trouble starts when the controls need more or even less than this or the > game "layout" is a bit different. I agree w

Tetrox renamed to Rockblox, for trademark reasons

2006-09-19 Thread Björn Stenberg
Hi all. We received a "Cease and Desist" letter from a law firm representing The Tetris Company, which holds the trademark "TETRIS". They claim our "Tetrox" plugin infringes on their trademark "Tetris" and demand we remove it. After consulting US and Swedish lawyers, I have decided to abide th

Feature freeze is lifted

2006-07-18 Thread Björn Stenberg
Hi all. It is with mixed emotions I hereby announce that the feature freeze for 3.0 is now lifted -- without 3.0 having been released. We have been in freeze for over three months now. And we have indeed fixed many bugs, but we still have critical problems that prevent a 3.0 release. With summ

Re: Flyspray

2006-06-28 Thread Björn Stenberg
[EMAIL PROTECTED] wrote: > Actually, I learned there is a drop-down (if you're logged in to > Flyspray) to show "tasks reported by me", which allows me to see my > patches. Ah, lookie there! You learn something new everyday. :-) Also, I noticed the "Reports" function allows date searching of th

Re: Flyspray

2006-06-27 Thread Björn Stenberg
[EMAIL PROTECTED] wrote: > I want to do some simple things with the Flyspray bug tracker, and I > can't: > * look up my own patches > * search patches by (sub)string of the attachment (e.g., I know the > custom font patch exists, but I can't find it) > * search by attachment date (e.g., I know cu

Re: Remove PluginJewels from RockBox downloads immediately

2006-04-22 Thread Björn Stenberg
Daniel Stenberg wrote: > I take it the good Dave has not responded since? Correct, he hasn't. I will post any new development to the list. -- Björn

Re: Remove PluginJewels from RockBox downloads immediately

2006-04-19 Thread Björn Stenberg
fusion in > the market as to whether the game was developed, published, or officially > licensed by by PopCap Games. This current situation with the gem graphics as > shown on Rockbox.com only perpetuates this confusion. > > Best, > Dave > > > -Original Messa

RE: Remove PluginJewels from RockBox downloads immediately

2006-04-18 Thread Björn Stenberg
Here is Daves reply to my question. I have not replied back to him yet. - Forwarded message from Dave Haas <[EMAIL PROTECTED]> - Date: Mon, 17 Apr 2006 15:44:38 -0700 From: Dave Haas <[EMAIL PROTECTED]> To: Björn Stenberg <[EMAIL PROTECTED]> Cc: Rockbox development S

Re: Remove PluginJewels from RockBox downloads immediately

2006-04-17 Thread Björn Stenberg
Christopher Woods wrote: > @ Björn or anybody else concerned, has there been any further action in > this? No. I will post to the list if/when anything happens. -- Björn

Re: Remove PluginJewels from RockBox downloads immediately

2006-04-15 Thread Björn Stenberg
essary, we will enforce our rights to the fullest extent of the law. > > Thank you for your prompt attention to this matter. I await your > response. Hi Dave. My name is Björn Stenberg. I am the founder and one of the leaders of the Rockbox open source project. I am also the owner and admi

Re: half-idea for #ifdef and key deifnition hell...

2006-03-23 Thread Björn Stenberg
Brandon Low wrote: > I think that button processing can't be going through lists like that, > too slow. I'm not so sure. Buttons are pressed rather rarely (from a system/cpu point of view) and the lag cause by looping through a few dozen entries will probably not be measurable, let alone noticea

Re: asteroids

2006-03-20 Thread Björn Stenberg
mathew holton wrote: > Just wondering why my (maybe not so) fantastic asteroids plugin hasn't > been added into CVS. Which patch is that? I searched for "asteroids" in flyspray but came up empty. -- Björn

Re: Signing off.

2006-03-14 Thread Björn Stenberg
Bluechip wrote: > How about the legalitites of including an unlicensed MP3 codec? As I'm sure you are aware, our MP3 codec is licensed under GPL which we respect fully. Hence, no unlicensed MP3 codec. If you are referring to patents, we have repeatedly acknowledged that this may become a thorny

  1   2   >