Commit graph

249 commits

Author SHA1 Message Date
alqualos
4a3f6b4074 Patch #29 2017-02-04 12:04:14 +00:00
alqualos
8e44a088f0 Static linking exception 2017-01-29 11:05:21 +00:00
alqualos
8d1a02cf7a Reword the paragraph about static builds 2017-01-02 06:00:52 +00:00
alqualos
ce644d446f VS2013 projects 2016-11-03 14:33:41 +00:00
alqualos
4a2fcb7859 Some more total_out fixes and tests 2016-08-23 18:35:38 +00:00
alqualos
a58f70c140 pos() now uses unztell64 2016-08-23 17:36:33 +00:00
alqualos
9a0efc9532 Fix bug for large files (no test because testing 4 GB files would be
very slow)
2016-08-23 17:32:27 +00:00
alqualos
388919583b Symlink handling 2016-06-20 15:37:09 +00:00
alqualos
8bbeaae1fe One more go at 0.7.2 2016-04-03 05:16:19 +00:00
alqualos
43dd4b0a7f Fixed atEnd() and bytesAvailable() to consider QIODevice buffered data 2016-03-29 17:51:20 +00:00
alqualos
d4c34ce65b QuaZioDevice::atEnd() and bytesAvailable() (might break ABI, but
probably safe)
2016-03-29 17:41:12 +00:00
alqualos
84e2472a27 Use debug suffixes for win32/mac 2016-03-01 15:20:57 +00:00
alqualos
f06da0b0cf New JlCompress methods (QIODevice*-based API by Lukasz Kwiecinski) 2016-02-15 18:02:18 +00:00
alqualos
172145ee3d Define QUAZIP_STATIC when building staticlib (patch #27) 2016-01-14 15:25:42 +00:00
alqualos
095376839d Version suffix for static lib (CMake patch #26) 2016-01-03 06:01:40 +00:00
alqualos
e31a2bd61e Wrong path 2015-11-18 18:56:04 +00:00
alqualos
e27a939efc Preparation for 0.7.2 2015-11-18 18:53:52 +00:00
alqualos
600aba290f Remove temp file after testing. 2015-11-18 18:43:55 +00:00
alqualos
afc0907a05 Removed attributes (does not compile with Qt4) 2015-11-18 18:39:57 +00:00
alqualos
e35ef9c5a1 Ability to compress hidden files when compressing directories 2015-11-18 18:27:40 +00:00
alqualos
159bece5db Q_WS_WIN -> Q_OS_WIN (bug #62) 2015-09-07 04:30:41 +00:00
alqualos
531a93130e Debug suffixes 2015-07-31 15:20:04 +00:00
alqualos
f0cd027a02 Test with a wrong password 2015-04-26 07:18:01 +00:00
alqualos
5ecd259ce8 Patch #25 (Make devel packages coinstallable too) 2015-02-06 15:45:25 +00:00
alqualos
5e831c69c7 Enable static library build by CMake (patch #21) 2015-01-29 18:28:19 +00:00
alqualos
dcbd974dd7 Fix conflict between patches #23 and #22 2015-01-29 18:22:35 +00:00
alqualos
e0e979e8fd Make quazip coinstallable for Qt5 and Qt4 (patch #22) 2015-01-29 18:18:07 +00:00
alqualos
3df7821638 Use ZLIB when building with MinGW (patch #24) 2015-01-29 18:07:42 +00:00
alqualos
8acb0a4d89 Link to correct Qt library (patch #23) 2015-01-29 18:04:27 +00:00
alqualos
48bf84d7ec Some missing disable-copy and initializations 2015-01-19 17:52:01 +00:00
alqualos
09a531c583 Preparation for 0.7.1 2015-01-07 05:36:44 +00:00
alqualos
4b4bfad2f8 Fixed LGPL version (bug #55) that was accidentally changed to 3 in r217 to fix #45 2014-09-28 05:30:56 +00:00
alqualos
494ac473b1 Fixed LGPL version (bug #55) that was accidentally changed to 3 in r217 to fix #45 2014-09-28 05:28:00 +00:00
alqualos
9c9b252eb1 isEncrypted() convenience method 2014-08-10 17:20:38 +00:00
alqualos
565ca76509 Bind TCP server to localhost so that the firewall doesn't complain. 2014-07-24 17:03:12 +00:00
alqualos
4d6e38dd0c Preparation for 0.7 2014-07-24 16:14:04 +00:00
alqualos
99fb90015b Fixed portability error for systems with 64-bit long 2014-07-23 18:58:04 +00:00
alqualos
c69a2f6d19 Test for "large" files (faked, but seemingly working) 2014-07-23 18:55:00 +00:00
alqualos
b8726ee5c9 msecsTo() replacement for Qt < 4.7 2014-07-22 18:20:21 +00:00
alqualos
a3cd3640b4 VERSION comments and multiarch 2014-06-13 17:55:57 +00:00
alqualos
e3864649a8 Check number_entry >= 0xFFFF to write zip64 2014-04-15 15:42:19 +00:00
alqualos
e04385b6a1 No longer allow mdAppend for sequential devices - tell() will report
wrong position
2014-02-12 16:54:13 +00:00
alqualos
328938a68a Setting the flags before opening 2014-02-12 06:41:16 +00:00
alqualos
8af0f13a96 A few fixes for no-auto-close mode (still needs some more work) 2014-02-11 17:56:43 +00:00
alqualos
1b94478a30 Only test for sequential devices after they are opened (otherwise fails on Linux) 2014-02-10 18:37:32 +00:00
alqualos
2a759e9fda Sequential device writing 2014-02-10 18:04:08 +00:00
alqualos
1fde5f5608 Remove test file after testing QSaveFile 2014-02-09 16:39:30 +00:00
alqualos
2f2553c559 Last-minute fixes for 0.6.2 2014-02-09 16:14:03 +00:00
alqualos
1c2f56fe3f Fix a copy-paste error in the docs 2014-02-09 15:12:18 +00:00
alqualos
bb25beb676 Preparation for 0.6.2 2014-02-09 15:02:37 +00:00