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
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
sgstair has quit [Read error: Connection reset by peer]
sgstair_ has joined #scopehal
<_whitenotifier-f> [scopehal] azonenberg closed pull request #802: Fixed overflow in Digilent RATES - https://github.com/glscopeclient/scopehal/pull/802
<_whitenotifier-f> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal/compare/a642ee5e4bfd...43d73e26e998
<_whitenotifier-f> [scopehal] ledvinap 68ca30f - Fixed overflow in Digilent RATES `long` is not enough for femtoseconds
<_whitenotifier-f> [scopehal] azonenberg 43d73e2 - Merge pull request #802 from ledvinap/fix-rates Fixed overflow in Digilent RATES
<_whitenotifier-f> [scopehal] azonenberg closed pull request #795: Fix stale rigol channel enable states - https://github.com/glscopeclient/scopehal/pull/795
<_whitenotifier-f> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal/compare/43d73e26e998...dc7ec5f095d8
<_whitenotifier-f> [scopehal] tech2077 68b1bca - Fix stale rigol channel enable states
<_whitenotifier-f> [scopehal] azonenberg dc7ec5f - Merge pull request #795 from tech2077/fix-rigol-channel-enable Fix stale rigol channel enable states
_whitelogger has joined #scopehal
<_whitenotifier-f> [scopehal] Brynyard starred scopehal - https://github.com/Brynyard
<d1b2> <johnsel> azonenberg: please merge my PR as well fixing Windows CI
<_whitenotifier-f> [scopehal-apps] Johnsel opened issue #614: Accessibility: Some (core) functionality is only accessible through unclear methods like middle clicking or double clicking specific GUI features. Users might not find or have the ability to access the functionality because of this. - https://github.com/glscopeclient/scopehal-apps/issues/614
<_whitenotifier-f> [scopehal-apps] Johnsel opened issue #615: Attempting to add multiple instruments at the same time breaks pop-up/input fields - https://github.com/glscopeclient/scopehal-apps/issues/615
<azonenberg> @johnsel i tried to add tooltips to make stuff more obvious to find
<azonenberg> While autoscale per se is not available without the middle mouse button (I should add this to the channel properties dialog) you can adkjust gain/offset manually via the properties dialog
<azonenberg> Which does not require anything other than left clicking to access
<azonenberg> #615 is indeed a bug, i use the same imgui ID for all "create X" dialog boxes
<azonenberg> i dont think any logic actually relies on there only ever being one instance so it should be easy to fix once i get back
<azonenberg> just append a unique random ID to the root ID when the dialog is instantiated
<_whitenotifier-f> [scopehal-apps] azonenberg commented on issue #615: Attempting to add multiple instruments at the same time breaks pop-up/input fields - https://github.com/glscopeclient/scopehal-apps/issues/615#issuecomment-1732328314
<_whitenotifier-f> [scopehal-apps] azonenberg commented on issue #614: Accessibility: Some (core) functionality is only accessible through unclear methods like middle clicking or double clicking specific GUI features. Users might not find or have the ability to access the functionality because of this. - https://github.com/glscopeclient/scopehal-apps/issues/614#issuecomment-1732329685
<_whitenotifier-f> [scopehal-apps] azonenberg commented on issue #612: Rigol: Floating point exception - https://github.com/glscopeclient/scopehal-apps/issues/612#issuecomment-1732330832
<_whitenotifier-f> [scopehal] azonenberg edited issue #803: Rigol: Floating point exception - https://github.com/glscopeclient/scopehal/issues/803
<_whitenotifier-f> [scopehal] penguin42 opened issue #803: Rigol: Floating point exception - https://github.com/glscopeclient/scopehal/issues/803
<_whitenotifier-f> [scopehal] azonenberg commented on issue #803: Rigol: Floating point exception - https://github.com/glscopeclient/scopehal/issues/803#issuecomment-1732332526
<_whitenotifier-f> [scopehal] azonenberg pushed 3 commits to master [+0/-0/±4] https://github.com/glscopeclient/scopehal/compare/dc7ec5f095d8...7bd5f7a9ea61
<_whitenotifier-f> [scopehal] azonenberg 7f47d27 - Updated copyright year
<_whitenotifier-f> [scopehal] azonenberg 1c71742 - Removed vestigial #include of clFFT.h that's pointless because we haven't used clFFT in ages
<_whitenotifier-f> [scopehal] azonenberg 7bd5f7a - Merge branch 'master' of github.com:glscopeclient/scopehal
<_whitenotifier-f> [scopehal-apps] azonenberg closed pull request #613: Update build-windows.yml - https://github.com/glscopeclient/scopehal-apps/pull/613
<_whitenotifier-f> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-apps/compare/bf81dbc4cc6a...f73b092191c6
<_whitenotifier-f> [scopehal-apps] Johnsel ae19ebb - Update build-windows.yml Don't try to run glscopeclient as it is not built anymore.
<_whitenotifier-f> [scopehal-apps] azonenberg f73b092 - Merge pull request #613 from Johnsel/quickfix-ci-windows Update build-windows.yml
<_whitenotifier-f> [scopehal] azonenberg closed pull request #801: Fixed build on Fedora - https://github.com/glscopeclient/scopehal/pull/801
<_whitenotifier-f> [scopehal] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal/compare/7bd5f7a9ea61...f8c94209777b
<_whitenotifier-f> [scopehal] daglem 87e5714 - Fixed build on Fedora
<_whitenotifier-f> [scopehal] azonenberg f8c9420 - Merge pull request #801 from daglem/fedora Fixed build on Fedora
<_whitenotifier-f> [scopehal-apps] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-apps/compare/f73b092191c6...1199aa45a9ec
<_whitenotifier-f> [scopehal-apps] azonenberg fcf0960 - Updated submodules
<_whitenotifier-f> [scopehal-apps] azonenberg 1199aa4 - AddInstrumentDialog: use unique ID for each instance. Fixes #615.
<_whitenotifier-f> [scopehal-apps] azonenberg closed issue #615: Attempting to add multiple instruments at the same time breaks pop-up/input fields - https://github.com/glscopeclient/scopehal-apps/issues/615
<_whitenotifier-f> [scopehal-docs] azonenberg closed pull request #69: Installation on Fedora - https://github.com/glscopeclient/scopehal-docs/pull/69
<_whitenotifier-f> [scopehal-docs] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-docs/compare/cf3275bef546...77babfa92bef
<_whitenotifier-f> [scopehal-docs] daglem 6f20b06 - Installation on Fedora
<_whitenotifier-f> [scopehal-docs] azonenberg 77babfa - Merge pull request #69 from daglem/fedora Installation on Fedora
<_whitenotifier-f> [scopehal-docs] azonenberg closed pull request #70: Add backslash/multiline breaks to glscopeclient doc - https://github.com/glscopeclient/scopehal-docs/pull/70
<_whitenotifier-f> [scopehal-docs] azonenberg pushed 2 commits to master [+0/-0/±2] https://github.com/glscopeclient/scopehal-docs/compare/77babfa92bef...80ae970c8c39
<_whitenotifier-f> [scopehal-docs] hansemro 01d7457 - Add backslash/multiline breaks to glscopeclient doc This was missing in glscopeclient doc. For reference, this automatically inserts a backslash whenever listings package breaks text to multiple lines.
<_whitenotifier-f> [scopehal-docs] azonenberg 80ae970 - Merge pull request #70 from hansemro/glscopeclient-backslash-break Add backslash/multiline breaks to glscopeclient doc
<_whitenotifier-f> [scopehal-docs] azonenberg closed pull request #63: Adding support for amplitude output waveform for pulse width filter - https://github.com/glscopeclient/scopehal-docs/pull/63
<_whitenotifier-f> [scopehal-docs] azonenberg pushed 3 commits to master [+2/-0/±2] https://github.com/glscopeclient/scopehal-docs/compare/80ae970c8c39...62d2ae0a7d5f
<_whitenotifier-f> [scopehal-docs] MugheesChohan ac264b1 - Modifying pulse width documentation for amplitude information
<_whitenotifier-f> [scopehal-docs] MugheesChohan 1d96a68 - Modifying pulse width documentation for amplitude information
<_whitenotifier-f> [scopehal-docs] azonenberg 62d2ae0 - Merge pull request #63 from MugheesChohan/PulseWidthAmplitudeModification Adding support for amplitude output waveform for pulse width filter
<_whitenotifier-f> [scopehal-docs] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal-docs/compare/62d2ae0a7d5f...3dc896a6301c
<_whitenotifier-f> [scopehal-docs] azonenberg 3dc896a - Make glscopeclient manual not build by default anymore in preparation for full deprecation
<_whitenotifier-f> [scopehal-apps] azonenberg commented on issue #611: SPIRV linking (and other fedora isms?) - https://github.com/glscopeclient/scopehal-apps/issues/611#issuecomment-1732336031
<_whitenotifier-f> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal-apps/compare/1199aa45a9ec...bcfe3096b6dd
<_whitenotifier-f> [scopehal-apps] azonenberg bcfe309 - Updated submodules
<_whitenotifier-f> [scopehal-apps] daglem commented on issue #611: SPIRV linking (and other fedora isms?) - https://github.com/glscopeclient/scopehal-apps/issues/611#issuecomment-1732348235
<d1b2> <johnsel> I had a mouse with broken middle button triggering that feedback
sgstair_ is now known as sgstair
<d1b2> <johnsel> So I understand tooltips but it still would not help in this case
<azonenberg> yeah. adding an autoscale button to the channel properties under vertical would probably be a good idea
<azonenberg> i'll get to that soon