fix: qt<6.9 issue incorrectly accepts char arg
improve timezone and dialogs, various compat fixes
it would be great if after a decade now we could apply this patch here ;-) WDYT?
drop unused code
resize html view within css & js
fix: init maps from function
add aerial base maps
update leaflet
fix: use own markers
update external resources to https
src/analysis/FlightWindow.cpp: use locale date & time format
src/analysis/FlightWindow.cpp: fix numeric sort order
analysis: export kml from context menu
log Qt version on build time
remove unused QtPrintSupport
fix: QSignalMapper moves from QWidget to QObject in Qt6
contributed port to Qt6
feat: port to Qt6
fix: add missing SLOTs to UI files
fix: error: conversion from 'IFlyHighRC::DeviceId' to 'QChar' is ambiguous
chore: Qt version as parameter
drop unused QTextCodec
drop dependency on deprecated QTextCodec
port QRegExp to QRegularExpression
fix: include used classes
drop unused vars
fix: Error: using typedef-name ‘using QStringList = class QList<QString>’ after ‘class’
fix: drop unused <QRegExp>
fix: C++17 warning about `dangling else`
chore: replace functions obsolete in Qt 5.15
fix: remove obsole qpixmap
fix: replace deprecated QDateTime(QDate)
fix: replace leaflet::panTo() with setView()
fix: avoid double free() crash on KML export
Hi Igor libzip uses 16bit field for version needed to extract, thus provides no host os information in this field: https://github.com/nih-at/libzip/blob/master/lib/zip_dirent.c#L1085 libarchive also uses 16bit field for version needed, thus no host os information in this field: https://github.com/libarchive/libarchive/blob/master/libarchive/archive_write_set_format_zip.c#L775 https://github.com/libarchive/libarchive/blob/master/libarchive/archive_write_set_format_zip.c#L814 same with info-zip neither...
Store OS information according to ZIP spec (and ISO-21320-1:2015)
any progress on that yet? I got a file with ZIP64 compressed with MS Win7 system (send to zip). https://s3-eu-west-1.amazonaws.com/data.geo.admin.ch/ch.bafu.landesforstinventar-vegetationshoehenmodell/Vegetationshoehenmodell_LFI_ID164_19_LV95.zip I would like to unzip that. Unfortunately it doesn't work without this patch. Archive: VegetationshoehenmodellLFIID16419LV95.zip warning [VegetationshoehenmodellLFIID16419LV95.zip]: 78893906205 extra bytes at beginning or within zipfile (attempting to process...