summaryrefslogtreecommitdiff
path: root/riff/main.cpp
AgeCommit message (Collapse)Author
2012-11-22Bump versionKalle Vahlman
2012-09-03Missing include.Marko Saukko
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
2012-05-28Improved error messages in riffSrimanta Panda
A clear error message is displayed when RIFF fails because of an error from LCD library. RIFF displays an error description related to the error number received from LCD.
2011-10-13Added Windows SupportSrimanta Panda
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
2011-09-16Return when we can't open the USB deviceKalle Vahlman
Most commonly this means insufficent permissions (ie. for got to use sudo).
2011-06-21Fixed file permissionsOla Borgelin
2011-06-09Riff stabilty fixesOla Borgelin
Add support for files larger than 4 GB and improve stability.
2011-05-20Initial commitKarin Hedlund