--- Log for 20.06.112 Server: kornbluth.freenode.net Channel: #rockbox --- Nick: logbot_ Version: Dancer V4.16 Started: 5 days and 0 hours ago 00.01.28 Quit prof_wolfff (Ping timeout: 246 seconds) 00.02.29 # * [Saint] wonders if whats-his-face got the hint that your attitude defines the attitudes of others towards you. 00.02.53 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net) 00.03.16 Quit GermanMushroom (Ping timeout: 244 seconds) 00.04.34 Join amayer [0] (~amayer@72.25.62.15) 00.05.01 Quit rasher (Ping timeout: 245 seconds) 00.10.55 Quit AlexP (Ping timeout: 246 seconds) 00.12.33 Join rasher [0] (~rasher@rockbox/developer/rasher) 00.13.17 Join AlexP [0] (~alex@rockbox/staff/AlexP) 00.15.26 Join Thra11 [0] (~thrall@31.185.179.20) 00.15.40 Quit Thra11_ (Ping timeout: 244 seconds) 00.19.07 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl) 00.19.11 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 14.0/20120612164001]) 00.26.52 Join eckoit [0] (~ryan@50.65.10.24) 00.27.57 # yay, foswiki has a new feature that lets us get away from the monster WikiUsersGroup list 00.28.06 Join advcomp2019_ [0] (~advcomp20@71-213-219-94.sxcy.qwest.net) 00.28.06 Quit advcomp2019_ (Changing host) 00.28.06 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019) 00.28.38 # basically it works in the inverse, adding new registrations to a read-only list from which we remove them to give write access 00.30.52 Quit advcomp2019 (Ping timeout: 246 seconds) 00.32.17 Quit GermanMushroom (Quit: Ik ga weg) 00.33.51 Join Scromple [0] (~Simon@119.225.209.134) 00.37.51 # hmm. we have ~1080 people in the writers list. we have 1931 accounts in the password list... 00.38.07 # thats no good 00.38.52 # actually some difference is expected since spammers auto-register and then are never added to the writers list. 00.39.24 # and I guess some real users do to, because the can't be bothered to ask for write access 00.43.00 Join domonoky1 [0] (~Domonoky@agsb-4d04946e.pool.mediaWays.net) 00.43.28 Quit domonoky (Ping timeout: 246 seconds) 00.44.01 # * gevaerts is confused by this code 00.48.37 # AlexP: as far as I can figure out, the AA is actually drawn, but it's then cleared again before the lcd is updated 00.48.50 # gevaerts: That sounds useful indeed 00.49.47 # Zagor: I would have thought it would be reasonable to drop the non-activated accounts 00.49.47 # 15:18 <@_Derek_> There. 00.49.47 # 15:19 -!- Quipu [ylljum@derek.iglou.com] has quit [Client Quit] 00.49.51 # doh? 00.49.57 # AlexP: I agree 00.50.04 # They can't be people trying to use them or they would be asking in here 00.56.40 Quit domonoky1 (Read error: Connection reset by peer) 00.59.35 Quit bertrik (Quit: And That, My Liege, Is How We Know the Earth to Be Banana Shaped) 01.00.29 Quit ender` (Quit: War is a way of shattering to pieces, or pouring into the stratosphere, or sinking in the depths of the sea, materials which might otherwise be used to make the masses too comfortable, and hence, in the long run, too intelligent. -- George Orwell: 1984) 01.04.33 # there, foswiki updated to 1.1.5 and user registration de-loused. I'm saving the "authorization inversion" for another day 01.05.37 # good work, thanks 01.08.10 Quit Zagor (Quit: Clint excited) 01.08.44 # * gevaerts doesn't see what's wrong 01.11.47 Quit liar (Ping timeout: 245 seconds) 01.14.03 # Commit 0c3934f in rockbox by 03Frank Gevaerts: Use RGB565 define instead of plain 565. 01.16.29 # 0c3934f build result: All green 01.18.59 *** Saving seen data "./dancer.seen" 01.24.33 Join bitcraft [0] (~bitcraft@173-23-42-120.client.mchsi.com) 01.25.56 # AlexP: got it 01.26.12 # gevaerts: oooh, awesome :) 01.26.19 # What was it? 01.26.19 # It's a bug in your theme :) 01.26.24 # haha :) 01.26.33 # I can only apologise! 01.26.55 # The backdrop is not (necessarily) redrawn in places without a foreground viewport 01.27.07 # Add "%V(110,255,500,500,-) 01.27.15 # " somewhere and things will work 01.27.23 # Blimey 01.27.36 # That sounds like the sort of thing that ought to be mentioned somewhere 01.27.50 # As I claim it isn't obvious that you should be doing that :) 01.27.59 # Thanks ever so much for looking into it 01.28.34 # Maybe it should behave differently if some viewport uses %VB 01.28.52 # The way it is now though, I'd say the skin engine is behaving as designed 01.29.13 # Quite possibly, but I'd claim that behaviour isn't obvious to someone writing a theme 01.29.28 # And thus where %VB is documented, it should say you also need a %V 01.29.42 Quit jfc (Ping timeout: 245 seconds) 01.30.32 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net) 01.30.33 # Hmmm 01.30.40 # "Then add %V(0,0,-,-,-) and continue with your skin as normal" 01.30.46 # yeah 01.30.49 # oh 01.30.51 # er 01.30.54 # woops! 01.31.00 # This is why :) 01.31.03 # Consider me shamed 01.31.25 # In your case the smaller area would be enough, and possibly faster 01.31.38 # But I'm not sure if it's measurable 01.32.13 # Well, I am sorry 01.32.33 # But on the plus side you've got even more aquanited with the skin code :) 01.32.39 # *aquainted 01.32.41 # Yes, thanks! :) 01.33.36 # * gevaerts should probably have spotted this sooner 01.34.17 Quit mgottschlag (Ping timeout: 245 seconds) 01.37.44 # <[Saint]> gevaerts: it needs to be 0,0 and fullscreen, as...backdrops must be fullscreen. 01.38.37 # <[Saint]> which is why it states "Then add %V(0,0,-,-,-) and continue with your skin as normal", I thought AlexP had actually done so...and was still getting the drawing issue though. 01.38.39 # <[Saint]> whoops. 01.38.48 # [Saint]: not necessarily 01.38.52 # <[Saint]> I probably should've asked to have a looksee. 01.39.16 # The backdrop is always drawn once 01.39.51 # So the viewports to force redrawing it properly only really need to cover the bits that actually change 01.41.02 # Of course, if you draw a backdrop bmp using %x()%VB, this is a changing bit :) 01.41.20 # <[Saint]> I don't believe you can. 01.41.51 # don't believe you can what? 01.42.16 # <[Saint]> conbine %x and %VB 01.42.58 # wavy does that 01.43.54 # <[Saint]> Oh...sorry, my mistake. 01.44.08 # <[Saint]> You *have to* use %x, its %X that won't work. 01.57.39 Quit eckoit (Quit: eckoit) 01.59.22 Join eckoit [0] (~ryan@50.65.10.24) 02.00.45 # <[Saint]> Ohhhhh...hey, that's an idea. 02.01.38 # <[Saint]> I should be able to ditch the bitmap backdrop if the "fill rectangle" tag can draw a pretty enough gradient. 02.02.45 # <[Saint]> Or...no...hmmm. 02.03.23 # <[Saint]> I haven't tried it yet, but, I'm guessing you probably can't draw to the backdrop buffer if a backdrop isn't actually loaded. 02.10.35 Join `wtfsck [0] (~blanka@cpe-67-242-171-94.rochester.res.rr.com) 02.12.08 # <`wtfsck> ahoy. anyone in here have a sansa clip+? just wondering if there is an easy way to boot original FW by default instead of holding left button 02.13.02 # <`wtfsck> not that important really, just prefer to boot into default first. if i let someone else borrow the player and forget to tell them to hold left, they might find navigating all the menus in rockbox to be confusing 02.16.51 Quit [Saint] (Quit: Quit) 02.17.01 Quit bitcraft (Remote host closed the connection) 02.17.14 Join [Saint] [0] (~Saint]@101.98.158.103) 02.17.14 Quit [Saint] (Changing host) 02.17.14 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 02.29.47 # <`wtfsck> eh nevermind. extract, edit, re-compile bootloader and re-install i guess heh. not sure if i want to bother fiddling with that 02.30.31 Quit `wtfsck (Quit: Leaving) 02.32.49 Quit Thra11 (Remote host closed the connection) 02.35.34 Quit MethoS-- (Ping timeout: 265 seconds) 02.38.39 Quit [Saint] (Quit: Quit) 03.19.01 *** Saving seen data "./dancer.seen" 03.50.01 Quit jfc (Ping timeout: 246 seconds) 03.52.33 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net) 04.03.24 Join TheSphinX_ [0] (~briehl@p5B321CF0.dip.t-dialin.net) 04.05.40 Quit [7] (Disconnected by services) 04.05.49 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 04.06.42 Quit TheSphinX^ (Ping timeout: 264 seconds) 04.12.51 Quit rasher (Read error: Connection reset by peer) 04.17.36 Join rasher [0] (~rasher@rockbox/developer/rasher) 04.21.56 Join user485763 [0] (~aoeu@112.166.15.141) 04.29.40 Quit amayer (Quit: Going 127.0.0.1(home)) 04.36.23 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn) 04.36.23 Quit amiconn (Disconnected by services) 04.36.25 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn) 04.37.15 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma) 04.37.15 Quit pixelma (Disconnected by services) 04.37.17 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma) 04.44.59 Join Bemmu [0] (u841@gateway/web/irccloud.com/x-wpscodubppdrgool) 05.01.02 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu) 05.11.48 Join JdGordy [0] (~jdgordon@rockbox/developer/JdGordon) 05.14.01 Quit JdGordy (Read error: Connection reset by peer) 05.19.02 *** Saving seen data "./dancer.seen" 05.21.08 Quit jfc (Ping timeout: 240 seconds) 05.34.37 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net) 06.04.10 Quit anewuser_ (Read error: Connection reset by peer) 07.19.05 *** Saving seen data "./dancer.seen" 07.42.09 Quit XavierGr () 07.52.51 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 07.53.36 Quit Keripo (Read error: Connection reset by peer) 07.55.57 Join Keripo [0] (~Keripo@c-50-135-159-85.hsd1.wa.comcast.net) 08.23.28 Join Zagor [0] (~bjst@sestofw01.enea.se) 08.23.28 Quit Zagor (Changing host) 08.23.28 Join Zagor [242] (~bjst@rockbox/developer/Zagor) 08.24.34 Join mgottschlag [0] (~quassel@HSI-KBW-091-089-250-186.hsi2.kabel-badenwuerttemberg.de) 08.24.41 Quit mgottschlag (Changing host) 08.24.41 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 08.26.16 Quit amiconn (Remote host closed the connection) 08.26.16 Quit pixelma (Remote host closed the connection) 08.26.51 Join pixelma [0] (pixelma@rockbox/staff/pixelma) 08.26.51 Join amiconn [0] (amiconn@rockbox/developer/amiconn) 08.48.12 Join wodz [0] (~wodz@89-76-160-35.dynamic.chello.pl) 08.50.36 # Torne: -Wl,-z -Wl,-combreloc doesn't change relocations order. I guess this is because this switch is for 'dynamic' sections. If I understand correctly this has something to do with shared libs which is not the case here. 08.51.00 Join bitcraft [0] (~bitcraft@173-23-42-120.client.mchsi.com) 08.51.29 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de) 09.04.53 Join ks [0] (~ks@aqu33-5-82-245-97-150.fbx.proxad.net) 09.09.28 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 09.17.10 Join DanielT [0] (~drt@cpc1-aztw19-0-0-cust912.aztw.cable.virginmedia.com) 09.18.37 Quit user485763 (Ping timeout: 240 seconds) 09.19.09 *** Saving seen data "./dancer.seen" 09.22.05 Quit DanielT (Quit: DanielT) 09.26.45 Quit bitcraft (Remote host closed the connection) 09.29.52 Quit wodz (Ping timeout: 245 seconds) 09.29.56 Join LinusN [0] (~linus@giant.haxx.se) 09.37.30 Quit Scromple (Quit: Leaving) 09.48.06 Quit alexbobp (Ping timeout: 264 seconds) 09.52.43 Join alexbobp [0] (~alex@capitalthree.pwnz.org) 10.02.55 Quit mgottschlag (Read error: Operation timed out) 10.13.52 Join ender` [0] (krneki@foo.eternallybored.org) 10.22.53 Join mgottschlag [0] (~quassel@195.37.186.62) 10.22.54 Quit mgottschlag (Changing host) 10.22.54 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 10.24.00 Quit TheSeven (Disconnected by services) 10.24.08 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 10.24.08 Join pamaury [0] (~quassel@sphinx.lix.polytechnique.fr) 10.24.08 Quit pamaury (Changing host) 10.24.08 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 10.26.43 Quit [7] (Read error: Operation timed out) 10.31.08 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 10.45.29 Quit evilnick (Ping timeout: 246 seconds) 10.53.52 Join webguest68 [0] (~46be935b@www.haxx.se) 10.59.02 Quit mgottschlag (Ping timeout: 245 seconds) 10.59.16 Quit webguest68 (Quit: CGI:IRC (Ping timeout)) 11.09.10 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 11.15.36 Quit TheSeven (Read error: Operation timed out) 11.16.36 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 11.18.59 Join kevku [0] (x@heaaqi4aafadxh2hjjwddthl4vu.dyn.reverse.name) 11.19.12 *** Saving seen data "./dancer.seen" 11.34.16 Quit liar (Read error: Connection reset by peer) 11.34.25 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/) 11.34.47 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 11.37.12 Part Bemmu 11.39.18 Quit liar (Ping timeout: 245 seconds) 11.41.03 Quit Keripo (Quit: Leaving.) 11.43.37 Quit Totalled (Ping timeout: 240 seconds) 11.44.13 Join Totalled [0] (~Totalled@199.58.84.6) 11.45.27 Quit mgottschlag (Ping timeout: 276 seconds) 11.47.56 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 11.50.34 Join mgottschlag [0] (~quassel@195.37.186.62) 11.50.34 Quit mgottschlag (Changing host) 11.50.34 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 12.02.12 Join T44 [0] (~Topy44@f049009165.adsl.alicedsl.de) 12.05.13 Quit mgottschlag (Ping timeout: 272 seconds) 12.05.17 Quit Topy (Ping timeout: 246 seconds) 12.11.24 Quit factor (Ping timeout: 260 seconds) 12.13.09 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl) 12.24.18 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 12.27.01 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 12.32.23 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 13.00.10 Join Topy [0] (~Topy44@g228166244.adsl.alicedsl.de) 13.03.22 Quit T44 (Ping timeout: 246 seconds) 13.03.53 Quit mgottschlag (Ping timeout: 245 seconds) 13.07.36 Join Neelark [0] (5af63ee2@gateway/web/freenode/ip.90.246.62.226) 13.08.25 # hi, was here Monday asking for help with bricked clip+ 13.10.04 # had problems getting linux to recognise internal flash - well, now it appears! Please can someone guide me through the rest? 13.13.10 # <[Saint]> The wiki can. 13.13.16 Quit jfc (Ping timeout: 244 seconds) 13.13.26 # <[Saint]> It knows as much as anyone else does. 13.19.13 *** Saving seen data "./dancer.seen" 13.24.07 # Wow! ok, I went ahead and dd the firmware back onto the clip, and after a while it came back on! 13.24.12 # its alive! 13.26.13 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net) 13.32.11 Join dfkt [0] (dfkt@unaffiliated/dfkt) 13.42.44 Quit factor (Read error: Connection reset by peer) 13.49.39 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 13.58.14 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 13.59.50 Quit factor (Read error: Connection reset by peer) 14.05.50 Quit Neelark (Ping timeout: 245 seconds) 14.06.19 Quit mikroflops (Ping timeout: 260 seconds) 14.06.37 Join kevku [0] (x@heaaqi4aafadxh2gtmvpvj45kbe.dyn.reverse.name) 14.07.57 Join Thra11 [0] (~thrall@146.90.69.11) 14.08.19 Join mikroflops [0] (~yogurt@h-34-156.a238.priv.bahnhof.se) 14.14.40 Quit kevku (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/) 14.15.50 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 14.21.31 Join kevku [0] (x@heaaqi4aafadxha3u3nzalq5zlu.dyn.reverse.name) 14.33.03 Quit liar (Ping timeout: 245 seconds) 14.33.45 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 14.44.35 # * [Saint] is about to find out if a 100MB .fnt file is going to cause a problem. 14.45.08 Quit liar (Ping timeout: 245 seconds) 14.46.34 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt) 14.50.00 Quit dfkt (Ping timeout: 252 seconds) 14.53.27 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 14.56.14 Join Strife89 [0] (~Strife89@207.144.201.128) 15.03.28 Quit liar (Ping timeout: 245 seconds) 15.06.02 Join dfkt [0] (dfkt@unaffiliated/dfkt) 15.06.04 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 15.06.18 Quit guymann (Ping timeout: 276 seconds) 15.07.02 Quit dfkt_ (Disconnected by services) 15.07.54 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net) 15.12.55 Join amayer [0] (~amayer@mail.weberadvertising.com) 15.16.43 Join user485763 [0] (~aoeu@112.166.15.141) 15.19.17 *** Saving seen data "./dancer.seen" 15.30.33 Quit mgottschlag (Ping timeout: 245 seconds) 15.34.10 Join WalkGood [0] (~4@unaffiliated/walkgood) 15.35.33 Join [Saint_] [0] (~Saint]@101.98.158.103) 15.35.34 Quit [Saint_] (Changing host) 15.35.34 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 15.35.37 Quit [Saint] (Remote host closed the connection) 15.36.58 Part LinusN 15.38.42 Quit TheSeven (Disconnected by services) 15.38.50 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 15.48.03 # <[Saint_]> what's a sane number of glyphs to limit font loading to? 15.48.56 Quit [7] (Disconnected by services) 15.49.05 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 15.50.10 Quit bluebrother (Disconnected by services) 15.50.15 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother) 15.52.46 Quit fs-bluebot (Ping timeout: 246 seconds) 15.54.03 Join fs-bluebot [0] (~fs-bluebo@g226069032.adsl.alicedsl.de) 15.56.43 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 16.03.58 Quit TheSeven (Ping timeout: 272 seconds) 16.10.17 Quit WalkGood (Ping timeout: 245 seconds) 16.12.18 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 16.16.10 Quit user485763 (Ping timeout: 244 seconds) 16.17.31 Quit TheSeven (Ping timeout: 246 seconds) 16.21.46 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 16.30.22 Join Strife89-iBook [0] (~Strife89@207.144.201.128) 16.32.09 Quit TheSeven (Ping timeout: 260 seconds) 16.32.26 Quit Strife89 (Quit: Low battery.) 16.33.19 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 16.38.30 Quit TheSeven (Ping timeout: 265 seconds) 16.40.13 # [Saint_]: look at the current code, I think it already does glyph caching 16.40.31 # perhaps it can gives you an idea of what is reasonable 16.40.59 # *give 16.42.52 Join WalkGood [0] (~4@adsl-108-132-128-93.mia.bellsouth.net) 16.42.52 Quit WalkGood (Changing host) 16.42.52 Join WalkGood [0] (~4@unaffiliated/walkgood) 16.50.18 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.) 16.51.47 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven) 16.54.15 Quit TheSeven (Disconnected by services) 16.54.24 Join [7] [0] (~quassel@rockbox/developer/TheSeven) 16.55.49 Quit WalkGood () 16.58.51 Quit eckoit (Quit: eckoit) 17.01.07 Quit [7] (Ping timeout: 240 seconds) 17.01.08 Quit Jack87 (Ping timeout: 248 seconds) 17.03.38 Join Jack87 [0] (Jack87@cryptkcoding.com) 17.03.38 Quit Jack87 (Changing host) 17.03.39 Join Jack87 [0] (Jack87@nasadmin/admin/jack87) 17.11.18 Quit Zagor (Quit: Clint excited) 17.13.38 Quit guymann (Ping timeout: 272 seconds) 17.15.07 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net) 17.19.19 *** Saving seen data "./dancer.seen" 17.32.53 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky) 17.34.21 Join LinusN [0] (~linus@giant.haxx.se) 17.37.30 Join prof_wolfff [0] (~prof_wolf@82.159.1.234.dyn.user.ono.com) 17.39.37 Join mgottschlag [0] (~quassel@HSI-KBW-091-089-250-186.hsi2.kabel-badenwuerttemberg.de) 17.39.45 Quit mgottschlag (Changing host) 17.39.45 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 17.50.06 Nick Strife89-iBook is now known as Strife89 (~Strife89@207.144.201.128) 18.00.00 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 18.11.16 Quit GermanMushroom (Ping timeout: 272 seconds) 18.18.56 Join dfkt [0] (dfkt@unaffiliated/dfkt) 18.22.37 Part amayer 18.38.41 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 18.43.56 Quit guymann (Ping timeout: 244 seconds) 18.45.48 Join guymann [0] (~c@108-237-202-52.lightspeed.wlfrct.sbcglobal.net) 18.50.21 Part LinusN 18.59.32 Quit y4n (Disconnected by services) 18.59.35 Join lebellium [0] (~chatzilla@e178185197.adsl.alicedsl.de) 18.59.43 Join GermanMushroom [0] (~c@s5146db6a.adsl.wanadoo.nl) 18.59.46 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.03.50 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 19.05.09 Join n1s [0] (~n1s@nl118-175-223.student.uu.se) 19.05.09 Quit n1s (Changing host) 19.05.09 Join n1s [0] (~n1s@rockbox/developer/n1s) 19.12.59 Quit ks (Quit: Nettalk6 - www.ntalk.de) 19.16.03 # why is rockbox "normalising" the volume on one of my albums? 19.16.27 # it seems to only do it for one album 19.17.18 # Tags? 19.17.40 # what about the tags? 19.18.25 # here is what i am noticing 19.18.39 # the vu meter isnt capping out on the album 19.18.56 # i just put the same tracks trhough aucaity and they are capping out 19.19.21 *** Saving seen data "./dancer.seen" 19.19.47 # the major telltail is that i have to crank the volume from -36db on every other album to -20 for the one that seems to be nomalizing the volume 19.20.11 # i know there might not be a fix but it is indeed puzzleing 19.20.40 # rockbox 3.11 SansaE260 19.20.49 # perhaps it has replaygain tags 19.20.51 # Check for replaygain tags, or disable replaygain 19.24.09 # ok, so what's the best way to continue with Rockbox Utility? 19.24.17 # thanks 19.24.28 # I want to make some bigger changes to the UI and use that to bump it to 1.3.0 19.24.37 Join Thra11_ [0] (~thrall@146.90.24.49) 19.24.52 # so, does it make sense to create a new release first? 19.25.15 # What's in the current tree compared to the latest version? 19.25.17 # or should I rather try to get things done soonish instead? ;-) 19.26.28 # the current tree (a) fixes a crash with mkimxboot (thanks to changes in mkimxboot :(, (b) adds support for voicestrings on target, (c) add support for release candidates, (d) has a somewhat reworked talkfile creation dialog 19.26.36 # at least that's the important changes :) 19.26.58 Quit Thra11 (Ping timeout: 246 seconds) 19.27.07 # we currently have a release candidate announced, but afaik that's not really something we want users to install. 19.27.12 Join lebellium_ [0] (~chatzilla@g229116172.adsl.alicedsl.de) 19.27.21 # so before releasing a new version the server needs to stop announcing that :) 19.27.29 # Hm, good idea :) 19.28.16 # so, is the Fuze+ (aka mkimxboot) issue important enough to make a new release rather soonish or is the number of users low enough (and we can point them to development binaries)? 19.28.43 Quit lebellium (Ping timeout: 246 seconds) 19.28.52 Nick lebellium_ is now known as lebellium (~chatzilla@g229116172.adsl.alicedsl.de) 19.29.48 # What sort of timeframes are we talking about? 19.30.10 # well, that entirely depends on my motivation and free time :) 19.30.27 # but I kinda want to get that UI thing done rather sooner than later 19.30.30 # If we stay on a four month schedule, having RC build support in around a month would be very nice to have 19.30.55 # should be doable. Hopefully :) 19.31.35 # I guess we can always retroactively tag and release today's status 19.32.27 # yeps 19.32.31 Quit n1s (Read error: Connection timed out) 19.32.34 # so I guess I'll just go ahead 19.34.41 # * gevaerts nods 19.39.28 Join anewuser [0] (~anewuser@190.207.219.26) 19.39.28 Quit anewuser (Changing host) 19.39.28 Join anewuser [0] (~anewuser@unaffiliated/anewuser) 20.01.07 Quit GermanMushroom (Quit: Ik ga weg) 20.04.42 Quit pamaury (Remote host closed the connection) 20.08.05 Quit Strife89 (Quit: This computer has gone to sleep) 20.09.06 Join Strife89 [0] (~Strife89@207.144.201.128) 20.09.47 # * bluebrother^ doesn't get it 20.10.04 # I want to include a picture of the player and scale it to some sensible height. 20.10.30 # but once the device information is updated the widget I'm checking changes its height. Even if its contents don't change at all? 20.20.22 Quit jfc (Ping timeout: 252 seconds) 20.23.27 Join jfc [0] (~john@stat-bng-72-73-80-12.ngn.east.myfairpoint.net) 20.24.45 Join ks [0] (~ks@mek33-4-82-236-44-182.fbx.proxad.net) 20.26.33 Quit factor (Quit: Leaving) 20.27.49 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net) 20.28.46 # nice to read that Neelark got his clip+ back into working state 20.32.52 Quit Bagder (Ping timeout: 248 seconds) 20.35.02 Join mortalis [0] (~mortalis@77.108.98.177) 20.35.44 Quit Strife89 (Quit: Heading out.) 20.38.47 Join wodz [0] (~wodz@89-76-160-35.dynamic.chello.pl) 20.38.55 Join eckoit [0] (~ryan@50.65.10.24) 20.44.16 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se) 20.44.17 Quit Bagder (Changing host) 20.44.17 Join Bagder [241] (~daniel@rockbox/developer/bagder) 20.57.37 Quit anewuser (Ping timeout: 240 seconds) 21.06.41 Quit wtachi (Ping timeout: 245 seconds) 21.14.44 Join Thra11 [0] (~thrall@87.113.168.219) 21.14.46 Quit Thra11_ (Ping timeout: 246 seconds) 21.19.24 *** Saving seen data "./dancer.seen" 21.28.20 Quit mortalis (Ping timeout: 248 seconds) 21.29.08 Quit ks (Quit: Nettalk6 - www.ntalk.de) 21.37.31 Quit advcomp2019_ (Ping timeout: 246 seconds) 21.40.49 Quit y4n (Quit: only amiga makes it possible) 21.41.15 Quit mgottschlag (Read error: Connection reset by peer) 21.52.41 Join krabador [0] (~krabador@host203-55-dynamic.244-95-r.retail.telecomitalia.it) 21.55.50 Quit benedikt93 (Quit: Bye ;)) 22.04.50 Join advcomp2019 [0] (~advcomp20@unaffiliated/advcomp2019) 22.11.48 Quit nosa-j (Quit: lol) 22.12.41 Join nosa-j [0] (~m00k@adsl-74-235-42-108.clt.bellsouth.net) 22.23.38 # <[Saint_]> the antialiased GNU Unifont font set seems to be going down well. 22.23.48 Nick [Saint_] is now known as [Saint] (~Saint]@unaffiliated/saint/x-8516940) 22.24.33 Join darkham_ [0] (~krabador@host1-181-dynamic.56-79-r.retail.telecomitalia.it) 22.24.49 # <[Saint]> not very pretty though. 22.25.20 # <[Saint]> compared to, sar, Ubuntu or Robotto 22.25.27 # <[Saint]> *say 22.27.08 Quit krabador (Ping timeout: 272 seconds) 22.27.12 Join stoffel [0] (~quassel@pD9E4329D.dip.t-dialin.net) 22.31.34 Quit nosa-j (Read error: Operation timed out) 22.32.47 Quit sinthetek (Ping timeout: 265 seconds) 22.32.56 Quit Rower85 (Quit: Hmmm...) 22.33.41 Join nosa-j [0] (~m00k@adsl-74-235-42-108.clt.bellsouth.net) 22.36.43 Quit wodz (Quit: Leaving) 22.38.17 Quit nosa-j (Quit: lol) 22.41.17 Quit darkham_ (Remote host closed the connection) 22.44.00 Join petur [0] (~petur@rockbox/developer/petur) 22.51.42 Join nosa-j [0] (~m00k@adsl-74-235-42-108.clt.bellsouth.net) 22.55.47 Join mirak [0] (~mirak@89-92-229-26.hfc.dyn.abo.bbox.fr) 22.55.58 Quit nosa-j (Ping timeout: 245 seconds) 22.58.58 Quit stoffel (Remote host closed the connection) 23.02.47 Join wtachi [0] (~chat@bloom.wtachi.us) 23.05.08 Join MethoS-- [0] (~clemens@134.102.106.250) 23.06.47 Join anewuser [0] (~anewuser@200.84.251.43) 23.06.47 Quit anewuser (Changing host) 23.06.47 Join anewuser [0] (~anewuser@unaffiliated/anewuser) 23.18.13 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek) 23.19.26 *** Saving seen data "./dancer.seen" 23.23.02 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 23.27.24 Quit sinthetek (Read error: Connection reset by peer) 23.35.14 Join saratoga [0] (980329b4@gateway/web/freenode/ip.152.3.41.180) 23.35.45 # [Saint]: port Robotto 23.36.02 # <[Saint]> "port" it? 23.36.16 # <[Saint]> I have made some Robotto .fnts 23.39.08 # still no-one with a YH-820 online? 23.41.08 # the YH-820 is not a popular device at all. I bet you won't find any YH-820 owner here or anywhere until I'm back to Paris end of July ;) 23.42.23 Join eckoit_ [0] (~ryan@50.65.10.24) 23.44.32 # I have a patch I want to get tested, I'm quite sure it will just work, just needs testing first 23.45.20 Quit eckoit (Ping timeout: 252 seconds) 23.45.20 Nick eckoit_ is now known as eckoit (~ryan@50.65.10.24) 23.45.31 Quit kevku (Ping timeout: 248 seconds) 23.46.04 # I know that. I'll test it early August as I promised. But the YH-820 is such a bad device. Even rockboxed it's still bad, I easily understand why there isn't any owner around here 23.46.24 # what's so bad about it? 23.46.28 # does it have touch controls? 23.47.25 # hardware is bad: screen, buttons, battery, 3.5 output 23.47.51 # slow CPU 23.47.55 # nothing can save it 23.48.10 # not it has tactile keys 23.48.12 # [Saint]: i mean add them to the font pack 23.48.19 # if they look good 23.48.40 # its a PP CPU right? so same as like half our ARM targets 23.49.10 Join Wardo [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr) 23.49.42 Join mgottschlag [0] (~quassel@HSI-KBW-091-089-250-186.hsi2.kabel-badenwuerttemberg.de) 23.49.45 Quit mgottschlag (Changing host) 23.49.45 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64) 23.51.52 # yep it seems to be a PP5020 23.52.30 Quit mirak (Quit: Ex-Chat) 23.52.41 # the SQ sucks due to the DAC or the 3.5mm output I don't know 23.52.53 # really not an interested rockboxed device 23.53.37 # interesting* 23.54.11 Quit petur (Quit: Leaving) 23.56.42 Quit eckoit (Ping timeout: 252 seconds) 23.57.42 Join kevku [0] (x@heaaqi4aafadxgg6kwmchunj7jm.dyn.reverse.name)