Skip to content

Commit

Permalink
faster extracting 7z archives, support for more archive formats
Browse files Browse the repository at this point in the history
- Significant improvement in support for solid compressed archives
- Attempt to expand by 7z about the various archives on supported by
SevenZip(7z)
- support to delete archives on viewing by the app
- Bound on the right side was added to the context menu.
- COPYING of ResizeHalf
- bugfixed: Greek translation was disabled
  • Loading branch information
kanryu committed Sep 23, 2019
1 parent 241b288 commit d8b85b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickViewer/QuickViewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contains(DEFINES, QV_WITHOUT_OPENGL) {
QT += opengl opengl-private
}

VERSION = 1.1.6
VERSION = 1.1.7

TARGET = QuickViewer
TEMPLATE = app
Expand Down
2 changes: 1 addition & 1 deletion fileloader/fileloader7zarchive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class FileLoader7zArchivePrivate : public QObject
, m_hasExtractedFiles(false)
{
m_archiveFile.setFileName(sevenzippath);
qDebug() << m_archiveFile;
//qDebug() << m_archiveFile;
if(!m_archiveFile.open(QIODevice::ReadOnly)) {
m_pArchive = nullptr;
return;
Expand Down

0 comments on commit d8b85b7

Please sign in to comment.