This project is a fork of the pulseview.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/pulseview.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiongsi's contribution to pulseview
ownerGerhard.Sittig@gmx.net
last changeSat, 22 Apr 2023 17:31:40 +0000 (22 19:31 +0200)
content tags
add:
README
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).

PulseView is a Qt-based LA/scope/MSO GUI for sigrok.


Status
------

PulseView is in a usable state and has had official tarball releases.


Copyright and license
---------------------

PulseView is licensed under the terms of the GNU General Public License
(GPL), version 3 or later.

While some individual source code files are licensed under the GPLv2+, and
some files are licensed under the GPLv3+ or MIT, this doesn't change the fact
that the program as a whole is licensed under the terms of the GPLv3+ (e.g.
also due to the fact that it links against GPLv3+ libraries).

Please see the individual source files for the full list of copyright holders.


Copyright notices
-----------------

A copyright notice indicating a range of years, must be interpreted as having
had copyrightable material added in each of those years.

Example:

 Copyright (C) 2010-2013 Contributor Name

is to be interpreted as

 Copyright (C) 2010,2011,2012,2013 Contributor Name


Resource authors and licenses
-----------------------------

icons/application-exit.png,
icons/document-new.png,
icons/document-open.png,
icons/document-save-as.png,
icons/edit-paste.svg,
icons/help-browser.png,
icons/media-playback-pause.png,
icons/media-playback-start.png,
icons/preferences-system.png,
icons/search.svg,
icons/window-new.png,
icons/zoom-fit-best.png,
icons/zoom-in.png,
icons/zoom-out.png: Tango Icon Library
  http://tango.freedesktop.org/Tango_Desktop_Project
  License:
    Public Domain

icons/information.svg: Bobarino
  https://en.wikipedia.org/wiki/File:Information.svg
  License:
    GFDL 1.2 or later / CC-BY-SA 3.0
    https://en.wikipedia.org/wiki/File:Information.svg#Licensing

icons/add-math-channel.svg: Inductiveload
  https://en.wikipedia.org/wiki/File:Icon_Mathematical_Plot.svg
  License:
    Public Domain

QDarkStyleSheet: Colin Duquesnoy
  https://github.com/ColinDuquesnoy/QDarkStyleSheet
  License:
    CC-BY 4.0
    https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/LICENSE.md

DarkStyle: Juergen Skrotzky
  https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
  License:
    MIT license
    https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle#licence

QHexView: Victor Anjin
  https://github.com/virinext/QHexView
  License:
    MIT license
    https://github.com/virinext/QHexView/blob/master/LICENSE

ExprTk: Arash Partow
  https://www.partow.net/programming/exprtk/index.html
  License:
    MIT license


Mailing list
------------

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.


Website
-------

 http://sigrok.org/wiki/PulseView
shortlog
2023-04-22 Gerhard Sittigcmake: only optionally modify in-source .ts files ... master
2023-04-22 Gerhard Sittigmanual: symlink manual/images/ subdir for out-of-source...
2023-04-13 Frank StettnerDecodeTrace: Change code path for obsolete Qt constants...
2023-04-09 Soeren ApelStoreSession: Use Glib::DateTime
2023-04-08 Soeren ApelStoreSession: Also send SR_DF_HEADER packet
2022-11-30 Vesa-Pekka... CMakeLists.txt: adjust cmake build rules for Qt6 support
2022-11-30 Vesa-Pekka... pv: adjust application source code for Qt6 support
2022-11-30 Gerhard SittigCMakeLists.txt: always use highest available C++17...
2022-11-28 Gerhard Sittigmanual: fix a clipboard error in PDF creation build...
2022-11-21 Vesa-Pekka... CMakeLists.txt: Enable use of C++17 on Apple systems
2022-11-21 Vesa-Pekka... CMakeLists.txt: Detect glibmm-2.68 in addition to glibm...
2022-11-21 Gerhard SittigCMakeLists.txt: move includes to the top, earlier pkg...
2022-11-21 Vesa-Pekka... CMakeLists.txt: consistent whitespace in atomics check
2022-11-21 Gerhard SittigSignal: Add missing item separator in channel names...
2022-11-21 Gerhard Sittigviewport: event->position() isn't Qt 5.12, tweak versio...
2022-10-08 Soeren ApelMan: Document shift+mouse wheel modifier
...
tags
8 years ago pulseview-0.3.0 pulseview-0.3.0 release
10 years ago pulseview-0.2.0 pulseview 0.2.0 release
11 years ago pulseview-0.1.0 pulseview 0.1.0 release
heads
13 months ago master
18 months ago qt6-support-v2
2 years ago wip/irmp-locking
4 years ago hack/abraxa-rle-perf
4 years ago wip/translate-nits
5 years ago wip/dialog-focus-952
5 years ago wip/log-cb-get-v2
5 years ago wip/input-internal-io-v1