Huang Rui
a4d76a2a7a
DSView.desktop: add TryExec=DSView
...
TryExec: If the path is not an absolute path, the file is looked
up in the $PATH environment variable. If the file is not present
or if it is not executable, the entry may be ignored
(not be used in menus, for example).
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:58:17 +08:00
Huang Rui
06cf5b1638
DSView.desktop: fix Exec path
...
Under some linux distro, program may not installed in /usr/local/bin/
Debian/Ubuntu/RHEL uses /usr/bin as package default install path
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:54:33 +08:00
Huang Rui
6a89302176
DSView.desktop: add additional categories
...
Change Categories=Development;Electronics;Qt;
https://specifications.freedesktop.org/menu-spec/latest/apas02.html
Re-order the item list to fit desktop file skel.
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:52:17 +08:00
Huang Rui
d718b619aa
DSView.desktop: remove known version in desktop file
...
Fix error: value "0.96" for key "Version" in group "Desktop Entry"
is not a known version.
Version of the Desktop Entry Specification that the desktop entry
conforms with. Entries that confirm with this version of the
specification should use 1.1. Note that the version field is not
required to be present, so I removed it.
See also: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
Signed-off-by: Huang Rui <vowstar@gmail.com>
2020-08-18 10:34:14 +08:00
Richard Li
f70de5abe8
Added and fixed support for XN297 decoding.
2020-08-14 15:35:43 +08:00
DreamSourceLab
de9aa55873
Merge pull request #322 from HigZxcvd/patch-1
...
Fix #317
2020-07-01 09:41:15 +08:00
DreamSourceLab
dde9e64ccd
Merge pull request #314 from madscientist159/master
...
Add initial FSI protocol decoder
2020-06-27 17:21:08 +08:00
HigZxcvd
33e3d896a4
Fix #317
...
fix build error with Qt 5.15+
2020-06-26 22:36:50 +08:00
Timothy Pearson
1de76d1e05
Add initial FSI protocol decoder
...
The FSI protocol is used on OpenPOWER systems such as the
Raptor Computing Systems Talos II and Blackbird machines.
2020-06-09 03:09:42 -05:00
DreamSourceLab
297668fcbb
Bump version to v1.12
v1.1.2
2020-05-11 21:07:38 +08:00
DreamSourceLab
12fc1cc6cd
Fix issue #306 : wrong identifier codes for VCD file export
2020-05-11 18:16:07 +08:00
DreamSourceLab
dbc943d714
Fix out-of-order issue of multiple annotation rows
2020-05-10 18:44:15 +08:00
DreamSourceLab
2236cace83
Add initial version of mipi_dsi decoder
2020-05-10 18:26:44 +08:00
DreamSourceLab
ff685bb605
Merge branch 'master' of https://github.com/DreamSourceLab/DSView
2020-05-09 14:57:00 +08:00
DreamSourceLab
b119deee04
Fix issue #300 : time precision for csv export of decoder results
2020-05-09 14:49:35 +08:00
DreamSourceLab
65e45a35f9
Add QSPI decoder #143
2020-05-09 11:03:52 +08:00
DreamSourceLab
afa8d0f02d
Merge pull request #295 from madscientist159/master
...
Fix LPC write cycle decoding
2020-05-09 10:54:48 +08:00
DreamSourceLab
8aaac8d97d
Improve range settings in decoders
2020-05-09 10:47:40 +08:00
DreamSourceLab
9a06b706de
Fix issue #266 , double-click open dsl file on Windows
2020-05-08 16:42:33 +08:00
DreamSourceLab
26d695837e
Fix issue of saving/loading file with special characters
2020-05-07 13:10:21 +08:00
DreamSourceLab
e9b7d9aa5d
Bump version to v1.11
v1.1.1
2020-04-09 20:28:45 +08:00
DreamSourceLab
517a8d108b
Fix compile warning
2020-04-09 20:07:10 +08:00
DreamSourceLab
941a516ded
fix the default voltage gain for U2B100/U3P100
2020-04-08 19:41:25 +08:00
DreamSourceLab
0af103d987
resize svg icon for high DPI of macOS
2020-04-08 16:18:53 +08:00
DreamSourceLab
e5f1fd04bd
Fix compile warnings
2020-04-08 16:05:14 +08:00
DreamSourceLab
5b3f19b3c5
Update sdcard_sd decoder (fix issue #296 )
2020-04-06 11:31:52 +08:00
Timothy Pearson
14a7c1d6bb
Correctly detect LPC timeouts / aborts
...
LPC timeouts and aborts can occur anywhere and at any time during
or after a cycle, not just during the SYNC/TAR periods.
2020-04-05 22:31:25 -05:00
Timothy Pearson
51acdf0d84
Add initial firmware cycle decode support
2020-04-02 23:46:25 -05:00
DreamSourceLab
10e3fefd13
Fix wave out of viewport issue at osc mode
2020-04-03 11:41:57 +08:00
DreamSourceLab
c6bdd0e5ed
Fix decoder issues (stop of i2c, break of dmx512)
2020-04-02 10:09:51 +08:00
DreamSourceLab
beb06ca1be
Fix type-c orientation issue
2020-03-31 21:49:51 +08:00
DreamSourceLab
8c7d817ea3
Fix issue of missing first trigger at osc mode
2020-03-31 20:00:12 +08:00
DreamSourceLab
68ea5d8ca4
Fix out of screen issue at 150% scale setting in Windows
2020-03-31 10:40:31 +08:00
DreamSourceLab
24b475484b
fix compile issue for change of svg icon
2020-03-30 14:32:12 +08:00
DreamSourceLab
cf54cdef62
Change png icon to svg version
2020-03-30 11:44:12 +08:00
DreamSourceLab
6558174183
Add auto gain feature to DSCope U2B100/U3P100 models
2020-03-29 19:51:08 +08:00
Timothy Pearson
6fbe3d3a57
Fix decode failure on host driven abort
2020-03-29 01:31:55 -05:00
Timothy Pearson
ef69722751
Fix LPC write cycle decoding
2020-03-24 13:51:11 -05:00
DreamSourceLab
ee148cc314
Bump version to v1.10
v1.1.0
2020-02-22 18:41:08 +08:00
DreamSourceLab
a11e8a0473
Fix ruler and cursor issue in DSO mode
2020-02-22 14:42:31 +08:00
DreamSourceLab
771f2c56a0
fix some decoder issues
2020-02-22 11:12:26 +08:00
DreamSourceLab
dd4454e913
Fix language and UI issue
2020-02-21 20:15:34 +08:00
DreamSourceLab
9dfea2e314
Fix session load issue for dsl file
2020-01-21 11:39:07 +08:00
DreamSourceLab
9af32655db
Fix some compile warnings
2020-01-18 14:28:05 +08:00
DreamSourceLab
57b3f0cec7
Add zoom&gesture support in macOS
2020-01-17 22:02:37 +08:00
DreamSourceLab
21704f5565
Fix spell and other minor issues
2020-01-16 22:24:46 +08:00
DreamSourceLab
ba34aeb95f
Fix vertical scale issue after stop capturing @dso mode
2020-01-14 22:38:01 +08:00
DreamSourceLab
c238427721
Fix slow load speed for single capture @dso mode
2020-01-13 22:45:27 +08:00
DreamSourceLab
8dcd9236c7
Add check of version of FPGA firmware
2020-01-11 21:45:14 +08:00
DreamSourceLab
a5f47b42c1
Add new products support (DSLogicU3Pro16/DSLogicU3Pro32/DSCopeU2B100/DSCopeU3P100)
2020-01-10 22:43:30 +08:00