summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/quazip
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29rbutil: More Qt6 compatibility.Dominik Riebeling1-1/+1
Qt6 doesn't contain QTextCodec anymore but instead provides it in the optional core5compat module. Change-Id: Ia45985a32df3826faf041981b8935c839946e5c9
2020-08-07rbutil: Update quazip to release 0.9.1.Dominik Riebeling18-163/+489
Update to latest quazip release. Change-Id: I03189ceeadbe3110a9420153d84bd5d33d5b663f
2020-08-06rbutil: Fix deprecation warnings.Dominik Riebeling1-1/+1
Change-Id: Ia7e24a5fee2b6e858abcec318d13775ad23b4469
2015-05-02Separate logger / quazip project file parts.Dominik Riebeling1-0/+25
Move to separate project include file for better readability and reusability. Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
2015-05-02Update quazip to release 0.7.1.Dominik Riebeling20-1996/+5645
Update to latest quazip release. Note that quazip is now LGPL and not GPL / LGPL dual licensed anymore. Change-Id: Ie1e975b5b546dd31218eef9df472527493fe81e0
2011-12-07QuaZip: change the order of void-casts.Dominik Riebeling3-11/+11
MSVC requires void-casting of unused variables to be done after variable definitions. Change the order, no functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31171 a1c6a512-1295-4272-9138-f99709370657
2011-03-25Rockbox Utility: Replace OSDaB Zip with QuaZip.Dominik Riebeling16-0/+5841
This change fixes problems with zip files created with newer zip utilities (a known issue is the iLike theme). QuaZip also allows better feedback during operations without changing the imported code. Additionally Rockbox Utility and the Theme Editor are now both using QuaZip; currently Rockbox Utility uses a copy of the sources, merging them later is planned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29645 a1c6a512-1295-4272-9138-f99709370657