Re: Beginner question -- compile only a single plugin

2011-11-29 Thread Jeff Goode
On 11/29/2011 17:32, Sebastian Aus wrote: I see. But I'm not interested in distributing the plugin, I want to test it (on the simulator). Is there a better way? On Tue, Nov 29, 2011 at 12:54 AM, Mike Giacomelli mailto:giac2...@hotmail.com>> wrote: >The issue is that I would like to comp

Re: Beginner question -- compile only a single plugin

2011-11-29 Thread Sebastian Aus
I see. But I'm not interested in distributing the plugin, I want to test it (on the simulator). Is there a better way? On Tue, Nov 29, 2011 at 12:54 AM, Mike Giacomelli wrote: > > >The issue is that I would like to compile just the plugin I'm working on, > to get the .rock file, and not the whole

Re: 3.10: Shut down menu entry

2011-11-29 Thread Jonathan Gordon
On 30 November 2011 07:23, Thomas Jarosch wrote: > Hi, > > I've just given rockbox 3.10RC0 a spin and I really like > the way it improved on touchscreen targets like the Nokia N900. > > This is probably thanks to kugel's "list spacer" patch. > > One small thing lacking for a nice out-of-the-box ex

Re: 3.10: Shut down menu entry

2011-11-29 Thread Frank Gevaerts
On Tue, Nov 29, 2011 at 09:23:18PM +0100, Thomas Jarosch wrote: > Any chance we can squeeze something like this in for 3.10 > or is it already too late in the RC phase? > > Do we want this for all targets or just for RaaA? If this still needs to be discussed, it's *definitely* too late for 3.10.

3.10: Shut down menu entry

2011-11-29 Thread Thomas Jarosch
Hi, I've just given rockbox 3.10RC0 a spin and I really like the way it improved on touchscreen targets like the Nokia N900. This is probably thanks to kugel's "list spacer" patch. One small thing lacking for a nice out-of-the-box experience is a "Shut down" root menu entry. Support for that is

RE: dreamlayers: r31089 - trunk/apps

2011-11-29 Thread Thomas Martitz
Date: 2011-11-29 05:56:42 +0100 (Tue, 29 Nov 2011) New Revision: 31089 Log Message: FS#12414 : Fix directory functions in plugins on targets which HAVE_DIRCACHE. In rockbox_api, PREFIX( ) is removed around directory functions because that's now handled in directory header files. Thanks to Fred

Re: Beginner question -- compile only a single plugin

2011-11-29 Thread Thomas Martitz
Am 28.11.2011 23:39, schrieb Sebastian Aus: Hello. I decided to learn plugin development and I'm following the tutorial. The issue is that I would like to compile just the plugin I'm working on, to get the .rock file, and not the whole rockbox. How would I do this? make $PWD/apps/plugins/.ro