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 2012-11-09

00:00:43gevaertsstripwax: you probably want the cherry pick command, and to get rid of it you want some form of git reset, but I can't remember which one right now
00:01:05stripwaxgevaerts - ok thanks. I foresee some playing required.
00:01:22stripwaxThe diff command I need seems to be "git diff master" rather than just "git diff", fwiw..
00:02:03gevaertsIn some cases, not in general :)
00:02:07stripwaxHow do other folks do this - what's a typical working recipe for testing out people's changes from gerrit?
00:02:08gevaertsgit show, more likely
00:02:50gevaertsAh, yes. To get rid of *one* commit, 'git reset −−soft HEAD^'
00:02:53 Join sciopath [0] (~sciop@yer91-2-82-237-54-159.fbx.proxad.net)
00:03:29gevaertsSo to test a single gerrit patch,
00:03:32gevaertsgit fetch git://git.rockbox.org/rockbox refs/changes/40/340/1 && git cherry-pick FETCH_HEAD
00:03:41gevaerts<do stuff>
00:03:48gevaertsgit show to show the diff and stuff
00:04:19stripwaxdoes that scale in the case where I need *two* gerrit patches?
00:04:24 Quit sciopat (Ping timeout: 246 seconds)
00:04:35gevaertsand then when you don't want it any more, either 'git reset −−soft HEAD^' or 'git reset −−soft <some commit id>'
00:04:51gevaertsMostly
00:05:17stripwaxI did the "git checkout" (not cherry pick), followed by a "git pull −−rebase" and then (because it complained I wasn't on a branch) a "git rebase master", but not entirely sure what state I am now in.
00:05:30gevaertsHm
00:06:02gevaertsThat *might* be equivalent to the single cherry-pick
00:06:09stripwaxyep, I think it might
00:06:19gevaertsgit log should tell, compared to what you expect
00:06:34*gevaerts is only beginner in all this
00:06:41stripwax:-)
00:07:29stripwaxgit log shows me LOTS of commits (but two top entries are the changes I pulled from gerrit) - is that expected, or should it show ONLY those gerrit change-ids?
00:07:50gevaertsIt should show the full history
00:08:07stripwaxah I think those are just commits in master, which look like the expected ones.
00:08:10stripwaxright
00:08:15gevaertsIf it has the gerrit ones at the top, you should be fine
00:08:35stripwaxI'm sure I'll get the hang of git soon
00:08:37stripwax..
00:09:06gevaertsGetting the rebases wrong can make those end up somewhere halfway, in which case the hashes won't be the same between your tree and the official one, and you're likely to end up in a mess
00:09:23gevaertsWhenever you're *really* stuck, don't touch anything and ask Torne for help :)
00:09:29stripwaxheh, yeah.
00:09:44stripwaxI have no local changes, I could easily start afresh I think.
00:10:04gevaertsYes, but on the other hand that's a risk-free learning opportunity :)
00:10:04stripwaxI've got a bunch of local changes in my old svn repository but that's a different matter..
00:10:16stripwax:-)
00:10:20stripwaxI'll play..
00:10:43stripwaxnext stupid question - how can I update a reviewer comment on gerrit and/or add a new comment? is adding myself as reviewer the appropriate etiquette for commenting on a patch?
00:11:01stripwax(where by 'patch' I mean 'change id on gerrit')
00:11:56 Quit pamaury_ (Ping timeout: 246 seconds)
00:12:09gevaertsTo deal with those, I'd recommend putting your git tree at the corresponding revision (there's probably a neat way to find that, but git log and searching for the right git-svn-id line works), so the change applies cleanly, then make a git commit, and then rebase
00:12:27gevaertsthose == local changes in your old svn repository
00:12:47gevaertshm, not sure about the review thing
00:17:09stripwaxthanks for the help. hopefully I'll get back in the swing of committing stuff back to rockbox real soon!
00:17:23SuperBrainAKHello World well i've got a problem as I was re-soldering the headphone jack on my sansa clip+ just as I got it to play out of both channels and I snap it back together it goes black I hold the power button, plug it in just to power and then to my vista pc nothing exept it telling me i need to reformat it. I pop it open again and hard reset it, once I got some firmware loading screen and then some values(I think hardware?) I have no clue
00:17:23SuperBrainAK how to proceed with it (I love my sansa </3)
00:20:58 Join sciopat [0] (~sciop@yer91-2-82-237-54-159.fbx.proxad.net)
00:24:52 Quit sciopath (Ping timeout: 240 seconds)
00:24:59stripwaxSuperBrainAK - people might be able to help if you can post exactly what you see on the screem (rough descriptions and guesses probably not enough information to go on)
00:25:32stripwaxSuperBrainAK - is it possible that you broke it?
00:28:58SuperBrainAKthe problem is those screens came up once yesterday and when I pressed a button it goes blank and I havent noticed any physical damage and was trying to be careful, I do know that at least it is charging the battery
00:42:44SuperBrainAKo.k. well... it is on i held the power button and then just pressed it and it came on with the "battery empty shutting down" screen it shut off so i plugged it into 5V and it came on normally with no clock, and its charging now, going to wait to put it back together until it has enough to stay on @3,6v now. thanks for the concern :)
00:43:17 Quit stripwax (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
00:43:40 Quit lebellium (Quit: ChatZilla 0.9.89 [Firefox 17.0/20121031065642])
00:44:34SuperBrainAKby the way whats the minimum battery voltage it will let it be?
00:51:14 Quit Xerion (Ping timeout: 248 seconds)
00:52:20 Quit prof_wolfff (Ping timeout: 246 seconds)
00:55:32 Quit SuperBrainAK (Ping timeout: 260 seconds)
00:57:04 Join Clear_runway [0] (~Clear_run@74.221.202.246)
01:00
01:08:41 Quit yuriks (Ping timeout: 268 seconds)
01:09:17 Quit GodEater (Ping timeout: 256 seconds)
01:12:20***Saving seen data "./dancer.seen"
01:15:32 Join yuriks [0] (~yuriks@147.126.10.25)
01:16:07 Quit ender1 (Quit: If it wasn't for C, we'd be writing programs in BASI, PASAL, and OBOL. -- A Programmer (@1Pr0grammer))
01:20:07 Quit sentriz (Ping timeout: 252 seconds)
01:21:02 Quit yuriks (Ping timeout: 246 seconds)
01:26:48 Quit kadoban (Ping timeout: 260 seconds)
01:33:59 Join GodEater [0] (~bibble@cl-711.lon-02.gb.sixxs.net)
01:33:59 Quit GodEater (Changing host)
01:33:59 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
01:46:03 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
01:55:21 Join yuriks [0] (~yuriks@147.126.81.6)
02:00
02:17:25 Join amayer [0] (~alex@72.25.53.76)
02:22:34 Quit kadoban (Ping timeout: 252 seconds)
02:32:21 Quit yuriks (Ping timeout: 252 seconds)
02:38:44 Join yuriks [0] (~yuriks@147.126.81.6)
02:38:58 Part amayer
03:00
03:12:24***Saving seen data "./dancer.seen"
03:20:52 Join amayer [0] (~alex@72.25.53.76)
03:21:37 Part amayer
03:21:45 Join amayer [0] (~alex@72.25.53.76)
03:24:43 Quit derk0pf ()
03:25:01 Quit saratoga (Ping timeout: 245 seconds)
03:31:33 Quit factor (Read error: Connection reset by peer)
03:34:42 Join Xerion [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
03:43:15amayer[Saint]: JdGordon: did you ever figure out the progress bar slider the other day?
03:46:05 Join factor [0] (~factor@r74-195-190-199.msk1cmtc01.mskgok.ok.dh.suddenlink.net)
03:56:45 Quit XavierGr (Ping timeout: 240 seconds)
04:00
04:23:22JdGordonamayer: no, no time to spend on it
04:23:26JdGordonmaybe on the weeekend
04:24:52amayerJdGordon: i was just asking if you get what we were talking about?
04:25:26 Quit yuriks (Ping timeout: 276 seconds)
04:31:49JdGordonoh yeah, i tihnk i understoood at the end
04:33:48amayercool cool
04:37:21 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:37:21 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:37:21 Quit amiconn (Disconnected by services)
04:37:21 Quit pixelma (Disconnected by services)
04:37:23 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:37:23 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:37:29amayerJdGordon: are you making it possible to exclude a line if the tag isnt set?
04:37:31amayeri.e. if there is no year set
04:37:33amayer%?ia<%ia>
04:37:35amayer%?iy<%iy>
04:37:37amayer%?ig<%ig>
04:37:39amayerwould output:
04:37:41amayerSenses Fail
04:37:43amayerRock
04:37:52amayerinstead of:
04:37:54amayerSenses Fail
04:37:58amayerRock
04:38:54amayer(or am i missing some special piece of knollege about the theme engine that would let me do this)
04:39:16JdGordon?
04:39:45JdGordonno, its not possible to go back a line if it is empty
04:39:50JdGordonif thats what you're asking?
04:44:09 Join TheSphinX_ [0] (~briehl@p5B322601.dip.t-dialin.net)
04:44:42 Quit TheSphinX^ (Read error: Operation timed out)
05:00
05:00:45JdGordonamayer:
05:01:34amayerJdGordon: oh ok. thats what i was asking
05:01:50JdGordoni tihnk it ould be really easy to add thugh
05:01:53JdGordonbut a bit nasty
05:02:27amayerim trying to get familiar with the theme site or i would be looking more into the themeing engine
05:02:32JdGordonsaint has an awesome setup which checks what the previous lines are expected to show to decide what to show now
05:04:39amayer[Saint]: ping
05:04:41amayeryour theme engine hacks/bug exploits are needed
05:05:05amayerwait... he isnt here
05:12:28***Saving seen data "./dancer.seen"
05:16:38 Quit Rower85 (Quit: Hmmm...)
05:16:48 Quit Prodicus (Ping timeout: 265 seconds)
05:16:49 Join SuperBrainAK [0] (~Andy@97-124-86-103.phnx.qwest.net)
05:19:18 Quit ParkerR_ (Excess Flood)
05:21:17 Quit [7] (Disconnected by services)
05:21:25 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:23:41 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
05:24:05 Quit Clear_runway (Ping timeout: 240 seconds)
05:29:47 Quit markun (Ping timeout: 276 seconds)
05:31:20 Nick ParkerR is now known as ParkerR_ (ParkerR@unaffiliated/parkerr)
05:32:45 Join yuriks [0] (~yuriks@147.126.10.25)
05:33:23 Join pretty_function [0] (~sigBART@123.252.212.11)
05:41:21SuperBrainAKwell world i think im in the market for a new sansa because i leave it to charge set the date & time then hit resume playback and it gets stuck saying "loading" and i turn it off and it insists on staying off any way. any way i could refirmware it in its current state? (not showing properly as a removable drive and not really booting up)
05:42:21SuperBrainAKsorry i couldnt think of a better word for refirmware :)
05:52:50 Join tjb0607 [0] (~tjb0607@208.100.172.134)
06:00
06:04:15 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
06:07:01 Quit akaWolf (Client Quit)
06:07:27 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
06:31:04 Quit yuriks (Ping timeout: 252 seconds)
06:34:15 Quit factor (Read error: Connection reset by peer)
06:44:38 Quit mystica555 (Read error: Operation timed out)
06:51:45 Join factor [0] (~factor@r74-195-190-199.msk1cmtc01.mskgok.ok.dh.suddenlink.net)
06:54:01 Join mortalis [0] (~mortalis@195.34.194.126.kalibroao.ru)
06:56:06 Join Prodicus [0] (~chatzilla@69.169.144.239.provo.static.broadweavenetworks.net)
06:58:38 Part amayer
07:00
07:01:05 Quit Prodicus (Ping timeout: 240 seconds)
07:02:38 Quit pretty_function (Ping timeout: 260 seconds)
07:10:26 Quit SuperBrainAK (Quit: quit)
07:12:05 Join kevku [0] (x@indeed.tastes.like.everything.mm.am)
07:12:29***Saving seen data "./dancer.seen"
07:12:32 Quit perrikwp_ (Ping timeout: 268 seconds)
07:15:02 Join pretty_function [0] (~sigBART@123.252.212.11)
07:15:53 Join prof_wolfff [0] (~prof_wolf@213.37.219.103.dyn.user.ono.com)
07:30:21 Join mystica555 [0] (~Mike@71-218-27-170.hlrn.qwest.net)
07:38:49 Join perrikwp [0] (~quassel@cpe-075-177-082-185.triad.res.rr.com)
07:43:16 Join stoffel [0] (~quassel@pD9E4145E.dip.t-dialin.net)
07:50:55 Join LinusN [0] (~linus@giant.haxx.se)
07:52:42 Quit prof_wolfff (Ping timeout: 246 seconds)
08:00
08:01:38 Join perrikwp_ [0] (~quassel@cpe-075-177-082-185.triad.res.rr.com)
08:04:12 Quit perrikwp (Ping timeout: 252 seconds)
08:05:36 Quit ParkerR_ (Excess Flood)
08:05:42 Join ParkerR [0] (ParkerR@withg.org)
08:05:42 Quit ParkerR (Changing host)
08:05:42 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
08:08:43 Quit mc2739 (Ping timeout: 255 seconds)
08:08:46 Quit perrikwp_ (Ping timeout: 245 seconds)
08:09:06 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
08:13:51 Join perrikwp [0] (~quassel@cpe-075-177-082-185.triad.res.rr.com)
08:16:55 Join yuriks [0] (~yuriks@147.126.10.21)
08:20:47 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
08:23:36 Quit kevku (Ping timeout: 272 seconds)
08:35:15 Quit pretty_function (Ping timeout: 248 seconds)
08:36:46 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
08:44:31 Join ender1 [0] (krneki@foo.eternallybored.org)
08:44:34 Join Zagor [0] (~bjst@sestofw01.enea.se)
08:44:35 Quit Zagor (Changing host)
08:44:35 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
08:47:03 Join petur [0] (~petur@rockbox/developer/petur)
08:47:04 Quit bertrik (Read error: Connection reset by peer)
09:00
09:09:01 Quit yuriks (Ping timeout: 255 seconds)
09:12:30***Saving seen data "./dancer.seen"
09:22:16 Join Scromple [0] (~Simon@161.43.73.67)
09:23:08 Quit Scromple_ (Ping timeout: 276 seconds)
09:24:12 Join kevku [0] (x@2a01:d0:ffff:34a::2)
09:31:45 Quit mc2739 (Ping timeout: 246 seconds)
09:33:57 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
09:34:01 Quit fyre^OS (Read error: Connection reset by peer)
09:34:07 Join fyrestorm [0] (~nnscript@cpe-24-90-154-40.nyc.res.rr.com)
09:39:36 Quit kevku (Ping timeout: 272 seconds)
09:42:35wodzSince we have tlsf in /lib wouldn't it be benificiary to use it for lua? It is usually faster then dlmalloc (especially in worst case scenarios where it is faster something like 3-4 orders of magnitude) and causes less fragmentation.
09:42:43wodz?
09:44:05 Join kevku [0] (x@2a01:d0:ffff:34a::2)
10:00
10:06:09 Join sciopa [0] (~sciop@yer91-2-82-237-54-159.fbx.proxad.net)
10:07:31 Quit freqmod (Ping timeout: 252 seconds)
10:09:19 Quit sciopat (Ping timeout: 255 seconds)
10:12:03 Join freqmod [0] (~quassel@cm-84.215.142.108.getinternet.no)
10:15:53 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net)
10:15:54 Quit pamaury (Changing host)
10:15:54 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:21:16 Quit stoffel (Remote host closed the connection)
10:32:47kugelwodz: i think so
10:32:54kugeli thought it does already?
10:33:14wodzkugel: no it uses dlmalloc
10:35:00wodzThe only quirk I see is that current implementation in luaplugin allows to grab audiobuff in case of OOM in pluginbuf transparently. This will need wrapper (rather simple one).
10:49:54 Quit kevku (Ping timeout: 260 seconds)
10:53:12 Join kevku [0] (x@2a01:d0:ffff:34a::2)
10:57:13 Join derk0pf [0] (~k@p5DDC3AC8.dip.t-dialin.net)
11:00
11:01:24 Nick ParkerR is now known as ParkerR_ (ParkerR@unaffiliated/parkerr)
11:09:02 Quit kevku (Ping timeout: 260 seconds)
11:12:34***Saving seen data "./dancer.seen"
11:17:09 Quit tjb0607 (Ping timeout: 260 seconds)
11:22:00 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
11:39:28 Quit wodz (Quit: Leaving)
12:00
12:01:04 Join Robin0800_ [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
12:03:26 Quit Robin0800_ (Client Quit)
12:03:46 Join Robin0800_ [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
12:05:37 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
12:07:26 Quit petur (Quit: *plop*)
12:10:09 Quit Torne (Quit: Lost terminal)
12:10:41 Join Torne [0] (~torne@rockbox/developer/Torne)
12:12:38 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
12:14:13 Quit fs-bluebot (Ping timeout: 246 seconds)
12:15:31 Join fs-bluebot [0] (~fs-bluebo@g231120209.adsl.alicedsl.de)
12:15:37 Quit bluebrother^ (Ping timeout: 246 seconds)
12:15:56 Quit Robin0800_ (Read error: Connection reset by peer)
12:21:53Tornegevaerts: i think you meant reset −−hard talking to folks earlier
12:22:16Torne−−soft undoes a commit, but leaves *files* alone, and leaves them added to the index, i.e. it is the literal opposite of "commit"
12:38:33 Quit scorche (Disconnected by services)
12:38:37 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
12:47:23 Quit factor (Ping timeout: 252 seconds)
13:00
13:12:36***Saving seen data "./dancer.seen"
13:12:57 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
13:15:24 Join factor [0] (~factor@r74-195-190-199.msk1cmtc01.mskgok.ok.dh.suddenlink.net)
13:32:31 Quit Robin0800 (Remote host closed the connection)
13:35:45 Quit derk0pf ()
13:40:17 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
13:42:19 Join derk0pf [0] (~k@p5DDC3AC8.dip.t-dialin.net)
13:44:02 Quit Robin0800 (Remote host closed the connection)
13:44:33 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
13:46:16 Quit Robin0800 (Client Quit)
13:46:33 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
14:00
14:08:30 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
14:21:05 Quit derk0pf (Ping timeout: 264 seconds)
14:21:42 Join derk0pf [0] (~k@p5DDC2DC6.dip.t-dialin.net)
14:26:45 Nick SC_ is now known as sc_ (~sc@tt6.net)
14:29:03 Quit Robin0800 (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
14:29:23 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
14:31:58 Quit Robin0800 (Remote host closed the connection)
14:32:17 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
14:32:54 Quit Robin0800 (Client Quit)
14:35:07 Join Robin0800 [0] (~quassel@cpc1-brig15-2-0-cust755.3-3.cable.virginmedia.com)
14:58:20 Quit Zagor (Quit: Clint excited)
15:00
15:05:02 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
15:05:36 Join pretty_function [0] (~sigBART@123.252.212.11)
15:12:39***Saving seen data "./dancer.seen"
15:24:17 Join wodz [0] (~wodz@89-76-32-53.dynamic.chello.pl)
15:24:30wodzha, I've got animated gifs to work
15:24:46wodzgonna cleanup stuff a bit and I'll push it to gerrit
15:25:17 Join Clear_runway [0] (~Clear_run@74.221.202.246)
15:27:50 Quit mortalis (Quit: Leaving)
15:32:43 Join M1kki [0] (~Mikki@dslb-088-073-244-040.pools.arcor-ip.net)
15:32:55 Quit RAThomas (Remote host closed the connection)
15:33:04 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net)
15:35:01 Quit RAThomas (Remote host closed the connection)
15:35:38 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net)
15:43:33 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
15:44:38 Quit zoktar (Ping timeout: 265 seconds)
15:45:15*wodz asks for tests of g348
15:52:42 Quit Rower85 (Quit: Hmmm...)
15:56:45 Join zoktar [0] (~zoktar@unaffiliated/zoktar)
15:59:02 Join sentriz [0] (~Senan@78.143.151.93)
16:00
16:06:16 Quit derk0pf ()
16:10:11 Join Prodicus [0] (~chatzilla@69.169.144.239.provo.static.broadweavenetworks.net)
16:16:09 Quit wodz (Quit: Leaving)
16:23:55 Quit soap (Read error: Connection reset by peer)
16:28:56 Join dfkt [0] (dfkt@unaffiliated/dfkt)
16:35:27 Join screwsss [0] (~braun@124-169-31-189.dyn.iinet.net.au)
16:38:22 Join amayer_ [0] (~amayer@mail.weberadvertising.com)
16:41:19 Join soap [0] (~soap@rockbox/staff/soap)
16:50:18 Join sciopath [0] (~sciop@yer91-2-82-237-54-159.fbx.proxad.net)
16:53:35 Quit sciopa (Ping timeout: 276 seconds)
16:57:35 Quit Clear_runway (Ping timeout: 240 seconds)
17:00
17:08:19 Quit nosa-j (Ping timeout: 248 seconds)
17:08:23 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
17:11:44 Join pacovila [0] (~fravd@89.130.175.197)
17:12:43***Saving seen data "./dancer.seen"
17:12:52 Join nosa-j [0] (~m00k@184.76.254.130)
17:18:24amayer_does anyone currently admin for the themesite?
17:21:33AlexPamayer_: yes
17:21:46AlexPIf you mean approve themes and the like
17:21:49AlexPrather than server stuff
17:23:56 Quit shamus (Read error: Connection reset by peer)
17:24:08 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
17:28:54amayer_AlexP: i was wondering because this theme
17:29:01amayer_http://themes.rockbox.org/index.php?themeid=1665&target=ipodvideo
17:29:02amayer_is an old version of this theme
17:29:02amayer_http://themes.rockbox.org/index.php?themeid=1666&target=ipodvideo
17:29:03DBUGEnqueued KICK amayer_
17:29:03amayer_and they are both still listed as being there.
17:29:05amayer_I also noticed that the theme site has said "Admin Work Needed" for a while now.
17:30:04AlexPIt always does
17:30:13AlexPAs there is always something waiting
17:31:04AlexPAnyway, I'll fix that
17:31:04AlexPWhen the server decides to respond
17:35:54amayer_AlexP: Thanks
17:36:12 Quit RAThomas (Remote host closed the connection)
17:36:58 Quit pamaury (Read error: Operation timed out)
17:37:50 Join kevku [0] (x@indeed.tastes.like.everything.mm.am)
17:43:15 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net)
17:45:22 Join Horscht [0] (~Horscht@p5DD57CF5.dip.t-dialin.net)
17:45:22 Quit Horscht (Changing host)
17:45:22 Join Horscht [0] (~Horscht@xbmc/user/horscht)
17:57:09 Join prof_wolfff [0] (~prof_wolf@213.37.219.103.dyn.user.ono.com)
17:57:22 Join lebellium [0] (~chatzilla@e179036192.adsl.alicedsl.de)
18:00
18:26:05 Quit RAThomas (Quit: ChatZilla 0.9.89 [Firefox 16.0.1/20121010144125])
18:27:23 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
18:31:17 Join tjb0607 [0] (~tjb0607@208.100.172.134)
18:31:29 Quit factor (Read error: Connection reset by peer)
18:34:05 Join SuperBrainAK [0] (~Andy@97-124-86-103.phnx.qwest.net)
18:36:11bertrikI think I found a bug relating to RDS parsing
18:38:40 Join factor [0] (~factor@r74-195-190-199.msk1cmtc01.mskgok.ok.dh.suddenlink.net)
18:39:38lebelliumah!
18:40:23lebelliumI don't know what is RDS parsing but everything dealing with "RDS" and "bug" is interesting to me
18:40:39lebelliumI'd really like it to work properly again
18:42:36 Join Horschti [0] (~Horscht@p5DD57CF5.dip.t-dialin.net)
18:42:36 Quit Horschti (Changing host)
18:42:36 Join Horschti [0] (~Horscht@xbmc/user/horscht)
18:46:27 Quit Horscht (Ping timeout: 248 seconds)
18:48:49 Quit amayer_ (Quit: amayer_)
18:49:12 Join amayer_ [0] (~amayer@mail.weberadvertising.com)
18:49:27bertrikanyone here with a zen vision M?
18:55:08 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
18:58:28bertrikthe algorithm to decide if a full radio text message has been received is actually quite fuzzy now
19:00
19:01:19SuperBrainAKsomebody should totally make radio receiving code that allows for song updates/and even auto set for the clock!
19:05:38bertrikyeah, in theory we can do more fun stuff with RDS, the RDS station id can be used to display a station logo, clock setting is indeed possible (see FM radio debug screen)
19:07:43SuperBrainAKwich would be where?
19:08:26SuperBrainAKoh never mind my sansa's dead
19:09:19SuperBrainAKnow how about actually implementing it?
19:11:31 Quit benedikt93 (Read error: Connection reset by peer)
19:12:47***Saving seen data "./dancer.seen"
19:15:28bertrikit's work and we need to decide how exactly it can be done best
19:19:18SuperBrainAKif i knew more about programming i would love to help but for now i can just throw out ideas, i'd say put some code together that doesnt crash the build and improve from there.
19:29:25SuperBrainAKi do know that the 5G ipod nano's OF is able to recieve the song and other basic info. do you guys actually have the OF to use? or just get hardware support from the creators?
19:30:00Torneneither of these things
19:30:11Tornewe reverse engineer how the hardware works by looking at the OF
19:30:19Tornebut we don't use any of their code
19:30:36Torneand while on some devices there are datasheets/manuals for some of the chips, there is never really any docs for the player itself
19:30:51Torneso even if every individual chip is documented you have to guess/work out how they are wired uyp :)
19:31:04 Part LinusN
19:31:44SuperBrainAKso you just see how OF behaves and work from that? ikes thats why its so hard :|
19:32:26Torneyup
19:49:42 Quit akaWolf (Ping timeout: 246 seconds)
20:00
20:11:16 Join fireandfuel [0] (~nk@i59F7DB5F.versanet.de)
20:17:37 Part fireandfuel
20:19:49 Join XavierGr [0] (XavierGr@rockbox/staff/XavierGr)
20:20:00melmothXthat's truly amazing. Which kind of pre-existent knowledge do you need to have? both hardware and software, I guess
20:22:05 Join fireandfuel [0] (~secure@i577B4074.versanet.de)
20:23:23 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:33:39 Quit sentriz (Ping timeout: 252 seconds)
20:35:11 Quit Rower85 (Read error: Connection reset by peer)
20:39:53 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:42:39 Join riffer [0] (~riffer@ip-78-94-49-153.unitymediagroup.de)
20:43:25rifferis there someone who could tell my why I am banned from the forum? I have no clue at the moment...
20:43:41gevaertsProbably by accident
20:43:45 Part fireandfuel ("PONG :lindbohm.freenode.net")
20:44:04gevaertsWhat's your forum username?
20:44:39rifferthe forum says "Sorry Riffer, you are banned from using this forum!
20:44:39rifferGo away"
20:45:31 Quit Rower85 (Ping timeout: 252 seconds)
20:46:02riffermaybe my email was not up to date. If it says any email like @penny.prima.de I just may have not seen a ban message.
20:46:23gevaertsRight. Probably akismet intercepted one of your posts (it does unfortunately have false positives), and then whoever cleaned up the intercepted posts wasn't paying enough attention
20:46:23rifferas above my forum username is "Riffer"
20:46:59 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:47:21CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
20:47:21*gevaerts is busy removing the ban. If only that was a bit faster...
20:47:22rifferok, what can I do now? yesterday all was working for me
20:47:42*riffer thanks gavaerts
20:50:01gevaertsOK, you should be able to use the forums again
20:50:16*gevaerts does consider banning riffer for misspelling his name though! ;)
20:50:39*riffer is busy checking ;-)
20:51:10 Join Guest44874 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:51:17*riffer is very sorry for misspelling gevaerts name
20:51:27 Quit Rower85 (Ping timeout: 246 seconds)
20:52:51rifferthank you again - I am back in business... could you see why I was banned?
20:53:32gevaertsYes. What I said. Someone not being careful when checking for false positives
20:53:43 Quit Guest44874 (Client Quit)
20:53:53rifferok - I will do my very best not to be on the list again ;-)
20:54:25gevaertsNot much you can do about that
20:55:58 Join yuriks [0] (~yuriks@147.126.10.21)
20:57:02 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
20:59:39amayer_i can only remember 1 of my posts that wasnt marked as spam... and i have 20 posts
20:59:41amayer_did we get "rockbox.org" removed from the filter?
21:00
21:00:32gevaertsWe don't control the filter
21:00:47amayer_oh...
21:01:12amayer_im just wondering who would program in the logic to ban the domain that the site is hosted on
21:01:34amayer_(or lack the logic to check if its the domain the site is being hosted on)
21:01:57 Part pacovila
21:02:29gevaertsI suspect a large part of the problem is that our forums *never* notify akismet of false positives
21:06:23amayer_do we use an API? or something someone else made?
21:06:40amayer_are the forums in www on git?
21:06:48 Quit Rower85 (Quit: Hmmm...)
21:07:30rifferI would like to add a small notice to the "UsingGit" page. Could someone add "KaiPosadowsky" to WikiUsersGroup?
21:09:03gevaertsriffer: done
21:09:17rifferthank you for service
21:10:09gevaertsamayer_: we use the akismet mod that's around somewhere, with some modifications. Ask scorche for the latest versions of everything if you want to work on it, or (probably better) try to motivate him to work on the smf2 upgrade plans
21:11:45amayer_gevaerts: will moving to smf2 help with spam?
21:12:49***Saving seen data "./dancer.seen"
21:13:00gevaertsI'd expect so, yes. smf1 dates from the good old days when a serious spam problem was three posts per day, and nobody works on it any more
21:13:42gevaertsAlso, I do *not* want to touch that akismet mode any more. If you want to, feel free...
21:14:22amayer_gevaerts: oh you were the one that worked on it? *sees why it works so badly*(jk)
21:14:25amayer_where is the mod?
21:14:49gevaertsIIRC it's not on the smf repository any more
21:14:51lebelliumbertrik: may your latest commit fix FS #12759 or has it nothing to do with it?
21:14:52fs-bluebothttp://www.rockbox.org/tracker/task/12759 Various RDS issues (Clip Zip, YP-R0) (bugs, unconfirmed)
21:15:12gevaertsAnd yes, it works rather badly, but I think it works better than before I touched it :)
21:15:33gevaertsscorche should be able to email you all needed files
21:15:48amayer_ill get at him. thanks
21:15:59amayer_scorche`: you there?
21:17:05amayer_gevaerts: do you know if we have a commercial liscense or a free one?
21:20:17amayer_gevaerts: is this the forums we use?
21:20:19amayer_http://www.simplemachines.org/
21:20:24gevaertsyes
21:20:29amayer_ok thanks
21:20:52gevaerts1.1.16
21:21:18amayer_newest stable is 2.0.2
21:22:09gevaertsYes, but we're not on 2 at all yet
21:24:17amayer_ill have to read up on it but if we can use the same database it shouldnt be too hard
21:27:20 Quit riffer (Quit: thanks again and good night!)
21:30:28 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
21:32:55 Quit pretty_function (Ping timeout: 245 seconds)
21:39:15 Quit kadoban (Ping timeout: 248 seconds)
21:40:35 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
21:47:15bertriklebellium: possible, but unlikely I think
21:48:12AlexPamayer_: We use lots of mods
21:48:18AlexPIt isn't a problem of converting the database
21:51:07AlexPnot entirely anyway :)
21:53:53amayer_ill have to talk to scorche about the mods and stuff and see what i can do
21:54:37amayer_i have a free lance gig that takes up all my time right now but in a week or 2 i should be good to work on it
22:00
22:00:22 Quit KiwiCam (Remote host closed the connection)
22:00:47 Quit Horschti (Quit: Verlassend)
22:07:52 Quit sciopath (Read error: Connection reset by peer)
22:14:26 Part amayer_
22:14:53 Quit kadoban (Ping timeout: 240 seconds)
22:17:21 Join bootlkjkgf [0] (~Prmhfhfx@87.254.67.112)
22:25:14 Quit the-kyle (Ping timeout: 252 seconds)
22:34:34 Join wodz [0] (~wodz@89-76-32-53.dynamic.chello.pl)
22:35:03*wodz asks again for tests of g348
22:35:23wodzg348
22:35:26fs-bluebotGerrit review #348 at http://gerrit.rockbox.org/r/348 : imageviewer: gif viewer based on giflib-5.0.2 by Marcin Bukat (changes/48/348/7)
22:38:25 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net)
22:48:45ParkerR_Sweet
22:48:49ParkerR_Gaah
22:56:22 Quit y4n (Quit: AMIGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAHAHAHAAAAAAAAAAAAHAHAAA)
23:00
23:04:49 Join the-kyle [0] (~kyle@cpe-024-211-185-030.nc.res.rr.com)
23:09:37 Quit kevku (Ping timeout: 272 seconds)
23:12:50***Saving seen data "./dancer.seen"
23:15:54yurikshmm, requesting comments on
23:15:57yuriksg290
23:15:59fs-bluebotGerrit review #290 at http://gerrit.rockbox.org/r/290 : Implement basic glyph fallback. by Yuri K. Schlesner (changes/90/290/2)
23:37:46 Quit wodz (Quit: Leaving)
23:42:37 Quit melmothX (Quit: bau)
23:45:03 Quit kadoban (Ping timeout: 246 seconds)
23:50:42 Join lebellium_ [0] (~chatzilla@g231209202.adsl.alicedsl.de)
23:52:52 Quit lebellium (Ping timeout: 264 seconds)
23:53:05 Nick lebellium_ is now known as lebellium (~chatzilla@g231209202.adsl.alicedsl.de)
23:54:55 Join n1s [0] (~n1s@nl118-168-30.student.uu.se)
23:54:55 Quit n1s (Changing host)
23:54:55 Join n1s [0] (~n1s@rockbox/developer/n1s)

Previous day | Next day