Password size changed from 9 to 20, modifications for arduino to wait for confirmation before sending password and before saving new password.
Password size changed from 9 to 20, GUI modified to wait for
modifications for including a button so that it has to be pressed before arduino sends the password
key for old password is being created now
Added Cryptography and program for Arduino
radio button for selecting old or current password, translation to Portuguese - Brazil
Serial.cpp, now, includes tserial.h with quotes, not with <>, because it is better when doing serial_mock tests. Changes in Main Window to clear clipboard after 10 seconds
missing * before pointer on tserial.cpp and, on .pro file, it was missing the tserial files
serial connection was blocking because there wouldn't be anymore bytes available
corrections regarding to serial
including ctime, setting windows as default target for make and including tserial in .pro file
Corrections for connecting to serial on Windows
Now, serial connection is done before gui appears
Qt used correctly now, Arduino2Clipboard extracted from gui/Application, Serial.c became cpp and is a class now
Qt used correctly now, Arduino2Clipboard extracted from gui/Application, Serial.c became cpp and is a class now
Changes for getting the number of COM port from a file called port.txt
Initial commit