Labrador/Desktop_Interface/ui_elements
turboencabulator 682d49dc13
Fix a few compiler warnings (#189)
* Fix unused variable warnings

* Fix misleading indent warning

* Fix potential buffer overflow with fgets()

Was reading 256 bytes into a 255-byte array.  The function would read at
most 255 bytes then try to append a nul (which would overflow), now will
read at most 254 bytes before appending the nul.

* Move isoCallback() from .h to .cpp file

Fixes warnings that the function is unused by every other file that
includes unixusbdriver.h.
2021-11-04 12:47:00 +11:00
..
qcp1 Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
qcp2 Updated QCP2 from the beta to 2.0.0. Didn't activate as it causes crashes. 2017-12-01 15:47:39 +11:00
buffercontrol.cpp User can select which channel they want to record, and get file dialog prompt. 2017-11-07 13:31:26 +11:00
buffercontrol.h User can select which channel they want to record, and get file dialog prompt. 2017-11-07 13:31:26 +11:00
cursorenabler.cpp XY Mode fixed 2019-06-30 13:02:55 +10:00
cursorenabler.h XY Mode fixed 2019-06-30 13:02:55 +10:00
deviceconnecteddisplay.cpp Dark Mode 2021-06-04 15:55:20 +10:00
deviceconnecteddisplay.h Firmware flashing more robust on Windows. Can't fail due to having too short a wait. Mac/Linux/Android not improved!! 2017-12-01 17:03:13 +11:00
espocombobox.cpp Fix a few compiler warnings (#189) 2021-11-04 12:47:00 +11:00
espocombobox.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
esposlider.cpp Fix a few compiler warnings (#189) 2021-11-04 12:47:00 +11:00
esposlider.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
espospinbox.cpp std::abs() => abs in espoSpinbox 2018-11-07 20:22:02 +11:00
espospinbox.h Fixed espoSpinBox issues 2018-09-22 06:04:52 +10:00
noclosemenu.cpp Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
noclosemenu.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
siprint.cpp Fix a few compiler warnings (#189) 2021-11-04 12:47:00 +11:00
siprint.h trigger frequency displayed 2021-06-24 20:12:28 +10:00
swipeystack.cpp Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
swipeystack.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
timedtickbox.cpp Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
timedtickbox.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
voltagespinbox.cpp Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00
voltagespinbox.h Cleaned junk out of repo. 2017-10-21 16:11:49 +11:00