Commit Graph

15 Commits

Author SHA1 Message Date
dedb1cbb2e Use QLOG_ERROR when 7z fails to load 2024-09-22 11:13:03 +02:00
63fcde8035 Extract 7z loading to it's own function
This will unify 7z loading in all scenarios and it also fixes the search path in Linux, now the apps will always try to load 7z.so from LIBDIR/yacreader/7z.so, if it fails they'll try 7zip/7z.so
2024-09-15 15:50:09 +02:00
5f35fdcaef Load 7z.so from LIBDIR in non macos unix systems 2023-07-18 15:07:17 +02:00
96cb22030e Remove commented code 2023-07-17 20:45:49 +02:00
7bc42ba1c0 Unify 7zip CompressedArchive interface for Windows and Unix.
This works on macos.
2023-07-17 19:53:21 +02:00
27b7176e41 Update implementation to use 7zip 23.01
Mostly changes in macros
2023-07-17 10:36:33 +02:00
68ece533e1 Replace Q_OS_MAC with Q_OS_MACOS 2023-06-04 20:55:11 +02:00
b07ec73ccc Use Qt::endl instead of endl 2021-10-19 00:00:08 +02:00
3291300d51 Use continue instead of relying on garbage bool 2021-10-19 00:00:08 +02:00
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
828ef46fc6 Make sure that QtCore is available before using Qt macros. 2019-02-18 17:00:31 +01:00
1903b6753f Update compressed_archive to support the latest version of 7zip 18.05
p7zip has been abandoned and the latest version available is 16.02.
2019-02-18 17:00:30 +01:00
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
f2a356fc70 Update russian translation. Need to subtract and to bring the terminology to a common denominator 2018-01-08 16:32:56 +00:00