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 2025-05-08

00:40:49***Saving seen data "./dancer.seen"
02:00
02:08:15 Quit othello7 (Ping timeout: 260 seconds)
02:40:50***Saving seen data "./dancer.seen"
02:41:33 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
03:00
03:26:22 Join lebellium [0] (~lebellium@2a01cb0405d03a004070cdf0d3f7e170.ipv6.abo.wanadoo.fr)
04:00
04:00:21 Nick JanC is now known as Guest3997 (~janc@user/janc)
04:00:21 Quit Guest3997 (Killed (molybdenum.libera.chat (Nickname regained by services)))
04:00:25 Join JanC [0] (~janc@user/janc)
04:40:53***Saving seen data "./dancer.seen"
05:00
05:21:54 Join jacobk [0] (~quassel@utdpat242026.utdallas.edu)
05:28:09 Quit jacobk (Ping timeout: 260 seconds)
06:00
06:26:27 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
06:40:56***Saving seen data "./dancer.seen"
07:00
07:08:02 Quit PheralSparky (Ping timeout: 248 seconds)
07:13:54 Quit JanC (Killed (tungsten.libera.chat (Nickname regained by services)))
07:13:59 Join JanC [0] (~janc@user/janc)
07:22:05 Nick JanC is now known as Guest5262 (~janc@user/janc)
07:22:05 Quit Guest5262 (Killed (calcium.libera.chat (Nickname regained by services)))
07:22:09 Join JanC [0] (~janc@user/janc)
08:00
08:40:57***Saving seen data "./dancer.seen"
10:00
10:20:20 Join speachy [0] (~speachy@rockbox/developer/speachy)
10:20:21Mode"#rockbox +v speachy" by ChanServ (ChanServ@services.libera.chat)
10:41:01***No seen item changed, no save performed.
10:46:32speachy_bilgus_: that's bitten me too, the fix is sane but I wonder if (!condition) goto skip; would be better than if (condtion) { /* large nested block */ }
10:57:33_bilgus_I actually had just a return but I got worried about the ignored_timer not timing out
10:58:06_bilgus_we can actually just flip the conditionals a bit to clean-up
10:59:08speachyall of those "UI suggestions" posts are... voliminous. not sure how actionable most of it is.
11:00
11:04:15 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
11:12:20_bilgus_on flyspray?
11:12:25speachyon the forum
11:12:59speachyin the feature ideas section. or just look ath the recent posts
11:15:07_bilgus_We might be better teaching questions2000 to fish..
11:23:02speachyindeed.
11:31:48speachyat least the string fixes have stabilized. Ugh
11:45:35 Quit othello7 (Ping timeout: 244 seconds)
12:00
12:00:44 Quit jacobk (Ping timeout: 260 seconds)
12:01:38 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
12:04:54_bilgus_I was looking for the FS for g#6523 yesterday but didn't find it till today
12:04:57rb-bluebotGerrit review #6523 at https://gerrit.rockbox.org/r/c/rockbox/+/6523 : Don't turn off backlight while buttons are pressed FS #13391 by William Wilgus
12:08:00_bilgus_I should be able to test this one too FS #13353
12:08:01rb-bluebothttps://www.rockbox.org/tracker/task/13353 Setting "Backlight Fade In" to "No" makes scrolling slow (bugs, unconfirmed)
12:08:33_bilgus_oh its the hosted one hmm
12:09:02speachyhosted is kinda pathological due to the crappy threading
12:10:18speachyI need to see if the reworked double-buffer fb will work on the older hibyos targets.
12:10:19_bilgus_I imagine this patch should help with it as well
12:11:55_bilgus_since it blocks the timeout which does the fade
12:13:08_bilgus_yeah what exactly was the issue with the strings?
12:13:59_bilgus_I noticed they changed a lot had all kinds of garbled text till I did a full 'install'
12:14:29 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
12:17:10_bilgus_oh I imagine thats the deprecated removals
12:29:02speachythe garbled text was because the LANG_* enum was out of sync with the actual strings
12:29:15speachy(due to different filtering rules in place for both)
12:32:43speachyok, rocker doesn't support double buffering. f28 in theory does, but it's not working. :D
12:33:30 Quit othello7 (Ping timeout: 272 seconds)
12:41:03***Saving seen data "./dancer.seen"
12:42:53sporkfishing aint easy
12:51:15speachyok, looks like despite providing enough fb RAM to do plane switching, it's broken on that platform. JOY
12:52:07sporkspeachy, for those touchscreen devices that act like a 'key', do i read correctly that the expected value is that of BUTTON_TOUCH ?
12:52:24speachy... I don't know?
12:53:05sporkyou wrote that into firmware/target/hosted/button-devinput.c reently
12:53:52speachyBUTTON_TOUCH is a mask, not a singular button
12:54:13speachyoh wait nvm
12:54:21speachysorry had to context switch
12:55:19sporkfor f28 you set it to 0x40 so i was looking for that value when running 'getevents' through adb
12:55:42speachyyes, you are correct. on this particular device, we get three events ABS_X, ABS_Y, TOUCH_KEY, and upon release, ABS_X, ABS_Y, ~TOUCH_KEY
12:55:47sporkgetevent singular
12:56:14speachy....which is rather odd
12:56:29sporkaha, i got the ABS_MT_POSITION_X/Y only
12:57:26speachyoh? just those two?
12:57:50sporkno, but those i recognized
12:57:56sporki can dig up the sequence
12:58:36speachythere should be a third for the actual "touch" (and/or "touch size")
13:00
13:05:28sporklooks like this:
13:05:29spork>>
13:05:29sporkhyn_ts : EV_ABS 57 0 -> touch
13:05:29DBUGEnqueued KICK spork
13:05:29sporkhyn_ts : EV_ABS 58 63
13:05:29sporkhyn_ts : EV_ABS 48 9
13:05:31sporkhyn_ts : EV_ABS 53 358 -> x
13:05:34sporkhyn_ts : EV_ABS 54 448 -> y
13:05:36sporkhyn_ts : EV_SYN 2 0
13:05:39sporkhyn_ts : EV_SYN 0 0
13:05:41spork>>
13:05:44sporkhyn_ts : EV_KEY 330 0 -> release
13:05:46sporkhyn_ts : EV_SYN 2 0
13:05:49sporkhyn_ts : EV_SYN 0 0
13:05:51sporkthe block between >> and >> repeats while holding/moving the screen
13:08:03sporkhyn_ts : EV_ABS 57 0 +0.758sec-> ABS_MT_TRACKING_ID
13:08:03sporkhyn_ts : EV_ABS 58 63 +0.758sec -> ABS_MT_PRESSURE
13:08:03sporkhyn_ts : EV_ABS 48 9 +0.758sec -> ABS_MT_TOUCH_MAJOR
13:08:03***Alert Mode level 1
13:08:03sporkhyn_ts : EV_ABS 53 477 +0.758sec-> ABS_MT_POSITION_X
13:08:03***Alert Mode level 2
13:08:03sporkhyn_ts : EV_ABS 54 240 +0.758sec-> ABS_MT_POSITION_Y
13:08:14sporksorry for the spam
13:11:43 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:18:04***Alert Mode OFF
13:40:54 Quit othello7 (Ping timeout: 276 seconds)
13:44:20 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
13:57:51 Join othello8 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
14:00
14:10:46 Quit othello8 (Ping timeout: 252 seconds)
14:11:35 Quit othello7 (Ping timeout: 244 seconds)
14:36:53 Quit JanC (Read error: Connection reset by peer)
14:37:21 Join JanC [0] (~janc@user/janc)
14:41:05***Saving seen data "./dancer.seen"
14:46:19 Quit martylake (Remote host closed the connection)
14:47:57 Join martylake [0] (~martylake@82.66.174.242)
15:00
15:20:56 Quit JanC (Killed (tungsten.libera.chat (Nickname regained by services)))
15:21:01 Join JanC [0] (~janc@user/janc)
16:00
16:41:07***Saving seen data "./dancer.seen"
16:47:38 Join jsr_278 [0] (~jsr_278@193.125.55.126)
16:57:58jsr_278_bilgus_ there is workaround for g#6523 that I use on my clip zip for seeking in a song. Settings->General Settings->Display->LCD Settings->Backlight Exemptions->Enabled->Yes and ..->Settings->Exempt seek. Then, while playing a song, I press vol+ to turn on the screen and while I hold "<<" or ">>" the screen never turn off.
16:58:01rb-bluebotGerrit review #6523 at https://gerrit.rockbox.org/r/c/rockbox/+/6523 : Don't turn off backlight while buttons are pressed FS #13391 by William Wilgus
17:00
17:00:02 Quit jsr_278 (Quit: Client closed)
17:22:58 Quit jacobk (Ping timeout: 248 seconds)
17:23:49 Join jacobk [0] (~quassel@47-186-65-73.dlls.tx.frontiernet.net)
17:26:29speachyin other news, g#6524 corrects an omission I was surprised to find
17:26:32rb-bluebotGerrit review #6524 at https://gerrit.rockbox.org/r/c/rockbox/+/6524 : rbutil: Pull voice-corrections.txt out of voicestrings.zip by Solomon Peachy
18:00
18:00:13winsim-buildbotNew Windows simulator build round started. Revision c63b82a895, debug: Report if double-buffered fb is enabled by Solomon Peachy
18:11:04 Quit lebellium (Quit: Leaving)
18:14:14user890104speachy: if you're planning to release a 4.0.x version soon, I'd revert the LCD driver commit as I'm unable to easily acquire a device suitable for testing and fixing this
18:14:34user890104or alternatively we can disable LCD sleep/wake for LCD types 2 and 3
18:15:10user890104I can prepare a patch for this, but I can't test it on an affected device
18:17:01user890104also there's enough reversed code already to make the initial bootloader (that is, clock/pmu/timer init and LCD drawring) for nano 5g and nano 7g
18:19:35user890104(maybe I should fix the nano 4g init first)
18:41:09***Saving seen data "./dancer.seen"
18:44:34speachyuser890104: I'm in no hurry; doing a full release spin is a PITA (though much less so than before) and right now rbutil is what's holding up progress.
18:45:08speachythe best argument for a new release currently is the much better translation coverage
18:47:03winsim-buildbotBuild round completed after 2811 seconds.
18:57:51_bilgus_plus main goal was getting those iflash users on something more apt/current
19:00
19:09:08_bilgus_speachy if you are going to carry them around maybe it'd be better to nuke the builtin and throw a warning or something if it doesn't exist, otherwise it becomes sorta a obscure wtf later I imagine
19:13:08_bilgus_Warning: no voice-corrections exists in voicestrings.zip?
20:00
20:03:49 Join massiveH [0] (~massiveH@108.50.181.86)
20:05:04 Quit jn (Ping timeout: 272 seconds)
20:05:13 Join jn [0] (~quassel@user/jn/x-3390946)
20:41:10***Saving seen data "./dancer.seen"
21:00
21:48:22 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
21:58:44 Quit othello7 (Ping timeout: 245 seconds)
22:00
22:29:09 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
22:33:19 Quit othello7 (Ping timeout: 245 seconds)
22:41:12***Saving seen data "./dancer.seen"
22:43:26 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
23:00
23:00:05 Quit othello7 (Ping timeout: 260 seconds)
23:00:40 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
23:44:25 Quit massiveH (Quit: Leaving)

Previous day | Next day