DreamSourceLab
f3138d93c2
Enhance serial trigger @ LA mode
2016-04-10 08:18:25 +08:00
Bryant Mairs
fbfcb58848
Add directions for compilation failing on Fedora.
2016-03-28 20:51:27 -07:00
Bryant Mairs
6b42d57bc7
Add missing package dependency.
2016-03-28 20:51:01 -07:00
Bryant Mairs
67ec5fba3a
Correct improper package name for Fedora.
2016-03-28 20:50:45 -07:00
DreamSourceLab
a5ead17590
Add region decode feature
2016-03-27 12:03:20 +08:00
DreamSourceLab
f0aff5e7ce
Fix memory release issue when added protocol decoder
2016-03-25 14:34:06 +08:00
DreamSourceLab
aad5257fd2
Merge pull request #75 from teyssieuman/master
...
Remove some compilation warnings on linux and Supress the "QT" error message at run time
2016-01-11 23:10:29 +08:00
DreamSourceLab
c7c6dd697a
Merge pull request #73 from Susurrus/minor_fixes
...
Ignore compilation intermediates.
2016-01-10 23:54:04 +08:00
Bryant
dd7b0106ba
Ignore compilation intermediates.
2016-01-08 19:57:11 -08:00
Bryant
01569e928c
Add a desktop file.
...
Uncertain if this also needs an installation script change or if this is good enough.
2016-01-08 19:54:51 -08:00
teyssieuman
73cbab6f43
Supress the "QT" error message that appears here:
...
https://www.youtube.com/watch?v=bjITW4hfILs
2016-01-06 22:07:03 +01:00
teyssieuman
a723b459d7
Remove some compilation warnings on linux
2016-01-06 21:26:58 +01:00
DreamSourceLab
a0e4687b92
Merge pull request #67 from anatol/develop
...
Fix misspellings using codespell tool
2015-12-17 00:32:55 +08:00
Anatol Pomozov
c02e2d1e9e
Fix misspellings using codespell tool
2015-12-14 11:26:14 -08:00
DreamSourceLab
0a6f675ff9
Merge branch 'master' into develop
2015-12-15 00:42:21 +08:00
DreamSourceLab
3100bc8dc3
Merge branch 'release-v0.95'
...
Conflicts:
NEWS
v0.9.5
2015-12-15 00:40:44 +08:00
DreamSourceLab
dc3263c04c
Fix compile warnings
2015-12-15 00:34:13 +08:00
DreamSourceLab
6c6766641b
bumped version number to 0.95
2015-12-14 21:57:22 +08:00
DreamSourceLab
ceda90aec5
Fix language support issue
2015-12-14 21:21:16 +08:00
DreamSourceLab
6c7101c2cc
Improve trigger commit strategy @ LA mode
2015-12-10 21:46:08 +08:00
DreamSourceLab
b9e8c02c09
Add "RLE" flag into sample count combobox
2015-12-07 23:07:11 +08:00
DreamSourceLab
5dccc91970
Fix minor issues of display
2015-12-03 10:55:59 +08:00
DreamSourceLab
c4a6870be6
Fix RLE trigger issue @LA mode
2015-12-02 20:31:38 +08:00
DreamSourceLab
cc6c663a96
Fix trigger time delay @ osc mode
2015-11-11 21:22:03 +08:00
DreamSourceLab
800f4c615e
Add file save support @ OSC & DAQ mode
2015-11-04 00:27:42 +08:00
DreamSourceLab
df05c5c9f9
improve operations of vDial/hDial
2015-10-24 00:32:41 +08:00
DreamSourceLab
705819fac3
Fix minor issues of sesion load and/display/drag-and-drop
2015-10-20 00:52:07 +08:00
DreamSourceLab
63772095b3
Add warning message when buffer full @ LA RLE mode
2015-10-08 21:20:38 +08:00
DreamSourceLab
d0dcc01318
Limit trigger position less than hardware depth
2015-10-08 19:12:49 +08:00
DreamSourceLab
1dcd92cff0
Fix session load issues
2015-10-08 18:16:44 +08:00
DreamSourceLab
51cb900cba
Improve measure @ OSC mode; add Vrms and Vmean
2015-10-07 13:45:35 +08:00
DreamSourceLab
c15558972d
Add edges calculation function @ LA mode
2015-10-05 23:42:48 +08:00
DreamSourceLab
a042fabfb6
Fix probe index error when load certain probes enabled *.dsl file
2015-09-29 11:20:06 +08:00
DreamSourceLab
49eea5765d
Add cousor by dobuleclick
2015-09-29 10:36:42 +08:00
DreamSourceLab
0030ae48fd
Fix issues of group function @ LA mode
2015-09-29 10:05:12 +08:00
DreamSourceLab
48ab8049cf
Fix display issue, add signal height limit
2015-09-28 16:31:19 +08:00
DreamSourceLab
17c20781cc
Merge branch 'develop' of https://github.com/DreamSourceLab/DSView into develop
2015-09-26 22:35:52 +08:00
DreamSourceLab
13dd644f64
Merge branch 'improve_memory_org' into develop
...
Add RLE compress function
2015-09-26 22:15:22 +08:00
DreamSourceLab
f3023e7917
add RLE compress function
2015-09-26 21:59:40 +08:00
DreamSourceLab
01e1c8af13
Merge pull request #64 from anatol/4upstream
...
4upstream
2015-08-25 01:02:40 +08:00
Anatol Pomozov
082804268a
The newest libpng update (1.6.2) has stricter rules about iCCP and will print this warning every time it finds a png that is broken.
...
Fix the warning with imagemagicks 'convert -strip' tool.
2015-08-21 17:44:05 -07:00
Anatol Pomozov
a7cc4fd8bf
Fix compilation error found at Linux Arch
...
/home/anatol/sources/archpackages/dsview-git/src/DSView/DSView/pv/data/decode/annotation.cpp: In constructor ‘pv::data::decode::Annotation::Annotation(const srd_proto_data*)’:
/home/anatol/sources/archpackages/dsview-git/src/DSView/DSView/pv/data/decode/annotation.cpp:43:17: error: ‘const struct srd_proto_data_annotation’ has no member named ‘ann_class’
_format = pda->ann_class;
2015-08-21 17:42:49 -07:00
Anatol Pomozov
c54022b81b
Fix compile error
...
/home/anatol/sources/dreamstudio/DSView/DSView/pv/mainwindow.cpp: In member function ‘bool pv::MainWindow
/home/anatol/sources/dreamstudio/DSView/DSView/pv/mainwindow.cpp:742:77: error: conversion from ‘uint64_t
s_obj["vdiv"] = QJsonValue::fromVariant(dsoSig->get_vDialValue());
^
2015-08-21 17:39:38 -07:00
DreamSourceLab
91938e444f
fix compile warning
2015-07-17 16:23:42 +08:00
DreamSourceLab
1cd6420046
Merge pull request #57 from darander/gitignore
...
gitignore: update for the DSView rename
2015-07-02 16:30:27 +08:00
Anders Darander
81f7f01d0c
gitignore: update for the DSView rename
...
Signed-off-by: Anders Darander <anders.darander@gmail.com>
2015-07-02 09:31:33 +02:00
DreamSourceLab
aec079cbd3
Merge branch 'release-0.94' into develop
2015-06-30 00:43:42 +08:00
DreamSourceLab
8f56a5e3b6
Merge branch 'release-0.94'
...
Conflicts:
NEWS
v0.9.4
2015-06-30 00:42:41 +08:00
DreamSourceLab
f01dbeb678
update INSTALL file
2015-06-30 00:34:54 +08:00
DreamSourceLab
1cdc8749ac
update NEWS file for v0.94 version
2015-06-29 23:36:57 +08:00