86 Commits

Author SHA1 Message Date
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
DreamSourceLab
a4a17a792e Add data export(csv only) support @ DSO mode 2015-04-24 16:12:58 +08:00
DreamSourceLab
f64c161730 Merge branch 'improve_csv_export' into develop 2015-04-23 15:28:01 +08:00
DreamSourceLab
c32fb54bb5 export csv only when data change, reduce the file size
fix the out of range error when measure @ LA mode
2015-04-23 15:24:40 +08:00
DreamSourceLab
1b1bb88e75 Merge pull request #50 from asanza/develop
Add support for export capture data into multiple file formats.
2015-04-20 11:37:02 +08:00
Diego F. Asanza
d2477cc8f0 fix stdc++11 compilation issues 2015-04-19 01:49:22 +02:00
Diego F. Asanza
8a1fa01c24 adding support to export data into multiple file formats 2015-04-19 01:36:48 +02:00
Diego F. Asanza
ec47609509 fixed compiler warning comparing signed with unsigned. (Numsamples is obviously unsigned) 2015-04-19 00:55:07 +02:00
Diego F. Asanza
c86154b42d adding support for export data into multiple formats 2015-04-19 00:53:52 +02:00
Diego F. Asanza
d83c08a04e add export option to the user interface 2015-04-18 23:35:50 +02:00
Diego F. Asanza
a3025df5dd add file-name (.dsl) extension when saving files with extension missing 2015-04-18 23:19:44 +02:00
Diego F. Asanza
b8294c1222 fix qt5 compilation issues 2015-04-18 22:59:58 +02:00
DreamSourceLab
988a11a050 Merge branch 'fix_la_measure' into develop
Fix measure pricision issue @ LA mode
2015-04-19 00:53:33 +08:00
DreamSourceLab
bad63a6ede Fix measure pricision issue @ LA mode 2015-04-19 00:52:20 +08:00
DreamSourceLab
153d1f9ebd rename project for upgrade 2015-04-17 00:21:14 +08:00