Added some exception handling. Marked all the functions throwing
[emufront] / src / utils / unziphelper.cpp
2010-11-17 Mikko KeinänenAdded some exception handling. Marked all the functions...
2010-11-17 Mikko KeinänenExceptions are instantiated in stack instead of heap.
2010-11-14 Mikko KeinänenRemoved a bug: temporary files were not removed.
2010-11-12 Mikko KeinänenRemoved non needed variable and commented out debug...
2010-11-12 Mikko KeinänenAdded support for both date format to regex: dddd-dd...
2010-11-10 Mikko KeinänenFixed a bug with regular expression (If filename was...
2010-10-18 Mikko KeinänenMediaImageContainer presents contained media images...
2010-10-17 Mikko KeinänenExpanded support for multiple media images.
2010-10-16 Mikko KeinänenCleaned up.
2010-10-16 Mikko KeinänenZip archives are now extracted with unzip utility inste...
2010-10-16 Mikko KeinänenInitial implementation for UnzipHelper::extractAll...
2010-10-16 Mikko KeinänenProcessHelper derives from QProcess. New implementation...
2010-10-16 Mikko KeinänenAdded new class hierarchy for process helpers and first...