azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
<GenTooMan> I that it these or 01005 sized resistors and require nano tweezers to place?
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
<azonenberg> I can use my regular tweezers for 0201 although it's kinda the crossover regime
<azonenberg> if i'm gonna do a lot of 0201s, or 01005, i switch to my small ones
<azonenberg> to be fair my "regular" ones are still pretty fine pitch
Guest96 has joined #scopehal
<_whitenotifier-7> [starshipraider] azonenberg pushed 1 commit to master [+3/-0/±2] https://github.com/azonenberg/starshipraider/compare/45f45b77c904...8d1baa73c17d
<_whitenotifier-7> [starshipraider] azonenberg 8d1baa7 - Initial version of AKL-PR1 probe head
mandl has joined #scopehal
mandl has quit [Client Quit]
josuah has quit [Quit: WeeChat 3.4.1]
josuah has joined #scopehal
<_whitenotifier-7> [scopehal] azonenberg opened issue #651: When trigger is stopped, instrument keeps getting trigger commands for some reason - https://github.com/glscopeclient/scopehal/issues/651
<_whitenotifier-7> [scopehal] azonenberg edited issue #651: When trigger is stopped, instrument keeps getting trigger commands for some reason - https://github.com/glscopeclient/scopehal/issues/651
<_whitenotifier-7> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±2] https://github.com/glscopeclient/scopehal/compare/1181053862b2...11344279f492
<_whitenotifier-7> [scopehal] azonenberg 1134427 - LeCroy/Siglent: do not mark trigger as disarmed if in the middle of a normal trigger but downloading a waveform. Fixes #651.
<_whitenotifier-7> [scopehal] azonenberg closed issue #651: When trigger is stopped, instrument keeps getting trigger commands for some reason - https://github.com/glscopeclient/scopehal/issues/651
<_whitenotifier-7> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±4] https://github.com/glscopeclient/scopehal-apps/compare/bd4c8c6f8bd8...adddb1c31e20
<_whitenotifier-7> [scopehal-apps] azonenberg 7994d28 - WaveformArea: prevent horizontal cursor labels from going off screen. Fixes #448.
<_whitenotifier-7> [scopehal-apps] azonenberg adddb1c - When waveform is off the bottom edge of the screen, clip rather than drawing a line at the edge of the display. Fixes #403.
<_whitenotifier-7> [scopehal-apps] azonenberg closed issue #448: Horizontal cursors: display text above instead of below if near bottom of plot - https://github.com/glscopeclient/scopehal-apps/issues/448
<_whitenotifier-7> [scopehal-apps] azonenberg closed issue #403: Waveform clipping at top and bottom of channel behaves differently - https://github.com/glscopeclient/scopehal-apps/issues/403
<_whitenotifier-7> [scopehal-apps] azonenberg labeled issue #450: Add list of recently opened scopesessions - https://github.com/glscopeclient/scopehal-apps/issues/450
<_whitenotifier-7> [scopehal-apps] azonenberg opened issue #450: Add list of recently opened scopesessions - https://github.com/glscopeclient/scopehal-apps/issues/450
<_whitenotifier-7> [scopehal-pico-bridge] keesj-exset opened issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17
<_whitenotifier-7> [scopehal-pico-bridge] azonenberg commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174939592
<_whitenotifier-7> [scopehal-pico-bridge] azonenberg commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174942195
<_whitenotifier-7> [scopehal-pico-bridge] azonenberg opened issue #18: 3000 series: support function generator - https://github.com/glscopeclient/scopehal-pico-bridge/issues/18
<_whitenotifier-7> [scopehal-pico-bridge] azonenberg commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174942886
<_whitenotifier-7> [scopehal-pico-bridge] keesj-exset commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174957318
<_whitenotifier-7> [scopehal-pico-bridge] keesj-exset commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174964607
<_whitenotifier-7> [scopehal-pico-bridge] azonenberg commented on issue #17: PicoScope 3000 Series - https://github.com/glscopeclient/scopehal-pico-bridge/issues/17#issuecomment-1174967904
Guest96 has quit [Quit: Ping timeout (120 seconds)]
GenTooMan has quit [Ping timeout: 240 seconds]
GenTooMan has joined #scopehal
<azonenberg> So I want to add a list of recently opened scopesession files to glscopeclient
<azonenberg> (this would have been nice to have ages ago lol)
<azonenberg> The question is how to structure the UI
<azonenberg> in the newly refactored menu we have File | Open Offline and File | Open Online
<azonenberg> recent files can, of course, be opened both ways too
<azonenberg> So my tentative thought is a File | Recent Files menu
<azonenberg> that contains an entry for each recent file
<azonenberg> but that entry is itself a menu
<azonenberg> which has two child items for online/offline
<azonenberg> alternatively we could have recent/online and recent/offline then choose file
<azonenberg> bit i think having on/offline under the file makes more sense?