2
0
forked from Ivasoft/DSView
Commit Graph

100 Commits

Author SHA1 Message Date
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
aec079cbd3 Merge branch 'release-0.94' into develop 2015-06-30 00:43:42 +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
DreamSourceLab
35a5088d7c change version number to 0.94 2015-06-29 23:19:39 +08:00
DreamSourceLab
4983223abe update INSTALL process and firmware files 2015-06-29 23:12:40 +08:00
DreamSourceLab
c71404a326 fix delete group signal issue when capture data is NULL 2015-06-24 22:30:12 +08:00
DreamSourceLab
297e4bde91 fix session file load error when open *.dsl file 2015-06-24 22:27:50 +08:00
DreamSourceLab
be3602df32 improve mouse drag-and-drop effect 2015-06-24 22:23:47 +08:00
DreamSourceLab
3bc3da8a35 fix memory leakage issue when open *.dsl file 2015-06-24 22:20:12 +08:00
DreamSourceLab
f4c6f97777 fix data error when enable/disable channel @ DSO mode 2015-06-24 22:18:18 +08:00
DreamSourceLab
577b5cfde9 fix advance trigger enable issue @ LA stream mode 2015-06-24 22:13:32 +08:00
DreamSourceLab
8ffa3c9119 add support for path with chinese characters 2015-06-24 22:07:09 +08:00
DreamSourceLab
4348c2a895 improve session load/store scheme 2015-06-19 18:16:54 +08:00
DreamSourceLab
9d871219bc add horizontal&vertical measure function @ DSO mode 2015-06-19 11:41:13 +08:00
DreamSourceLab
618f7c92e4 fix instant sample issue when no start operations @ DSO module 2015-06-18 01:19:59 +08:00
DreamSourceLab
44051a295d fix channel disable/enalbe issues @ DSO mode 2015-06-17 23:24:17 +08:00
DreamSourceLab
248a446d67 add trigger hold off time setting @ DSO mode 2015-06-17 21:46:37 +08:00
DreamSourceLab
fe5bc15f1e add mouse drag-and-drop effect in viewport 2015-06-09 21:02:56 +08:00
DreamSourceLab
03cb6b58e6 fix instant sample issue @ Demo DSO mode 2015-06-07 23:00:24 +08:00
DreamSourceLab
39c48246a0 improve display of dock widget (add scroll bar) 2015-06-07 21:52:15 +08:00
DreamSourceLab
9198025e81 Merge branch 'add_session_save' into develop 2015-06-06 22:24:32 +08:00
DreamSourceLab
5626a9ba81 add session load/store funtion 2015-06-06 22:24:00 +08:00
DreamSourceLab
9a0e8d7344 Merge branch 'add_session_save' into develop 2015-06-06 22:22:59 +08:00
DreamSourceLab
e37d3aec20 add session load/store funtion 2015-06-06 22:18:31 +08:00
DreamSourceLab
3456cd633e Merge branch 'add_serial_trig' into develop 2015-05-28 11:10:39 +08:00
DreamSourceLab
af0c4679eb add serial trigger support @ LA mode 2015-05-28 11:09:17 +08:00
DreamSourceLab
ab4d78ae18 Merge branch 'add_language_support' into develop 2015-05-25 16:48:41 +08:00
DreamSourceLab
4b024dd388 add language support 2015-05-25 16:47:33 +08:00
DreamSourceLab
6274829f3e Upgrade advanced trigger counter to be 32bit @ LA mode 2015-05-21 11:13:50 +08:00
DreamSourceLab
45b0abd6f2 Fix frequency measure issue of channel 1 @ DSO mode
Fix the frequency of output wave to be 1KHz
2015-05-21 10:38:33 +08:00
DreamSourceLab
27aa22c74c fix trigger position setting issue @ Demo mode 2015-05-21 10:32:54 +08:00
DreamSourceLab
f1c412ee64 Merge branch 'release-0.93' into develop 2015-05-08 16:22:21 +08:00
DreamSourceLab
c43d934155 fix minor issues 2015-05-08 16:10:19 +08:00
DreamSourceLab
a887a7f35d fix zero adjustment issue 2015-05-08 10:11:13 +08:00
DreamSourceLab
f118e71ebb fix trigger value out of range issue 2015-05-07 20:17:26 +08:00
DreamSourceLab
a4cc8efaa3 change version number to 0.93 2015-05-07 19:58:11 +08:00
DreamSourceLab
e872487005 Merge branch 'fix_la_issue' into develop 2015-05-07 19:54:08 +08:00
DreamSourceLab
3c676312a2 add group signal display 2015-05-07 19:51:23 +08:00
DreamSourceLab
adc2365efe fix stack decoder create issue 2015-05-07 18:47:20 +08:00
DreamSourceLab
f34c8b10ec keep channel settings when reload @ LA mode
fix trigger setting @ LA stream mode
2015-05-07 14:14:53 +08:00
DreamSourceLab
6dc75374bd keep channel setting when reload @ LA mode 2015-05-04 15:13:27 +08:00
DreamSourceLab
e91c93f673 fix decode issue when capture count less than set sample count 2015-05-03 20:14:17 +08:00
DreamSourceLab
a4e991f181 fix assert fail of mouse measure when capture count less than set sample count 2015-05-03 19:13:23 +08:00
DreamSourceLab
c2724b765c Merge branch 'improve_dso_display' into develop 2015-05-03 18:40:52 +08:00
DreamSourceLab
eb26095a8f add x1/x10/x100 probe control @ DSO mode
add mouse measure when capture stop @ DSO mode
improve the precision of freqency measure
add voltage display for trigger position
fix other display issues
2015-05-03 18:35:54 +08:00
DreamSourceLab
716c3fffb8 Merge branch 'add_dso_export' into develop
Add data export(csv only) support @ DSO mode
2015-04-24 16:18:33 +08:00