forked from pool/pulseview
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
This commit is contained in:
parent
042d079b0e
commit
f179a7fac7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f
|
||||
size 1342532
|
3
pulseview-0.4.2.tar.gz
Normal file
3
pulseview-0.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f042f77a3e1b35bf30666330e36ec38fab8d248c3693c37b7e35d401c3bfabcb
|
||||
size 1399718
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:02:33 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 23:22:48 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pulseview
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,31 +17,27 @@
|
||||
|
||||
|
||||
Name: pulseview
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 0
|
||||
Summary: Qt-based GUI for sigrok
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Electronics
|
||||
Url: http://sigrok.org
|
||||
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
||||
URL: https://sigrok.org
|
||||
Source0: https://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: glib2-devel
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_serialization-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: libboost_test-devel
|
||||
BuildRequires: libboost_thread-devel
|
||||
%else
|
||||
BuildRequires: boost-devel >= 1.55.0
|
||||
%endif
|
||||
BuildRequires: libsigrok-devel >= 0.5.1
|
||||
BuildRequires: libsigrok-devel >= 0.5.2
|
||||
BuildRequires: libsigrokdecode-devel >= 0.5.2
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5Gui)
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
The sigrok project aims at creating a portable, cross-platform,
|
||||
|
Loading…
Reference in New Issue
Block a user