--- Log for 28.01.112 Server: kornbluth.freenode.net Channel: #rockbox --- Nick: logbot Version: Dancer V4.16 Started: 2 days and 7 hours ago 00.00.05 Quit factor (Read error: Connection reset by peer) 00.01.42 Quit Misanthropos (Remote host closed the connection) 00.06.34 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 00.07.46 # kugel: maybe an asm tree for apps too? 00.10.02 Quit perrikwp (Ping timeout: 272 seconds) 00.24.20 Quit saratoga (Quit: CGI:IRC (EOF)) 00.26.12 Join Baltowolf [0] (~Ben_and_A@pool-96-238-198-249.bing.east.verizon.net) 00.26.38 # Ok, take 2. 00.27.28 # [Saint]: Can Gimp resize without needing to edit the magenta? 00.27.53 # <[Saint]> Not to my knowledge. 00.28.18 # Do you know any software that can? 00.28.39 # <[Saint]> No matter what you use, when downsizing ting bitmaps, you'll undoubtedly need to clean it up by hand to look right. 00.28.50 # <[Saint]> s/ting/tiny/ 00.28.54 # Ok. 00.29.12 # ANd it's just every magenta that's a slightly different shade, right? 00.29.47 # * [Saint] isn't sure of the question there... 00.30.11 # <[Saint]> depending on how small you want them...there's a port of iLike for the Nano 00.30.16 # <[Saint]> You could possibly just steal those bitmaps. 00.30.38 # <[Saint]> The iLike Nano port was the first one I made. 00.31.34 # Well, I'm making it for the Fuze. Does the Nano one have blue buttons? 00.31.47 # Is the Nano the color/photo one? 00.31.52 # 'Cause that's what I'm doing it with. 00.32.04 # <[Saint]> No...the Nano is the Nano one :) 00.32.23 Quit Strife89 (Quit: Battery panic!) 00.32.30 # Oh, which gen? 00.32.36 # <[Saint]> Doesn't matter. 00.33.11 # Oh. 00.33.30 # <[Saint]> they might be a bit smaller than you want, though. I'm not sure. But its worth a try. 00.35.22 # Weird, not seeing it for either 1g or 2g. 00.36.38 # <[Saint]> Hummm...it may have broken and been removed. 00.36.53 # <[Saint]> I've not been paying much/any attention to these old themes. 00.36.58 # :P 00.37.16 # Do you have the files still? Can you check the size if you do? 00.37.27 Nick soap is now known as soapp (~soap@rockbox/staff/soap) 00.37.32 Nick soapp is now known as soap (~soap@rockbox/staff/soap) 00.39.33 # <[Saint]> Baltowolf: http://dl.dropbox.com/u/30204410/iPod%20Nano.zip 00.40.00 # <[Saint]> That includes a: the theme, and b: a dump of all the OF images. 00.40.23 # Thanks. :P 00.40.41 # I was gonna ask you to filedrop it if it was the right size, that works. :P 00.41.26 # ROFL! The heli from parachute. XD 00.42.17 # <[Saint]> its *every* OF image...I used them as a reference when building the theme...I needed to recreate all the images from scratch due to licensing issues. 00.42.57 # <[Saint]> I can't re-use their images, but, I can painstakingly recreate them by hand. :) 00.43.05 # <[Saint]> ...so I did. 00.43.57 Join Rower [0] (husvagn@78-69-196-71-no178.tbcn.telia.com) 00.44.46 # :P 00.45.01 # Looks I'll still have to do a little resizing but not as much. 00.46.24 Quit Rower85 (Ping timeout: 276 seconds) 00.46.31 # You did a great job recreating them. Especially the battery icon looks no different. Much better than other recreations of OF themes like the classic fuze one. That's fuzzy, yours is spot on. 00.47.05 # <[Saint]> It took me months, I was pretty anal about it. 00.48.10 # <[Saint]> I even went as far as getting someone to scan thir player so I could get the alignment pixel perfect for the Color/Photo 00.48.27 # <[Saint]> s/thir/their/ 00.48.49 Quit curtism (Quit: Live Long and Prosper) 00.48.56 Nick kugel is now known as kugelp (~kugel@rockbox/developer/kugel) 00.49.11 # <[Saint]> I took it too far, really :) 00.49.11 # <[Saint]> It went from a "tribute" theme, to a complete rip-off. 00.50.08 # Baltowolf: You can use real transparency now 00.50.11 # <[Saint]> the volume/progress bar isn't *quite* right, but, it looks like it is...so, good enough. ;) 00.50.23 # jhMikeS: you like it? 00.52.39 # Wow... I think there's dust /under/ my screen... 00.52.52 # I just took my screen protector off and it's not coming off... XD 00.53.07 # Baltowolf: convert magenta to alpha channel (can do that in Gimp, color to transparency) then rescale 00.54.04 # <[Saint]> kugelp: Won't that still do edge-blending? 00.55.16 # <[Saint]> you really need to scale, and *then* do color->alpha 00.55.33 *** Saving seen data "./dancer.seen" 00.55.41 # <[Saint]> sorry, scale, fix up blending issues, color_.alpha 00.55.52 # edge what? 00.56.01 # <[Saint]> dithering. 00.56.41 Nick kugelp is now known as kugel (~kugel@rockbox/developer/kugel) 00.57.02 # So, how should I do this, locate all different shades of magenta? There's some showing still after resizing. 00.58.16 # <[Saint]> the image should be small enough that changing all the magenta pixels to "true magenta" (ff00ff) should be rather trivial. 00.58.48 # ok 00.59.00 Join ScHlAuChi [0] (~schlauchi@p57965F68.dip.t-dialin.net) 00.59.30 Quit lebellium (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120123235200]) 00.59.30 # the stuff around the buttons is what I want to get right? 00.59.55 # the basic idea was that rather than a single call to the scaler function, that takes a callback to get new lines from the loader, the loader should call a scaler setup function to fill in a scaler state object, and then call another function with each line of image data 01.00.07 # (just in case somebody wants to pick this up) 01.01.10 # <[Saint]> Mostly, yes. But resizing may have slightly changed the shade of all colours...so it might not be a bad idea to go over everything again. 01.02.19 # ? 01.02.38 # <[Saint]> s/everything/all magenta/ 01.03.31 # more importantly scaling may have blended magenta with other colors when they're adjacent. you *really* have to convert the magenta to true transparent before scaling. 01.04.23 Join Rower85 [0] (husvagn@78-69-196-71-no178.tbcn.telia.com) 01.04.25 # oh, so if I make everything truly transparent and then scale it won't happen? 01.04.53 # hi, is it possible to search a file inside a folder? or do you always have to search the whole database? 01.06.38 # Baltowolf: yes, *but* then your image will have partially-transparent pixels, which rockbox doesn't support. so you'll need to decide whether to dither those or just make them fully transparent, and then replace all of the transparent pixels with a transparency color again. 01.07.12 # <[Saint]> ScHlAuChi: I don't believe the File Browser has a search function, no. 01.07.21 # <[Saint]> If it exists, its carefull hidden. 01.07.38 Quit Rower (Read error: Operation timed out) 01.07.48 # havent found any, but could be useful if you want to serch only a specific folder 01.08.27 # lets say you have a folder OCRemix and look for a specific song inside it 01.08.59 # Unhelpful: Wjat do you mean? What are the partially transparent ones? 01.09.56 # Baltowolf: if you scale the image there will be pixels that are blended between a colored pixel and an adjacent non-transparent pixel from the original. 01.10.03 # <[Saint]> How is searching the whole DB recursively different from searching an individual folder? Other than being slightly faster? 01.10.22 # thats what im wondering 01.10.24 # <[Saint]> Oh...I suppose if you have more than one file of the same name, yeah. 01.11.05 # well not only that 01.11.12 # <[Saint]> ScHlAuChi: No, we're not really wondering the same thing I don't think :) I'm wondering what the point would be. 01.11.20 # <[Saint]> But I can see one use case. 01.11.21 # lets say i have metal gear solid soundtracks on the player, and i also have OCremix folder 01.11.33 # if im looking only for the remixes 01.12.08 # i dont really want to browse through the tons of matches if i know in advance that they wont be waht im looking for 01.12.10 Quit bertrik (Ping timeout: 252 seconds) 01.12.31 # <[Saint]> Aaaaaanyway. No, there doesn't seem to be a search feature for the File Browser. 01.12.38 # <[Saint]> Patches are always welcome. 01.12.54 # is there a way to request such a feature somewhere? 01.13.39 # <[Saint]> No. There's "Feature Ideas", but "Feature Requests" implies that someone will actually do something about it. 01.13.44 # <[Saint]> ...which may not be the case at all. 01.14.15 # <[Saint]> People work on what they want to work on, because its fun, and it interests them. Not because Joe Public wants it. 01.14.29 # Unhelpful: I see. :P So how do I get rid of them? Just cut 'em out? There's now some white around it. 01.15.08 # [Saint]: of course 01.15.39 # i was just wondering if that function already existed, cause after all its already there more or less 01.16.08 # <[Saint]> Not really, no. 01.16.27 # <[Saint]> The Database and the File Browser are entirely unrelated. 01.16.34 # ah ok 01.16.49 # so the database is not aware of the folder structure? 01.18.29 # <[Saint]> It is, yes. 01.19.21 # <[Saint]> But the File Browser is completely seperate from the Database. 01.19.42 # i believe paths and filenames are also in the database? but the database browser is separate from the file browser and only browses on keys that are in the DB. 01.19.51 # yeah so the file browser would have to tell the database where the user currently is 01.20.02 # <[Saint]> No. 01.20.43 # how else would it know what folder to start the search from? 01.21.06 # <[Saint]> because its a *database* :) 01.22.16 # <[Saint]> It scans though the filesystem on init, it knows the path of the files it lists. 01.24.02 # i know :) 01.24.31 # <[Saint]> You do? Because your prior question kinda implied otherwise :) 01.25.11 # what i mean is if you go to some subfolder and you would do a search there, how would the database know to only search within that subfolder 01.25.17 # it currently doesnt or am i wrong? 01.26.00 # Unhelpful: hello? 01.26.05 # <[Saint]> What are you talking about? 01.26.20 # <[Saint]> There's no "folder/subfolder" in the Database. 01.26.51 # <[Saint]> You're confusing File Browser and Database. The two are unrelated. 01.28.19 # i know they arent the same thing :) 01.28.29 # <[Saint]> Really? 01.28.37 # <[Saint]> You don't seem to... ;) 01.29.33 # Does Rockbox record from mix right onto the main player folder? (like E.) or does it go ot a specific folder? 01.31.05 # <[Saint]> Baltowolf: You can set it to record to anywhere you want. 01.31.21 Quit perrikwp_ (Read error: Connection reset by peer) 01.31.23 # <[Saint]> I believe the default is /Recordings 01.31.50 # <[Saint]> But you can set it to use any folder you wish via the context menu 01.31.59 # what does it name the recordings? is the ?"r mic" files on my E/ folder now? 01.32.01 # [Saint]: i try to explain it in detail in PM, so it doesnt spam here ;) 01.32.34 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 01.32.41 # <[Saint]> Please don't. I'd really rather you didn't. 01.33.00 # too late :P 01.33.48 # <[Saint]> I was actually serious. 01.35.06 # Baltowolf: yeah, you need to decide what to do with them. nothing is going to end up looking especially nice, it's just not that easy. :/ 01.35.14 # well the problem is that its hard to explain 01.35.58 # <[Saint]> It really isn't. The File Browser and the Database are completely seperate. Acknowledge that, and you'll be fine. 01.36.11 # i KNOW that, thats not what im asking for 01.36.15 # this is excactly the problem ;) 01.36.47 # <[Saint]> Well you've repeatedly made refernce to features of the Database that simply don't exist. 01.36.48 # I'm wondering why the RDS commit in si4700 removed the gpio setup... 01.37.22 Quit perrikwp (Read error: Connection reset by peer) 01.37.31 # ScHlAuChi: i don't believe there is any support for database views of only files in a certain directory, if that's what you're getting at. 01.37.44 # it *might* be reasonably sane to add, i don't know the DB that well. 01.37.45 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 01.37.52 # yep thats pretty much what im getting at 01.38.18 # i was wondering if the database could be made aware of where the filebrowser "location" 01.38.34 # so if you hold down the button on a subfolder you get a search function 01.38.40 # <[Saint]> I'm not sure it is sane, its a cache of metadata...metadata doesn't include path info. 01.39.04 # [Saint]: it doesn't? it at least includes the path of the file, no? 01.39.09 # and when you search then the database knows that it only needs to look in that subfolder not the whole database 01.39.34 Join saratoga [0] (980329c2@gateway/web/freenode/ip.152.3.41.194) 01.39.35 # for that there needs to be some sort of communication between filebrowser and database (which doesnt exist yet) 01.40.08 # <[Saint]> which will /probably/ never happen. 01.40.11 # but it could speed up searching alot, if you know already where a file is roughly located 01.40.33 # [Saint]: yes but there was a chance that this was already existing :) 01.40.36 # which is why i asked ;) 01.40.49 # ScHlAuChi: if you know what a file *is* you should have no problems finding it in the DB ;P 01.41.20 # <[Saint]> ScHlAuChi: You did it again: "so if you hold down the button on a subfolder you get a search function" <-- there's no directory sorting *in* the Database. 01.41.25 # <[Saint]> so that's not possible. 01.41.51 # yes i know there isnt, this was a hypothetical example, i thought this was obvious 01.42.10 # <[Saint]> We can't read minds, no. 01.43.37 # <[Saint]> Pretty much, if this were to happen...it would need to be entirely seperate to the Database. 01.44.03 # <[Saint]> As keeping the two seperate has been a goal since...forever. 01.44.04 # as far as I can tell, virtually every user with an ICQ address is a spam bot 01.44.17 # so maybe we should just flag new users with ICQ addresses as spammers 01.44.45 # <[Saint]> No sane human still uses ICQ anyway :P 01.44.55 # except old ppl like me :P 01.45.23 # <[Saint]> maybe I should have put emphasis on sane ;) 01.45.33 # [Saint]: i don't know, you could launch the database with some sort of parameter stored somewhere that filters what is visible 01.45.34 # even if people actually use ICQ post 1999, i doubt they tell their 15 digit random number to a piece of forums software 01.46.03 # if you want to make it general it could support a lot more than search-in-subfolder. ;) 01.46.15 # Unhelpful: yep thats what i was asking for ;) 01.46.49 # ScHlAuChi: well, convince somebody else that they want to work on it, then. ;) 01.46.52 # <[Saint]> saratoga: point. 01.47.02 # unlikely 01.47.07 # Ok, I'm trying your iPod Nano's play icon ONE pixel smaller. XD I can see how you managed to "overdo it" when you made this. 01.47.07 # to happen ;) 01.47.31 # or, as somebody described mythtv's feature request process on their mail list once: "you write a patch for the feature, then you request that we include it" 01.47.57 # yep, that only works if youre a programmer tho :P 01.48.08 # i like that feature request policy 01.48.20 # even more then our present "don't you dare ask for features" 01.48.47 # <[Saint]> That's why I like our 'Feature Ideas"...Developers can look at it and say "Oh, that's a nice idea" and *still* not be obligated to implement it ;) 01.49.14 # <[Saint]> Feature Requests kinda implies it'll happen :) 01.49.39 # Oh, question about the metronome on the Fuze, how do I record to sync? 01.50.02 # well its better to find out if a feature exists already before you ask ;) 01.50.03 # <[Saint]> "record to sync"? 01.50.12 # at least now i knowit doesnt! 01.51.21 # In the metronome it has the option to record something whicih I assume it syncs the beat of. 01.51.28 # I didn't find anything in the manual. 01.51.38 # All it says is "REC TO SYNC" 01.52.16 # <[Saint]> Hmmm...no idea. I had no idea this feature existed. If it genuinely isn't described in the manual, I'd call that a "bug". 01.52.48 # Not a feature - closed 01.56.05 # Lol wow 01.56.17 # It's there, look in your metronomes. It says it. 01.57.12 # <[Saint]> there was a degree of sarcasm in ScHlAuChi's post I believe, Baltowolf. 01.57.37 # yes it was a bugreport joke only programmers would get :P 01.57.38 # Yeah, I kinda' figure. 01.58.29 # So, Saint, every time I resize the playmode icon it always shows magenta, but when I use it full size the bottom cuts off a bit. What's your suggestions? This is almost as annoying as the dust under my screen. 01.58.34 # as you wont believe how often you get features reported as a bug :P 01.59.50 # <[Saint]> Baltowolf: Adjust the viewport parameters to suit the image size. 02.00.18 # <[Saint]> Or, do what was suggested with the transparency. 02.01.52 # this fuze+ radio is complete crap, I will never be able to tune it whatever I do 02.02.31 # <[Saint]> pamaury: That's not the "can do" hacker's attitude! 02.02.53 # work on the colorspace conversion instead :) 02.03.14 # [Saint]: you would agree if you had lockup you player hundred times without any hint of a reason :) 02.03.23 # [Saint]: is there actually a reason why database and filebrowse were kept separate? (was it different before?) 02.03.25 # [Saint]: What's the viewport parameter? 02.03.50 # And the transparency suggestion was making it all true transparent before resizing correct? 02.04.03 # <[Saint]> Wow...MEGAHIGHLIGHT! 02.04.13 # * [Saint] isa popular boy today... 02.04.38 # you may end up like Lindsay Lohan 02.05.18 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 02.05.36 # <[Saint]> ScHlAuChi: Yes, the Database consumes RAM, and most developers use the File Browser exclusively and do not want to lose RAM because of the Filebrowser requiring the Database. 02.05.45 # ah 02.05.48 # i see 02.06.43 # <[Saint]> Conversations get just short of death threats whenever someone suggests making the Database a requirement ;) 02.06.56 # <[Saint]> (I'm only half joking there, too) 02.08.09 Quit perrikwp (Ping timeout: 244 seconds) 02.08.52 # * Baltowolf bangs head on wall 02.09.00 # its the rockbox equivalent to the Muhammand caricatures? 02.09.11 # <[Saint]> In all seriousness, the more I think about it...if you have to navigate to the directory/sub-directory to initiate the search anyway (lets say this feature existed)...is it that much of a stretch to just browse the directory? 02.09.12 # [Saint]: Ok, so Making everything true transparent before resizing causes a white box around the icon, what do I do? 02.09.45 Nick perrikwp_ is now known as perrikwp (~quassel@cpe-024-163-024-033.triad.res.rr.com) 02.10.15 # <[Saint]> Select said white box and do color->alpha again? 02.11.11 # I take it I should download Gimp... 02.11.45 # [Saint]: nah its not such a big deal, its only problematic when you have folders like OCRemix where theres 2600+ files 02.11.52 # so i just wondered if that existed ;) 02.12.09 # i can live without too 02.12.58 # <[Saint]> Ah...I was expecting a "sane" layout of /Music/Artist/Album but didn't account for /Album having several thousand tracks. 02.14.07 # another example i can think of is Amigaremix or C64remix 02.14.12 # theres no real way to "sort" them 02.14.22 # as they are all by diff authors 02.14.46 # so in those cases when you look for a specifc remix it could have been quite useful to have subfolder search 02.16.55 # <[Saint]> Couldn't you just tag the files sanely? 02.18.21 # usually they are tagged sanely already, but theres no real standards by those sites, so everyone can tag them how they want 02.18.42 # <[Saint]> you could add an identifiable tag to the "comment" field, and sort by comment. 02.18.52 # hmm interesting idea 02.19.20 # * [Saint] tries to be useful occasionally. 02.19.25 # <[Saint]> ;) 02.19.58 # [Saint]: just want to thank you for helping me earlier, got rid of my embedded cover art. Solved my crashing problem. Cheers 02.20.14 # <[Saint]> pyther: Not a problem. 02.20.18 # well youre already useful enough by working on this ;) 02.21.07 # <[Saint]> I don't do any useful "behind the scenes" stuff, too low level for me...I'm just a lowly theme author :) 02.21.26 # *spits* 02.21.27 # ;) 02.21.30 # which one 02.21.49 # not that i can use many, old player is old 02.22.25 # old, but still the best around! 02.23.33 # <[Saint]> SO...um, yeah. My best suggestion at this point is to add the "directory" (or a readily identifiable field) to the comment field of the metadata, and sort via comment. 02.23.56 # <[Saint]> Its a bit of a hack, but it /should/ be pretty much what you want. 02.24.11 # worth a try 02.24.13 # which theme did you do? 02.25.48 # <[Saint]> There's a few dotted around the place. I did the iLike and Symmetry themes, and I guess I fall into the position of "maintainer" for cabbiev2 (the Rockbox default theme). 02.26.09 # <[Saint]> the first two haven't seen any love from me in quite some time, though. 02.26.37 # <[Saint]> I'm doing a bit of work on cabbiev2 for Rockbox as an Application for touchscreen targets now. 02.27.35 Quit pamaury (Remote host closed the connection) 02.27.35 # i use cabbiev2, im boring 02.27.54 # <[Saint]> It's a nice theme, it "just works". 02.27.57 # * Baltowolf is installing gimp 02.28.02 # yep thats why 02.28.17 # the other themes dont really work for my iHP-140 02.28.27 # they are mostly made for players with bigger screens 02.28.34 # [Saint]: Apple's gonna sue you now. 02.28.56 # Not that Apple sutff just works either. 02.29.01 # <[Saint]> There's quite a few tweaks I need to add to cabbiev2 that have come from my RaaA work...I really should make a patch for this. 02.29.39 # <[Saint]> It needs some lovin' 02.29.51 # oh noes 02.30.01 # hes going to make cabbie patch kids 02.30.40 # * [Saint] just sprayed coffee over his pants 02.30.45 # <[Saint]> nice one :) 02.31.01 # my sister had one of those once - so annoying 02.31.29 # like 15 years ago or so :P 02.31.43 # <[Saint]> coffee pants? 02.31.45 # <[Saint]> ;) 02.33.48 # XD 02.34.28 # yep 02.35.11 # Ok, So Saint, what do I do to make it transparent in GIMP? Keep in mind I've never really used it before. :P 02.35.49 # Is color to alpha to make it transparent? 02.35.51 # Use photoshop :P 02.35.54 # * Baltowolf does it anyway 02.36.08 # pyther: I was using photoshop but he game me a gimp command. XD 02.36.18 # pyther: PSE tends to crash on me sometimes too. 02.37.19 # I'm just trollin, I know nothing very little about gimp and photoshop. I do know photoshop is a system admin nightmare for deployment 02.47.28 # [Saint]: so do I just resize the buttons and go to colors and turn it to alpha? 02.51.28 # <[Saint]> color->alpha, *then* resize, would be my suggestion. 02.52.34 Quit nosa-j (Ping timeout: 244 seconds) 02.52.51 Join nosa-j [0] (~m00k@adsl-74-235-42-140.clt.bellsouth.net) 02.52.55 # <[Saint]> Actually...I think GIMP can do that all in one action. 02.53.53 # <[Saint]> export to , then specify color->alpha channel and image dimensions. I'm reasonably confident GIMP allows this. 02.54.17 # <[Saint]> I'm not in a position to check, though. 02.54.32 # <[Saint]> I'm sure GIMP has fine documentation. 02.55.31 # k 02.55.36 *** Saving seen data "./dancer.seen" 02.59.22 Quit mudd1 (Quit: Ex-Chat) 03.00.11 # [Saint]: So wherever the buttons don't "occupy space" the transparency pattern is. Any ideas? 03.00.14 Join icarusfactor [0] (~factor@74.197.205.204) 03.02.20 Nick icarusfactor is now known as factor (~factor@74.197.205.204) 03.03.40 Quit gevaerts (Read error: Operation timed out) 03.03.52 Join gevaerts [0] (~fg@rockbox/developer/gevaerts) 03.08.42 # Ok, I got an idea, I'm going to download the screenshot of the theme, place the icons over the one in the screenshot to allign them perfectly and put the backdrop as the background... 03.26.20 Part Baltowolf 03.28.29 Join curtism [0] (~curtis@bas11-montreal02-1128531121.dsl.bell.ca) 03.37.20 Quit Xerion (Ping timeout: 276 seconds) 03.59.49 Quit saratoga (Quit: Page closed) 04.20.57 Quit TheSeven (Disconnected by services) 04.21.41 Join [7] [0] (~TheSeven@rockbox/developer/TheSeven) 04.29.07 Quit anewuser (Read error: Connection reset by peer) 04.31.38 Quit curtism (Ping timeout: 240 seconds) 04.37.28 Join Topy [0] (~Topy44@f049077218.adsl.alicedsl.de) 04.41.09 Quit T44 (Ping timeout: 248 seconds) 04.44.49 Join curtism [0] (~curtis@bas11-montreal02-1128531121.dsl.bell.ca) 04.48.51 Quit amiconn (Disconnected by services) 04.48.51 Join amiconn_ [0] (quassel@rockbox/developer/amiconn) 04.49.13 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn) 04.49.49 Quit pixelma (Disconnected by services) 04.49.51 Join pixelma_ [0] (quassel@rockbox/staff/pixelma) 04.49.53 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma) 04.55.37 *** Saving seen data "./dancer.seen" 05.09.37 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com) 05.16.07 Quit ScHlAuChi (Quit: nn) 05.55.17 Quit pyther (Ping timeout: 248 seconds) 05.55.41 Join Rob2223 [0] (~Miranda@p4FFD2497.dip.t-dialin.net) 05.59.13 Quit Rob2222 (Ping timeout: 248 seconds) 06.03.55 Quit othniel (Ping timeout: 252 seconds) 06.10.55 Quit nosa-j (Excess Flood) 06.11.24 Join nosa-j [0] (~m00k@adsl-74-235-42-140.clt.bellsouth.net) 06.26.01 Quit Rower85 (Quit: Hmmm...) 06.36.32 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 06.36.32 Quit bertrik (Changing host) 06.36.32 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 06.54.52 Quit [Saint] (Read error: Connection reset by peer) 06.55.41 *** Saving seen data "./dancer.seen" 07.10.17 Quit bertrik (Ping timeout: 252 seconds) 08.06.40 Quit CaptainKewl (Ping timeout: 255 seconds) 08.27.02 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 08.33.07 Quit kadoban (Ping timeout: 276 seconds) 08.50.39 Join y4n [0] (y4n@unaffiliated/y4ndexx) 08.53.55 Join nosa [0] (~m00k@adsl-74-235-42-140.clt.bellsouth.net) 08.54.38 Quit nosa-j (Ping timeout: 240 seconds) 08.54.38 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-42-140.clt.bellsouth.net) 08.55.43 *** Saving seen data "./dancer.seen" 09.05.06 # * [Saint] really dislikes there not being a way to remove a shortcut other than a: deleting shortcuts.txt entirely or b: editing the file manually. 09.06.22 # <[Saint]> And come to think of it...why is the menu item even present if there are no shortcuts? Surely it could be displayed only when the feature is actually in use? 09.07.28 # * [Saint] realizes he's a bit late to the party with this complaint. 09.24.04 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at) 09.38.23 Join lorenzo92 [0] (~chatzilla@host234-111-dynamic.17-79-r.retail.telecomitalia.it) 09.46.17 # kugel: samsung replied me about the radio driver: no code under any open license, so either need to reverse the original module or build a new one with register access 09.50.21 # * [Saint] isn't at all surprised. 09.50.33 Join mortalis [0] (~mortalis@77.108.98.177) 09.57.26 Quit lorenzo92 (Remote host closed the connection) 10.21.31 Join Rower85 [0] (~husvagn@78-69-196-71-no178.tbcn.telia.com) 10.45.11 Quit perrikwp (Quit: No Ping reply in 180 seconds.) 10.45.22 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 10.50.28 Quit perrikwp (Ping timeout: 255 seconds) 10.50.29 Join Xerion [0] (~xerion@5419EF19.cm-5-2d.dynamic.ziggo.nl) 10.52.14 # how do i switch my rockbox svn working copy to a git working copy (and update to the latest rev)? 10.52.47 # <[Saint]> You do a new checkout. 10.53.20 # <[Saint]> There's no way to switch svn to git afaik. 10.54.01 # thanks, will apply the patches manually after i checkout then 10.54.19 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 10.55.28 # <[Saint]> On the upside, a git checkout only takes a few minutes. 10.55.44 *** Saving seen data "./dancer.seen" 10.55.44 # <[Saint]> (Depending on your connection of course) 11.09.30 # unhelpful: we do support partially transparent pixels now 11.09.53 # [Saint]: did you want to talk about the sbs touch issues? 11.11.16 # and yes, I need to add a plugin to manage shortcuts better 11.11.28 # <[Saint]> There's not really much of an issue other than fwd/rew moving the line selector instead of seeking. 11.13.03 Quit perrikwp (Quit: No Ping reply in 180 seconds.) 11.13.23 # hmm... yeah, thats quite badly named 11.15.25 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 11.18.02 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 11.21.08 Join pamaury [0] (~quassel@vit94-1-82-67-248-70.fbx.proxad.net) 11.21.08 Quit pamaury (Changing host) 11.21.08 Join pamaury [0] (~quassel@rockbox/developer/pamaury) 11.21.37 Quit [Saint] (Ping timeout: 252 seconds) 11.25.29 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl) 11.25.30 Quit bertrik (Changing host) 11.25.30 Join bertrik [0] (~bertrik@rockbox/developer/bertrik) 11.34.07 Join Guest81199 [0] (~Saint]@101.98.129.152) 11.35.29 Quit Guest81199 (Read error: Connection reset by peer) 11.35.46 Join robin0800 [0] (~robin0800@149.254.61.43) 11.40.24 Join lebellium [0] (~chatzilla@g231087027.adsl.alicedsl.de) 11.42.10 Quit [Saint_] (Ping timeout: 244 seconds) 11.45.22 # hew 11.45.24 # hey 11.45.40 # does someone know who should be contacted to get the YP-R0 on this page http://themes.rockbox.org/ . 11.45.41 # ? 11.51.28 Quit factor (Read error: Connection reset by peer) 11.57.23 Join TheLemonMan [0] (~LemonBoy@ppp-241-29.26-151.libero.it) 12.03.22 # do we really need the origin HEAD:master arguments for git push? 12.04.02 # not if you are commiting from master 12.05.15 # I try to always commit from my local master 12.05.54 # to add a patch, I usually branch, apply the patch, check that it works, checkout master, check stuff again, then push 12.07.04 # Commit bebfd7f in rockbox by 03Bertrik Sikken: (Author: Asier Arsuaga) FS#12567 - Update Basque Language File 12.09.26 Join factor [0] (~factor@74.197.205.204) 12.10.48 # bebfd7f build result: All green 12.12.16 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 12.47.04 Join anewuser [0] (~anewuser@186.93.202.222) 12.47.05 Quit anewuser (Changing host) 12.47.05 Join anewuser [0] (~anewuser@unaffiliated/anewuser) 12.48.04 Quit perrikwp (Ping timeout: 252 seconds) 12.53.23 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 12.55.48 *** Saving seen data "./dancer.seen" 12.59.03 Quit perrikwp (Quit: No Ping reply in 180 seconds.) 12.59.19 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.04.48 Quit perrikwp (Ping timeout: 276 seconds) 13.05.58 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.08.30 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.10.13 Quit perrikwp (Ping timeout: 245 seconds) 13.12.01 Join jupiterjones [0] (2ea957d9@gateway/web/freenode/ip.46.169.87.217) 13.12.32 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.14.28 Quit perrikwp_ (Ping timeout: 252 seconds) 13.14.41 Join Lear [0] (chatzilla@141.191.216.81.static.g-hn.siw.siwnet.net) 13.15.20 # Hi, question is: when I want to switch from one rockbox to different rockbox (witch some patches) - do I have to swap full .rockbox folder? Or only few files inside? How it works. 13.15.36 # Anyone about to fix building of test plugins on non-touch targets? If not, I'll commit what I have... 13.16.43 # <[Saint]> jupiterjones: that depends entirely on the patches. 13.19.58 Quit perrikwp (Ping timeout: 252 seconds) 13.22.10 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.26.10 Quit perrikwp (Client Quit) 13.26.41 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 13.31.49 Quit Torne (Ping timeout: 248 seconds) 13.36.18 # who broke the sim? 13.36.25 # $ ./rockboxui 13.36.25 # *** longjmp causes uninitialized stack frame ***: ./rockboxui terminated 13.38.29 # Commit a65d241 in rockbox by 03Jonathan Gordon: skin touchregions: change the rwd/ffwd region actions to make it less buggy in the sbs 13.38.50 Quit mortalis (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/) 13.39.09 Join mortalis [0] (~mortalis@77.108.98.177) 13.39.33 # [Saint]: that should fix your issue... still need to add the code so seek actually works in the sbs though 13.40.12 # * [Saint] nods. 13.40.44 # a65d241 build result: All green 13.42.14 # Commit 84c77d4 in rockbox by 03Magnus Holmgren: Fix building test plugins on non-touch targets. 13.42.15 # Commit 3019a80 in rockbox by 03Magnus Holmgren: Update Swedish translation. 13.43.57 Quit jupiterjones (Quit: Page closed) 13.44.37 # 3019a80 build result: All green 14.02.11 Join Torne [0] (~torne@rockbox/developer/Torne) 14.09.49 Quit Torne (Ping timeout: 260 seconds) 14.12.05 Join pyther [0] (~pyther@unaffiliated/pyther) 14.17.54 # Commit 94177e6 in rockbox by 03Jonathan Gordon: (Author: Wieland Hoffmann) Use is_keys_locked when possible 14.17.58 Join Torne [0] (~torne@rockbox/developer/Torne) 14.20.07 # 94177e6 build result: All green 14.26.25 Quit pyther (Ping timeout: 252 seconds) 14.27.09 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93) 14.55.51 *** Saving seen data "./dancer.seen" 15.04.07 Quit Lear (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120123235200]) 15.13.24 Join dfkt [0] (dfkt@unaffiliated/dfkt) 15.16.04 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 15.16.20 Quit [Saint] (Quit: Quit) 15.17.54 Quit factor (Quit: Leaving) 15.21.16 Quit TheLemonMan (Quit: WeeChat 0.3.6) 15.22.57 Nick [Saint_] is now known as [Saint] (~Saint]@unaffiliated/saint/x-8516940) 15.47.34 Join ntkm [0] (~taku@KD111100198040.ppp-bb.dion.ne.jp) 15.57.43 Quit perrikwp (Ping timeout: 245 seconds) 15.59.37 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 16.09.18 # Lear, your fix looks incorrect 16.09.54 # you just moved the struct into an unrelated ifdef section 16.12.46 Join kadoban [0] (~kadoban@ip98-165-177-158.ph.ph.cox.net) 16.14.58 Join TheLemonMan [0] (~LemonBoy@ppp-241-29.26-151.libero.it) 16.14.59 Join CaptainKewl [0] (captainkew@207-237-110-248.c3-0.nyr-ubr2.nyr.ny.cable.rcn.com) 16.18.34 # Commit c5f772c in rockbox by 03Frank Gevaerts: (Author: Wieland Hoffmann) correct a typo 16.18.35 Quit robin0800 (Ping timeout: 244 seconds) 16.22.17 Quit ntkm (Quit: ntkm) 16.22.51 # hm, the build system seems to be misbehaving 16.23.43 # It's trying to build a commit that doesn't exust 16.23.45 # *i 16.24.45 Join robin0800 [0] (~robin0800@149.254.60.43) 16.24.58 # <[Saint]> *you're* trying to build a commit that doesn't exust? 16.24.59 # Zagor: http://pastie.org/3270266 16.25.02 # <[Saint]> :p 16.25.42 # For extra weirdness, according to the build client output this was two minutes before I actually pushed that change 16.26.48 # <[Saint]> I'm actually amazed its been this long before the first "wait...what the hell?" moment with the build clients since the switch. 16.29.14 # I'm seriously considering to write the emulator for the imx233 using qemu or skeyee... 16.31.22 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 16.31.33 Quit perrikwp (Quit: No Ping reply in 180 seconds.) 16.37.32 Quit perrikwp_ (Ping timeout: 252 seconds) 16.37.57 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 16.44.24 Quit liar (Remote host closed the connection) 16.55.53 *** Saving seen data "./dancer.seen" 16.57.33 Quit soap (Quit: soap) 16.58.13 Join soap [0] (~soap@cpe-76-181-78-156.columbus.res.rr.com) 16.58.13 Quit soap (Changing host) 16.58.13 Join soap [0] (~soap@rockbox/staff/soap) 17.16.11 # didn't wodz look into this already? 17.16.31 # not for the imx233 17.16.47 # he wrote something for the rk27xx 17.16.50 # using skyeye 17.19.10 # but qemu seems much more solid, although more complicated to use also 17.21.25 Quit TheLemonMan (Quit: WeeChat 0.3.6) 17.23.05 # <[Saint]> Qemu seems a lot better in regards to documentation also. 17.24.46 # well, the code is of much better quality so it's at least quite self-documented 17.25.20 # it lacks documentation but since it supports so many devices and platform, you can figure out by looking at what others do 17.25.36 # (I hope) 17.26.11 # Nevertheless, emulating the imx233 will be quite a task 17.31.56 # But since it's a common platform, perhaps there will be people to help me 17.31.59 # * pamaury is dreaming 17.32.26 # <[Saint]> There's quite a few devices using this SoC, no? 17.32.37 # <[Saint]> Doesn't seem too far fetched. 17.45.25 Quit Unhelpful (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 17.46.06 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful) 17.49.16 Quit anewuser (Read error: Connection reset by peer) 17.51.59 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 17.52.12 Quit perrikwp (Quit: No Ping reply in 180 seconds.) 17.53.59 Quit kadoban (Ping timeout: 245 seconds) 17.54.01 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 17.56.37 Quit perrikwp_ (Ping timeout: 255 seconds) 17.57.13 Quit robin0800 (Ping timeout: 272 seconds) 17.58.45 Join robin0800 [0] (~robin0800@149.254.61.171) 18.10.44 Quit froggyman (Quit: People who think they know everything are really annoying to those of us who actually do.) 18.11.17 Join froggyman [0] (~froggyman@50.105.130.234) 18.11.17 Quit froggyman (Changing host) 18.11.17 Join froggyman [0] (~froggyman@unaffiliated/froggyman) 18.15.49 # * [Saint] looks at poking the "Shortcuts" menu into only displaying when /rockbox/shortcuts.txt is present. 18.16.08 # <[Saint]> Seems "sane", no? 18.24.48 Quit perrikwp (Read error: Connection reset by peer) 18.25.10 Join claus [0] (~3ed39e65@www.haxx.se) 18.26.26 Quit claus (Client Quit) 18.27.02 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 18.29.33 # buschel: saratoga: did you look at new ffmpeg fixed-point mdct? 18.37.55 Quit benedikt93 (Quit: Bye ;)) 18.52.36 Quit y4n (Disconnected by services) 18.52.37 Quit perrikwp (Ping timeout: 240 seconds) 18.52.42 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 18.54.02 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 18.55.54 *** Saving seen data "./dancer.seen" 18.56.01 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 18.56.02 Quit y4n (Read error: Connection reset by peer) 18.57.22 Join remlap1 [0] (~Patrick@190.28.169.217.in-addr.arpa) 18.57.38 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 18.57.47 Quit remlap1 (Client Quit) 18.59.03 Quit perrikwp (Ping timeout: 276 seconds) 19.00.51 Quit remlap (Ping timeout: 260 seconds) 19.08.56 Join remlap [0] (~Patrick@190.28.169.217.in-addr.arpa) 19.11.32 Quit robin0800 (Quit: Leaving) 19.12.11 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers) 19.15.03 Quit y4n (Quit: HOLY SHIT! WE'RE ALL JUST LIVING ON A GINORMOUS FUCKING SPINNING ROCK FLOATING THROUGH SPACE CIRCLING A BIG FUCKING BALL OF FIRE!!!) 19.15.26 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.17.08 Quit mortalis (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/) 19.23.32 Quit y4n (Read error: Connection reset by peer) 19.23.57 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.26.36 Quit y4n (Read error: Connection reset by peer) 19.28.08 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.30.08 Join pyther [0] (~pyther@unaffiliated/pyther) 19.31.14 Quit y4n (Read error: Connection reset by peer) 19.34.58 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.35.25 Join Transformer [0] (~Transform@ool-4a59e397.dyn.optonline.net) 19.37.11 Quit y4n (Read error: Connection reset by peer) 19.37.16 Part Transformer 19.37.55 Join Nienna [0] (~CREUza@unaffiliated/nienna) 19.38.27 Part Nienna 19.38.42 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.39.05 Join t0rc [0] (~t0rc@unaffiliated/t0rc/x-5233201) 19.41.30 Quit y4n (Read error: Connection reset by peer) 19.42.40 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.52.38 Quit y4n (Read error: Connection reset by peer) 19.54.18 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 19.57.17 # If I disagree with a change on Gerrit can I just comment on it, or can I also submit an alternative that I propose? 19.58.15 Quit Rob2223 (Quit: Rob2223) 19.59.23 Quit y4n (Disconnected by services) 19.59.29 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.00.04 Join Guest45855 [0] (~Ben_and_A@pool-96-238-198-249.bing.east.verizon.net) 20.00.47 Nick Guest45855 is now known as Baltowolf (~Ben_and_A@pool-96-238-198-249.bing.east.verizon.net) 20.00.56 # How come sometimes my album art doesn't display? It's tagged in. 20.01.03 Quit y4n (Disconnected by services) 20.01.29 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.02.39 # Baltowolf: do some files always fail to display album art, and others always display it? 20.03.22 # It seems sporadic. I haven't noticed if some always do or not. 20.03.31 # Some display it though and then dont' later. 20.06.15 Quit y4n (Read error: Connection reset by peer) 20.06.48 Quit perrikwp_ (Ping timeout: 245 seconds) 20.07.02 # Do you know if this only happens with album art in tags? I use cover.jpg files and I didn't notice any problems recently. 20.07.07 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.08.12 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 20.08.19 # I don't have any Cover.jpegs so I don't know that. All I know is some don't display it. 20.10.21 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 20.11.45 Quit y4n (Read error: Connection reset by peer) 20.12.32 Quit perrikwp (Ping timeout: 252 seconds) 20.12.37 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.19.55 Quit y4n (Read error: Connection reset by peer) 20.21.21 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.22.04 # [Saint]: OK, so today Saint I'm doing plan Z or something like that, recoloring the original icons. :P 20.23.40 Join n1s [0] (~n1s@nl118-175-223.student.uu.se) 20.23.40 Quit n1s (Changing host) 20.23.40 Join n1s [0] (~n1s@rockbox/developer/n1s) 20.24.21 Join lorenzo92 [0] (~chatzilla@host157-27-dynamic.180-80-r.retail.telecomitalia.it) 20.29.30 # Is there any point to outputting a space after a number that is changing but not decreasing? In other words, can one trust that numerals are fixed-width? 20.30.39 Quit y4n (Ping timeout: 245 seconds) 20.30.57 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.33.00 Quit y4n (Read error: Connection reset by peer) 20.35.07 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.37.28 Quit y4n (Read error: Connection reset by peer) 20.39.02 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.40.40 Quit y4n (Client Quit) 20.43.19 Quit n1s (Read error: Connection timed out) 20.45.28 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.47.14 Quit y4n (Read error: Connection reset by peer) 20.49.07 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.50.51 Quit y4n (Read error: Connection reset by peer) 20.53.24 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 20.55.58 *** Saving seen data "./dancer.seen" 20.59.51 Join n1s [0] (~n1s@nl118-175-223.student.uu.se) 20.59.51 Quit n1s (Changing host) 20.59.51 Join n1s [0] (~n1s@rockbox/developer/n1s) 21.05.33 Quit y4n (Read error: Connection reset by peer) 21.06.50 Join y4n [0] (~y4n@unaffiliated/y4ndexx) 21.07.09 Quit y4n (Client Quit) 21.07.47 Quit t0rc (Quit: WeeChat 0.3.6) 21.11.33 # Does rockbox support pngs too as well as jpegs for covers 21.11.59 # Only jpeg and bmp are supported for covers. 21.12.09 # Ok. 21.15.53 Quit dreamlayers (Quit: Leaving.) 21.17.12 Join y4n [0] (y4n@unaffiliated/y4ndexx) 21.17.26 Part Baltowolf 21.20.15 Quit bluebrother^ (Read error: Operation timed out) 21.20.45 Quit curtism (Ping timeout: 276 seconds) 21.22.03 Quit fs-bluebot (Ping timeout: 276 seconds) 21.23.25 Join fs-bluebot [0] (~fs-bluebo@g231122255.adsl.alicedsl.de) 21.24.04 Join bluebrother [0] (~dom@rockbox/developer/bluebrother) 21.31.15 Quit pjm0616 (Read error: Operation timed out) 21.31.34 Join pjm0616 [0] (~user@61.78.96.156) 21.32.59 Join curtism [0] (~curtis@bas11-montreal02-1128531121.dsl.bell.ca) 21.39.23 Join fuzion [0] (~UZer22@vil38-1-78-233-172-36.fbx.proxad.net) 21.39.30 # hi all ;) 21.39.38 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940) 21.42.31 Quit [Saint] (Ping timeout: 255 seconds) 21.43.13 # is it possible to remove iOS and to run rockbox only on an ipod touch 3? 21.43.35 # no, the ipod touch is not supported 21.45.44 # huh, okay, sorry then. 21.45.48 Quit Zarggg (Read error: Connection reset by peer) 21.46.00 # thanks. 21.46.03 Quit fuzion () 21.48.26 Quit y4n (Read error: Connection reset by peer) 21.50.20 Join y4n [0] (y4n@unaffiliated/y4ndexx) 21.52.34 Join saratoga [0] (980329c2@gateway/web/freenode/ip.152.3.41.194) 21.53.13 Quit lorenzo92 (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111228084940]) 21.55.43 # [7]: have you looked at all those Classic6G patches? 21.57.00 Quit perrikwp_ (Ping timeout: 244 seconds) 21.58.46 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 21.59.02 # i've had FS#12510 FS#12521 and FS#12523 on my classic for a while now and it's working fine, not sure if the battery time improved much but i haven't bencehd it 21.59.03 # http://www.rockbox.org/tracker/task/12510 3MPEG player does not work on Fuze+ (bugs, unconfirmed) 21.59.04 # http://www.rockbox.org/tracker/task/12521 3iPod Classic/6G: cpu freq scaling (patches, unconfirmed) 21.59.04 # http://www.rockbox.org/tracker/task/12523 3IPod Classic/6G: LCD sleep (patches, unconfirmed) 21.59.48 # FS#12524 looks pretty harmless as well 21.59.48 # http://www.rockbox.org/tracker/task/12524 3iPod Classic/6G: hardware click support (patches, unconfirmed) 22.00.32 # oh s/12510/12520 22.00.34 # saratoga: i think he looked at it quickly and wanted to come up with a better place or way to read the hold sitch in FS#12520 22.00.35 # http://www.rockbox.org/tracker/task/12520 3iPod Classic/6G: holdswitch PMU polling crashes (bugs, unconfirmed) 22.01.21 # i was wondering about if they shouldn't just use the nano 2g's driver without coupying it 22.02.06 # i just hate to give that guy the idea we don't care about his giant pile of fixes 22.02.14 # i'm not sure where to move it though 22.03.02 # yeah that would be sad, i've had very little rb time the last few weeks 22.03.20 # same here 22.06.15 Quit perrikwp (Read error: Operation timed out) 22.09.47 Quit y4n (Read error: Connection reset by peer) 22.10.25 Join y4n [0] (y4n@unaffiliated/y4ndexx) 22.11.39 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 22.14.03 Quit curtism (Ping timeout: 276 seconds) 22.14.24 Quit y4n (Client Quit) 22.16.10 Quit perrikwp (Client Quit) 22.16.34 Join perrikwp [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com) 22.26.46 Join curtism [0] (~curtis@bas11-montreal02-1128531121.dsl.bell.ca) 22.47.40 Join TheLemonMan [0] (~LemonBoy@ppp-241-29.26-151.libero.it) 22.56.02 *** Saving seen data "./dancer.seen" 22.59.49 Quit TheLemonMan (Ping timeout: 245 seconds) 23.17.03 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.) 23.19.50 Nick ender1 is now known as ender` (~ender@foo.eternallybored.org) 23.21.49 Join TheLemonMan [0] (~LemonBoy@ppp-241-29.26-151.libero.it) 23.29.03 Quit TheLemonMan (Quit: WeeChat 0.3.6) 23.31.35 # How do I play font smaller in sansa clip zip? :P 23.31.54 # change to a smaller font 23.31.56 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940) 23.32.48 # zz 23.32.53 # -play + change 23.32.54 # :P 23.33.29 # totally messed up sentence. Im using dfkt theme but would like to try smaller font, any tip how to change? 23.35.40 Quit [Saint_] (Ping timeout: 252 seconds) 23.38.06 # Dingo-: you could change the font that's loaded in the wps file 23.48.58 Join anewuser [0] (~anewuser@186.93.108.137) 23.48.59 Quit anewuser (Changing host) 23.48.59 Join anewuser [0] (~anewuser@unaffiliated/anewuser) 23.50.34 Quit ze (Ping timeout: 248 seconds) 23.51.44 Join ze [0] (ze@ze.yi.org) 23.54.48 Join dreamlayers [0] (~bgjenero@rockbox/developer/dreamlayers) 23.57.27 # wps file? :) Sorry but im totally new to this 23.58.34 # Well, actually, which font is too small?