--- Log for 18.08.121 Server: lithium.libera.chat Channel: #rockbox --- Nick: rb-logbot Version: Dancer V4.16 Started: 8 days and 13 hours ago 00.07.07 Quit reductum (Quit: WeeChat 2.8) 00.07.40 Join reductum [0] (~reductum@2603-8000-b400-8764-dea6-32ff-fe16-a622.res6.spectrum.com) 00.11.20 *** Saving seen data "./dancer.seen" 02.11.23 *** No seen item changed, no save performed. 02.13.23 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 02.13.23 Quit pixelma (Quit: .) 02.15.51 Join pixelma [0] (~marianne@p200300ea8707db00298570b6db5078d1.dip0.t-ipconnect.de) 02.15.52 Join amiconn [0] (~jens@p200300ea8707db00298570b6db5078d1.dip0.t-ipconnect.de) 03.46.06 Join ZincAlloy [0] (~Adium@ip5f5abcae.dynamic.kabel-deutschland.de) 03.48.24 Join lebellium [0] (~lebellium@2a01:cb10:2e:2000:c9fa:d36d:6433:955a) 04.11.26 *** Saving seen data "./dancer.seen" 04.36.10 Quit lebellium (Ping timeout: 258 seconds) 05.32.05 Join lebellium [0] (~lebellium@2a01:cb10:2e:2000:d88e:107f:f027:675) 05.36.10 Quit lebellium (Ping timeout: 240 seconds) 06.11.29 *** Saving seen data "./dancer.seen" 08.11.32 *** No seen item changed, no save performed. 08.25.37 Quit akaWolf (Ping timeout: 248 seconds) 08.29.43 Join akaWolf [0] (~akaWolf@akawolf.org) 09.03.30 Join massiveH [0] (~massiveH@ool-18e4e82f.dyn.optonline.net) 09.03.31 Join massive_H [0] (~massiveH@ool-18e4e82f.dyn.optonline.net) 09.03.46 Quit massiveH (Client Quit) 10.11.34 *** Saving seen data "./dancer.seen" 10.24.24 Quit massive_H (Quit: Leaving) 11.29.12 Join rb-bluebot_ [0] (~rb-bluebo@rockbox/bot/utility) 11.29.14 Join bluebrot1er^ [0] (~dom@user/bluebrother) 11.31.13 Quit rb-bluebot (Ping timeout: 248 seconds) 11.31.28 Quit bluebrother^ (Ping timeout: 268 seconds) 12.10.00 Join lebellium [0] (~lebellium@2a01:cb10:2e:2000:bf:9eca:bc6d:d516) 12.11.38 *** Saving seen data "./dancer.seen" 12.15.10 Quit lebellium (Ping timeout: 240 seconds) 14.11.41 *** Saving seen data "./dancer.seen" 16.11.44 *** No seen item changed, no save performed. 16.25.13 # <_bilgus> anyone have any ideas on the best way to get icons.c (defined in core) out & accessible in plugins? 16.26.00 # <_bilgus> I'm not against the plugins carrying them around (use a script to duplicate them from src) 16.26.17 # <_bilgus> I also could load them from a file 16.26.41 # <_bilgus> and another option is to stub them into the plugin api 16.27.13 # <_bilgus> figure there will be at least 4 plugins sharing some form of the icons 16.30.50 # <_bilgus> if stubbing them out into the api I could probably make a single array const unsigned char mono_icons[ptr_5x7, ptr_8x10, etc] 17.55.37 # stubbing them into the API makes the most sense IMO 17.55.47 # assuming of course the intent is to share the global icons 17.55.52 # (theming?) 17.56.00 # (what if the global icons are insufficient?) 18.11.46 *** No seen item changed, no save performed. 18.15.00 Join amachronic [0] (~amachroni@user/amachronic) 18.19.52 # Build Server message: 3New build round started. Revision 4cbb5b4201, 303 builds, 8 clients. 18.33.18 # Build Server message: 3Build round completed after 806 seconds. 18.33.20 # Build Server message: 3Revision 4cbb5b4201 result: All green 18.48.04 Quit amachronic (Quit: amachronic) 19.16.22 Quit ZincAlloy (Quit: Leaving.) 19.18.09 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:f135:26c1:d4fa:6fa8) 20.11.48 *** Saving seen data "./dancer.seen" 20.11.59 Quit TorC (Quit: Vanishing into the mist) 20.12.14 Join TorC [0] (~Tor@fsf/member/TorC) 20.29.38 Quit ZincAlloy (Quit: Leaving.) 20.39.38 Join mendel_munkis [0] (~mendel_mu@ool-ae2cb218.dyn.optonline.net) 20.42.09 Quit munkis (Ping timeout: 248 seconds) 20.46.00 Nick mendel_munkis is now known as munkis (~mendel_mu@ool-ae2cb218.dyn.optonline.net) 21.09.00 # <_bilgus> speachy I was thinking along the same lines then again they are all pretty simple affairs 21.12.57 Quit j-r (Ping timeout: 245 seconds) 21.17.30 # Build Server message: 3New build round started. Revision 24e8fa317e, 303 builds, 8 clients. 21.17.31 # thinking perhaps naively about it, enumerating the possible icons and having the plugin ask the core for a pointer to a specific icon might be a less sucky API 21.20.21 # _bilgus: would it have made more sense to shove that talk_val() helper function into the plugin lib? 21.21.05 # <_bilgus> maybe? I only added it where I did because it made the strings too long 21.23.26 # <_bilgus> so rather than getting index 0 you just ask it for the icon and it returns ptr and size perhaps? 21.23.47 # ptr + dimensions yeah 21.32.03 # <_bilgus> G#3722 21.32.05 # 3Gerrit review #3722 at https://gerrit.rockbox.org/r/c/rockbox/+/3722 : 3lib/helper add talk_val() by William Wilgus 21.38.53 # Build Server message: 3Build round completed after 1283 seconds. 21.38.54 # Build Server message: 3Revision 24e8fa317e result: 156 errors 28 warnings 21.42.08 # <_bilgus> heh 21.43.42 # Build Server message: 3New build round started. Revision 0679faf65d, 303 builds, 8 clients. 21.44.03 # <_bilgus> I guess this one will fix it but thats very odd 21.45.57 # <_bilgus> must be a glitch 21.50.05 # unless that function definition was in an ifdef block that wasn't enabled on those targets. they all seem to be monochrome, maybe? 21.57.18 # <_bilgus> op yep in mpeg backlight brightness 21.57.22 # <_bilgus> dope. 22.00.20 # Build Server message: 3Build round completed after 997 seconds. 22.00.22 # Build Server message: 3Revision 0679faf65d result: All green 22.11.49 *** Saving seen data "./dancer.seen" 22.50.09 Quit Moriar (Ping timeout: 248 seconds) 23.48.22 Quit spork (Ping timeout: 245 seconds)