Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2010-01-15

00:00:46 Nick froggyman| is now known as froggyman (n=4845cdd1@giant.haxx.se)
00:01:00kugelnot directly, I believe. we can profile codecs (and plugins IIUC, but I couldn't it to work), so you'd need to build it into a plugin
00:01:16 Nick froggyman is now known as Guest51752 (n=4845cdd1@giant.haxx.se)
00:01:26 Nick Guest51752 is now known as froggyman| (n=4845cdd1@giant.haxx.se)
00:01:52JdGordon|if it gets down to saving a few instructinos is actually important, then those macros really are wasteful :)
00:02:19kugelyou can get the call count easily, but I don't know how easy "time spend in it" is
00:02:39JdGordon|can we get finer grained than useing the tick?
00:03:11kugelI once hacked together instrumenting a core file though, maybe it is possible
00:04:34kugelI don't know if any of our target CPUs have performance counters; but maybe the USEC_TIMER on pp could be used
00:05:35JdGordon|its known that you get better battery life if you sit in the menu instead of the wps yeah?
00:05:50kugelyes
00:06:14kugelalso, disable refreshing without backlight gave an extra 1h on the e200
00:06:39 Join fdinel [0] (n=Miranda@modemcable235.127-131-66.mc.videotron.ca)
00:06:40JdGordon|so it is actually worth putting some time into the displayer
00:07:31JdGordon|you can read arm yeah? can you have a look at the .o and see what gcc turns that switch into?
00:08:09kugelI could have a look, although i don't have the .o handy (and I'm in windows atm)
00:08:39JdGordon|one thing we could do is add another enum to the table at the top of parser.c which says which get_token() function to call for that token
00:08:55JdGordon|then we could split them up without wasting time going into extra functions
00:09:19JdGordon|maybe even use the flags member for this
00:09:36kugelexcept that easily 3x or 4x the number of branches needed (multiple switches, function call overhead)
00:10:00kugelalso, I doubt that gcc makes jump tables for small switches
00:10:53JdGordon|ok, but doing this means that even if it does a very long if/elseif block it might be half a dozen in each function which isnt terrible
00:11:07 Join nimak_ [0] (n=nima@adsl-75-45-246-123.dsl.sfldmi.sbcglobal.net)
00:12:07JdGordon|there is probably gains to be had by getting rid of the line text alignemtn support
00:12:14*kugel doesn't dare to estimate that on a function that's called so often
00:12:16JdGordon|%al%ac%ar all in one line
00:12:53JdGordon|I know thats not something that's liekly to happen
00:13:15kugelbut yea, the non-switch part of get_token_value() probably consumes a lot more cpu time
00:21:00***Saving seen data "./dancer.seen"
00:21:47 Quit nima (Read error: 110 (Connection timed out))
00:23:17 Quit Barahir_ (Read error: 104 (Connection reset by peer))
00:24:37 Join Barahir [0] (n=jonathan@gssn-5f755157.pool.mediaWays.net)
00:24:42 Join nima [0] (n=nima@adsl-75-45-239-72.dsl.sfldmi.sbcglobal.net)
00:25:33 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.")
00:33:37 Join rhodan_ [0] (n=quassel@120-88.107-92.cust.bluewin.ch)
00:34:41 Join kugel_ [0] (n=kugel@e178065168.adsl.alicedsl.de)
00:35:09kugel_JdGordon|: what I expected, I could identify the jump table
00:35:53kugel_it contains a lot jumps to the default case, so reordering (so that they match the enum order) could save some bytes
00:37:22 Join pyro_maniac [0] (n=quassel@77-23-96-13-dynip.superkabel.de)
00:37:28 Quit kugel (Read error: 113 (No route to host))
00:38:39 Quit pyro_maniac (Client Quit)
00:39:53 Quit nimak_ (Read error: 110 (Connection timed out))
00:41:00JdGordon|kugel_: I dont care about binary size, I care about speed
00:41:14JdGordon|and flexibility, which admitedly dont go hand in hand
00:41:48 Quit rhodan (Read error: 60 (Operation timed out))
00:44:06 Join nimak_ [0] (n=nima@adsl-75-45-227-10.dsl.sfldmi.sbcglobal.net)
00:49:56 Quit giLL0r (Remote closed the connection)
00:55:49 Quit nima (Read error: 110 (Connection timed out))
00:57:33 Quit matsl (Read error: 110 (Connection timed out))
01:00
01:03:34 Quit domonoky (Read error: 104 (Connection reset by peer))
01:05:27 Quit kramer3d ("Leaving")
01:10:55 Join kugel [0] (n=kugel@rockbox/developer/kugel)
01:14:04 Quit kugel_ (Read error: 60 (Operation timed out))
01:14:59 Quit nimak_ (Read error: 60 (Operation timed out))
01:16:21 Join nima [0] (n=nima@adsl-75-45-235-212.dsl.sfldmi.sbcglobal.net)
01:16:33 Join evilnick [0] (i=457288ab@rockbox/staff/evilnick)
01:29:38 Nick rhodan_ is now known as rhodan (n=quassel@120-88.107-92.cust.bluewin.ch)
01:33:02 Join nimak_ [0] (n=nima@adsl-75-45-246-188.dsl.sfldmi.sbcglobal.net)
01:33:12 Quit nima (Read error: 54 (Connection reset by peer))
01:36:04 Quit DerPapst ("Leaving.")
01:48:53JdGordon|does the tick count on the sim have *any* bareing on real life at all?
01:53:58 Join Rob2222 [0] (n=Miranda@p4FDCA98D.dip.t-dialin.net)
01:55:50 Join Spaceghost [0] (i=quassel@unaffiliated/spaceghost)
01:56:07 Part toffe82
01:58:07 Join CaptainKewl [0] (i=jds@207-237-117-89.c3-0.80w-ubr2.nyr-80w.ny.cable.rcn.com)
02:00
02:02:49 Quit bittin| ("Lost terminal")
02:04:01 Quit amiconn (Read error: 104 (Connection reset by peer))
02:04:05 Join amiconn [0] (i=quassel@rockbox/developer/amiconn)
02:06:47 Quit JdGordon| ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
02:07:39kugelJdGordon: are you trying to profile that?
02:13:39 Join JdGordon1 [0] (n=jonno@72-62-25-181.pools.spcsdns.net)
02:17:39 Join robin0800 [0] (n=quassel@genkt-057-079.t-mobile.co.uk)
02:21:03 Quit robin0800 (Remote closed the connection)
02:21:05***Saving seen data "./dancer.seen"
02:21:12JdGordon1apparently not... 5 ticks to do a skin redraw?
02:21:32JdGordon1getting logging going on the target is going to be annoying
02:23:53kugelx86 has a performance counter afaik
02:26:13kugelI don't know a trick to compile single files with -finstrument-functions, I just enabled it after everything was compiled and then it was only activated for the files recompiled
02:26:59CIA-9New commit by jdgordon (r24229): outright reject any tags which need a special parser in the wps playlist viewer. There is no intention of even trying to support them and without this ...
02:27:43kugelif you have that, you only need to provide 2 functions that are called on every function entry and exit, you'd only need to count something that has a high enough resolution between the calls of them
02:28:16JdGordon1x86 perf doesnt really mean much here.. ill figure out how to log on my mini, and yeah thats pretty much what im doing
02:28:55JdGordon1or see how many ticks it takes to call get_token() 10000 times or something
02:29:06JdGordon1after fiddling to break the jumptable
02:31:54*JdGordon1 guesses it wont make very much difference at all
02:38:48 Quit _diablo (Remote closed the connection)
02:40:00kugelon the mini you're better of counting USEC_TIMER probably
02:47:26JdGordon190% or so of tokens go through 2 swicth cases in svn!
02:47:32JdGordon1get_line() does it also
02:59:21 Join nima [0] (n=nima@adsl-75-45-233-222.dsl.sfldmi.sbcglobal.net)
03:00
03:03:36liarjho: can you please try my latest nand patch? i hope this is the last change now..
03:10:28 Quit JdGordon1 (Read error: 60 (Operation timed out))
03:11:48 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
03:12:15 Join webguest50 [0] (n=586e6f22@giant.haxx.se)
03:12:18 Join tarnzwerg [0] (n=abc@77-20-147-39-dynip.superkabel.de)
03:13:51 Quit nimak_ (Read error: 110 (Connection timed out))
03:14:44webguest50hi, can anybody tell me which ID3 tag[s] are supported by the database for user rating?
03:15:47webguest50[i've searched the forums and wiki and the database wiki page doesn't seem to specify - all it mentions is "rating" and I've tried that]
03:15:59*webguest50 wonders why he can't type normal braces
03:18:14 Join nimak_ [0] (n=nima@adsl-75-45-246-241.dsl.sfldmi.sbcglobal.net)
03:21:06JdGordonthe user rating doesnt work with id3, its a seperate system
03:22:44webguest50thanks, how does one go about adding a rating to a file then?
03:23:55webguest50is the rating stored in runtime data? if so, is there a menu entry somewhere I am missing which allows you to set it? I see nothing on the quickscreen
03:24:35evilnickYou have to enable the runtime data first
03:25:44webguest50ahhh - just noticed it. thanks. "Set song rating." so, I presume there is no way to export that data?
03:26:47evilnickwebguest50: Rating The menu entry is only shown if Gather Runtime Information is enabled. It allows the asignment of a personal rating value (0 – 10) to a track which can be displayed in the WPS and used in the Database browser. The value wraps at 10.
03:28:03evilnickThere's another option to export the modifications
03:28:17evilnickWhich will be the ratings that the user has assigned
03:28:27evilnick& playcounts
03:28:41webguest50oh, so i could write a script to parse the ascii exported runtime data and add it to the ID3 tags of MP3s
03:29:16webguest50where did you copy that from by the way? I couldn't find that in the wiki
03:29:40 Quit nima (Read error: 110 (Connection timed out))
03:30:06evilnickOur Fine Manual :) http://download.rockbox.org/daily/manual/rockbox-ipodvideo/rockbox-buildch4.html#x7-470004.2.3
03:31:08*webguest50 crawls into a corner
03:31:19evilnickI'd recommend starting with the manual and if that doesn't answer any questions THEN go to the wiki/forums/IRC
03:31:32*evilnick pulls webguest50 back out of the corner and dusts him off
03:32:39webguest50to half-excuse me, there isn't a manual for the D2 yet, but still I should've checked one of the others
03:33:14 Join rhodan_ [0] (n=quassel@168-104.107-92.cust.bluewin.ch)
03:33:29webguest50anyways, thanks. I'll go check out the format of the exported runtime data and see if I can write a script to generate an "importable ratings file" from the ID3 tags of one's library
03:35:05evilnickNo problem, and any tool like that would be a useful addition to the wiki too :)
03:35:51webguest50true, since it's a feature request. possibly speak later with a real irc client. kthxbye
03:36:17 Quit webguest50 ("CGI:IRC (EOF)")
03:43:19 Quit froggyman| ("CGI:IRC (EOF)")
03:50:56 Quit Res1 (Read error: 60 (Operation timed out))
03:51:48 Quit rhodan (Read error: 110 (Connection timed out))
03:53:50 Quit Oxymis (Read error: 110 (Connection timed out))
03:55:22 Join Res1 [0] (n=Res@adsl-067-034-129-222.sip.mco.bellsouth.net)
03:57:44 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
04:00
04:01:29 Quit panni_ ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )")
04:12:42 Quit kugel ("exit(0);")
04:21:09***Saving seen data "./dancer.seen"
04:38:04 Join rhodan [0] (n=quassel@179-49.3-85.cust.bluewin.ch)
04:39:25 Quit Strife89 ("Bed.")
04:42:48 Quit CaptainKewl ("( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )")
04:49:37 Quit tarnzwerg (Read error: 110 (Connection timed out))
04:56:14 Quit rhodan_ (Read error: 110 (Connection timed out))
04:56:36 Join Barahir_ [0] (n=jonathan@gssn-5f75780c.pool.mediaWays.net)
04:58:50 Join Sajber^ [0] (n=Sajber@c-0d3771d5.012-155-73746f22.cust.bredbandsbolaget.se)
05:00
05:03:27 Quit Sajber^ (Client Quit)
05:06:33 Join tay [0] (n=440400d9@giant.haxx.se)
05:09:18 Quit tay (Client Quit)
05:11:59 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
05:12:53 Quit Barahir (Read error: 110 (Connection timed out))
05:19:33JdGordonWTF? who plays with themeing?
05:19:53JdGordon%s on a line with conditionals... does it work?
05:32:01JdGordonrasher: scorche: ping?
05:38:20 Quit Spaceghost ("güit")
05:54:00 Join rhodan_ [0] (n=quassel@183-20.106-92.cust.bluewin.ch)
06:00
06:00:40 Quit tchan ("WeeChat 0.3.1-dev")
06:02:43 Quit Guest94783 ()
06:02:59 Quit Horscht ("Verlassend")
06:04:03JdGordonwhat does "avg" stand for with VBR files?
06:05:55 Join jfc^3 [0] (n=john@dpc6682208002.direcpc.com)
06:07:15 Quit jfc (Read error: 60 (Operation timed out))
06:07:32 Join sparkeater [0] (n=cbdcff60@giant.haxx.se)
06:07:59sparkeatersomeone is using my registered nick
06:08:39sparkeaterI registered on the forums and someone has every variant of my nick on this irc server
06:09:25sparkeaterbut a relevant question to this channel... when is the next release expected? someone said christmas (last year) last time I asked
06:11:55 Quit rhodan (Read error: 110 (Connection timed out))
06:16:43 Join tomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
06:16:46tomersany developer around?
06:17:37 Join kramer3d [0] (n=kramer@unaffiliated/kramer3d)
06:18:02tomersJdGordon: Any suggestion regarding http://www.rockbox.org/tracker/task/10911
06:18:25JdGordononly that you use should pluginlib actions
06:18:33JdGordonotherwise i didnt look at the code too much
06:18:35tomersI would like to commit it soon. BTW I have a newer version which I'm about to port there
06:18:53JdGordonits very unlikely that you'll get a review for plugins
06:19:08JdGordon(which also does mean that arguments might come up like it did with the clock a while ago :p )
06:19:17tomersJdGordon: That is outside of the scope of this patch. The mandelbrot plugin did not use pluginlib
06:19:44tomersJdGordon: I don't remember the clock stuff. What was the issue?
06:20:00JdGordonit was completly changed :)
06:20:05tomersJdGordon: I guess I'll just commit...
06:20:44tomersI've really enhanced the usability of that plugin. I didn't change any of its original behavior, I think
06:21:10***Saving seen data "./dancer.seen"
06:21:24tomersCan you just review the filenames I used? I'm not sure their are appropriately named
06:24:08 Join rhodan [0] (n=quassel@81.62.126.197)
06:24:17sparkeaterdoes anyone have any idea when the next "stable" release is due?
06:24:20 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
06:24:34 Quit tomers ("ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534]")
06:24:50 Join tomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
06:25:56tomerssparkeater: I personally really confused about it. It was delayed, but not canceled
06:42:36 Quit rhodan_ (Read error: 110 (Connection timed out))
06:44:24JdGordonsparkeater: probably 3 months
06:52:33 Join hebz0rl [0] (n=hebz0rl@dslb-088-067-219-208.pools.arcor-ip.net)
06:53:18CIA-9New commit by tomers (r24230): FS #10911 - Plugins: Fractals (formerly Mandelbrot) ...
06:59:15 Quit kramer3d ("Leaving")
07:00
07:00:54 Quit pjm0616 ()
07:10:14*tomers Fixing reds
07:17:59CIA-9New commit by tomers (r24231): Fractals: Fix red ...
07:18:30pixelmaI don't think pluginlib action will work well with mandelbrot as there are not only keys for directional movement but also for zooming in and out and increasing/decreasing precision.
07:18:33 Join kramer3d [0] (n=kramer@unaffiliated/kramer3d)
07:19:18pixelmaI guess you'll also have a hard time finding another key to switch to different sets or a menu key on all targets
07:20:09tomerspixelma: I personally dislike pluginlib :-)
07:21:46tomerspixelma: Switching different sets could be implemented with some sort of key combination (I guess). It isn't a common key combination anyway. Also, we can have it set by a menu, which this plugin might have
07:22:09pixelmaand I wonder if more sets are possible on lowmem targets withou grabbing audio buffer
07:23:06tomerspixelma: It only hold a buffer of size LCD_HEIGHT and paints row by row, using the same buffer, at least in the mandelbrot set...
07:23:42tomersI tried to have this buffer common, outside mandelbrot_set.c, so it could use by future plugins, but it created reds, and I don't want to mess with it now
07:23:58*tomers What?!
07:24:19pixelmatomers: not all targets can have key combos, but maybe you can use the quit button for a menu although I also like a simple way to quit
07:24:44tomerspixelma: Maybe a menu in the plugins start... bummer
07:26:35CIA-9New commit by tomers (r24232): Mandelbrot: Another try at fixing reds ...
07:27:19tomersI've had used the wrong local compilation, that's why I missed this reds
07:47:28*tomers Really got to go. Will fix yellows in few hours
07:47:31*tomers from now
07:48:54JdGordonyou really shouldnt leave it in a non green state... people wont like that
07:52:38GodEateryeah, that's not good form
08:00
08:01:34 Join Rob2223 [0] (n=Miranda@p4FDCB68E.dip.t-dialin.net)
08:02:30 Quit sparkeater ("CGI:IRC")
08:06:38 Quit Zarggg (Read error: 104 (Connection reset by peer))
08:06:44 Join Zarggg_ [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
08:12:57 Quit liar (Read error: 60 (Operation timed out))
08:16:15*GodEater wonders why only those 2 targets have that warning
08:17:50JdGordonthey are special :p
08:19:38JdGordonthey actually are :) is the m3's remote screen handled the same as other targets main screen?
08:20:07 Quit Rob2222 (Read error: 110 (Connection timed out))
08:20:59CIA-9New commit by jdgordon (r24233): Get rid of those horrible macros to protect against NULL reference when looking up the id3 info for tokens. ...
08:21:13***Saving seen data "./dancer.seen"
08:21:15 Quit dmb ("Leaving")
08:25:10JdGordongrr... can someone please see what revision checkwps is on the theme site and update it if its not at least 24220?
08:30:31CIA-9New commit by jdgordon (r24234): fix red
08:30:54amiconntomers: mandelbrot_set.c also needs to see USEGSLIB, hence you need to define it in a .h
08:31:33amiconnRight now it won't work on any greyscale target. It might even crash
08:32:51 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
08:33:02*amiconn thinks this madelbrot split was committed way too early
08:33:43amiconnInline functions in .c files.... this cannot work
08:34:21amiconnThey're meant for speed, but now they're *slowing down* thing. Depending on target this is potentially slower than using C code
08:39:21JdGordonsomeone want to explain the deltas on my last commit?
08:40:22Unhelpfulask bloat-o-meter/objdiff? :)
08:40:38JdGordonyeah, doing
08:40:54JdGordoncoldfire is better at something than pp and sh?
08:41:37JdGordonarm and sh i mean of course
08:43:02JdGordonbloat-o-meter only sees a 14byte diff
08:43:16UnhelpfulJdGordon: depends... on whether you're adding or removing, and what it does. CF can't do shift+logic/arith sequences nearly as efficiently as ARM, and if you're adding or removing code that abuses these, the delta will be larger on CF than ARM.. and a good deal larger on sh i'd think
08:43:16 Join crash91 [0] (n=7ab1b2e9@giant.haxx.se)
08:43:26Unhelpfultry objdiff?
08:44:21JdGordonsame... meh, I dont care that much :)
08:44:53Unhelpfulmake sure you compare the right things? (different builds for same arch)
08:45:18*JdGordon is an idiot, svn up-ed to the wrong rev
08:45:57 Join TopyMobile [0] (n=topy@f048243252.adsl.alicedsl.de)
08:46:22JdGordonthose disgusting macros that I removed added 600 bytes!
08:48:13 Quit crash91 (Client Quit)
08:52:59 Join PaulJam [0] (n=Paule@p54BEE40C.dip.t-dialin.net)
08:59:11 Join Rob2222 [0] (n=Miranda@p4FDC93BA.dip.t-dialin.net)
09:00
09:00:11 Join flydutch [0] (n=flydutch@host51-165-dynamic.15-87-r.retail.telecomitalia.it)
09:04:51 Join dmb [0] (n=Dmb@unaffiliated/dmb)
09:04:53 Quit shodanX ("leaving")
09:05:05 Join shodanX [0] (n=shodanX@static.173.82.46.78.clients.your-server.de)
09:10:20 Quit crwl (niven.freenode.net irc.freenode.net)
09:10:20NSplitniven.freenode.net irc.freenode.net
09:10:20 Quit CIA-9 (niven.freenode.net irc.freenode.net)
09:10:20 Quit kramer3d (niven.freenode.net irc.freenode.net)
09:10:20 Quit tomers (niven.freenode.net irc.freenode.net)
09:10:20 Quit rhodan (niven.freenode.net irc.freenode.net)
09:10:20 Quit Res1 (niven.freenode.net irc.freenode.net)
09:10:20 Quit GodEater (niven.freenode.net irc.freenode.net)
09:10:20 Quit gevaerts (niven.freenode.net irc.freenode.net)
09:10:20 Quit cjcopi (niven.freenode.net irc.freenode.net)
09:10:20 Quit rvvs89 (niven.freenode.net irc.freenode.net)
09:10:20 Quit topik (niven.freenode.net irc.freenode.net)
09:10:20 Quit crashd (niven.freenode.net irc.freenode.net)
09:10:20 Quit lostlogic (niven.freenode.net irc.freenode.net)
09:10:20 Quit tha (niven.freenode.net irc.freenode.net)
09:10:20 Quit blithe (niven.freenode.net irc.freenode.net)
09:10:20 Quit aevin (niven.freenode.net irc.freenode.net)
09:10:20 Quit MagusG (niven.freenode.net irc.freenode.net)
09:10:20 Quit jae (niven.freenode.net irc.freenode.net)
09:10:20 Quit jho (niven.freenode.net irc.freenode.net)
09:10:20 Quit zu (niven.freenode.net irc.freenode.net)
09:10:20 Quit lyngaas (niven.freenode.net irc.freenode.net)
09:10:20 Quit gibbon_ (niven.freenode.net irc.freenode.net)
09:10:20 Quit scorche|sh (niven.freenode.net irc.freenode.net)
09:10:20 Quit ChanServ (niven.freenode.net irc.freenode.net)
09:10:20 Quit maruk (niven.freenode.net irc.freenode.net)
09:10:20 Quit mc2739 (niven.freenode.net irc.freenode.net)
09:10:20 Quit linuxguy3 (niven.freenode.net irc.freenode.net)
09:10:20 Quit phanboy4 (niven.freenode.net irc.freenode.net)
09:10:20 Quit killan (niven.freenode.net irc.freenode.net)
09:10:20 Quit JdGordon (niven.freenode.net irc.freenode.net)
09:10:20 Quit scorche (niven.freenode.net irc.freenode.net)
09:10:20 Quit Tuplanolla (niven.freenode.net irc.freenode.net)
09:10:20 Quit krazykit (niven.freenode.net irc.freenode.net)
09:10:20 Quit preglow (niven.freenode.net irc.freenode.net)
09:10:20 Quit Torne (niven.freenode.net irc.freenode.net)
09:10:20 Quit maraz^ (niven.freenode.net irc.freenode.net)
09:10:20 Quit elcan (niven.freenode.net irc.freenode.net)
09:10:20 Quit avacore (niven.freenode.net irc.freenode.net)
09:10:20 Quit dionoea (niven.freenode.net irc.freenode.net)
09:10:20 Quit Overand (niven.freenode.net irc.freenode.net)
09:10:20 Quit daurnimator (niven.freenode.net irc.freenode.net)
09:10:20 Quit beta2k (niven.freenode.net irc.freenode.net)
09:10:20 Quit Zambezi (niven.freenode.net irc.freenode.net)
09:10:20 Quit tmzt (niven.freenode.net irc.freenode.net)
09:10:20 Quit tarbo (niven.freenode.net irc.freenode.net)
09:10:20 Quit jd (niven.freenode.net irc.freenode.net)
09:13:16NHealniven.freenode.net irc.freenode.net
09:13:16NJoinChanServ [0] (ChanServ@services.)
09:13:16NJoinkramer3d [0] (n=kramer@unaffiliated/kramer3d)
09:13:16NJointomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
09:13:16NJoinrhodan [0] (n=quassel@81.62.126.197)
09:13:16NJoinRes1 [0] (n=Res@adsl-067-034-129-222.sip.mco.bellsouth.net)
09:13:16NJoinmaruk [0] (n=lolo@ede67-1-81-56-102-26.fbx.proxad.net)
09:13:16NJoinmc2739 [0] (n=mc2739@rockbox/developer/mc2739)
09:13:16NJoinlinuxguy3 [0] (n=timj@adsl-76-203-23-66.dsl.emhril.sbcglobal.net)
09:13:16NJoinphanboy4 [0] (n=benji@c-24-98-43-198.hsd1.ga.comcast.net)
09:13:16NJoinkillan [0] (n=nnscript@c-83f070d5.06-397-67626721.cust.bredbandsbolaget.se)
09:13:16NJoinJdGordon [0] (n=jonno@rockbox/developer/JdGordon)
09:13:16NJoinscorche [50] (n=scorche@rockbox/administrator/scorche)
09:13:16NJoinMagusG [0] (i=magusg@c-98-192-69-229.hsd1.ga.comcast.net)
09:13:16NJoinjae [0] (n=jae@HSI-KBW-091-089-249-155.hsi2.kabel-badenwuerttemberg.de)
09:13:16 Join GodEater [0] (n=bibble@rockbox/staff/GodEater)
09:13:16NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
09:13:16NJoinTuplanolla [0] (n=jani@unaffiliated/tuplanolla)
09:13:16NJoincjcopi [0] (n=craig@adsl-76-243-205-250.dsl.bcvloh.sbcglobal.net)
09:13:16NJoinkrazykit [0] (n=kkit@adsl-76-240-218-117.dsl.ipltin.sbcglobal.net)
09:13:16 Join rvvs89 [0] (n=ivo@pdpc/supporter/base/rvvs89)
09:13:16NJoinjd [0] (n=jd@Wikipedia/HellDragon)
09:13:16NJoinlostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
09:13:16NJoindaurnimator [0] (i=daurnima@freenode/staff/daurnimator)
09:13:16NJoinCIA-9 [0] (n=CIA@208.69.182.149)
09:13:16NJoinelcan [0] (i=user36@pr0.us)
09:13:16NJoinaevin [0] (i=eivindsy@unaffiliated/aevin)
09:13:16NJoinpreglow [0] (i=thomj@129.241.210.199)
09:13:16NJoinTorne [0] (i=torne@rockbox/developer/Torne)
09:13:16NJoinjho [0] (n=jh@unaffiliated/cene)
09:13:16NJoinlyngaas [0] (n=staale@19.81-167-149.customer.lyse.net)
09:13:16NJointha [0] (i=1038@ccc2.rbg.informatik.tu-darmstadt.de)
09:13:16NJoinblithe [0] (n=blithe@blakesmith.me)
09:13:16NJoincrwl [0] (n=crwlll@a91-156-100-168.elisa-laajakaista.fi)
09:13:16NJointopik [0] (i=awesome@wtf.grmpf.org)
09:13:16NJoinzu [0] (n=zu@bucketheaded.eu)
09:13:16NJoincrashd [0] (i=foobar@lostnode.org)
09:13:16NJoinscorche|sh [50] (n=scorche@rockbox/administrator/scorche)
09:13:16NJoinavacore [0] (i=nobody@90.184.100.129)
09:13:16NJointmzt [0] (n=tmzt@99.164.34.42)
09:13:16NJoingibbon_ [0] (i=gibbon_@not.a.servant4you.org)
09:13:16NJoinmaraz^ [0] (i=maraz@kapsi.fi)
09:13:16NJoinZambezi [0] (i=Zulu@unaffiliated/zambezi)
09:13:16NJoindionoea [0] (n=dionoea@videolan/developer/dionoea)
09:13:16NJoinOverand [0] (i=overand@crappy.domain.name)
09:13:16NJoinbeta2k [0] (i=1000@d24-36-68-97.home1.cgocable.net)
09:13:16NJointarbo [0] (n=me@unaffiliated/tarbo)
09:13:16Mode"#rockbox +o ChanServ " by irc.freenode.net
09:13:37 Quit kramer3d ("Leaving")
09:13:41 Join kramer3d [0] (n=kramer@98.169.206.213)
09:14:10 Join Bagder [0] (n=dast@giant.haxx.se)
09:16:52 Quit Rob2223 (Read error: 110 (Connection timed out))
09:25:33 Quit Zarggg_ (Excess Flood)
09:25:36 Join Zarggg_ [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
09:26:35 Quit bertrik (Read error: 113 (No route to host))
09:30:42 Quit phanboy4 (Read error: 113 (No route to host))
09:41:35 Quit scorche (Read error: 110 (Connection timed out))
09:41:54 Quit gevaerts (Nick collision from services.)
09:42:06 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
09:44:16 Quit S_a_i_n_t (Read error: 60 (Operation timed out))
09:44:21 Join S_a_i_n_t [0] (i=S_a_i_n_@203.184.1.93)
09:46:02 Quit rasher (Read error: 110 (Connection timed out))
09:46:02 Nick Zarggg_ is now known as Zarggg (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
09:49:21 Join wry [0] (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
09:49:42 Join AndyI [0] (n=pasha_in@212.14.205.32)
09:51:08 Join funman [0] (n=fun@rockbox/developer/funman)
09:53:06 Quit amiconn ("No Ping reply in 60 seconds.")
09:53:10 Join amiconn [0] (i=quassel@rockbox/developer/amiconn)
09:53:57 Join stooo [0] (n=sto@g226130085.adsl.alicedsl.de)
09:54:44 Quit stooo (Client Quit)
10:00
10:06:08 Quit amiconn ("No Ping reply in 60 seconds.")
10:06:08 Join amiconn [0] (i=quassel@p57A0CD35.dip.t-dialin.net)
10:09:42 Quit maruk ("I like core dumps")
10:21:14***Saving seen data "./dancer.seen"
10:24:53 Quit BHSPitMonkey (Remote closed the connection)
10:31:38 Join jds2001_ [0] (n=jds2001@fedora/jds2001)
10:31:39 Join jvd_ [0] (n=syscrash@209.126.180.153)
10:31:42 Quit jds2001 (Broken pipe)
10:31:42 Quit jvd (Broken pipe)
10:32:33 Join petur [50] (n=petur@rockbox/developer/petur)
10:37:35funmanare some of you still interested into releasing 3.5 this month ?
10:37:38 Quit amiconn ("No Ping reply in 60 seconds.")
10:37:42 Join amiconn [0] (i=quassel@rockbox/developer/amiconn)
10:37:44 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
10:37:45 Quit kramer3d ("Leaving")
10:48:41 Join giLL0r [0] (n=gill0r@f054227216.adsl.alicedsl.de)
10:53:41 Quit amiconn ("No Ping reply in 60 seconds.")
10:53:41 Join amiconn [0] (i=quassel@p57A0CD35.dip.t-dialin.net)
11:00
11:06:19 Quit Zarggg (Excess Flood)
11:07:15 Quit amiconn ("No Ping reply in 60 seconds.")
11:07:23 Join amiconn [0] (i=quassel@p57A0CD35.dip.t-dialin.net)
11:07:23 Join Zarggg [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
11:14:17 Quit S_a_i_n_t ("S_a_i_n_t [St.]™ has left")
11:14:17 Join S_a_i_n_t [0] (i=S_a_i_n_@203.184.1.93)
11:14:17 Part S_a_i_n_t
11:14:17 Join S_a_i_n_t [0] (i=S_a_i_n_@203.184.1.93)
11:16:04 Quit S_a_i_n_t (Client Quit)
11:16:37 Join S_a_i_n_t [0] (i=S_a_i_n_@203.184.1.93)
11:22:38S_a_i_n_tmode +w
11:22:58 Part S_a_i_n_t
11:25:17tomersamiconn: Thanks. Will do that today
11:35:43 Join MethoS- [0] (n=clemens@134.102.106.250)
11:37:52 Join Spaceghost [0] (i=quassel@unaffiliated/spaceghost)
11:40:20 Join Space [0] (i=quassel@unaffiliated/spaceghost)
11:40:24 Join wry_ [0] (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
11:40:42 Quit wry (Read error: 104 (Connection reset by peer))
11:40:51 Quit Space (Read error: 104 (Connection reset by peer))
11:44:47 Nick wry_ is now known as wry (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
11:51:34 Quit AndyI (Read error: 104 (Connection reset by peer))
11:52:59 Quit wry ("...")
11:56:58 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
12:00
12:03:55 Quit MethoS- (Remote closed the connection)
12:09:15 Join einhirn [0] (n=Miranda@bsod.rz.tu-clausthal.de)
12:11:14 Join watto [0] (n=watto@193.203.81.165)
12:12:27AlexPWhy was mandlebrot renamed? I don't really care, I just don't remember seeing any mention of it before it was done.
12:14:15funmanAlexP: looking at the commit log, it's to add other fractals
12:14:33AlexPhmmm, OK
12:15:10AlexPI don't care, and this probably makes sense - it just would have expected to see it mentioned first :)
12:15:27 Join AndyI [0] (n=pasha_in@212.14.205.32)
12:15:54Unhelpfulso, it'll support that 3D mandelbulb thingy soon?
12:19:29 Join rasher [0] (n=rasher@0x5550f5a3.adsl.cybercity.dk)
12:21:15***Saving seen data "./dancer.seen"
12:21:28 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
12:25:23 Join DerPapst [0] (n=DerPapst@p4FE8F233.dip.t-dialin.net)
12:28:14 Join kaniini [0] (n=kaniini6@dyn75-70.yok.fi)
12:28:53 Join knine [0] (n=kaniini6@dyn75-70.yok.fi)
12:29:46 Join AndyIL [0] (n=pasha_in@212.14.205.32)
12:29:46 Quit AndyI (Read error: 104 (Connection reset by peer))
12:30:22 Quit AndyIL (Client Quit)
12:33:44 Quit ChanServ (niven.freenode.net irc.freenode.net)
12:33:44NSplitniven.freenode.net irc.freenode.net
12:33:55NHealniven.freenode.net irc.freenode.net
12:33:55NJoinChanServ [0] (ChanServ@services.)
12:33:55Mode"#rockbox +o ChanServ " by irc.freenode.net
12:35:10 Join AndyI [0] (n=pasha_in@212.14.205.32)
12:37:25 Quit AndyI (Read error: 104 (Connection reset by peer))
12:37:26 Join AndyIL [0] (n=pasha_in@212.14.205.32)
12:39:07tomersAlexP: Indeed I forgot to explain or document the name change...
12:40:17AlexPtomers: Yeah, I see why now - I was just surprised to see it at first
12:40:53AlexPChanging names is always a pain in the arse, as people will now have both Mandelbrot and Fractal
12:41:00AlexPCan't avoid that though
12:42:06 Quit ChanServ (niven.freenode.net irc.freenode.net)
12:42:15tomersThere are other fractals sets: Julia set, etc... http://en.wikipedia.org/wiki/Julia_set
12:42:48NJoinChanServ [0] (ChanServ@services.)
12:42:48Mode"#rockbox +o ChanServ " by irc.freenode.net
12:44:17tomersI just want to say that today I will close all related bugs of my work. I've already noticed that screen scrolling doesn't work on ipod4g, and probably on other gray targets as well. My assumption is that it is a simulator bug (that's what I am using). Does anyone of you have a gray LCD target, which can test this?
12:44:36AlexPAt home, but not with me
12:44:48AlexPWhat do you mean by screen scrolling?
12:44:53funmani have a clipv1, should I just look if long entries scroll ?
12:45:35 Join Kitar|st [0] (i=Kitr88@BSN-182-66-252.dial-up.dsl.siol.net)
12:45:40tomersWhen the user moves, the rect that was already painted is scrolled. See apps/plugins/fractals/fractal.c in plugin_start()
12:46:19AlexPoh, you mean scrolling in fractal
12:46:33tomersfunman: I've meant in the fractals plugin. It uses MYXLCD(scroll_down),when #define MYXLCD(fn) grey_ub_ ## fn
12:46:44AlexPI'll look tonight if you like
12:46:58tomersthanks!
12:48:13 Quit kaniini (Read error: 110 (Connection timed out))
12:48:23CIA-9New commit by tomers (r24235): Fractals: Fix yellow ...
12:49:26funmantomers: how can i trigger the bug? fractals look fine on clipv
12:50:30tomersfunman: Does it move and zoom properly? If so, then it is OK. Also check in the simulator, it might be a bug there.
12:52:09funmanit moves and zooms properly
12:52:28tomersgood! I'll check the simulator myself
12:53:09tomersfunman: Is it Clip v1 ?
12:54:52funmanyes
12:55:10*tomers Compiling sansaclip simulator to see if it works there
12:56:04 Join teru [0] (n=teru@KD059133108225.ppp.dion.ne.jp)
12:58:10tomersfunman: The fractals plugin in the sansaclip simulator looks like crap :-( It doesn't even shows the initial view properly
12:58:35funmanother demos using graylib work fine?
12:58:53tomersUnfortunately, no
12:59:51tomersI don't know if it is a bug in the plugin or in the LCD implementation of the simulator. Most probably the first one is trye
12:59:56tomerss/trye/true
13:00
13:00:11funmanif other demos don't work the bug is in the sim
13:00:59CIA-9New commit by tomers (r24236): Fractals: Use defines for colors ...
13:03:08tomersOther demos work. It's my bug... Most probably it worked before today (too bad I can't test it right now). I'll sit on it tonight. I have to go now.
13:08:46 Quit tomers ("ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534]")
13:09:11 Quit funman ("free(random());")
13:16:01 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
13:20:41 Quit bagawk (Read error: 60 (Operation timed out))
13:21:00 Join bagawk [0] (n=lee@c-98-232-168-140.hsd1.or.comcast.net)
13:28:39 Quit shodanX ("leaving")
13:28:43 Join shodanX [0] (n=shodanX@static.173.82.46.78.clients.your-server.de)
13:29:43 Quit knine ("BRB! IRL!")
13:34:25 Quit shodanX ("leaving")
13:34:37 Join dfkt_ [0] (i=dfkt@unaffiliated/dfkt)
13:35:43 Join simabeis [0] (n=simabeis@static.173.82.46.78.clients.your-server.de)
13:35:45 Join kaniini [0] (n=kaniini6@86.50.104.70)
13:36:24 Quit dfkt (Nick collision from services.)
13:39:42 Nick dfkt_ is now known as dfkt (i=dfkt@unaffiliated/dfkt)
14:00
14:04:42 Join maruk [0] (n=papier@titanium.sdv.fr)
14:10:45 Quit evilnick ("Page closed")
14:10:45 Quit rasher (Read error: 104 (Connection reset by peer))
14:10:52 Join rasher_ [0] (n=rasher@0x5550f5a3.adsl.cybercity.dk)
14:11:11 Nick rasher_ is now known as rasher (n=rasher@rockbox/developer/rasher)
14:15:05 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
14:21:18***Saving seen data "./dancer.seen"
14:25:35 Quit rasher (Read error: 104 (Connection reset by peer))
14:25:38 Join rasher_ [50] (n=rasher@rockbox/developer/rasher)
14:25:47 Nick rasher_ is now known as rasher (n=rasher@rockbox/developer/rasher)
14:39:54 Join froggymana [0] (n=187b533e@giant.haxx.se)
14:41:01 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
14:48:16 Quit DerPapst ("Leaving.")
15:00
15:01:06 Quit Oxymis (Remote closed the connection)
15:03:44CIA-9New commit by funman (r24237): Sansa AMS: remove "ata" from SD drivers filenames
15:04:49 Quit AndyIL (Read error: 104 (Connection reset by peer))
15:08:19 Quit parafin ("So long and thanks for all the fish")
15:08:26 Join parafin [0] (i=parafin@paraf.in)
15:19:38 Join evilnick [0] (i=0c140464@rockbox/staff/evilnick)
15:21:28 Join AndyI [0] (n=pasha_in@212.14.205.32)
15:23:04 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
15:27:48 Quit hebz0rl (Read error: 104 (Connection reset by peer))
15:28:21 Nick froggymana is now known as froggyman (n=187b533e@giant.haxx.se)
15:29:17 Join DerPapst [0] (n=DerPapst@wlan-nat-24.fh-friedberg.de)
15:31:00 Join liar [0] (n=liar@clnet-p09-185.ikbnet.co.at)
15:39:41 Nick jfc^3 is now known as jfc (n=john@dpc6682208002.direcpc.com)
15:50:24 Quit froggyman ("CGI:IRC")
15:55:32 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
15:58:41 Join tchan1 [0] (n=tchan@c-67-173-8-246.hsd1.il.comcast.net)
15:58:54 Join tarnzwerg [0] (n=abc@77-20-147-39-dynip.superkabel.de)
16:00
16:03:55 Join domonoky [0] (n=Domonoky@g229165053.adsl.alicedsl.de)
16:04:25 Join {phoenix} [0] (n=dirk@p57AA3E65.dip.t-dialin.net)
16:04:33 Join pjm0616 [0] (n=user@61.250.113.98)
16:08:50 Quit tchan (Read error: 110 (Connection timed out))
16:11:31soapJdGordon, I assume you're at work, so give me a shout when you have a bit of time after. I have an idea regarding your playlist viewer in WPS.
16:12:13 Quit Oxymis (Read error: 110 (Connection timed out))
16:15:53 Part Bagder
16:16:51 Quit pjm0616 (Client Quit)
16:17:10 Join pjm0616 [0] (n=user@61.250.113.98)
16:20:25 Quit nimak_ (Read error: 54 (Connection reset by peer))
16:20:32 Join nima [0] (n=nima@adsl-75-45-246-241.dsl.sfldmi.sbcglobal.net)
16:21:20***Saving seen data "./dancer.seen"
16:26:32 Quit PaulJam (Read error: 113 (No route to host))
16:28:34 Nick jds2001_ is now known as jds2001 (n=jds2001@fedora/jds2001)
16:29:44 Join toffe82 [0] (n=chatzill@12.169.218.14)
16:37:07 Join nimak_ [0] (n=nima@adsl-75-45-247-44.dsl.sfldmi.sbcglobal.net)
16:38:21 Join kugel [0] (n=kugel@rockbox/developer/kugel)
16:38:51 Quit nima (Read error: 60 (Operation timed out))
16:39:12kugelheh, I profiled strlen()
16:40:54amiconngrml
16:44:35kugelgrml?
16:45:02 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
16:45:39 Quit teru ("Quit")
16:46:48 Join stooo [0] (n=sto@g226130085.adsl.alicedsl.de)
16:53:31 Part LinusN
17:00
17:01:26kugela call with short strings needs ~60µs it seems
17:02:19saratogawhich player, clock speed?
17:02:57kugele200
17:03:02kugel30mhz
17:05:11 Quit Oxymis (Read error: 110 (Connection timed out))
17:05:27kugelit appears to be slower for aligned strings :S
17:07:55saratogawhere is usb_charging defined in the manual?
17:09:05 Quit bmbl ("Bye!")
17:10:52saratogahuh r24005 screws up the manual
17:11:27saratogawhy exactly was usb_charging disabled on all but 2 targets?
17:11:43 Join nima [0] (n=nima@adsl-75-45-244-225.dsl.sfldmi.sbcglobal.net)
17:11:49 Join Horschti [0] (n=Horscht2@xbmc/user/horscht)
17:13:11saratogatomers: can you explain that commit?
17:15:36gevaertsusb_charging seems to be used in two different meanings in the manual...
17:16:10 Join PaulJam [0] (n=Paule@p54BEEAA4.dip.t-dialin.net)
17:16:31kugelalright, it makes sense then. the strlen optimizations for aligned strings makes it slightly slower for short strings, but a lot faster for longer ones
17:16:58gevaertsi.e. r24005 removed one bug by adding another one
17:19:10saratogathe other meaning is if theres an option to enable/disable it ?
17:19:17gevaertsyes
17:19:31kugelthe other implementiation which does byte checks until the string is aligned is a lot faster for unaligned strings than our strlen()
17:20:20saratogawhich devices can actually disable USB charging?
17:20:28saratogai would think that would be an all or none option
17:21:05gevaertsI'd expect those with HAVE_USB_CHARGING_ENABLE, i.e. h300 and nano2g
17:21:41 Quit petur ("work->home")
17:21:51gevaertsI'm not sure what exactly that means on those though
17:27:03 Quit nimak_ (Read error: 110 (Connection timed out))
17:28:57Tornefor nano2g I believe it means what the proposed patch for the older ipods means: whether to draw 100 or 500 mA from USB
17:29:17saratogait seems that it just checks if a device implements usb_charging_enable
17:29:24Torne(which means that charging is never actually disabled)
17:30:07Tornesaratoga: yes, that's what it means in the manual
17:30:26Torneat some point i need to write a proposal for how to revise all this stuff
17:30:52Tornethe differences in capability between devices is too much, and the code i have not yet written which follows usb charging rules properly would complicate it more :(
17:31:01saratogahow do other targets handle enabling charging?
17:31:08gevaertsthey don't
17:31:09Tornethey don't
17:31:15Torneall the other targets do nothing special
17:31:29Tornehwusb targets do whatever the hw usb does, obviously
17:31:45gevaertsFor the r24005 issue, I think features.txt just needs usb_charging and usb_charging_enable, dependent on HAVE_USB_POWER and HAVE_USB_CHARGING_ENABLE, and then the manual can use both in the right places
17:31:56Torneswusb targets either always draw 500mA, or always draw 100mA, or always draw whatever the source will provide, or try and do it right but not entirely (gigabeat S)
17:32:21Tornei think we need to come up with a better plan for this :)
17:32:53Tornesince depending on hardware there might be *four* choices for instantaneous behaviour (0/100/500/infinite) and several choices for how to choose between them :(
17:33:17Tornemost of the ipods have the 100/500 choice, and it's suspected they also have the 0 choice.
17:33:42*kugel could make strlen() a lot faster for unaligned long strings, but that would make unaligned short strings a bit slower (aligned strings untouched)
17:35:26saratogaTorne: but that option is just used to enable or disable charging altogether
17:35:37saratogai think all sw charging targets can do that
17:35:44TorneNo, it's not :)
17:35:44saratogai know AMS can
17:35:54Torneit's only used on h300 and nano2g
17:35:57gevaertssaratoga: the hardware may be able to do that, but the code doesn't do it
17:36:10Tornebecause the option isn't there on anything else, as you already said :)
17:36:22Torneand on nano2g I don't think it *does* disable charging altogether
17:36:32Tornei think it just stops it from setting the full power mode
17:36:33*kugel thinks it would be worth it, the average case would probably be improved
17:36:35*gevaerts still thinks that whoever thought of charging over usb should be locked up
17:37:12kugelif it was only one person there probably wouldn't be a mess :p
17:37:24 Quit Horscht (Success)
17:37:37gevaertsthey should have thought of it while writing the USB spec, or not at all
17:37:56saratogaTorne: we have code written to control enabling the USB charger on AMS, its just not exposed outside of /firmware
17:37:59gevaertskugel: maybe run a build that has counters for all categories?
17:38:05Tornesaratoga: right. and what are the options?
17:38:17Tornecan it do all four of 0/100/500/infinite?
17:38:25saratogai think its TRUE/FALSE
17:38:31kugelgevaerts: even more work?
17:38:55saratoga OFFON_SETTING(0,usb_charging,LANG_USB_CHARGING,false,"usb charging",NULL),
17:38:57TorneYes, but is that "don't draw any power at all vs draw 500ma" or "draw none vs draw 100ma" or "draw 100ma vs 500ma" or "draw 500ma vs unregulated" etc :)
17:39:22Tornethere exist devices (not necessarily targets we support now, but embedded devices in general) which can do *all four* of those
17:39:31kugelI'm not sure I can do real realistic tests; the counter has limited accuracy
17:40:00Torneand there are at least three reasonable user desires for how to charge: "draw minimal/no power because i don't want my laptop battery sucked up, draw power in accordance with th eusb spec so my hardware doesn't melt, draw as much power as possible to charge fast"
17:40:02saratogawhat the reason for exposing this to the user ?
17:40:12Tornesaratoga: i'm not suggesting exposing this to the user
17:40:20Tornei'm just saying that having a setting which is on/off is inadequate
17:40:20kugelI currently count µs for like thousand calls. I'm not sure it's accurate enough for single calls
17:40:30Tornegiven that different hardware has wildly varying capabilities
17:40:46Torneand given that some of those capabilities violate specs and risk physical damage to the devices involved
17:40:53saratogaTorne: well if theres no reason to expose it to the user, then HAVE_USB_CHARGING_ENABLE should be removed since its only used in the settings menu as far as I can tell
17:41:21Torneyou are missing the point entirely
17:41:38Tornethe user may want one of the three things above, or something else
17:42:19Tornenone of them correspond nicely to a yes/no answer to the question "enable usb charging"
17:42:30Torneat least not in a generic way; they do on some targets, maybe
17:42:58gevaertskugel: I mean, the tests you've done show how expensive various string lengths are, but we basically have no idea about how the lengths are distributed. What I'm suggesting is to change strlen() to collect that data (and only that, no timing tests in the same run)
17:43:10gevaertsAnd then combine both sets of data to decide
17:43:30gevaertsAnd finally make sure not to commit this slow debug code :)
17:43:39kugelwhat I did seems faster for medium strings already (length: 15-20
17:43:40kugel)
17:43:58kugelI'm doing this within a plugin, don't worry :p
17:44:17gevaertsThat's what I was suspecting :)
17:44:29saratogano I mean do we actually have a good reason to let users decide how a USB charger works? it seems like a pretty rarely used setting
17:44:59gevaertssaratoga: if you don't, you can't really connect a player that does USB charging to a non-powered hub
17:45:18Tornesaratoga: at the moment what we do is different on different players, even when it shouldn't be
17:45:30Tornesome players we charge at full speed even when the USB spec *forbids* this
17:45:38Tornesome players we don't charge at full speed even when the usb spec allows this
17:45:51gevaertskugel: but do you have some idea about how long typical strings are?
17:45:52Torneand there is no way for the user to control this behaviour
17:46:15Tornesaratoga: specific example: if I plug a DAP that always charges into my keyboard's internal USB hub my keyboard stops working
17:46:25Tornebecause the hub's safety cutout kills the power to the entire hub including the keyboard
17:46:40 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
17:46:40Tornea cheaper piece of hardware might melt :)
17:46:45Torneor at least let out the magic smoke.
17:46:56kugelgevaerts: no
17:47:09gevaertsso collect that information :)
17:48:00kugelbugger :)
17:48:02Tornesaratoga: another specific example: i've seen people request a no-charging-at-all option before, because they want to use their mp3 player as a disk for a laptop or similar, and they don't want to extend the already perfectly sufficient life of the mp3 player's battery at the expense of the laptop's probably insufficient life
17:48:36Tornecurrently our behaviour is haphazard across different targets, only a few targets give the user control at all, and the user's control doesn't necessarily do what you think it does.
17:48:42Tornedoes that explain the problem? :)
17:55:41 Join _diablo [0] (n=_diablo@c-71-63-155-234.hsd1.mn.comcast.net)
17:59:14 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
17:59:30 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.")
18:00
18:03:01 Join jordan`` [0] (n=jordan@78.235.252.137)
18:03:22 Quit jordan` (Read error: 113 (No route to host))
18:05:49 Quit Oxymis (Read error: 60 (Operation timed out))
18:07:00 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
18:07:04 Nick jvd_ is now known as jvd (n=syscrash@209.126.180.153)
18:07:47kugelthere's seems to be an extra ordinary huge strlen call count at boot for strings with len == 2
18:08:18kugelit's at 10k+ shortly after boot, but then when using rockbox actually it doesn't go up as fast anymore
18:09:39kugelah
18:09:50kugelskin parsing is calling it with 2 so often
18:14:40 Quit saratoga ("Page closed")
18:14:59 Join kramer3d [0] (n=kramer@unaffiliated/kramer3d)
18:16:39 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
18:19:45 Nick tchan1 is now known as tchan (n=tchan@c-67-173-8-246.hsd1.il.comcast.net)
18:19:58 Quit robin0800 (Remote closed the connection)
18:20:18 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
18:21:23***Saving seen data "./dancer.seen"
18:28:08kugelgevaerts: http://imagebin.org/80048
18:28:46 Part maruk
18:32:42 Join pamaury [0] (n=pamaury@ALyon-551-1-39-152.w80-9.abo.wanadoo.fr)
18:33:07kugelhttp://imagebin.org/80049 a bit better readable (without the 10k peak)
18:36:54*kugel decides to not do anything
18:37:25 Quit {phoenix} (Remote closed the connection)
18:37:46kugelthe optimization gives a noticable speed up only for strings > 15, and it appears only a very little percent of strings passed to strlen have such a length
18:38:11 Join nimak_ [0] (n=nima@75.45.241.62)
18:39:04 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
18:42:36 Join bertrik [0] (n=bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
18:44:04gevaertskugel: have you checked for alignment?
18:44:29 Join wry [0] (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
18:44:34kugelno
18:45:22gevaertsit might be worth checking if aligned strlen only has the same distribution
18:46:35 Join balug_ [0] (n=dvg@HSI-KBW-095-208-155-207.hsi5.kabel-badenwuerttemberg.de)
18:46:57kugelreally?
18:47:36gevaertshm, not sure
18:51:25 Quit nima (Read error: 110 (Connection timed out))
18:52:03 Quit nimak_ (Read error: 104 (Connection reset by peer))
18:53:00JdGordonsoap: pong, or wait another 40min
18:53:06 Join nima [0] (n=nima@adsl-75-45-250-92.dsl.sfldmi.sbcglobal.net)
18:53:26soapperfect timing
18:53:43soap(on your part, though it appears with the commit I'm too late)
18:54:19soapYour playlist in WPS idea got me thinking that seeing the /previous/ track would be nice.
18:54:24 Join Sajber^ [0] (n=Sajber@c-0d3771d5.012-155-73746f22.cust.bredbandsbolaget.se)
18:55:01soapI assume you could do it the same way, so long as it is in the buffer, but was uncertain what the costs would be of just remembering the last track info regardless of buffer status.
18:55:03JdGordondon't tell anyone, but you can use negative offsets already
18:55:35JdGordonI really wnated to add that, but was having problems getting the id3... it might work, it probbaly wont just yet
18:55:38JdGordonthats on the list
18:56:31JdGordonna, I dont want to touch the buffer at all, if the track isnt there anymore it wouldn't try to remember it
18:56:49kugelwouldn't it be possible to alloc a id3 struct on the skin buffer, and copy from the real struct upon TRACKCHANGE event?
18:57:33JdGordonits too late by then
18:57:51soapthe issue I see - and perhaps I've missed a conversation on this in the last few days - is that an option has been given to themers which is going to behave inconsistently.
18:58:46JdGordonnot really. the bahaviour is consistant with a set of rules
18:59:03 Quit tarnzwerg (Read error: 110 (Connection timed out))
18:59:29soapIf I make a theme showing current track and next track I know what I'm going to get.
19:00
19:00:03soapIf I make a themes showing current track, next, and third track, the third track may or may not show up depending on buffer status - correct?
19:04:11JdGordonyou have 2 text fields to play with, one for if the buffer is there, the second if its not
19:04:16*JdGordon back in an hour
19:04:24JdGordonhave a look at the demo wps in the thread
19:05:25 Quit Oxymis (Read error: 60 (Operation timed out))
19:06:21 Join Strife89 [0] (n=michael@adsl-154-11-130.mcn.bellsouth.net)
19:07:54 Join Guest12839 [0] (i=46fe29d2@gateway/web/freenode/x-toowwrgyivpmvgyf)
19:08:01 Part Guest12839
19:22:37 Nick Barahir_ is now known as Barahir (n=jonathan@gssn-5f75780c.pool.mediaWays.net)
19:22:50 Join StealthyXIIGer [0] (n=stealthy@c-68-62-19-6.hsd1.mi.comcast.net)
19:30:57 Join TopyMobile_ [0] (n=topy@f049081179.adsl.alicedsl.de)
19:33:03 Quit DerPapst ("Leaving.")
19:39:39 Join phanboy4 [0] (n=benji@c-24-98-43-198.hsd1.ga.comcast.net)
19:43:08 Join DerPapst [0] (n=DerPapst@p4FE8F233.dip.t-dialin.net)
19:45:32 Join JdGordon| [0] (n=Miranda@nat/microsoft/x-ieeggrwhqqdaxnpi)
19:47:05 Join petur [0] (n=peter@d54C6F9B2.access.telenet.be)
19:47:25 Quit TopyMobile (Read error: 110 (Connection timed out))
19:49:19 Quit _diablo (Read error: 110 (Connection timed out))
19:49:44 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
19:49:59 Join _diablo [0] (n=diablo@c-71-63-155-234.hsd1.mn.comcast.net)
19:52:12 Quit amiconn (Nick collision from services.)
19:52:14 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
19:52:19 Quit pixelma (Nick collision from services.)
19:52:21 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
19:52:33 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
19:52:38 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
19:53:15 Quit robin0800 (Remote closed the connection)
19:53:55 Join anjaa [0] (i=anjaa@beerhazard.se)
19:55:30JdGordon|soap: back
19:56:06JdGordon|I dont tihnk its any different to the other tags which show nothing when there is no id3 info avilable
19:56:13JdGordon|%i* %I*
19:56:37soapwow - your timing is impeccable today. Just got back to the computer 2 minutes ago.
19:57:32soapThe difference is that those /predictably/ "fail" (I hate the negative conitations of fail, but can't think of another word - don't take it as an insult please)
19:57:44 Quit wry ("...")
19:58:47soapThey also behave consistently and the lack of info can be remedied by user action (tagging files). The thing about this is that it will show the third track one time, and not the next - depending on buffer status.
19:59:31 Join kugel_ [0] (n=kugel@e178123225.adsl.alicedsl.de)
19:59:42 Quit kugel (Nick collision from services.)
19:59:47 Nick kugel_ is now known as kugel (n=kugel@e178123225.adsl.alicedsl.de)
20:00
20:00:38JdGordon|in that case, the bigger problem should be that you will get blanks if a tag isnt there (genre for example) but the rest are
20:00:57JdGordon|if there is no info at all then a second set of tags will be shown (probably just the filename)
20:01:13JdGordon|the line looks like %Vp|1|%ia|%fn|
20:01:34JdGordon|artist is always shown (or tries to show) if the id3 is loaded, filename otherwise
20:01:49JdGordon|if the artist field isnt set, it will be blank
20:02:14 Join panni_ [0] (i=hannes@ip-95-222-52-93.unitymediagroup.de)
20:02:52soapI was going to say "yea, I dig" in a slightly dismissive way - but that doesn't help you understand my lack of understanding. I guess what I am trying to understand (and lord knows you are under no obligation to justify yourself to me of all people (this REALLY is just an attempt to understand, not confront))
20:03:50soapis (even though the implementation of this is inexpensive, it seems to be the first time there has been a WPS tag which behaves so inconsistently.
20:06:12JdGordon|"what I'm trying to understand is..." ?
20:06:38soapclose parentheses after "inexpensive" instead of a comma.
20:07:58soap"what I'm trying to understand is..." To be blunt - since when is any binsize cost justified in the name of "features" which behave in an unreliable manner? (blunt but with no insult intended)
20:10:18JdGordon|blunt is good :)
20:10:31JdGordon|you're saying it shuold have been more expensive or not at all?
20:10:39soaplol
20:11:16soap_asking_ (not saying) Why implement features simply "because we can" if they have dubious merit?
20:11:49JdGordon|I disagree with the second part of that :)
20:11:55 Join CaptainKewllll [0] (i=2669ecc2@gateway/web/freenode/x-qcpvwkefljwesdgz)
20:11:57JdGordon|and "because we can" is what drives human nature
20:12:16soapI mean, I LIKE the ability to show tracks deeper in the playlist - but I can't see using this since it will not /consistently/ show me the Nth track.
20:12:49kugelironically the playlist viewer is more useless with less RAM, and considering the cost it helps rendering itself useless :p
20:12:52soapI may be an arrogant SOB, but I can't believe I'm the only one who feels it isn't worth scripting into a WPS because of that issue.
20:13:31JdGordon|ignoring completly that it goes wierd at the end of the playlist. you can set it up to always get the filename, you can always have it showing something
20:14:06JdGordon|kugel: that confused me alot
20:14:55JdGordon|soap: To be perfectly honest, I *Hate* writing wps code, and this wouldnt want me to go diving either, but I felt it was a really cool idea and would be very useful for those that would use it
20:15:05JdGordon|(and i thought it would be more of a challenge than it was :p )
20:15:29JdGordon|size wise, I cant imagine its even close to the amount "wasted" for AA
20:15:37 Quit lostlogic ("leaving")
20:16:11kugelmaybe you could've waited to see if it's really as cool as you thought
20:16:31kugelI'm not arguing against it, but i also doubt I'm ever going to use it
20:16:31JdGordon|oh it is!
20:17:11 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
20:17:42soapThe distinction my addled mind is drawing, though, (and this is the last time I'll say it) is that AA behaves in a predictable manner (assuming the end user has their half of the bargain done). This behaves in a manner I find inconsistent - and appears that it must (without the whole "read the metadata of tracks not yet buffered")
20:18:37 Join lostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
20:19:26JdGordon|not entirely.
20:19:43JdGordon|even if AA is setup correctly, it still might not display for buffer reasons
20:19:44kugelJdGordon|: my theme shows small parts of the main backdrop in the wps
20:20:11 Quit jd (Read error: 104 (Connection reset by peer))
20:20:23 Join jd [0] (n=jd@modemcable207.134-202-24.mc.videotron.ca)
20:20:39kugelstrangely though, if I move the set_backdrop() part in the if (restore) part into enter_wps(), then it works ... and enter_wps() is also called in the if (restore) part!
20:20:39JdGordon|but yes, you are correct that it acts differently to everything else, but its also the only one which can take skin code as inputs, so it has to
20:21:03 Quit amiconn (Nick collision from services.)
20:21:06 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
20:21:26 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
20:21:27***Saving seen data "./dancer.seen"
20:21:31 Quit pixelma (Nick collision from services.)
20:21:33 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
20:21:51 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
20:23:26JdGordon|soap: also, I really think that anyone who is smart enuogh to be able to write up a wps, and understands the need to do %?It<%It> will understand why this works how it does
20:23:40soapthank you, JdGordon, (who is nick "jd"? (they're messing up my tab-complete)) for taking the time to hear my grievances.
20:24:08JdGordon|jd isnt me!... kill the imposter!
20:25:37 Quit AndyI (Read error: 104 (Connection reset by peer))
20:26:18 Quit bmbl (Read error: 54 (Connection reset by peer))
20:26:33 Quit Horschti ("Verlassend")
20:27:01 Join efyx_ [0] (n=efyx@lap34-1-82-225-185-146.fbx.proxad.net)
20:27:20 Join wry [0] (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
20:27:41 Quit wry (Client Quit)
20:29:49 Join wry [0] (n=wry@c-76-17-228-65.hsd1.mn.comcast.net)
20:29:49 Quit wry (Client Quit)
20:32:44 Join stoffel [0] (n=quassel@p57B4FE29.dip.t-dialin.net)
20:34:28CIA-9New commit by gevaerts (r24238): Differentiate between HAVE_USB_CHARGING_ENABLE and HAVE_USB_POWER for the manual. This is what r24005 probably should have been
20:35:03rasherWhy is the themes.db suddenly not writable by the themes user on the theme site
20:35:07 Join p3tur [50] (n=petur@rockbox/developer/petur)
20:35:08rasherscorche: mind helping out here?
20:36:45 Join nimak_ [0] (n=nima@adsl-75-45-243-99.dsl.sfldmi.sbcglobal.net)
20:37:33 Quit PaulJam (Read error: 113 (No route to host))
20:40:07rasherscorche: chown themes:www-data private/themes.db; chmod 770 private/themes.db
20:42:26gevaertsWhere does the delta in r24238 come from? That should not have changed any code
20:43:40JdGordon|bloat-o-meter
20:43:58gevaertssurely that doesn't *cause* bloat? ;)
20:44:04kugelmaybe language related
20:44:40gevaertsshouldn't be. That feature is only used in the manual as far as I can see
20:44:56*gevaerts hopes to know soon
20:46:04scorche|shrasher: lemme have a look
20:46:58rasherscorche|sh: It's obstructing the cronjob that should've updated with checkwps results
20:47:21gevaertsit seems to be language. Why?
20:47:42pixelmaI don't think we have many manual only features
20:48:20pixelmayou could look at any language that is somewhat up-to-date and see where usb_* is used
20:48:44gevaertsgah, I didn't look properly
20:48:47*gevaerts is an idiot
20:48:48kugelgevaerts: maybe more targets get the langs marked with usb_charging now?
20:49:27gevaertsrasher: how bad is it for lang files if a feature gets renamed? Will strings change?
20:49:46rashergevaerts: if you change the langfiles accordingly, there's no issue
20:49:48rasherafaik
20:49:52gevaertsok
20:50:02scorche|shrasher: done
20:51:08 Quit nima (Read error: 110 (Connection timed out))
20:51:20 Quit kugel (Read error: 60 (Operation timed out))
20:51:43 Join kugel [0] (n=kugel@rockbox/developer/kugel)
20:51:56CIA-9New commit by gevaerts (r24239): Also change usb_charging to usb_charging_enable in the lang files
20:52:48 Quit TopyMobile_ ("Ex-Chat")
20:54:09 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
20:54:29 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
20:54:30 Quit kugel (Nick collision from services.)
20:54:36 Join kugel [0] (n=kugel@e178122082.adsl.alicedsl.de)
20:57:06 Join dantje_ [0] (n=dvg@HSI-KBW-095-208-155-207.hsi5.kabel-badenwuerttemberg.de)
20:58:25 Part watto
20:58:31 Quit Oxymis (Read error: 104 (Connection reset by peer))
20:59:06 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
21:00
21:01:03 Join NaughtyGirl85 [0] (i=bgd@77.222.24.116)
21:01:29 Quit NaughtyGirl85 (Remote closed the connection)
21:07:51 Join Oxymis_ [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
21:08:30 Quit Oxymis (Read error: 104 (Connection reset by peer))
21:12:40 Quit Horscht ("Verlassend")
21:25:57 Quit kugel (Remote closed the connection)
21:32:33 Quit _diablo ("Leaving")
21:38:00 Join amigan_ [0] (i=dcp1990@pool-96-233-148-187.prvdri.fios.verizon.net)
21:43:55 Quit dantje_ (Read error: 110 (Connection timed out))
21:46:26 Join funman [0] (n=fun@rockbox/developer/funman)
21:48:52funmanbertrik: could you test on your c200v2 the patches i posted on http://forums.rockbox.org/index.php?topic=23263.msg160679#msg160679 ?
21:51:39JdGordon|rasher: :'(
21:54:40 Quit funman ("Lost terminal")
22:00
22:01:19 Quit stooo (Read error: 110 (Connection timed out))
22:02:09 Join froggyman [0] (n=sopgenor@pool-72-69-205-209.chi01.dsl-w.verizon.net)
22:02:11AlexPAny fuze owners?
22:02:36AlexPDo you check the OF version with Settings −−> System Info?
22:05:41JdGordon|not regularly
22:06:37AlexPhehe :)
22:06:44AlexPYou know full well what I mean :)
22:08:19AlexPSystem Settings according to google
22:09:37JdGordon|I can double check for you when i get home, if you remind me
22:09:54AlexPCheers - I'm pretty confident that is correct
22:10:19AlexPI'll stick it in anyway as a testament to my confidence :)
22:12:07CIA-9New commit by alex (r24240): Add note about the unsupported v2 model to the Fuze manual.
22:15:40 Quit GeekShadow (Read error: 54 (Connection reset by peer))
22:15:50 Quit Oxymis_ ("No Ping reply in 180 seconds.")
22:16:11 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
22:21:30***Saving seen data "./dancer.seen"
22:22:24 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
22:31:00CIA-9New commit by saratoga (r24241): Clarify boot to OF on USB insert for Sansa AMS to make clear that the player will always boot to the OF on USB power up.
22:31:10 Quit Oxymis ("No Ping reply in 180 seconds.")
22:31:30 Join Oxymis [0] (n=quassel@adsl-065-013-002-216.sip.asm.bellsouth.net)
22:33:01 Quit CaptainKewllll (niven.freenode.net irc.freenode.net)
22:33:01NSplitniven.freenode.net irc.freenode.net
22:33:01 Quit evilnick (niven.freenode.net irc.freenode.net)
22:42:20 Join nookupeous [0] (n=d86ae5cc@giant.haxx.se)
22:43:20nookupeoushas any more progress been made on the ipod 6G using that vulnerability?
22:44:15krazykit0 progress is still 0 progess
22:44:27 Quit bertrik ("De groeten")
22:51:02 Join evilnick [0] (n=0c140464@rockbox/staff/evilnick)
22:53:42CIA-9New commit by saratoga (r24242): Apparently my text editor puts tabes in .tex files.
22:56:33 Quit nookupeous ("CGI:IRC")
22:59:27 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
23:00
23:03:54NHeal(timeout) niven.freenode.net irc.freenode.net
23:25:04 Quit evilnick ("CGI:IRC")
23:34:01 Join perfectdrug [0] (n=5b0ee648@giant.haxx.se)
23:35:06perfectdrughi:) why is it that the themes site just shows themes for the e200v1 but not for the v2 player? I thought they are the same...
23:35:31JdGordon|they are the same, its a bug somewhere
23:42:45perfectdrugok thank you I was just curious
23:43:11 Quit ChanServ (niven.freenode.net irc.freenode.net)
23:43:11NSplitniven.freenode.net irc.freenode.net
23:43:11 Quit crwl (niven.freenode.net irc.freenode.net)
23:43:11 Quit CIA-9 (niven.freenode.net irc.freenode.net)
23:43:11 Quit nimak_ (niven.freenode.net irc.freenode.net)
23:43:11 Quit lostlogic (niven.freenode.net irc.freenode.net)
23:43:11 Quit panni_ (niven.freenode.net irc.freenode.net)
23:43:11 Quit toffe82 (niven.freenode.net irc.freenode.net)
23:43:11 Quit tchan (niven.freenode.net irc.freenode.net)
23:43:11 Quit scorche (niven.freenode.net irc.freenode.net)
23:43:11 Quit topik (niven.freenode.net irc.freenode.net)
23:43:11 Quit cjcopi (niven.freenode.net irc.freenode.net)
23:43:11 Quit Res1 (niven.freenode.net irc.freenode.net)
23:43:11 Quit blithe (niven.freenode.net irc.freenode.net)
23:43:11 Quit tha (niven.freenode.net irc.freenode.net)
23:43:11 Quit crashd (niven.freenode.net irc.freenode.net)
23:43:11 Quit rhodan (niven.freenode.net irc.freenode.net)
23:43:11 Quit rvvs89 (niven.freenode.net irc.freenode.net)
23:43:11 Quit aevin (niven.freenode.net irc.freenode.net)
23:43:11 Quit GodEater (niven.freenode.net irc.freenode.net)
23:43:11 Quit GeekShadow (niven.freenode.net irc.freenode.net)
23:43:11 Quit jho (niven.freenode.net irc.freenode.net)
23:43:11 Quit MagusG (niven.freenode.net irc.freenode.net)
23:43:11 Quit anjaa (niven.freenode.net irc.freenode.net)
23:43:11 Quit zu (niven.freenode.net irc.freenode.net)
23:43:11 Quit gibbon_ (niven.freenode.net irc.freenode.net)
23:43:11 Quit jae (niven.freenode.net irc.freenode.net)
23:43:11 Quit scorche|sh (niven.freenode.net irc.freenode.net)
23:43:11 Quit lyngaas (niven.freenode.net irc.freenode.net)
23:43:11 Quit Horscht (niven.freenode.net irc.freenode.net)
23:43:11 Quit froggyman (niven.freenode.net irc.freenode.net)
23:43:11 Quit pixelma (niven.freenode.net irc.freenode.net)
23:43:11 Quit amiconn (niven.freenode.net irc.freenode.net)
23:43:11 Quit JdGordon| (niven.freenode.net irc.freenode.net)
23:43:11 Quit phanboy4 (niven.freenode.net irc.freenode.net)
23:43:11 Quit Sajber^ (niven.freenode.net irc.freenode.net)
23:43:11 Quit balug_ (niven.freenode.net irc.freenode.net)
23:43:11 Quit jordan`` (niven.freenode.net irc.freenode.net)
23:43:11 Quit domonoky (niven.freenode.net irc.freenode.net)
23:43:11 Quit kaniini (niven.freenode.net irc.freenode.net)
23:43:11 Quit preglow (niven.freenode.net irc.freenode.net)
23:43:11 Quit linuxguy3 (niven.freenode.net irc.freenode.net)
23:43:11 Quit elcan (niven.freenode.net irc.freenode.net)
23:43:11 Quit killan (niven.freenode.net irc.freenode.net)
23:43:11 Quit avacore (niven.freenode.net irc.freenode.net)
23:43:11 Quit dionoea (niven.freenode.net irc.freenode.net)
23:43:11 Quit Zambezi (niven.freenode.net irc.freenode.net)
23:43:11 Quit maraz^ (niven.freenode.net irc.freenode.net)
23:43:11 Quit Torne (niven.freenode.net irc.freenode.net)
23:43:11 Quit krazykit (niven.freenode.net irc.freenode.net)
23:43:11 Quit Tuplanolla (niven.freenode.net irc.freenode.net)
23:43:11 Quit JdGordon (niven.freenode.net irc.freenode.net)
23:43:11 Quit mc2739 (niven.freenode.net irc.freenode.net)
23:43:11 Quit Overand (niven.freenode.net irc.freenode.net)
23:43:11 Quit tmzt (niven.freenode.net irc.freenode.net)
23:43:11 Quit tarbo (niven.freenode.net irc.freenode.net)
23:43:11 Quit daurnimator (niven.freenode.net irc.freenode.net)
23:43:11 Quit beta2k (niven.freenode.net irc.freenode.net)
23:43:11 Quit parafin (niven.freenode.net irc.freenode.net)
23:43:11 Quit ps-auxw (niven.freenode.net irc.freenode.net)
23:43:11 Quit bzed (niven.freenode.net irc.freenode.net)
23:43:29 Quit p3tur (niven.freenode.net irc.freenode.net)
23:43:29 Quit stoffel (niven.freenode.net irc.freenode.net)
23:43:29 Quit petur (niven.freenode.net irc.freenode.net)
23:43:29 Quit pamaury (niven.freenode.net irc.freenode.net)
23:43:29 Quit pjm0616 (niven.freenode.net irc.freenode.net)
23:43:29 Quit bagawk (niven.freenode.net irc.freenode.net)
23:43:29 Quit Zarggg (niven.freenode.net irc.freenode.net)
23:43:29 Quit gevaerts (niven.freenode.net irc.freenode.net)
23:43:29 Quit Kitar|st (niven.freenode.net irc.freenode.net)
23:43:29 Quit jfc (niven.freenode.net irc.freenode.net)
23:43:29 Quit Tomis (niven.freenode.net irc.freenode.net)
23:43:29 Quit mikroflops (niven.freenode.net irc.freenode.net)
23:43:29 Quit stacker55 (niven.freenode.net irc.freenode.net)
23:43:29 Quit n17ikh (niven.freenode.net irc.freenode.net)
23:43:29 Quit BeFalou (niven.freenode.net irc.freenode.net)
23:43:29 Quit sbhsu (niven.freenode.net irc.freenode.net)
23:43:29 Quit kadoban (niven.freenode.net irc.freenode.net)
23:43:29 Quit Strife89 (niven.freenode.net irc.freenode.net)
23:43:29 Quit giLL0r (niven.freenode.net irc.freenode.net)
23:43:29 Quit jds2001 (niven.freenode.net irc.freenode.net)
23:43:29 Quit dmb (niven.freenode.net irc.freenode.net)
23:43:29 Quit Rob2222 (niven.freenode.net irc.freenode.net)
23:43:29 Quit yosafbridge (niven.freenode.net irc.freenode.net)
23:43:29 Quit martian67 (niven.freenode.net irc.freenode.net)
23:43:29 Quit Unhelpful (niven.freenode.net irc.freenode.net)
23:43:29 Quit BlakeJohnson86 (niven.freenode.net irc.freenode.net)
23:43:29 Quit advcomp2019 (niven.freenode.net irc.freenode.net)
23:43:29 Quit AlexP (niven.freenode.net irc.freenode.net)
23:43:29 Quit Topy (niven.freenode.net irc.freenode.net)
23:43:29 Quit HBK (niven.freenode.net irc.freenode.net)
23:43:29 Quit sinuc (niven.freenode.net irc.freenode.net)
23:43:29 Quit ThomasAH (niven.freenode.net irc.freenode.net)
23:43:29 Quit Zagor (niven.freenode.net irc.freenode.net)
23:43:29 Quit chrism (niven.freenode.net irc.freenode.net)
23:43:29 Quit amigan_ (niven.freenode.net irc.freenode.net)
23:43:29 Quit liar (niven.freenode.net irc.freenode.net)
23:43:29 Quit Galois (niven.freenode.net irc.freenode.net)
23:43:29 Quit Hadaka (niven.freenode.net irc.freenode.net)
23:43:29 Quit Kopfgeldjaeger (niven.freenode.net irc.freenode.net)
23:43:29 Quit soap (niven.freenode.net irc.freenode.net)
23:43:29 Quit twick (niven.freenode.net irc.freenode.net)
23:43:29 Quit alexbobp (niven.freenode.net irc.freenode.net)
23:43:29 Quit rasher (niven.freenode.net irc.freenode.net)
23:43:29 Quit B4gder (niven.freenode.net irc.freenode.net)
23:43:29 Quit rphillips (niven.freenode.net irc.freenode.net)
23:43:29 Quit perfectdrug (niven.freenode.net irc.freenode.net)
23:43:29 Quit efyx_ (niven.freenode.net irc.freenode.net)
23:43:29 Quit kramer3d (niven.freenode.net irc.freenode.net)
23:43:29 Quit Spaceghost (niven.freenode.net irc.freenode.net)
23:43:29 Quit Barahir (niven.freenode.net irc.freenode.net)
23:43:29 Quit ansuz (niven.freenode.net irc.freenode.net)
23:43:29 Quit fyrestorm (niven.freenode.net irc.freenode.net)
23:43:29 Quit flyback (niven.freenode.net irc.freenode.net)
23:43:29 Quit xavieran (niven.freenode.net irc.freenode.net)
23:43:29 Quit chaos (niven.freenode.net irc.freenode.net)
23:43:29 Quit fxb__ (niven.freenode.net irc.freenode.net)
23:43:29 Quit FOAD (niven.freenode.net irc.freenode.net)
23:43:29 Quit Slasheri (niven.freenode.net irc.freenode.net)
23:43:29 Quit YPSY (niven.freenode.net irc.freenode.net)
23:43:34 Quit Kohlrabi (Success)
23:43:34 Quit flydutch (Success)
23:43:34 Quit jvd (Dead socket)
23:43:34 Quit ehntoo (Dead socket)
23:43:34 Quit simabeis (Dead socket)
23:43:39 Quit Oxymis (Remote closed the connection)

Previous day | Next day