Commit Graph

  • f394ccde13 clean up manual firmware recovery UI code a bit Martin T. H. Sandsmark 2021-04-24 11:50:41 +0200
  • 35bed4ca08 fix memory leak Martin T. H. Sandsmark 2021-04-24 11:50:03 +0200
  • 3f5604bb32 more usage of enums and flags to make code understandable Martin T. H. Sandsmark 2021-04-24 11:49:54 +0200
  • ec4c5e927e port away from deprecated libusb API Martin T. H. Sandsmark 2021-04-22 17:19:44 +0200
  • e99f00335d fix some crashing Martin T. H. Sandsmark 2021-04-22 15:12:20 +0200
  • 81570aa3fc implement baudot decoding Martin T. H. Sandsmark 2021-04-20 11:16:38 +0200
  • b3a8722d14 fix signedness Martin T. H. Sandsmark 2021-04-20 11:16:30 +0200
  • 7460151e01 fix unused Martin T. H. Sandsmark 2021-04-20 11:16:13 +0200
  • 259461851c fix missing emits Martin T. H. Sandsmark 2021-04-20 11:15:37 +0200
  • 446a1ca755 allow building with system version of qcustomplot Martin T. H. Sandsmark 2021-04-20 10:37:37 +0200
  • aefa58396a fix build with qcustomplot2 Martin T. H. Sandsmark 2021-04-20 10:37:07 +0200
  • 2cd9f51263 port to C++ smart pointers, avoids raw memory juggling and associated mess Martin T. H. Sandsmark 2021-04-18 13:16:09 +0200
  • 9fb61b5c6f fix libusb shutdown Martin T. H. Sandsmark 2021-04-18 12:56:44 +0200
  • ad64f1fe10 fix potential double free (really should port away from raw C buffers) Martin T. H. Sandsmark 2021-04-18 12:56:21 +0200
  • facfe3d86c fix deprecated warnings in bundled version of qcustomplot Martin T. H. Sandsmark 2021-04-18 12:47:41 +0200
  • 9a5e133c31 don't busyloop Martin T. H. Sandsmark 2021-04-18 12:35:31 +0200
  • 4eaeffc88c fix hanging on exit Martin T. H. Sandsmark 2021-04-18 12:31:39 +0200
  • 92453ad2c2 don't use raw pointers, fixes a race condition crash at exit Martin T. H. Sandsmark 2021-04-18 12:31:33 +0200
  • d987273de3 fix another couple of warnings from Qt about unused slots Martin T. H. Sandsmark 2021-04-18 12:23:43 +0200
  • 654a2f57ab remove some dead code, fixes warnings Martin T. H. Sandsmark 2021-04-18 12:21:25 +0200
  • 23b0b21095 fix slot signature Martin T. H. Sandsmark 2021-04-18 12:15:18 +0200
  • 4597487973 fix remaining memory leaks, mostly by letting Qt handle it Martin T. H. Sandsmark 2021-04-18 12:04:42 +0200
  • f0f5fc89f8 fix some direct memory leak (should ideally be rewritten away from raw memory buffers) Martin T. H. Sandsmark 2021-04-18 11:54:27 +0200
  • 526fdfb7c4 replace magic numbers with enum Martin T. H. Sandsmark 2021-04-18 11:35:02 +0200
  • d4dc2ee2f0 minor issues Martin T. H. Sandsmark 2021-04-18 11:21:08 +0200
  • 403a98943b remove some dead code Martin T. H. Sandsmark 2021-04-18 11:20:52 +0200
  • a66ad5f8dd mis-groked the code Martin T. H. Sandsmark 2021-04-18 11:18:43 +0200
  • 39f0c9f9ec add button to automatically set ranges for what is on the screen Martin T. H. Sandsmark 2021-04-15 12:48:25 +0200
  • 3c203325a2 port away from deprecated APIs, stop leaking memory Martin T. H. Sandsmark 2021-04-15 11:34:57 +0200
  • 6f9b062165 fix using up/down keys in the spinboxes Martin T. H. Sandsmark 2021-04-15 11:34:32 +0200
  • d37e184dd3 port away from some deprecated APIs Martin T. H. Sandsmark 2021-04-15 11:28:18 +0200
  • c97a2cc249 fix minor compiler warnings Martin T. H. Sandsmark 2021-04-15 10:55:53 +0200
  • e661413b1d simplify the waveform reading and make it a bit more robust Martin T. H. Sandsmark 2021-04-15 10:46:17 +0200
  • cc041c329b port away from dangerous strcpy Martin T. H. Sandsmark 2021-04-15 10:33:25 +0200
  • b75cb30dfd bundle default waveforms in the application binary Martin T. H. Sandsmark 2021-04-15 10:30:00 +0200
  • 3e1dba07da final invalid type specifier, I think Martin T. H. Sandsmark 2021-04-14 18:02:06 +0200
  • 1064ac4737 let clang-tidy do some minor performance improvements Martin T. H. Sandsmark 2021-04-14 18:01:54 +0200
  • 91ecafd787 fix potential division by zero Martin T. H. Sandsmark 2021-04-14 17:51:07 +0200
  • 3b29bfebb6 fix potential memory leak Martin T. H. Sandsmark 2021-04-14 17:45:10 +0200
  • 5772bd1054 fix invalid format specifier Martin T. H. Sandsmark 2021-04-14 17:43:32 +0200
  • 2c04611b5a fix unused warning Martin T. H. Sandsmark 2021-04-14 17:42:53 +0200
  • 319adfa7fb fix use of uninitialized memory Martin T. H. Sandsmark 2021-04-14 17:42:45 +0200
  • 59607439ec let clang-tidy clean up the int/bool issues Martin T. H. Sandsmark 2021-04-14 17:35:18 +0200
  • a9d04cb131 don't emit code in all translation units, fix warning Martin T. H. Sandsmark 2021-04-14 17:31:24 +0200
  • 140873a3f6 fix warning about unhandled enum values Martin T. H. Sandsmark 2021-04-14 17:30:53 +0200
  • 29a76c045b fix some type issues Martin T. H. Sandsmark 2021-04-14 17:30:39 +0200
  • 14b3b39a0d add dialog with pinout for easy access Martin T. H. Sandsmark 2021-04-14 17:19:58 +0200
  • 7bbf5d15cc fix some minor warnings Martin T. H. Sandsmark 2021-04-14 16:37:43 +0200
  • d1e50afdf8 fix uninitialized value (and remove some magic 'auto' variable) Martin T. H. Sandsmark 2021-04-14 16:37:20 +0200
  • 7293fb4988 fix clang warning about using int as bool Martin T. H. Sandsmark 2021-04-14 16:25:33 +0200
  • 5b73248ec7 feedback when failing to flash/fix warning about unused stored value Martin T. H. Sandsmark 2021-04-14 16:19:54 +0200
  • 2805c5e49d fix warning of using uninitialized variable Martin T. H. Sandsmark 2021-04-14 16:16:42 +0200
  • 51bf7de7e2 add some missing keyboard accelerators Martin T. H. Sandsmark 2021-04-14 16:16:21 +0200
  • 19e0fed151 don't crash when failing to load the default list of waveforms Martin T. H. Sandsmark 2021-04-14 16:14:37 +0200
  • 6b1e3b6671 add standard shortcut for quit action Martin T. H. Sandsmark 2021-04-14 16:13:45 +0200
  • b9335d0a2d Don't strip all optimization flags. Martin T. H. Sandsmark 2021-04-03 12:51:09 +0200
  • d1d6156569 ignores sudo apt-get update errors Chris Esposito 2021-04-19 11:14:33 +1000
  • 555c3eaffd
    Android auto flash firmware (#167) Chad Clark 2021-04-18 18:55:31 -0600
  • 1c32a15bb5 Don't strip all optimization flags. Martin T. H. Sandsmark 2021-04-03 12:51:09 +0200
  • aca58634d9 Resolve merge conflict. Chad Clark 2021-03-29 08:28:22 -0600
  • b62f221056 Simplified scope range dialog Chris Esposito 2021-03-29 15:34:57 +1100
  • a098e6d7fb
    Android build 20210328 (#166) Chad Clark 2021-03-28 22:29:01 -0600
  • b8ad6c95bf Remove unused firmware images from Android package. Chad Clark 2021-03-28 20:01:24 -0600
  • becbf6a5b7 Android application will automatically flash firmware when a Labrador in bootloader mode is connected. Chad Clark 2021-03-28 19:21:35 -0600
  • 3dc5653c8d Remove properties files ending in tilde. Chad Clark 2021-03-28 13:18:16 -0600
  • 320e4fe22a Add firmware images to Android package. Chad Clark 2021-03-28 12:26:05 -0600
  • d1d53be9b1 Remove saving preference for the Range Dialog that has not been added to Android yet. Chad Clark 2021-03-28 09:30:13 -0600
  • 805219d479 Merge branch 'master' of https://github.com/EspoTek/Labrador Chad Clark 2021-03-21 11:31:35 -0600
  • d9f05e3ec5 Exporting the current oscilloscope view as image Oleksiy Protas 2021-03-20 16:33:00 +0200
  • c8a3ce5157 Exporting the current oscilloscope view as image Oleksiy Protas 2021-03-20 16:33:00 +0200
  • 7164791e1b Range Dialog Preference saved between launches Chris Esposito 2021-03-17 17:22:04 +1100
  • e52869554e
    Update build for Android. Chad Clark 2021-03-16 23:53:48 -0600
  • 0b793efd19 Update build for Android. Tool versions: Qt 5.15.2 QtCreator 4.14.1 Java OpenJDK 11.0.10+9 SDK 28 NDK 21.3.6528147 Gradle 5.6.4 Gradle Plugin 3.6.0 Chad Clark 2021-03-13 23:17:16 -0700
  • 806a539f12
    Update .travis.yml continuous-macOS continuous-Linux Chris Esposito 2021-03-05 17:01:53 +1100
  • 16beb0b57e
    Update .travis.yml Chris Esposito 2021-03-05 16:52:33 +1100
  • 5fb96a9c09
    Update .travis.yml Chris Esposito 2021-03-05 16:50:32 +1100
  • bc3acdd7b9
    Update .travis.yml Chris Esposito 2021-03-05 16:38:45 +1100
  • a1776edef3
    Update .travis.yml Chris Esposito 2021-03-05 16:36:13 +1100
  • e7646344a9
    Update .travis.yml Chris Esposito 2021-03-05 16:28:38 +1100
  • 199b79f192
    Travis builds on Catalina Chris Esposito 2021-03-05 16:01:55 +1100
  • ac5052cd7b
    Added additional case link (#139) continuous-macOS-legacy continuous-Linux-legacy Alexander Gee 2021-01-03 06:06:46 -0600
  • d843814159
    Added additional case link Alexander Gee 2021-01-01 12:37:19 -0600
  • 0893106ea5 Mutimeter works with negative voltages Chris Esposito 2020-12-02 13:39:38 +1100
  • 2d8430c9f9 Revert travis changes - using regular qt) Chris Esposito 2020-10-07 19:02:08 +1100
  • 7b2c4feee3
    Update .travis.yml Chris Esposito 2020-10-07 18:41:06 +1100
  • b0fd1e18d6
    Update .travis.yml Chris Esposito 2020-10-07 18:17:24 +1100
  • 00872b057c
    Update .travis.yml Chris Esposito 2020-10-07 17:42:52 +1100
  • 74a3409a84
    Update .travis.yml Chris Esposito 2020-10-07 13:35:51 +1100
  • f550e49a81
    Update .travis.yml Chris Esposito 2020-10-06 10:01:05 +1100
  • 50ddf2842c
    Update README.md Chris Esposito 2020-09-04 15:17:36 +1000
  • d71b72fdab
    Update README.md Chris Esposito 2020-07-05 15:54:53 +1000
  • 4cab851f13 linuxdeployqt unbroken Chris Esposito 2020-07-05 15:24:32 +1000
  • 3e651316d2 Degobindarification Chris Esposito 2020-07-05 15:12:19 +1000
  • 90b966ede7 shows diagram to user Chris Esposito 2020-07-05 13:49:06 +1000
  • d8b442f484 Tooltip appears when gobindar detected Chris Esposito 2020-07-05 13:08:46 +1000
  • 0723116db0 Gobindar detection Chris Esposito 2020-07-05 12:28:08 +1000
  • e7c5e4e687
    Allow PSU abort from PSU calibration (#115) jrwwallis 2020-02-18 15:07:26 -0800
  • cfb5709a07 Fix indentation John Wallis 2020-02-17 13:19:22 -0800
  • 3dc8f89964 Allow PSU abort from PSU calibration John Wallis 2020-02-14 12:44:53 -0800
  • f6901671f4 Fixed trigger for Multimeter++ Chris Esposito 2019-10-11 14:25:52 +1100