dogmaphobic
105927560e
Added a compile time define to detect an installer version
10 years ago
dogmaphobic
e4715874fc
Third time has to be a charm...
...
I didn't realize TC for Ubuntu had GStreamer installed.
10 years ago
dogmaphobic
aefcd1cc4c
Build fix
10 years ago
dogmaphobic
5b0e135ed5
Initial setup for Mac Installer (Video Steaming)
10 years ago
dogmaphobic
1d6665765f
Handling build and runtime when NO video support is available.
10 years ago
Gus Grubba
2e25ca9c7a
Linux Build
10 years ago
Gus Grubba
4b4f758b3e
Video Streaming
10 years ago
Don Gagne
fb26f834a2
Parameter validation support
10 years ago
Don Gagne
9c94295bca
Major font rework
...
Everything is now based off of default font pixel size
10 years ago
dogmaphobic
5b54450d44
Changed all fonts to pixel sizes
10 years ago
Don Gagne
b974dff7b7
Add new --full-logging option
10 years ago
dogmaphobic
1b324cff50
Added latest error message to Main Flight Display
10 years ago
dogmaphobic
fe015311bb
First stab at iOS builds
10 years ago
Don Gagne
8953f3f1eb
Generate qtlogging.ini in release builds as well
10 years ago
Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Don Gagne
20df7ebf6b
Convert RadioCal to Qml
10 years ago
Don Gagne
6261e7618d
FactPanel V2
10 years ago
Don Gagne
fb473fe73c
Add ESC Calibration support to Power Component
10 years ago
Don Gagne
208be59b2a
commit
10 years ago
Don Gagne
71ec36eee4
Validate saves files location
...
Also check for writable settings in unit test runes
10 years ago
Don Gagne
2fa2149193
No longer tries to reconnect after reboot
10 years ago
Don Gagne
87c06bed14
Much better handling of missing facts
10 years ago
dogmaphobic
b991f98a2d
Refactoring QGCFlightDisplay and Renaming QGCMavManager.*
...
Sorting source and headers while at it.
10 years ago
dogmaphobic
b159b443c1
Added MavManager QML Interface
...
Initial rendering of Waypoints
10 years ago
Don Gagne
0e63bc3105
New Custom Command Widget
10 years ago
Don Gagne
431c244291
New Custom Command Widget
10 years ago
dogmaphobic
7691c05839
Removing unnecessary include.
10 years ago
dogmaphobic
8e34781217
Making ScreenTools a Singleton.
10 years ago
Don Gagne
000e0ef4a2
Remove the "Simulate" feature
10 years ago
Don Gagne
72597a5c88
Shut up logging on Android
10 years ago
dogmaphobic
6af9a17078
More Android work...
10 years ago
Don Gagne
a546d9a6d1
Exit app immediately if missing required paramter
10 years ago
dogmaphobic
e583798ec5
Handling multi-platform sizing (fonts and pixels)
10 years ago
Don Gagne
2ba91017cf
Fix crank on reconnect
10 years ago
Don Gagne
be818a6641
Add controllers
10 years ago
Don Gagne
d5146cd2a2
Resource restructuring
...
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
10 years ago
Don Gagne
514a4d9506
Adjust point sizes in styles
10 years ago
Don Gagne
8ce3154126
Add reconnectAfterWait API
10 years ago
Don Gagne
f254fc614d
qtlogging.ini automatically created at startup
...
If it doesn’t exist it will be prefilled with all registered categories
set to false
10 years ago
dogmaphobic
b6cf543e32
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets.
...
Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality.
Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
10 years ago
Don Gagne
9f4b6e76f5
Fix hover state of Button
10 years ago
Basil Huber
9134bd06b2
changed criticalMessageBoxOnMainThread(const QString& title, const QString& msg) to QGCMessageBox::warning
10 years ago
Basil Huber
de65466012
Cleaned up mess from merging
10 years ago
dogmaphobic
7452449027
Renamed classes and files away from the QGC prefix.
...
Shrunk the Message drop down dialog a bit.
Made the Message drop down dialog slightly transparent.
10 years ago
Basil Huber
9f2c004b6c
Replace QMessageBox::warning by QGCApplication::criticalMessageBoxOnMainThread and removed unnecessary copying action
10 years ago
dogmaphobic
16e40be2ed
Added drop down message widget
10 years ago
Basil Huber
148440d0f5
Changed text in error message
...
Added to ". Please provide a different file name to save to." to the error dialog
10 years ago
Basil Huber
c7ff431e99
Repaired overwriting current files for flight data log ( fix #1241 )
...
changed QGCApplication::saveTempFlightDataLogOnMainThread(QString tempLogfile) to enable overwriting files
existing file is removed before saving file (QFile::copy cannot overwrite files)
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
The goal of this first installment is to organize the code a bit so it's more readable,
clean up a bit of left over cruft, and manage link configurations (and links in general).
10 years ago
Don Gagne
70a55798bb
Move Palette registration out of FactSystem
...
Since this is generic Qml support not specific to FactSystem
10 years ago