Thanks to visit codestin.com
Credit goes to sourceforge.net

Activity for FlyHigh

  • Alex Graf Alex Graf committed [r2423] on Code

    src/analysis/FlightWindow.cpp: Name scheme for exported Flight-Files to yyyyMMdd.

  • Alex Graf Alex Graf committed [r2422] on Code

    src/res/flight/js/iflight.js: Measure distance with 3 decimals.

  • Alex Graf Alex Graf committed [r2421] on Code

    src/common/parser/OpenAirFileParser.cpp: Support for 'm AMSL'. In parseString() adjust to changed QString interface.

  • Alex Graf Alex Graf committed [r2420] on Code

    src/res/flyhigh.png: mountains restyled.

  • Alex Graf Alex Graf committed [r2419] on Code

    src/res/flyhigh.png: new design.

  • Alex Graf Alex Graf committed [r2418] on Code

    CMakeLists.txt: turned QT_MIN_VERSION back to 6.4.2 (debian compatibility).

  • Alex Graf Alex Graf committed [r2417] on Code

    src/common/webmap/WebMapFlightView.cpp: Limited line length to 80 chars.

  • Alex Graf Alex Graf committed [r2416] on Code

    src/common/webmap/WebMapFlight.cpp: removed debug printf() in setFlightPointList().

  • Alex Graf Alex Graf committed [r2415] on Code

    src/common/container/FlightPointList.cpp: firstValidFlightData() with speed > 10 km/h.

  • Alex Graf Alex Graf committed [r2414] on Code

    src/analysis/FlightWindow.cpp: code cleanup.

  • tom235 tom235 committed [r2413] on Code

    fix: qt<6.9 issue incorrectly accepts char arg

  • tom235 tom235 committed [r2412] on Code

    improve timezone and dialogs, various compat fixes

  • tom235 tom235 committed [r2411] on Code

    drop unused code

  • tom235 tom235 committed [r2410] on Code

    resize html view within css & js

  • tom235 tom235 committed [r2409] on Code

    fix: init maps from function

  • tom235 tom235 committed [r2408] on Code

    add aerial base maps

  • tom235 tom235 committed [r2407] on Code

    update leaflet

  • tom235 tom235 committed [r2406] on Code

    fix: use own markers

  • tom235 tom235 committed [r2405] on Code

    update external resources to https

  • Alex Graf Alex Graf committed [r2404] on Code

    src/common/webmap/WebMapFlight: unique interface with begin and end.

  • Alex Graf Alex Graf committed [r2403] on Code

    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.

  • tom235 tom235 committed [r2402] on Code

    src/analysis/FlightWindow.cpp: use locale date & time format

  • tom235 tom235 committed [r2401] on Code

    src/analysis/FlightWindow.cpp: fix numeric sort order

  • tom235 tom235 committed [r2400] on Code

    analysis: export kml from context menu

  • Alex Graf Alex Graf committed [r2399] on Code

    src/MainWindow: Fixed broken SubWindow selection. Replaced QSignalMapper to setActiveSubWindow() by lambda.

  • Alex Graf Alex Graf committed [r2398] on Code

    src/common/form/UploadForm: Changed wrong labeled button Cancel to Close.

  • Alex Graf Alex Graf committed [r2397] on Code

    src/common/form/UploadForm: Change default text for close to tr(Close), as it will mixup languages.

  • Alex Graf Alex Graf committed [r2396] on Code

    src/upload/XContestUploader.cpp: Upload via https and login[password] method.

  • tom235 tom235 committed [r2395] on Code

    log Qt version on build time

  • tom235 tom235 committed [r2394] on Code

    remove unused QtPrintSupport

  • Alex Graf Alex Graf committed [r2393] on Code

    src/preparation/WayPointWindow.cpp: (re)select row after WayPoint update.

  • Alex Graf Alex Graf committed [r2392] on Code

    In *Window parameter uint row to int as usual in Qt. This prevents positive rows on -1...

  • Alex Graf Alex Graf committed [r2391] on Code

    src/common/window/TableWindow.h: removed unused #include <QPrinter>.

  • tom235 tom235 committed [r2390] on Code

    fix: QSignalMapper moves from QWidget to QObject in Qt6

  • tom235 tom235 committed [r2389] on Code

    contributed port to Qt6

  • tom235 tom235 committed [r2388] on Code

    feat: port to Qt6

  • tom235 tom235 committed [r2387] on Code

    fix: add missing SLOTs to UI files

  • tom235 tom235 committed [r2386] on Code

    fix: error: conversion from 'IFlyHighRC::DeviceId' to 'QChar' is ambiguous

  • tom235 tom235 committed [r2385] on Code

    chore: Qt version as parameter

  • tom235 tom235 committed [r2384] on Code

    drop unused QTextCodec

  • tom235 tom235 committed [r2383] on Code

    drop dependency on deprecated QTextCodec

  • tom235 tom235 committed [r2382] on Code

    port QRegExp to QRegularExpression

  • tom235 tom235 committed [r2381] on Code

    fix: include used classes

  • tom235 tom235 committed [r2380] on Code

    drop unused vars

  • tom235 tom235 committed [r2379] on Code

    fix: Error: using typedef-name ‘using QStringList = class QList<QString>’ after ‘class’

  • Alex Graf Alex Graf committed [r2378] on Code

    src/common/container/FlightPointList: reenable clear() in destructor. Added copy operator and set m_owner to false.

  • tom235 tom235 committed [r2377] on Code

    fix: drop unused <QRegExp>

  • tom235 tom235 committed [r2376] on Code

    fix: C++17 warning about `dangling else`

  • tom235 tom235 committed [r2375] on Code

    chore: replace functions obsolete in Qt 5.15

  • tom235 tom235 committed [r2374] on Code

    fix: remove obsole qpixmap

  • tom235 tom235 committed [r2373] on Code

    fix: replace deprecated QDateTime(QDate)

  • tom235 tom235 committed [r2372] on Code

    fix: replace leaflet::panTo() with setView()

  • tom235 tom235 committed [r2371] on Code

    fix: avoid double free() crash on KML export

  • Alex Graf Alex Graf committed [r2370] on Code

    delete WebMap Window (AirSpace, Flight, Route, WayPoint) after use.

  • Alex Graf Alex Graf committed [r2369] on Code

    src/res: replaced map.setCenter() by map.patTo().

  • Alex Graf Alex Graf committed [r2368] on Code

    moved webmap.js from route to lib.

  • Alex Graf Alex Graf committed [r2367] on Code

    src/database/IFlyHighRC.cpp: Updated copyright info.

  • Alex Graf Alex Graf committed [r2366] on Code

    Migrate from QtWebKit to QtWebEngine.

  • Alex Graf Alex Graf committed [r2365] on Code

    src/res: upgrade leaflet to 1.7.1

  • Alex Graf Alex Graf committed [r2364] on Code

    src/analysis/FlightWindow.cpp: replaced forgotten sprintf's and window flags.

  • Alex Graf Alex Graf committed [r2363] on Code

    flyhigh.includes: Add several missing includes of Qt libs.

  • Alex Graf Alex Graf committed [r2362] on Code

    CMakeLists.txt: upgrade to Qt 5.15, but still use WebKit.

  • Alex Graf Alex Graf committed [r2361] on Code

    Removed name and window flags from constructors of widgets.

  • Alex Graf Alex Graf committed [r2360] on Code

    replaced deprecated QString::sprintf().

  • jall jall committed [r2359]

    Import file filter is now case insensitive

  • Alex Graf Alex Graf committed [r2358]

    doc/sql/tableHowTo: adjust backup user to flyhigh.

  • Alex Graf Alex Graf committed [r2357]

    src/main.cpp: delete IFlyHighRC after IDPSDevice due to the dependencies.

  • Alex Graf Alex Graf committed [r2356]

    moved WptFileParser from preparation to parser.

  • Alex Graf Alex Graf committed [r2355]

    moved IGCFileParser from analysis to parser.

  • Alex Graf Alex Graf committed [r2354]

    Airspaces for route and flight from OpenAir-files in flyhigh data folder.

  • Alex Graf Alex Graf committed [r2353]

    doc/sql/tableHowTo: commands as root with #

  • jall jall committed [r2352]

    Updated to current file from open build service

  • jall jall committed [r2351]

    Fixed compile error with gcc 6

  • Alex Graf Alex Graf committed [r2350]

    debian/DEBIAN/control.template: updated library versions

  • FlyHigh FlyHigh released /flyhigh/flyhigh-1.0.0/flyhigh-1.0.0.deb

  • FlyHigh FlyHigh released /flyhigh/flyhigh-1.0.0/flyhigh-1.0.0.tar.gz

  • Alex Graf Alex Graf committed [r2349]

    version_1_0_0

  • Alex Graf Alex Graf committed [r2348]

    src/database/IFlyHighRC.cpp: Version string to 1.0.0 to be continous.

  • Alex Graf Alex Graf committed [r2347]

    src/res/route/js/turnpt.js: stop propagation of click event to prevent propagation to map item under mouse.

  • Alex Graf Alex Graf committed [r2346]

    src/res/route/js/fai.js: color of FAI sectors to blue and line wight to 2

  • Alex Graf Alex Graf committed [r2345]

    src/res/airspace/js/airspace.js: fillOpacity of Airspace to 0.2

  • Alex Graf Alex Graf committed [r2344]

    src/res: removed uncommented (Google) code.

  • jall jall committed [r2343]

    Rolled back last commit and applied prettier so...

  • jall jall committed [r2342]

    Fixed incorrect check for presence of json elem...

  • jall jall committed [r2341]

    Fixed sqlite sql queries

  • jall jall committed [r2340]

    Fixed issues reported by jslint

  • Alex Graf Alex Graf committed [r2339]

    src/database/sql/Flights.cpp: flightsPerYear() ...

  • Alex Graf Alex Graf committed [r2338]

    Support for tandem gliders. This includes chang...

  • Alex Graf Alex Graf committed [r2337]

    markerclusterer.js and oms.min.js not needed an...

  • Alex Graf Alex Graf committed [r2336]

    flight photos with leaflet.

  • Alex Graf Alex Graf committed [r2335]

    src/res/waypoint/js/iwaypoint.js: global variab...

  • Alex Graf Alex Graf committed [r2334]

    src/res/waypoint/js/waypoint.js: icon update on...

  • Alex Graf Alex Graf committed [r2333]

    src/res/route/js/turnpt.js: prevent change of t...

  • Alex Graf Alex Graf committed [r2332]

    src/res/waypoint: drag and drop behaviour...

  • Alex Graf Alex Graf committed [r2322]

    src/res/route/js/leg.js: setTurnPts() line upda...

  • Alex Graf Alex Graf committed [r2323]

    src/res/route/js/turnpt.js: don't acces uniniti...

  • Alex Graf Alex Graf committed [r2326]

    src/res/flight/flight.html: cleanup.

  • Alex Graf Alex Graf committed [r2316]

    src/res/route/js/turnpt.js: turnpoint icons as ...

  • Alex Graf Alex Graf committed [r2317]

    src/res/route/js/route.js: bring track line to ...

  • Alex Graf Alex Graf committed [r2320]

    src/res/route/js/measure.js: Correct remove of ...

1 >