src/analysis/FlightWindow.cpp: Name scheme for exported Flight-Files to yyyyMMdd.
src/res/flight/js/iflight.js: Measure distance with 3 decimals.
src/common/parser/OpenAirFileParser.cpp: Support for 'm AMSL'. In parseString() adjust to changed QString interface.
src/res/flyhigh.png: mountains restyled.
src/res/flyhigh.png: new design.
CMakeLists.txt: turned QT_MIN_VERSION back to 6.4.2 (debian compatibility).
src/common/webmap/WebMapFlightView.cpp: Limited line length to 80 chars.
src/common/webmap/WebMapFlight.cpp: removed debug printf() in setFlightPointList().
src/common/container/FlightPointList.cpp: firstValidFlightData() with speed > 10 km/h.
src/analysis/FlightWindow.cpp: code cleanup.
fix: qt<6.9 issue incorrectly accepts char arg
improve timezone and dialogs, various compat fixes
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/common/webmap/WebMapFlight: unique interface with begin and end.
Added shortcut for import flights to MainWindow (menu File). Removed duplicated code (for new flight) in MainWindow and added newFlight() and importFlight() to FlightWindow with calls from MainWindow and FlightWindow slots.
src/analysis/FlightWindow.cpp: use locale date & time format
src/analysis/FlightWindow.cpp: fix numeric sort order
analysis: export kml from context menu
src/MainWindow: Fixed broken SubWindow selection. Replaced QSignalMapper to setActiveSubWindow() by lambda.
src/common/form/UploadForm: Changed wrong labeled button Cancel to Close.
src/common/form/UploadForm: Change default text for close to tr(Close), as it will mixup languages.
src/upload/XContestUploader.cpp: Upload via https and login[password] method.
log Qt version on build time
remove unused QtPrintSupport
src/preparation/WayPointWindow.cpp: (re)select row after WayPoint update.
In *Window parameter uint row to int as usual in Qt. This prevents positive rows on -1...
src/common/window/TableWindow.h: removed unused #include <QPrinter>.
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’
src/common/container/FlightPointList: reenable clear() in destructor. Added copy operator and set m_owner to false.
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
delete WebMap Window (AirSpace, Flight, Route, WayPoint) after use.
src/res: replaced map.setCenter() by map.patTo().
moved webmap.js from route to lib.
src/database/IFlyHighRC.cpp: Updated copyright info.
Migrate from QtWebKit to QtWebEngine.
src/res: upgrade leaflet to 1.7.1
src/analysis/FlightWindow.cpp: replaced forgotten sprintf's and window flags.
flyhigh.includes: Add several missing includes of Qt libs.
CMakeLists.txt: upgrade to Qt 5.15, but still use WebKit.
Removed name and window flags from constructors of widgets.
replaced deprecated QString::sprintf().
Import file filter is now case insensitive
doc/sql/tableHowTo: adjust backup user to flyhigh.
src/main.cpp: delete IFlyHighRC after IDPSDevice due to the dependencies.
moved WptFileParser from preparation to parser.
moved IGCFileParser from analysis to parser.
Airspaces for route and flight from OpenAir-files in flyhigh data folder.
doc/sql/tableHowTo: commands as root with #
Updated to current file from open build service
Fixed compile error with gcc 6
debian/DEBIAN/control.template: updated library versions
version_1_0_0
src/database/IFlyHighRC.cpp: Version string to 1.0.0 to be continous.
src/res/route/js/turnpt.js: stop propagation of click event to prevent propagation to map item under mouse.
src/res/route/js/fai.js: color of FAI sectors to blue and line wight to 2
src/res/airspace/js/airspace.js: fillOpacity of Airspace to 0.2
src/res: removed uncommented (Google) code.
Rolled back last commit and applied prettier so...
Fixed incorrect check for presence of json elem...
Fixed sqlite sql queries
Fixed issues reported by jslint
src/database/sql/Flights.cpp: flightsPerYear() ...
Support for tandem gliders. This includes chang...
markerclusterer.js and oms.min.js not needed an...
flight photos with leaflet.
src/res/waypoint/js/iwaypoint.js: global variab...
src/res/waypoint/js/waypoint.js: icon update on...
src/res/route/js/turnpt.js: prevent change of t...
src/res/waypoint: drag and drop behaviour...
src/res/route/js/leg.js: setTurnPts() line upda...
src/res/route/js/turnpt.js: don't acces uniniti...
src/res/flight/flight.html: cleanup.
src/res/route/js/turnpt.js: turnpoint icons as ...
src/res/route/js/route.js: bring track line to ...
src/res/route/js/measure.js: Correct remove of ...