34 Commits

Author SHA256 Message Date
45707b0784 Accepting request 1310985 from electronics
OBS-URL: https://build.opensuse.org/request/show/1310985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=15
2025-10-13 13:35:18 +00:00
8b38f213b4 Accepting request 1310984 from home:anag_factory:branches:electronics
- Patch should be applied conditionally.

OBS-URL: https://build.opensuse.org/request/show/1310984
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=33
2025-10-13 05:09:55 +00:00
3d9416f4e4 Accepting request 1310525 from electronics
OBS-URL: https://build.opensuse.org/request/show/1310525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=14
2025-10-10 15:11:25 +00:00
a10ca7ef84 Accepting request 1309190 from home:jirislaby:branches:electronics
* add pulseview-boost.patch

OBS-URL: https://build.opensuse.org/request/show/1309190
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=31
2025-10-10 09:54:47 +00:00
c91feafde9 Accepting request 1307506 from home:adkorte:branches:electronics
- Boost.System has been header only since Boost 1.69.0

OBS-URL: https://build.opensuse.org/request/show/1307506
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=30
2025-10-01 08:38:43 +00:00
1e06de8433 Accepting request 1268646 from electronics
OBS-URL: https://build.opensuse.org/request/show/1268646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=13
2025-04-11 21:22:36 +00:00
e77ae56aba Accepting request 1268645 from home:StefanBruens:branches:electronics
- Fix version, pulseview identifies itself as 0.5.0.
- Remove obsolete -fpermissive compiler flag.
- Remove obsolete/unnecessary suse_update_desktop_file use.

OBS-URL: https://build.opensuse.org/request/show/1268645
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=28
2025-04-11 14:38:54 +00:00
1e8dde65d3 Accepting request 1266783 from home:jirislaby:branches:electronics
- switch to git snapshot, no releases available for years
  * fixes build against new boost
- Update to version 0.4.2+20240813 (continuous branch):
  * build.yml: Add yaml file
  * Session: Fix issue #67 by improving error handling
  * AnalogSignal: Recalculate scale when restoring div height
  * Add new translators to "About" section
  * Update Spanish translation to latest changes
  * trace: Whitespace fix
  * trace: fix crash on empty channel name in popup form
  * Session: Record acquisition start time and use it when saving
  * Trace view: Add setting to keep ruler item selected
  * Fix warning and remove cursor pair selected state
- remove upstream patches:
  * 0001-Fix-broken-build-due-to-C-template-behind-C-linkage.patch
  * 0001-Fix-building-with-Qt-5.15.patch

OBS-URL: https://build.opensuse.org/request/show/1266783
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=27
2025-04-11 05:26:46 +00:00
59ac898869 Accepting request 888984 from electronics
OBS-URL: https://build.opensuse.org/request/show/888984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=12
2021-04-28 23:37:45 +00:00
e7fc53b05f Accepting request 888983 from home:StefanBruens:branches:electronics
rebase patch

OBS-URL: https://build.opensuse.org/request/show/888983
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=25
2021-04-28 09:20:06 +00:00
25eb59eb6e Accepting request 888884 from home:StefanBruens:branches:electronics
- Fix build with GLib 2.68, add
  0001-Fix-broken-build-due-to-C-template-behind-C-linkage.patch

OBS-URL: https://build.opensuse.org/request/show/888884
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=24
2021-04-28 00:40:44 +00:00
297aede76d Accepting request 816453 from electronics
OBS-URL: https://build.opensuse.org/request/show/816453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=11
2020-06-23 19:05:53 +00:00
f51114a661 Accepting request 816452 from home:StefanBruens:branches:electronics
- Fix build, add 0001-Fix-building-with-Qt-5.15.patch
- Update to version 0.4.2
  * PulseView session setups can now be saved/restored to and
    from *.pvs files.
  * Translation support was added to the GUI elements (and a first
    translation, German, is available). Please check the wiki for
    details on how you can contribute further translations.
  * There's a new protocol decoder selection subwindow with
    filtering capabilities, browing by decoder tags, auto-stacking
    of decoders where required, and more.
  * A new decoder "binary" output subwindow can show/save
    "OUTPUT_BINARY" type decoder data in various (decoder-specific)
    formats (WAV, PCAP, PNG, and many others). This also features
    a simple "hex view" for the data.
  * It is now possible to show/hide individual decoder annotation
    rows, and individual annotation classes. This is very handy
    when you're debugging a specific issue and only want to see
    certain classes of decoder annotations, e.g. "show me only CRC
    errors", "show me only parity errors and frame errors", or
    "show me only I²C NACKs" etc. etc.
  * Lots of UI and functionality improvements regarding cursors
    and markers.
  * Various new handy key shortcuts for zooming, moving around in
    the data, placing cursors, etc.
  * Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)
- Explicitly BuildRequire: libboost_system-devel, required since Boost 1.69
- Update to version 0.4.1
  * Snapping cursors to signal edges
  * New command-line switches, see manpage
  * Converting analog channels to digital/logic channels
  * Theme support
  * UI improvements
  * Protocol decoder annotations can be exported
  * Improved channel name auto-mapping
  * Performance and memory usage improvements
  * Huge amount of fixes
  See https://www.sigrok.org/blog/pulseview-041-released for details
- Update to version 0.4.0
  * Add the concepts of sessions and views to PulseView:
    - Sessions represent individual files/device instances.
      Each session is represented as a tab in PulseView.
    - Views are different data representations of one specific session.
      For example, different views of a session can have different zoom levels,
      can be scrolled to different positions, etc. etc.
      Each view is a dock window within the respective session's tab.
    - The view docks can be repositioned, resized and extracted out into their
      own individual windows.
  * Add support for saving analog data to .sr files.
  * Lots of fixes and improvements
- use individual libboost-*-devel packages instead of boost-devel
- Add org.sigrok.Pulseview.appdata.xml
- Install desktop file and icons for pulseview, register pulseview
  as handler for application/x-sigrok-dump mimetype
- Add -fext-numeric-literals compiler flag as workaround for
  boo#1004168
- Update to version 0.3.0
  * Support for vertical scaling of analog or logic traces
  * A "Save selection range as..." feature
  * Some settings now survive a restart (last open/save directory
    location, window size/position, last used device)
  * Pinch-zoom support, always-zoom-to-fit support,
    "sticky scrolling" support, etc.
  * Trace group support (for dragging multiple traces around as a
    group)
  * ...and many, many more GUI and usability improvements...
- Track GIT version
- Remove redefined cmake macros
- Sync .spec with the one from rmax
- Update to version 0.2.0
  * Support for protocol decoding (via libsigrokdecode) has been added, including support for annotation rows, multiple decoders in the same GUI window, support for stacking protocol decoders (e.g. I²C -> RTC8564, UART -> MIDI, or SPI -> SDcard) and lots more.
  * Support for loading and saving sigrok session (*.sr) files has been added.
  * Initial support for analog data sources (specifically oscilloscopes, e.g. the Rigol DS1052E) has been added. 
- Upstream adopted pulseview-pthread.patch
- Disable -Werror to fix build.
- Explicitly link against libpthread (pulseview-pthread.patch).
- Initial build from git snapshot.

OBS-URL: https://build.opensuse.org/request/show/816452
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=22
2020-06-22 19:56:22 +00:00
378179718e Accepting request 790710 from electronics
OBS-URL: https://build.opensuse.org/request/show/790710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=10
2020-04-02 15:43:14 +00:00
95cd4b81de Accepting request 790709 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
  * PulseView session setups can now be saved/restored to and
    from *.pvs files.
  * Translation support was added to the GUI elements (and a first
    translation, German, is available). Please check the wiki for
    details on how you can contribute further translations.
  * There's a new protocol decoder selection subwindow with
    filtering capabilities, browing by decoder tags, auto-stacking
    of decoders where required, and more.
  * A new decoder "binary" output subwindow can show/save
    "OUTPUT_BINARY" type decoder data in various (decoder-specific)
    formats (WAV, PCAP, PNG, and many others). This also features
    a simple "hex view" for the data.
  * It is now possible to show/hide individual decoder annotation
    rows, and individual annotation classes. This is very handy
    when you're debugging a specific issue and only want to see
    certain classes of decoder annotations, e.g. "show me only CRC
    errors", "show me only parity errors and frame errors", or
    "show me only I²C NACKs" etc. etc.
  * Lots of UI and functionality improvements regarding cursors
    and markers.
  * Various new handy key shortcuts for zooming, moving around in
    the data, placing cursors, etc.
  * Various drawing and decoder/annotation performance improvements.
- This requires libsigrok >= 0.5.2 (already released for some time)

OBS-URL: https://build.opensuse.org/request/show/790709
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=20
2020-04-01 20:42:39 +00:00
5d9f960d85 Accepting request 686800 from electronics
- Explicitly BuildRequire: libboost_system-devel, required since Boost 1.69

OBS-URL: https://build.opensuse.org/request/show/686800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=9
2019-03-20 12:21:35 +00:00
bbdb712189 OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=18 2019-03-19 23:23:33 +00:00
10d83e7be8 OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=17 2019-03-19 23:22:36 +00:00
e66d990592 Accepting request 645589 from electronics
- Update to version 0.4.1
  * Snapping cursors to signal edges
  * New command-line switches, see manpage
  * Converting analog channels to digital/logic channels
  * Theme support
  * UI improvements
  * Protocol decoder annotations can be exported
  * Improved channel name auto-mapping
  * Performance and memory usage improvements
  * Huge amount of fixes
  See https://www.sigrok.org/blog/pulseview-041-released for details

OBS-URL: https://build.opensuse.org/request/show/645589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=8
2018-11-10 15:57:52 +00:00
Antoine Belvire
09c0a4abaa OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=15 2018-10-30 19:08:57 +00:00
Antoine Belvire
c3c3e7181b Accepting request 645398 from home:StefanBruens:branches:electronics
- Update to version 0.4.1
  * Snapping cursors to signal edges
  * New command-line switches, see manpage
  * Converting analog channels to digital/logic channels
  * Theme support
  * UI improvements
  * Protocol decoder annotations can be exported
  * Improved channel name auto-mapping
  * Performance and memory usage improvements
  * Huge amount of fixes
  See https://www.sigrok.org/blog/pulseview-041-released for details

OBS-URL: https://build.opensuse.org/request/show/645398
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=14
2018-10-30 06:48:25 +00:00
6429887436 Accepting request 503725 from electronics
Update to version 0.4.0

OBS-URL: https://build.opensuse.org/request/show/503725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=7
2017-08-12 18:24:13 +00:00
Thomas Zimmermann
7a359d5f67 This is an update to libsigrok, libsigrokdecode and its frontends pulseview and sigrok-cli
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=12
2017-06-14 17:06:20 +00:00
250f96a09a Accepting request 454719 from electronics
1

OBS-URL: https://build.opensuse.org/request/show/454719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=6
2017-02-07 11:04:49 +00:00
dd0c6c3290 Accepting request 454147 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/454147
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=10
2017-02-05 02:33:17 +00:00
8fe7e575e3 Accepting request 437023 from electronics
1

OBS-URL: https://build.opensuse.org/request/show/437023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=5
2016-10-24 12:44:44 +00:00
85194a1b66 Accepting request 436924 from home:StefanBruens:branches:electronics
OBS-URL: https://build.opensuse.org/request/show/436924
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=8
2016-10-24 00:25:11 +00:00
01787b3a55 Accepting request 434604 from electronics
1

OBS-URL: https://build.opensuse.org/request/show/434604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=4
2016-10-20 21:08:08 +00:00
5d133587a2 Accepting request 434569 from home:StefanBruens:branches:electronics
Regression workaround for GCC 6.2.1

OBS-URL: https://build.opensuse.org/request/show/434569
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=6
2016-10-12 18:05:28 +00:00
56b37dc60b Accepting request 359063 from electronics
1

OBS-URL: https://build.opensuse.org/request/show/359063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=3
2016-02-17 09:25:03 +00:00
Thomas Zimmermann
e3fb4a31c9 Accepting request 357420 from home:StefanBruens:branches:electronics
OBS-URL: https://build.opensuse.org/request/show/357420
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=4
2016-02-12 15:44:37 +00:00
Stephan Kulow
e3bddbd444 Accepting request 243511 from electronics
OBS-URL: https://build.opensuse.org/request/show/243511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseview?expand=0&rev=1
2014-08-07 10:37:43 +00:00
145714874e - Remove redefined cmake macros
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=2
2014-08-03 09:46:26 +00:00
Wojciech Kazubski
1b13fc98b0 Accepting request 236314 from home:Heinervdm:sigrok
sigrok GUI

OBS-URL: https://build.opensuse.org/request/show/236314
OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=1
2014-06-05 20:25:02 +00:00