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 2014-08-29

00:16:47***Saving seen data "./dancer.seen"
00:24:37 Join ender| [0] (krneki@2a01:260:4094:1:42:42:42:42)
00:33:54 Quit TheSeven (Ping timeout: 260 seconds)
00:35:30 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
00:42:23 Join [Franklin] [0] (~franklin@cpe-071-071-039-006.triad.res.rr.com)
00:43:44[Franklin]fs#7136
00:43:46fs-bluebothttp://www.rockbox.org/tracker/task/7136 Turn based strategy Game (DOS clone) (patches, closed)
00:52:04*[Franklin] is considering letting food spoil in superdom
01:00
01:01:27[Saint]JdGordon: WPS and main menu. WPS and context menu. WPS and playlist viewer. WPS and quickscreen.
01:01:33[Saint]...any screens, really.
01:04:42 Quit [Franklin] (Ping timeout: 260 seconds)
01:05:31 Join [Franklin] [0] (~franklin@cpe-071-071-039-006.triad.res.rr.com)
01:10:47 Quit kuldeepdhaka (Quit: Leaving)
01:12:18 Quit __jae__ (Ping timeout: 250 seconds)
01:24:13 Join krabador [0] (~krabador_@unaffiliated/krabador)
01:24:32 Quit [Franklin] (Ping timeout: 264 seconds)
01:24:56 Join [Franklin] [0] (~franklin@cpe-071-071-039-006.triad.res.rr.com)
01:28:26 Quit [Franklin] (Remote host closed the connection)
01:31:09 Join franklin [0] (~franklin@unaffiliated/franklin)
01:31:12 Nick franklin is now known as [Franklin] (~franklin@unaffiliated/franklin)
01:32:55[Franklin]Has anyone else noticed that some menus overwrite parts of the theme?
01:33:08[Franklin]Not MENUITEM_STRINGLIST menus, but set_int menus
01:38:31[Saint]That simply points to an incorrectly written theme.
01:39:06[Franklin]arc-en-ciel
01:39:29[Franklin]Bug (if any), seems to be in option_screen()
01:39:47[Franklin]apps/gui/option_select.c
01:41:11[Franklin][Saint]: if it's a bad theme, how does do_menu work, but not set_int?
01:41:56[Saint]If the theme is using ui viewport correctly, there shouldn't even be the opportunity for the lists to draw over any theme assets.
01:42:25[Franklin]OK then... I'll try a different theme
01:43:03 Join __jae__ [0] (~jae@dedicated.jaerhard.com)
01:43:05[Franklin]Same thing happens with Redux theme
01:43:28[Franklin]do_menu menus are in the right viewport, but set_bool/set_int menus overwrite
01:43:52[Saint]The screenshots for the theme show me that the author is doing some absolutely batshit crazy stuff.
01:43:58[Saint]So, I don't particularly care.
01:44:04[Saint]Abuse the theme engine, expect issue.
01:44:06[Franklin]ok, I'll try another
01:44:28[Franklin]happens with naranjada, too
01:44:54[Saint]What is the issue you're actually seeing?
01:45:03[Franklin]I'll get a screenshot
01:45:07[Franklin]hang on...
01:45:51[Saint]turns out I misinterpreted the screenshots on the theme site, but there is some questionable coding in the theme.
01:49:30[Franklin]ok, http://fwei.tk/shot.png
01:50:04[Saint]yay...the slowest webserver in the world.
01:50:28[Saint]hasn't even responded to the query yet.
01:50:30[Saint]uuugh.
01:50:37[Saint]what was wrong with imgur?
01:50:56[Franklin]haha
01:51:05[Saint]yeah - fuck this. use a proper service.
01:51:12[Franklin]It needs to cross the pacific...
01:51:12[Saint]your server hasn't even responded yet.
01:51:19[Saint]timed out.
01:51:26[Franklin]haha
01:51:49[Franklin]ok, I'll try mega
01:51:53[Saint]use a proper service, please, if you want me to actually be able to view this.
01:51:56[Saint]imgur.
01:52:01[Saint]use imgur.
01:53:03[Franklin]https://mega.co.nz/#!ypUTVThS!24rI7FQriXKfPo43nFIwPHy7c_ZfCrYAmVy2hY1_fAk
01:53:09[Franklin]:p
01:54:39[Saint]yeah - that just looks to me like a theme that isn't aware of when it should or shouldn't be trying to draw a wps.
01:54:43[Saint]*.sbs
01:55:54[Saint]coupled with the fact that Rockbox doesn't seem to be correctly clearing backdrops presently.
01:56:34[Saint](which can be evidenced by changing themes when one of them isn't setting a backdrop)
01:58:06[Franklin]but this happens with pretty much every theme I've tried
01:59:40[Franklin][Saint], is there a theme that DOESN'T do this?
01:59:45[Franklin](sry for caps ;))
02:00
02:00:04[Saint]cabbie doesn't.
02:00:06[Saint]mine don't.
02:00:36[Franklin]cabbie doesn't because the viewport is at 0,0
02:00:54[Franklin]wait... no
02:01:51[Franklin]So it is a bug in the theme
02:02:08[Saint]This seems to me that its a case of themes failing to check for whether or not its safe to draw an .sbs
02:02:20[Saint]Not entirely surprising that authors would forget about plugins.
02:02:42[Franklin]haha
02:03:07[Saint]the author could check for the case of a plugin using %cs and then swap out their ui viewport with a fullscreen viewport.
02:03:13[Saint]but they're probably...not.
02:03:13[Franklin]It happens with pretty much every theme on the theme site
02:03:40[Saint]probably every theme that uses an .sbs
02:03:44[Franklin]I'd like it for set_int menus to look the same as do_menu menus...
02:04:09[Saint]well, just do your tests with cabbie.
02:04:22[Saint]it doesn't need to work with any of the user supplied themes.
02:04:32[Saint]there's far too much crazy shit a theme could be doing.
02:04:45[Saint]you can't accommodate them all.
02:05:04[Franklin]:(
02:05:13[Saint]just make sure it works as expected with the default theme we ship.
02:05:18[Saint]that's all we need to care about.
02:05:33[Franklin]because now, the menu hides the top status bart
02:05:36[Franklin]bar
02:05:57[Franklin]soo... how"?
02:06:10[Saint]how what?
02:06:28[Franklin]to make cabbie work "normal" with plugins?
02:06:49[Saint]it does already.
02:07:01[Franklin]except for the set_* menus
02:07:06[Franklin]the status bar is hidden
02:07:14[Franklin](I know... a bit OCD again :))
02:07:38[Franklin]But still... how?
02:08:09[Saint]the status bar is visible here on all the screens I would expect it to be.
02:08:18[Saint]unless you've very recently fucked something up.
02:08:50[Franklin]not here
02:09:19[Saint]then it seems you've broken something, my dear.
02:09:36[Saint]the only time the statusbar isn't visible here is in the game map.
02:09:49[Franklin]how about settings->something?
02:10:08[Franklin]I have never messed with the theme code... never
02:10:29[Saint]what do you mean "settings" in superdom?
02:10:53[Franklin]from the main menu (not pause menu), got to "Settings" :)
02:11:19[Saint]Ohhhhh, aha. right.
02:11:29[Franklin]then choose any one
02:12:21[Franklin]BTW, that's also on my personal todo list for superdom (making pause/main menus more similar)
02:12:37[Saint]Dunno. Not sure its too much of an issue. I wouldn't worry about it personally.
02:12:58[Saint]Some themes are capable of disabling the statusbar anyway.
02:13:03[Franklin]No, to make the pause menus and main menus similar
02:13:09[Franklin]Not the status bar disappearing
02:13:15[Franklin]... that's too minor
02:13:42[Saint]But, anyway, on a slightly related note: make sure you do all your plugin testing with cabbie. Its the only theme that matters.
02:14:15[Saint]Other themes can introduce far too much unexpected weirdness to accommodate.
02:14:49[Saint]As for how to make sure the statusbar is displayed in these screens, I'm really not sure.
02:15:02[Saint]But I suspect the plugin itself should give you a clue.
02:15:42[Franklin]Nope
02:15:46[Franklin]just a call to rb->set_int
02:15:49[Franklin]nothing else
02:15:59[Franklin](which is a good thing.. easy!)
02:16:49***Saving seen data "./dancer.seen"
02:26:31 Quit xorly (Ping timeout: 244 seconds)
02:31:03 Quit [Franklin] (Remote host closed the connection)
03:00
03:00:02 Quit AlexP (Remote host closed the connection)
03:03:20 Quit ZincAlloy (Quit: Leaving.)
03:31:55 Join ikeboy [0] (~ikeboy@ool-435622d3.dyn.optonline.net)
03:44:07 Quit Scr0mple (Read error: Connection reset by peer)
04:00
04:07:16 Quit pixelma (Disconnected by services)
04:07:16 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:07:17 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:07:17 Quit amiconn (Disconnected by services)
04:07:21 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:16:50***Saving seen data "./dancer.seen"
04:20:23 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
04:38:29 Quit Ecaz (Ping timeout: 250 seconds)
04:42:41 Quit krabador (Quit: Take the time.)
04:53:47 Quit cmhobbs (Ping timeout: 244 seconds)
04:57:21 Quit Pessimist (Quit: Blet, lūžo bounceris)
05:00
05:01:50 Quit ikeboy (Quit: Leaving)
05:05:49 Join Pessimist [0] (Anon@gateway/shell/elitebnc/x-yzohcezsfjyojkuv)
05:15:02 Join rudi_s_ [0] (~simon@ruderich.eu)
05:16:11 Quit TheSeven (Ping timeout: 250 seconds)
05:17:10 Quit Pessimist (Quit: Blet, lūžo bounceris)
05:17:15 Join ygrek [0] (~user@108.59.6.97)
05:17:41 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:20:44 Quit rudi_s (Ping timeout: 240 seconds)
05:29:19 Join Pessimist [0] (Anon@gateway/shell/elitebnc/x-xuxdqvtqsftcrgub)
05:33:34 Quit jhMikeS (Ping timeout: 244 seconds)
05:48:29 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
05:49:23 Join steffengy [0] (~quassel@p5088FF3D.dip0.t-ipconnect.de)
05:52:15 Quit steffengy1 (Ping timeout: 250 seconds)
06:00
06:16:54***Saving seen data "./dancer.seen"
06:19:41 Quit TD-Linux (Quit: ZNC - http://znc.in)
06:22:16 Join TD-Linux [0] (~Thomas@kyoko.thomasdaede.com)
06:22:32 Quit TD-Linux (Changing host)
06:22:32 Join TD-Linux [0] (~Thomas@about/essy/indecisive/TD-Linux)
07:00
07:08:35 Join amithkk [0] (uid4289@2buntu/writers/amithkk)
07:26:26 Quit Pessimist (Ping timeout: 245 seconds)
07:47:47 Join Xerion_ [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
07:47:58 Quit Xerion (Read error: Connection reset by peer)
07:48:04 Nick Xerion_ is now known as Xerion (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
07:48:42 Join ender` [0] (krneki@2a01:260:4094:1:42:42:42:42)
07:48:53 Quit ender| (Read error: Connection reset by peer)
08:00
08:03:19 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
08:03:31 Quit ygrek (Ping timeout: 245 seconds)
08:11:20 Quit dys (Ping timeout: 260 seconds)
08:11:45 Join ender^ [0] (krneki@2a01:260:4094:1:42:42:42:42)
08:12:16 Quit ender` (Ping timeout: 260 seconds)
08:12:16 Quit amithkk (Ping timeout: 260 seconds)
08:12:44 Quit ps-auxw (Ping timeout: 260 seconds)
08:14:16 Join amithkk [0] (uid4289@2buntu/writers/amithkk)
08:15:03 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
08:16:57***Saving seen data "./dancer.seen"
08:23:44 Join Pessimist [0] (Anon@gateway/shell/elitebnc/x-iyrrgkejcujopudc)
08:23:44 Quit Pessimist (Changing host)
08:23:44 Join Pessimist [0] (Anon@unaffiliated/pessimist)
08:23:44 Quit Pessimist (Changing host)
08:23:45 Join Pessimist [0] (Anon@gateway/shell/elitebnc/x-iyrrgkejcujopudc)
08:25:52 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
08:33:16 Join ender` [0] (krneki@foo.eternallybored.org)
08:36:25 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
08:38:45 Join mortalis|2 [0] (~kvirc@213.33.220.118)
08:42:21 Quit chrisb (Ping timeout: 245 seconds)
08:49:08 Join Zagor [0] (~bjst@80.239.169.202)
08:49:08 Quit Zagor (Changing host)
08:49:08 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
08:55:07 Join dys [0] (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a)
08:59:18 Join ygrek [0] (~user@108.59.6.97)
09:00
09:03:31 Quit pamaury (Ping timeout: 245 seconds)
09:11:46 Quit bertrik (Remote host closed the connection)
09:21:24 Join kugel [0] (~kugel@rockbox/developer/kugel)
09:28:30 Quit ender` (Read error: Connection reset by peer)
09:29:09 Join ender` [0] (krneki@foo.eternallybored.org)
09:29:31 Quit ender^ (Remote host closed the connection)
09:29:42 Join ender^ [0] (krneki@2a01:260:4094:1:42:42:42:42)
09:32:36 Quit ender` (Client Quit)
09:33:35 Quit JohnML (Ping timeout: 255 seconds)
10:00
10:01:37 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:16:58***Saving seen data "./dancer.seen"
10:22:32 Join LinusN [0] (~linus@giant.haxx.se)
10:32:10kugel[Saint]: what was the issue tonight?
10:46:20 Quit funman (Ping timeout: 240 seconds)
10:47:24 Join funman [0] (~fun@chui-pas.net)
11:00
11:03:42 Join krabador [0] (~krabador_@unaffiliated/krabador)
11:16:57 Quit amiconn (*.net *.split)
11:16:57 Quit pixelma_ (*.net *.split)
11:17:01 Quit pystar89 (*.net *.split)
11:17:02 Quit babylonlurker (*.net *.split)
11:17:07 Quit [Saint] (*.net *.split)
11:17:10 Quit Topy44 (*.net *.split)
11:17:29 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
11:17:29 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
11:17:29 Join pystar89 [0] (~pystar89@ip-176-199-76-43.hsi06.unitymediagroup.de)
11:17:29 Join babylonlurker [0] (~quassel@veda.xs4all.nl)
11:17:29 Join [Saint] [0] (~saint@rockbox/staff/saint)
11:17:29 Join Topy44 [0] (topy@ns1.kurz.pw)
11:17:40 Quit pamaury (*.net *.split)
11:17:43 Quit TD-Linux (*.net *.split)
11:17:47 Quit akaWolf (*.net *.split)
11:17:51 Quit soap (*.net *.split)
11:17:56 Quit sobukus (*.net *.split)
11:18:01 Quit markun_ (*.net *.split)
11:18:03 Quit n17ikh (*.net *.split)
11:18:05 Quit Kohlrabi (*.net *.split)
11:18:10 Quit mazzoo (*.net *.split)
11:18:11 Quit Galois (*.net *.split)
11:18:14 Quit zu (*.net *.split)
11:18:20 Quit krabador (Quit: Take the time.)
11:22:31 Join markun [0] (~markun@rockbox/developer/markun)
11:22:33 Join mazzoo [0] (~mazzoo@country.muc2.m.ario.land)
11:22:35 Join zu [0] (~zu@ks387228.kimsufi.com)
11:22:37 Join sobukus [0] (~thomas@basal.nesselzelle.de)
11:22:50 Join n17ikh [0] (~n17ikh@128.204.195.239)
11:22:50 Quit n17ikh (Changing host)
11:22:50 Join n17ikh [0] (~n17ikh@unaffiliated/n17ikh)
11:26:23 Quit amithkk (Quit: Connection closed for inactivity)
11:26:55foolshpamaury: Logs g#939 and g#677 Can we merge?
11:27:01fs-bluebotGerrit review #939 at http://gerrit.rockbox.org/r/939 : Add touchpad deadzone entry in Rockbox manual by Benjamin Brown
11:27:01fs-bluebotGerrit review #677 at http://gerrit.rockbox.org/r/677 : Fuze+: add a configurable deadzone area for touchpad buttons by Amaury Pouly
11:27:19 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
11:27:21 Join xorly [0] (~xorly@m180.dkm.cz)
11:29:32 Join rela [0] (~x@pdpc/supporter/active/rela)
11:29:54 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:29:54 Join TD-Linux [0] (~Thomas@about/essy/indecisive/TD-Linux)
11:29:54 Join soap [0] (~soap@rockbox/staff/soap)
11:29:54 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
11:33:32 Quit Provel (Ping timeout: 240 seconds)
11:34:01 Join Provel [0] (Provel@75-132-30-64.dhcp.stls.mo.charter.com)
11:36:44 Join advcomp2019_ [0] (~advcomp20@65-131-177-185.sxct.qwest.net)
11:36:44 Quit advcomp2019_ (Changing host)
11:36:44 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
11:38:28 Join akaWolf [0] (~akaWolf@188.134.9.161)
11:38:28 Quit akaWolf (Changing host)
11:38:28 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
11:40:18 Quit advcomp2019 (Ping timeout: 272 seconds)
11:41:38 Join advcomp2019__ [0] (~advcomp20@65-131-177-185.sxct.qwest.net)
11:41:38 Quit advcomp2019__ (Changing host)
11:41:38 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
11:44:39 Quit advcomp2019_ (Ping timeout: 255 seconds)
11:47:26 Join KotH_ [0] (~attila@lou-outside.kinali.ch)
11:50:54 Quit KotH (Ping timeout: 272 seconds)
11:51:05 Quit charlie (Ping timeout: 272 seconds)
11:51:05 Quit Elfish (Ping timeout: 272 seconds)
11:51:19 Quit uwe_mobile (Ping timeout: 272 seconds)
11:51:20 Quit simabeis (Ping timeout: 272 seconds)
11:51:23 Join uwe_mobile [0] (~uwe@static.88-198-8-117.clients.your-server.de)
11:51:37 Join simabeis [0] (~simabeis@lobmenschen.de)
11:51:48 Join Elfish [0] (amba@2001:1608:12:1:13:3:3:7)
11:56:31 Join x76 [0] (~0x56@sillytitties.com)
11:56:35 Join synergst` [0] (~synfn@node1.customhost.org.uk)
11:57:26 Join scorche|1h [0] (~scorche@rockbox/administrator/scorche)
11:57:57 Quit Synergist (Ping timeout: 240 seconds)
11:59:23 Join charlie [0] (~c@unaffiliated/charlie)
12:00
12:00:10 Join TheGuyWhoIsTheGu [0] (~androirc@modemcable045.77-163-184.mc.videotron.ca)
12:07:03 Quit rela (Read error: Connection reset by peer)
12:08:15[Saint]http://pastebin.com/u5EyPutE
12:08:19[Saint]jhMikeS waz here!!1!one!
12:09:07[Saint]that filesystem WIP is truly monumental.
12:09:28 Quit x56 (*.net *.split)
12:09:33 Quit Ketturi (*.net *.split)
12:09:34 Quit scorche|sh (*.net *.split)
12:10:01 Quit yosafbridge (*.net *.split)
12:10:56 Join yosafbridge [0] (~yosafbrid@192.241.198.49)
12:11:13 Join Ketturi [0] (ketturi@hilla.kapsi.fi)
12:13:07 Quit yosafbridge (Excess Flood)
12:14:05 Quit TheGuyWhoIsTheGu (Remote host closed the connection)
12:14:30 Join yosafbridge [0] (~yosafbrid@192.241.198.49)
12:16:59***Saving seen data "./dancer.seen"
12:27:48 Join Naked_ [0] (~naked@naked.iki.fi)
12:30:16 Join uwe_mobile__ [0] (~uwe@static.88-198-8-117.clients.your-server.de)
12:32:35 Join zoktar_ [0] (~zoktar@unaffiliated/zoktar)
12:33:31 Join ParkerR_ [0] (ParkerR@withg.org)
12:34:23 Quit Naked (Ping timeout: 244 seconds)
12:34:23 Quit ParkerR (Ping timeout: 244 seconds)
12:34:31 Quit uwe_mobile (Ping timeout: 244 seconds)
12:34:35 Quit zoktar (Ping timeout: 244 seconds)
12:34:46 Nick zoktar_ is now known as zoktar (~zoktar@unaffiliated/zoktar)
12:42:27[Saint]jhMikeS: (logs) your filesystem WIP patch set compiles for SDL hosted (tried for AMD64 and ARMv6/v7), but it throws a metric _fucktonne_ of warnings regarding ignoring the return value of read like...everywhere.
12:42:29[Saint]Heaps.
12:42:35[Saint]Heaps and heaps of warnings.
12:56:11DEBUGEOF from server (Connection reset by peer) (snapshot: netstuff.c line 545)
12:56:11***Cleanup
12:56:11***Cleanup
12:56:11***Saving seen data "./dancer.seen"
12:56:11***Exit
12:56:13***Started Dancer V4.16
12:56:13***Connected to irc.freenode.net on port 6667
12:56:13***Logfile for #rockbox started
12:56:13Mode"logbot :+i" by logbot
12:56:19***Server message 501: 'logbot :Unknown MODE flag'
12:56:19 Join logbot [0] (~rockbox@giant.haxx.se)
12:56:19 Join charlie [0] (~c@unaffiliated/charlie)
12:56:19 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
12:56:19 Join funman_ [0] (~fun@chui-pas.net)
12:56:19 Join rudi_s [0] (~simon@ruderich.eu)
12:56:19 Join ParkerR_ [0] (ParkerR@withg.org)
12:56:19 Join zoktar [0] (~zoktar@unaffiliated/zoktar)
12:56:19 Join uwe_mobile__ [0] (~uwe@static.88-198-8-117.clients.your-server.de)
12:56:19 Join Naked_ [0] (~naked@naked.iki.fi)
12:56:19 Join yosafbridge [0] (~yosafbrid@192.241.198.49)
12:56:19 Join scorche|1h [0] (~scorche@rockbox/administrator/scorche)
12:56:19 Join synergst` [0] (~synfn@node1.customhost.org.uk)
12:56:19 Join x76 [0] (~0x56@sillytitties.com)
12:56:19 Join simabeis [0] (~simabeis@lobmenschen.de)
12:56:19 Join KotH_ [0] (~attila@lou-outside.kinali.ch)
12:56:19 Join advcomp2019__ [0] (~advcomp20@unaffiliated/advcomp2019)
12:56:19 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
12:56:19 Join Provel [0] (Provel@75-132-30-64.dhcp.stls.mo.charter.com)
12:56:19 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
12:56:19 Join soap [0] (~soap@rockbox/staff/soap)
12:56:19 Join TD-Linux [0] (~Thomas@about/essy/indecisive/TD-Linux)
12:56:19 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:56:19 Join xorly [0] (~xorly@m180.dkm.cz)
12:56:19 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
12:56:19 Join n17ikh [0] (~n17ikh@unaffiliated/n17ikh)
12:56:19 Join sobukus [0] (~thomas@basal.nesselzelle.de)
12:56:19 Join zu [0] (~zu@ks387228.kimsufi.com)
12:56:19 Join mazzoo [0] (~mazzoo@country.muc2.m.ario.land)
12:56:19 Join markun [0] (~markun@rockbox/developer/markun)
12:56:19 Join Topy44 [0] (topy@ns1.kurz.pw)
12:56:19 Join [Saint] [0] (~saint@rockbox/staff/saint)
12:56:19 Join babylonlurker [0] (~quassel@veda.xs4all.nl)
12:56:19 Join pystar89 [0] (~pystar89@ip-176-199-76-43.hsi06.unitymediagroup.de)
12:56:19 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
12:56:19 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
12:56:19 Join LinusN [0] (~linus@giant.haxx.se)
12:56:19 Join ender^ [0] (krneki@2a01:260:4094:1:42:42:42:42)
12:56:19 Join kugel [0] (~kugel@rockbox/developer/kugel)
12:56:19 Join ygrek [0] (~user@108.59.6.97)
12:56:19 Join dys [0] (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a)
12:56:19 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
12:56:19 Join mortalis|2 [0] (~kvirc@213.33.220.118)
12:56:19 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
12:56:19 Join Pessimist [0] (Anon@gateway/shell/elitebnc/x-iyrrgkejcujopudc)
12:56:19 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
12:56:19 Join Xerion [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
12:56:19 Join steffengy [0] (~quassel@p5088FF3D.dip0.t-ipconnect.de)
12:56:19 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
12:56:19 Join __jae__ [0] (~jae@dedicated.jaerhard.com)
12:56:19 Join uwe__ [0] (~uwe_@ipservice-092-211-041-004.092.211.pools.vodafone-ip.de)
12:56:19 Join fs-bluebot [0] (~fs-bluebo@g225252102.adsl.alicedsl.de)
12:56:19 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
12:56:19 Join foolsh [0] (~bbrown@c-67-174-138-234.hsd1.in.comcast.net)
12:56:19 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
12:56:19 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
12:56:19 Join mirak [0] (~mirak@5-49-105-29.hfc.dyn.abo.bbox.fr)
12:56:19 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
12:56:19 Join efyx_ [0] (~efyx@136.149-67-87.adsl-dyn.isp.belgacom.be)
12:56:19 Join ZackaryDoyle [0] (~ZackaryDo@ec2-54-201-199-156.us-west-2.compute.amazonaws.com)
12:56:19 Join K1773R [0] (~K1773R@unaffiliated/k1773r)
12:56:19 Join evilnick [0] (~evilnick@rockbox/staff/evilnick)
12:56:19 Join Xyem_ [0] (xyem@li193-64.members.linode.com)
12:56:19 Join user890104 [0] (Venci@unaffiliated/user890104)
12:56:19 Join megal0maniac [0] (~megal0man@105.229.172.74)
12:56:19 Join alexbobp [0] (~alex@capitalthree.pwnz.org)
12:56:19 Join ruskie [0] (~ruskie@sourcemage/mage/ruskie)
12:56:19 Join Cinos [0] (Cinos@cinos.biz)
12:56:19 Join the-kyle [0] (~kyle@kyle.tk)
12:56:19 Join SuperBrao [0] (~andy@2001:470:8:a61::5f92:59a1)
12:56:19 Join GodEater` [0] (~whoknows@rockbox/staff/GodEater)
12:56:19 Join scorche [0] (~scorche@rockbox/administrator/scorche)
12:56:19 Join ranmachan [0] (~ranma@yumi.uguu.de)
12:56:19 Join sLite [0] (~quassel@mail.slite.org)
12:56:19 Join Scall [0] (~chat@unaffiliated/scall)
12:56:19 Join derf [0] (~derf@static-108-18-126-14.washdc.fios.verizon.net)
12:56:19 Join AKBlindy [0] (~jticket@jt-lx.info)
12:56:19 Join Cultist [0] (~CultOfThe@c-98-223-211-32.hsd1.il.comcast.net)
12:56:19 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
12:56:19 Join alucryd [0] (~alucryd@archlinux/trusteduser/alucryd)
12:56:19 Join bzed [0] (~bzed@devel.recluse.de)
12:56:19 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
12:56:19 Join TBCOOL [0] (~tb@c-3d96e555.09-273-73746f44.cust.bredbandsbolaget.se)
12:56:19 Join Makinit [0] (makinit@makinit.nl)
12:56:19 Join copper [0] (~copper@unaffiliated/copper)
12:56:19 Join Slasheri [0] (miipekk@rockbox/developer/Slasheri)
12:56:19 Join Jack87 [0] (Jack87@nasadmin/admin/jack87)
12:56:19 Join eternnoir [0] (~quassel@li389-177.members.linode.com)
12:56:19 Join Mir [0] (~Mir@pool-100-39-12-7.lsanca.fios.verizon.net)
12:56:19 Join chkktri [0] (~chkktri@unaffiliated/chkktri)
12:56:19 Join albb0920 [0] (~albb0920@alice.mgt.ncu.edu.tw)
12:56:19 Join suYin`OFF [0] (suYin@server1.bouncer4you.de)
12:56:19 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
12:56:19 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
12:56:19 Join igitoor [0] (igitur@unaffiliated/contempt)
12:56:19 Join Bluefoxicy [0] (~Bluefoxic@c-76-21-157-203.hsd1.md.comcast.net)
12:56:19 Join WakiMiko [0] (~WakiMiko@unaffiliated/wakimiko)
12:56:19 Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224)
12:56:19 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
12:56:19 Join knittl [0] (~knittl@unaffiliated/knittl)
12:56:19 Join Marex [0] (~Marex@195.140.253.167)
12:56:19 Join rasher [0] (~rasher@rockbox/developer/rasher)
12:56:19 Join shufflebot [0] (~ec2-user@unaffiliated/shufflebot)
12:56:19 Join aevin [0] (~brootvors@unaffiliated/aevin)
12:56:19 Join maraz [0] (maraz@kapsi.fi)
12:56:19 Join Unhelpful_ [0] (~quassel@rockbox/developer/Unhelpful)
12:56:19 Join endee [0] (sid15467@gateway/web/irccloud.com/x-ggqcgwuxhnqnjiml)
12:56:19 Join @ChanServ [0] (ChanServ@services.)
12:56:19 Join preglow [0] (~thomj@2001:840:4243:3::100)
12:57:05 Join Ketturi [0] (ketturi@hilla.kapsi.fi)
12:57:16 Join APLU [0] (~mulx@eva.aplu.fr)
12:57:54 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
12:58:13 Join burgobianco [0] (~viskestel@li607-220.members.linode.com)
13:00
13:03:34 Quit charlie (Ping timeout: 240 seconds)
13:05:30 Join Elfish [0] (amba@2001:1608:12:1:13:3:3:7)
13:06:00 Join charlie [0] (~c@unaffiliated/charlie)
13:06:44 Quit burgobianco (Excess Flood)
13:08:04 Join burgobianco [0] (~viskestel@li607-220.members.linode.com)
13:21:28 Join markun_ [0] (~markun@rockbox/developer/markun)
13:22:20 Quit markun (Ping timeout: 255 seconds)
13:22:22 Quit Zagor (Ping timeout: 255 seconds)
13:22:23 Quit evilnick (Ping timeout: 255 seconds)
13:22:25 Quit K1773R (Ping timeout: 255 seconds)
13:22:31 Join evilnick [0] (~evilnick@rockbox/staff/evilnick)
13:22:38 Quit Provel (Ping timeout: 255 seconds)
13:22:38 Quit ruskie (Ping timeout: 255 seconds)
13:23:15 Join Provel [0] (Provel@75-132-30-64.dhcp.stls.mo.charter.com)
13:23:17 Join Zagor [0] (~bjst@80.239.169.202)
13:23:27 Quit Zagor (Changing host)
13:23:27 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
13:24:03 Join K1773R [0] (~K1773R@unaffiliated/k1773r)
13:27:35 Quit megal0maniac (Ping timeout: 255 seconds)
13:27:35 Quit user890104 (Ping timeout: 255 seconds)
13:27:36 Quit Xyem_ (Ping timeout: 255 seconds)
13:28:50 Join Zagor_ [0] (~bjst@80.239.169.202)
13:28:58 Quit Zagor_ (Changing host)
13:28:58 Join Zagor_ [242] (~bjst@rockbox/developer/Zagor)
13:29:33 Join alexbobp_ [0] (~alex@capitalthree.pwnz.org)
13:30:19 Quit Ketturi (Ping timeout: 255 seconds)
13:30:20 Quit alexbobp (Ping timeout: 255 seconds)
13:30:22 Quit Zagor (Ping timeout: 255 seconds)
13:30:22 Quit kuldeepdhaka (Ping timeout: 255 seconds)
13:33:01 Join user890104 [0] (Venci@unaffiliated/user890104)
13:33:52 Join Xyem [0] (xyem@li193-64.members.linode.com)
13:33:52 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
13:33:52 Quit ygrek (Ping timeout: 255 seconds)
13:34:52 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
13:36:35 Join ruskie [0] (~ruskie@sourcemage/mage/ruskie)
13:38:25 Quit akaWolf (Remote host closed the connection)
13:38:34 Join dfkt [0] (dfkt@chello084112032026.1.11.vie.surfer.at)
13:38:34 Quit dfkt (Changing host)
13:38:34 Join dfkt [0] (dfkt@unaffiliated/dfkt)
13:40:21 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
13:40:34 Join Ketturi [0] (ketturi@hilla.kapsi.fi)
13:40:35 Join akaWolf1 [0] (~akaWolf@188.134.9.161)
13:41:08 Quit akaWolf1 (Client Quit)
13:46:06 Join AlexP [0] (~alex@rockbox/staff/AlexP)
13:46:56 Nick KotH_ is now known as KotH (~attila@lou-outside.kinali.ch)
14:00
14:13:09 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
14:13:09 Quit amiconn (Disconnected by services)
14:13:12 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
14:13:35 Quit pixelma_ (Quit: No Ping reply in 120 seconds.)
14:13:36 Quit Topy44 (Ping timeout: 246 seconds)
14:14:20 Join pixelma [0] (quassel@rockbox/staff/pixelma)
14:14:35 Quit Ketturi (Ping timeout: 246 seconds)
14:18:54 Join Topy44 [0] (topy@cl-406.cgn-01.de.sixxs.net)
14:20:10 Join Ketturi [0] (ketturi@hilla.kapsi.fi)
14:25:56 Join mikroflops [0] (~yogurt@178.174.137.62)
14:50:36 Join rela [0] (~x@pdpc/supporter/active/rela)
14:54:22 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:56:16***Saving seen data "./dancer.seen"
15:00
15:08:52 Join aaa_bbb_ccc [0] (~noname@194-150-239-111.internetia.net.pl)
15:09:10 Quit amayer (Quit: Leaving)
15:15:08 Quit rela (Ping timeout: 246 seconds)
15:15:42 Nick aaa_bbb_ccc is now known as fuubuu (~noname@194-150-239-111.internetia.net.pl)
15:19:10 Join amayer [0] (~amayer@mail.weberadvertising.com)
15:34:38 Join jhMikeS [0] (~jethead71@c-68-43-2-35.hsd1.mi.comcast.net)
15:34:38 Quit jhMikeS (Changing host)
15:34:38 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
15:36:12wodzpamaury: have you tried crosscompiling rockbox with clang lately? This suggests http://clang.llvm.org/docs/AttributeReference.html that they implemented 'IRQ' and 'FIQ' attributes
15:36:44pamauryno, last time I tried IRQ and FIQ was implemented and it was crashing iirc
15:36:49pamaurybut that was some time ago
15:37:59wodzthe documentation referred is for clang 3.6 which is not out yet
15:42:08wodzpamaury: Do you remember what exactly was wrong with clang generated rockbox binary?
15:42:42wodzpamaury: I mean wrong irq handler prologue, epilogue, both or something else?
15:43:40 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
15:50:51 Quit kuldeepdhaka (Ping timeout: 240 seconds)
16:00
16:01:16 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
16:19:06pamaurywodz: I don't recall
16:19:26pamauryI'm not sure the problem was with the IRQ/FIQ by the way
16:21:34wodzpamaury: I vaguely remember we concluded it was IRQ/FIQ problem as not irq driven hwstub was working
16:22:58pamauryah yeah maybe
16:24:51wodzpamaury: and I recall you posted question about this in llvm ML and the answer was that nobody needed this so far and hence it was not implemented
16:25:16wodzmaybe I'll try next week
16:25:20 Quit wodz (Quit: Leaving)
16:26:24 Join uwe_ [0] (~uwe_@dslb-084-057-226-072.084.057.pools.vodafone-ip.de)
16:27:42 Quit kugel (Quit: leaving)
16:28:06 Quit uwe__ (Ping timeout: 245 seconds)
16:38:26 Quit ZackaryDoyle (Read error: Connection reset by peer)
16:39:39 Quit Zagor_ (Quit: Clint excited)
16:45:22 Nick x76 is now known as x56 (~0x56@sillytitties.com)
16:56:17***Saving seen data "./dancer.seen"
16:57:10 Quit fuubuu (Quit: leaving)
16:58:25 Join ygrek [0] (~user@108.59.6.97)
17:00
17:02:24 Quit einhirn (Read error: Connection reset by peer)
17:04:10 Quit kuldeepdhaka (Read error: Connection reset by peer)
17:12:03 Join pauldgroot [0] (~pauldgroo@5ED47C81.cm-7-5b.dynamic.ziggo.nl)
17:14:42 Join Jinx [0] (~Jinx@unaffiliated/jinx)
17:27:40 Join ZincAlloy [0] (~Adium@pD9EEB91A.dip0.t-ipconnect.de)
17:36:46 Join krabador [0] (~krabador_@unaffiliated/krabador)
17:53:26 Nick ParkerR_ is now known as ParkerR (ParkerR@withg.org)
17:53:27 Quit ParkerR (Changing host)
17:53:27 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
18:00
18:15:52 Join rela [0] (~x@pdpc/supporter/active/rela)
18:36:49 Join lbobrife [0] (~z@cpe-075-177-191-139.nc.res.rr.com)
18:39:36 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
18:44:57 Quit mortalis|2 (Remote host closed the connection)
18:56:21***Saving seen data "./dancer.seen"
19:00
19:00:32 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
19:03:16 Quit rela (Quit: Leaving)
19:21:19 Quit bertrik (Remote host closed the connection)
19:23:02copperAm I dreaming, or does this http://cdn.head-fi.org/f/f7/f79aa0ca_DSC04361.jpeg look a lot like http://themes.rockbox.org/index.php?themeid=2043&target=sansafuzeplus ?
19:24:09copperhttp://cdn.head-fi.org/3/34/34923eb5_DSC04355.jpeg
19:26:40copperhmm, not quite http://outpost.fr/tmp/6xL.jpg/
19:27:18copperthough the top status bar looks very familiar too
19:28:18coppersound volume to the left, "Now Playing" in the center, battery icon to the right
19:29:22copperhttp://fiio.net/UploadFiles/main/Files/2014/3/20140312171910.jpg
19:29:59ZincAlloylooks like an ipod/clip zip hybrid
19:31:48copperit's the FiiO X5
19:32:59copperhttp://themes.rockbox.org/index.php?themeid=2174&target=ipod6g
19:33:26copperwell
19:33:55copperI guess I can't bitch about similarities
19:34:06copperconsidering my iPod rip-offs
19:34:19coppersorry
19:34:21copper"homages"
19:34:22copper:P
19:36:01copperactually the top status bar thing was there on the first iPod in 2001
19:36:36*copper shrugs
19:37:44gevaertsDon't forget those DAPs that actually have a separate screen colour for the top bar :)
19:50:20 Quit bluebrother (Disconnected by services)
19:50:25 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
19:52:14 Quit fs-bluebot (Ping timeout: 240 seconds)
19:56:44 Join fs-bluebot [0] (~fs-bluebo@g231123189.adsl.alicedsl.de)
20:00
20:11:56 Quit pamaury (Ping timeout: 264 seconds)
20:14:29 Quit ygrek (Ping timeout: 255 seconds)
20:29:35 Quit pauldgroot (Read error: Connection reset by peer)
20:38:24 Part LinusN
20:56:03 Join PurlingNayuki [0] (~yzflcyq@113.110.253.113)
20:56:24***Saving seen data "./dancer.seen"
20:56:52 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
21:00
21:10:21 Quit PurlingNayuki (Remote host closed the connection)
21:46:13 Join PurlingNayuki [0] (~yzflcyq@113.110.253.113)
21:48:10 Quit amayer (Quit: Leaving)
21:49:36 Part PurlingNayuki
21:54:05 Join bertrik [0] (~bertrik@5350BD49.cm-6-1c.dynamic.ziggo.nl)
21:54:05 Quit bertrik (Changing host)
21:54:05 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
22:00
22:47:10 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
22:56:20 Quit krabador (Quit: Take the time.)
22:56:27***Saving seen data "./dancer.seen"
22:57:56 Quit pamaury (Read error: Connection reset by peer)
22:59:07 Join krabador [0] (~krabador_@unaffiliated/krabador)
23:00
23:05:59 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
23:19:26 Quit chrisb (Ping timeout: 244 seconds)
23:21:24 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
23:26:27 Join [Franklin] [0] (~franklin@cpe-071-071-039-006.triad.res.rr.com)
23:26:54[Franklin] /msg NickServ VERIFY REGISTER [Franklin] gxixsuovvkcy
23:26:57[Franklin]woops
23:27:11[Franklin]well... wouldn't be much use, anyway
23:31:36preglowhaha
23:32:41[Franklin]had a space
23:32:47[Franklin]otherwise it would have worked...
23:33:01[Franklin]ok... gonna work on AI for superdom
23:40:33preglow /msg preglow what
23:40:35preglowhah
23:40:39preglowit really should strip the space
23:40:52preglowgod knows how many of those i've seen
23:41:32gevaertsuh, please no...
23:41:40gevaertsSometimes you want to say things that start with /
23:41:45preglow /say
23:41:54preglow/msg preglow guess what
23:42:00gevaertsYes, but that needs thinkingQ
23:42:03preglowheh
23:42:16preglowlike most things, i got used to it
23:42:31preglowand having spaces stripped would have spared me quite a few awkward moments on irc...
23:43:13gevaertsSounds like a client feature anyway
23:44:00[Franklin] /like this?/
23:45:31 Quit dfkt (Disconnected by services)
23:45:32 Join dfkt_ [0] (dfkt@unaffiliated/dfkt)
23:46:58[Franklin]Any chance this could get into master? http://forums.rockbox.org/index.php/topic,48083
23:50:50 Join uwe__ [0] (~uwe_@dslb-084-057-226-072.084.057.pools.vodafone-ip.de)
23:51:31 Join TD--Linux [0] (~Thomas@kyoko.thomasdaede.com)
23:51:34 Join ParkerR_ [0] (ParkerR@withg.org)
23:52:53 Quit uwe_ (*.net *.split)
23:52:56 Quit ParkerR (*.net *.split)
23:52:56 Quit Naked_ (*.net *.split)
23:52:57 Quit TD-Linux (*.net *.split)
23:52:58 Quit soap (*.net *.split)
23:53:00 Quit Galois (*.net *.split)
23:53:02 Nick TD--Linux is now known as TD-Linux (~Thomas@kyoko.thomasdaede.com)
23:53:02 Quit TD-Linux (Changing host)
23:53:02 Join TD-Linux [0] (~Thomas@about/essy/indecisive/TD-Linux)
23:53:31 Join Naked [0] (~naked@naked.iki.fi)

Previous day | Next day