Felix Turowsky c40b89872e Ammendment to previous commit | 10 miesięcy temu | |
---|---|---|
assets | 1 rok temu | |
deprecated | 1 rok temu | |
docs | 1 rok temu | |
l10n | 2 lat temu | |
src | 10 miesięcy temu | |
.gitignore | 1 rok temu | |
AUTHORS.md | 4 lat temu | |
CMakeLists.txt | 11 miesięcy temu | |
Doxyfile | 2 lat temu | |
Doxyfile.bak | 2 lat temu | |
LICENSE.md | 4 lat temu | |
README.md | 1 rok temu | |
main.cpp | 1 rok temu | |
mainwindow.cpp | 10 miesięcy temu | |
mainwindow.h | 10 miesięcy temu | |
mainwindow.ui | 2 lat temu |
Welcome to openPilotLog, the free and open source airline pilot logbook application! You can find the latest release here. Please not that this is still an early testing version.
Airline pilots are required to maintain a logbook containing details of their flights. These logbooks were historically written by hand on paper, but of course nowadays more and more people are doing it electronically, be it in their own excel sheet or using a paid logbook software.
I have used paid solutions for many years, and have seen more and of them move from being a one-time license purchase to becoming a "Logbook as a Service" type subscription. After the one I have been using for the last couple of years, and had bought a "lifetime license" for ended up announcing they also moved to a subscription based service, I decided that it is time for a free and open source alternative that is fast, easy to use, and does not require a subscription.
Here are some screenshots:
openPilotLog is currently in development, it is not recommended to use it as your primary logbook solution just yet. If you would like to be informed about upcoming stable releases, you can subscribe to our newsletter.
If you want to learn more about this project, check out the wiki or the blog!
For developers, the code documentation can be found at our doxygen pages. If you are interested in contributing to the project, you can get in touch here.
Right now, there are only testing versions available, so I have not created installers for them. Since this version is aimed at early testers and advanced users, some manual steps may be required to install openPilotLog.
Download and install the release and unzip it to a destination folder of your liking.
Download and open the .dmg file for your configuration (arm64 - M1/M2 based machines, x86_64 - Intel based).
Make sure you have flatpak installed and working. Then download the release and install the package.
# Requires kde platform runtime version `5.15-21.08`.
flatpak install org.kde.Platform
flatpak install --user [PathToDownloadedPackage].flatpak
# Then run the program with
flatpak run org.opl.openPilotLog
If you want to build the project from source you can use cmake-ninja, Qt Creator flatpak-builder (see yaml
file located here). You can find more information in the deployment docs