DEN-1396 : UI Log Handler MISC : - Updated the Singleton defines to delete the instance. - Added/moved the floatCompare in the types.cpp and created the file to do so. LOGGING : - Implemented logging - Added LOG_EVENT / LOG_DATUM / LOG_ERROR in code instead of qDebug() as sample of the log event . - Added export to USB feature. - Added "Export Button"
DEN-1396 : UI Log Handler - Added USB Drive Mount/Umount/Removed detection - Added USB Drive mounting process error handling - Added USB Button - Made File Handler a singleton class which is connected to Main Timer to detect USB insertion and remove. - Added series of connections in ApplicationController, Guicontroller, GuiView, FileHandler. - Updated TouchRect to be able to notify user for reaction by fading in/out. - Modified and added button colors for normal and selected. - Added disabled functionality to the TouchRect - Added USB button as a test into Home Screen.