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 2021-08-18

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:00
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:00
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:00
04:11:26***Saving seen data "./dancer.seen"
04:36:10 Quit lebellium (Ping timeout: 258 seconds)
05:00
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:00
06:11:29***Saving seen data "./dancer.seen"
08:00
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:00
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:00
10:11:34***Saving seen data "./dancer.seen"
10:24:24 Quit massive_H (Quit: Leaving)
11:00
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:00
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:00
14:11:41***Saving seen data "./dancer.seen"
16:00
16:11:44***No seen item changed, no save performed.
16:25:13_bilgusanyone have any ideas on the best way to get icons.c (defined in core) out & accessible in plugins?
16:26:00_bilgusI'm not against the plugins carrying them around (use a script to duplicate them from src)
16:26:17_bilgusI also could load them from a file
16:26:41_bilgusand another option is to stub them into the plugin api
16:27:13_bilgusfigure there will be at least 4 plugins sharing some form of the icons
16:30:50_bilgusif stubbing them out into the api I could probably make a single array const unsigned char mono_icons[ptr_5x7, ptr_8x10, etc]
17:00
17:55:37speachystubbing them into the API makes the most sense IMO
17:55:47speachyassuming of course the intent is to share the global icons
17:55:52speachy(theming?)
17:56:00speachy(what if the global icons are insufficient?)
18:00
18:11:46***No seen item changed, no save performed.
18:15:00 Join amachronic [0] (~amachroni@user/amachronic)
18:19:52rb-bluebot_Build Server message: New build round started. Revision 4cbb5b4201, 303 builds, 8 clients.
18:33:18rb-bluebot_Build Server message: Build round completed after 806 seconds.
18:33:20rb-bluebot_Build Server message: Revision 4cbb5b4201 result: All green
18:48:04 Quit amachronic (Quit: amachronic)
19:00
19:16:22 Quit ZincAlloy (Quit: Leaving.)
19:18:09 Join ZincAlloy [0] (~Adium@2a02:8108:943f:d824:f135:26c1:d4fa:6fa8)
20:00
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:00
21:09:00_bilgusspeachy 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:30rb-bluebot_Build Server message: New build round started. Revision 24e8fa317e, 303 builds, 8 clients.
21:17:31speachythinking 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:21speachy_bilgus: would it have made more sense to shove that talk_val() helper function into the plugin lib?
21:21:05_bilgusmaybe? I only added it where I did because it made the strings too long
21:23:26_bilgusso rather than getting index 0 you just ask it for the icon and it returns ptr and size perhaps?
21:23:47speachyptr + dimensions yeah
21:32:03_bilgusG#3722
21:32:05rb-bluebot_Gerrit review #3722 at https://gerrit.rockbox.org/r/c/rockbox/+/3722 : lib/helper add talk_val() by William Wilgus
21:38:53rb-bluebot_Build Server message: Build round completed after 1283 seconds.
21:38:54rb-bluebot_Build Server message: Revision 24e8fa317e result: 156 errors 28 warnings
21:42:08_bilgusheh
21:43:42rb-bluebot_Build Server message: New build round started. Revision 0679faf65d, 303 builds, 8 clients.
21:44:03_bilgusI guess this one will fix it but thats very odd
21:45:57_bilgusmust be a glitch
21:50:05speachyunless 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_bilgusop yep in mpeg backlight brightness
21:57:22_bilgusdope.
22:00
22:00:20rb-bluebot_Build Server message: Build round completed after 997 seconds.
22:00:22rb-bluebot_Build Server message: Revision 0679faf65d result: All green
22:11:49***Saving seen data "./dancer.seen"
22:50:09 Quit Moriar (Ping timeout: 248 seconds)
23:00
23:48:22 Quit spork (Ping timeout: 245 seconds)

Previous day | Next day