djvm hangs when running multiple times in a row
cpaldjvu produce broken images
Fix deprecation warning in MainWindow.ui (seems to be deprecated (undocumented) even in Qt4)
flatpak: add readme
flatpak: simplify manifest, add build script
translations: add default Qt translations (qtbase)
freedesktop: fix mime file
freedesktop: add more info to desktop icon, add mime type icon
Make metainfo compatible with flatpak
Add metainfo
Fix cmake
flatpak&freedesktop: add icons and mime type
flatpak: simple manifest
Fix out of range in affineTransformGeneric
Remove image size restriction in Qt6
Fix https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/issues/33
Fix compilation of 11d943af4b93c44e6b89bf47f90388025009e30f
Fix warning under Qt >=6.3.0
cmake: Add support for qmodernwindowsstyle on Windows
Refix https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental/commit/85861de0814e2220c4143f10997343bcac5de2fe
Fix warning (gcc)
Fix for #28
cmake: fix build for Release-only Qt package
Fix issue #14
Fix Qt6 build
Update cmake scripts, remove Boost_PRG_EXECUTION_MONITOR_LIBRARY (not needed, not used, sometimes even not founded)
Update installation readme for windows
Add dependancy licenses support
Merge branch 'main' of https://github.com/ImageProcessing-ElectronicPublications/scantailor-experimental
Update build system to make qt6 installer
Able to compile under Qt5 and Qt6
Fix compilation under Qt6, working fine on Qt5
Improving installer for another time
Update install script for another time
CMake: Use new naming - ST_USE_QT6 and ST_NO_TESTS
Modify .gitignore because I have separate build folders for separate arch/libs combination
CMake: Improve customization and fix nsis cmake script
Replace std::auto_ptr with std::unique_ptr, replace QRegExp with QRegularExpression
Replace auto_ptr with unique_ptr
Use deprecated atomic functions only in older versions of Qt5
Fix designer warning
Fix some trivial warnings
Fix trivial warnings with boost deprecation
Fix -Wreturn-local-addr warnings. First of all, we can't return pointer to a variable on a stack after it's function returned. And second - it's useless to return enum by reference
Better support for ARM64 in installer
Fix -Wreorder warnings
CMake: Fix Qt6 build
Fix annoying Tiff warnings under VisualStudio
CMake: Add Qt6 support, able to disable tests, improve ARM64 support
Add more standard names for libraries
Fix various warnings (no logic should be changed)
Fix pipes under Windows
Merge branch 'main' of https://github.com/ImageProcessing-ElectronicPublications/faxcoder
Fix pbm (fopen 'b' flag)
Add missing errno.h
Add ARM64 target
Add missing usage help
Make sources C-compliant
Add .gitignore
Fix misunderstanding with flags
Finalize MMR header support. Always use 'b' in fopen for binary files (mandatory rule)
Able to produce G4/MMR files compatible with djvulibre
VS - update paths
Merge branch 'main' of https://github.com/ImageProcessing-ElectronicPublications/mfbdjvu
Add VS project files