Aucune description

fiffty-50 c94985e63a started work on dbValidate class il y a 4 ans
dbpopulation ca32396f5c Updated Airports il y a 4 ans
screenshots 740c11936c screenshots added il y a 4 ans
themes f06e779bdb removed backgroud image il y a 4 ans
.gitignore 7ebdd32bcf edited gitignore il y a 4 ans
AUTHORS.md 0b6facff9f Create AUTHORS.md il y a 4 ans
LICENSE e73e32fb70 Create LICENSE il y a 4 ans
README.md cf2e4416d1 Edited README il y a 4 ans
calc.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
calc.h c8d3f35416 rework of newflight dialog, Regular Expressions, Slots and QLineEdits il y a 4 ans
dbaircraft.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbaircraft.h c94985e63a started work on dbValidate class il y a 4 ans
dbairport.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbairport.h c94985e63a started work on dbValidate class il y a 4 ans
dbapi.h c94985e63a started work on dbValidate class il y a 4 ans
dbflight.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbflight.h c94985e63a started work on dbValidate class il y a 4 ans
dbpilots.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbpilots.h c94985e63a started work on dbValidate class il y a 4 ans
dbsettings.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbsettings.h c94985e63a started work on dbValidate class il y a 4 ans
dbsetup.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbsetup.h c94985e63a started work on dbValidate class il y a 4 ans
dbstat.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbstat.h c94985e63a started work on dbValidate class il y a 4 ans
dbvalidate.cpp c94985e63a started work on dbValidate class il y a 4 ans
dbvalidate.h c94985e63a started work on dbValidate class il y a 4 ans
easaview.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
easaview.h 5524ea06c5 uploaded il y a 4 ans
easaview.ui 5524ea06c5 uploaded il y a 4 ans
editflight.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
editflight.h 5524ea06c5 uploaded il y a 4 ans
editflight.ui 5524ea06c5 uploaded il y a 4 ans
flight.cpp 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
flight.h 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
homewidget.cpp 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
homewidget.h 25afea94b9 added licensing information il y a 4 ans
homewidget.ui d24070ee02 added statistics functionality to HomeWidget il y a 4 ans
logbook.db 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
logbook_empty.db a78e5b9424 An empty database without sample flights. il y a 4 ans
logbookwidget.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
logbookwidget.h 0d0a92af91 Rework of Database interface il y a 4 ans
logbookwidget.ui 925d600be9 created dbPilots class and migrated functions il y a 4 ans
main.cpp 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
mainwindow.cpp 70c366a630 new database layout and new function dbSetup::getColumnNames il y a 4 ans
mainwindow.h 0d0a92af91 Rework of Database interface il y a 4 ans
mainwindow.ui f04ff3f9cb crated dbAirport class and updated functions il y a 4 ans
newacft.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
newacft.h 4b8b2b0b12 created dbAircraft class, added documentation and adjusted calls to functions il y a 4 ans
newacft.ui dd6e789785 Add files via upload il y a 4 ans
newflight.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
newflight.h cc1a0cda1e Rework of NewFlight Dialog construction and setup il y a 4 ans
newflight.ui 0580cd742c rework of NewFlight Dialog il y a 4 ans
openLog.pro c94985e63a started work on dbValidate class il y a 4 ans
settingswidget.cpp bc9caa5277 started work on dbSetup class to initalize database on first run il y a 4 ans
settingswidget.h 904c7df1d7 Added about button and legal information il y a 4 ans
settingswidget.ui 904c7df1d7 Added about button and legal information il y a 4 ans
showaircraftlist.cpp 0d0a92af91 Rework of Database interface il y a 4 ans
showaircraftlist.h 0d0a92af91 Rework of Database interface il y a 4 ans
showaircraftlist.ui dd6e789785 Add files via upload il y a 4 ans
strictregularexpressionvalidator.cpp c8d3f35416 rework of newflight dialog, Regular Expressions, Slots and QLineEdits il y a 4 ans
strictregularexpressionvalidator.h 0d0a92af91 Rework of Database interface il y a 4 ans

README.md

openPilotLog

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 professional logbook software.

I have used professional solutions for many years, and have seen more and of them move from being a one-time 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 I've had enough of it.

As a long-time FOSS enthusiast, I wondered why there wasn't a good open and free alternative available, so I decided to create my own. Since I have used and benefited from free and open source software for a long time, I decided to also create this project as FOSS.

All that being said, while I know how to fly an aircraft, I never properly learned how to code, so if you are a professional programmer and your eyes are bleeding from what you're seeing or I am doing something immensely stupid, please do let me know! This project is my way of learning how to code, so I am more than open to feedback.

What are the design principles of this program?

Code: C++ (Qt5)

Database: sqlite3

This program is suppposed to replace a paper logbook with an electronic version. As a first step, I want to focus on the basics, and then add 'nice-to-haves' later. These are the guidelines for this project:

  • Speed: openPilotLog is supposed to be fast, lean and efficient. I have settled on using the Qt framework for the gui and code, as well as sqlite for the database.
  • Cross-Platform Support: I am primarily using Linux, but Windows and Mac (and maybe down the road iOS/Android) should also be supported. Qt provides this cross-platform compatibility.
  • Local: At the moment, I am not planning on implementing a cloud-sync solution. The database is local, on your machine, and moving it around should be as easy as copying it onto a USB stick. While I am not opposed to cloud syncing functionality, I want the application to be independent of external services.

The state of the project - Should I use this?

Clear answer for the time being - Don't use it. This is an early development stage and functionality, layout of the GUI etc. might change drastically. For this reason, I am not providing a release for now.

'x' is a terrible idea, don't do that!

As mentioned before, feedback is welcome and invited! If you know of a better way of doing something, this is an open project so feel free to contribute!

How does it look like?

Here are some early screenshots:

Alt Screenshot 1

Alt Screenshot 2

But I want to try it!

Well, you have been warned... The most straight forward way is to get a copy of Qt https://www.qt.io/download and compile the project using QtCreator and qmake, the PRO file is included in this repository. After building, make sure to place a copy of the sample database in the application folder (not the source folder). If you want to start a fresh logbook, delete the default database file and rename the empty sample database and place it in the application folder. Without a valid database, the application will not start.