DEN-13966 Improvement: Export individual log files - Used the stashed file copy by by chunk algorithm which I wrote before for exporting the log files. - It will help later to have more control over copying files. - Added all the signal/slots for Logger, ApplicationController, GuiController, GuiView and the QML side. - Implemented the Export Selection Map on the C++ side to be used for individual log file selection (insert, delete, select, remove/Clear). - Added percent update for the current exporting file. (not implemented on UI, due to some issues)
DEN-13966: Improvement: Export individual log files Simplified the log: - Removed completely the Data type and defined only one type of AppED (AKA APPED, Application, log). - therefore there is no E, or D, in the log anymore. - added a log header for the debug type as well. - added cppcheck to normal build process on each local build for debug and release.