Don Gagne
3cb8ec89b6
Add support for queued modeless messages
10 years ago
Don Gagne
6919af35a7
Use new warningText QGCPalette entry
10 years ago
Don Gagne
fa12589e33
Add toolbar message support
...
Also restructured some toolbar positioning QML to handle resizing.
10 years ago
Don Gagne
eb676850ab
commit
10 years ago
Xaser
1f7c9725e3
fixed spelling error in toolbar battery consumed
10 years ago
dogmaphobic
b0e764ad4e
Low pass filter on RC RSSI
10 years ago
dogmaphobic
ec4b5b310d
Moving image resources to their own QRC path.
10 years ago
Don Gagne
9c94295bca
Major font rework
...
Everything is now based off of default font pixel size
10 years ago
dogmaphobic
99eb55f102
Adding default tool bar height as it got lost in translation.
...
Also adding a constant for the font size in SensorComponent.
10 years ago
dogmaphobic
5b54450d44
Changed all fonts to pixel sizes
10 years ago
dogmaphobic
1b324cff50
Added latest error message to Main Flight Display
10 years ago
Don Gagne
1856e1cb7e
Return AutoPilotPlugin as QSharedPointer
...
If Facts are referenced from FactPanelController, we need to reference
count the AutoPilotPlugin such that it doesn’t get destroyed until
after the FactPanelController is destroyed.
10 years ago
dogmaphobic
5e228b509a
Small battery status fix.
10 years ago
dogmaphobic
a5f2ab072c
Adding Battery Consumption to the tool bar.
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
dogmaphobic
8e34781217
Making ScreenTools a Singleton.
10 years ago
dogmaphobic
bcb6a113ae
Mobile Menu Bar
10 years ago
Don Gagne
97c8b6dc31
FactSystem now only source for parameters
...
QGCUASParamManager and friends are replaced by FactSystem
10 years ago
dogmaphobic
ea38075bdf
Fix GPS icon when no GPS is present.
10 years ago
dogmaphobic
e583798ec5
Handling multi-platform sizing (fonts and pixels)
10 years ago
dogmaphobic
48a3ea0d80
Changed RC RSSI to follow original spec.
10 years ago
dogmaphobic
3f0592d232
Finalizing it.
10 years ago
dogmaphobic
f1e7c9bd31
Separating RC from Telemetry RSSI
10 years ago
dogmaphobic
29d1ba1833
Build fix.
...
I forgot an extra argument for debugging (and didn't have WarningsAsErrorsOn properly set)
No idea how that emit qDebug ended up in there.
10 years ago
dogmaphobic
aa2fbddc77
Fixed logic so RSSI is only displayed if we have one single connection.
...
Removed left over debug message.
10 years ago
dogmaphobic
dcb377038e
Added RSSI Indicator to ToolBar.
10 years ago
dogmaphobic
4cb0309faa
Removing leftover debugging output.
10 years ago
dogmaphobic
b6551cf064
Reset heartbeat timeout on new connection.
10 years ago
dogmaphobic
59ad9be767
First android commit.
10 years ago
dogmaphobic
9315bf5fc5
Link Management Work
10 years ago
dogmaphobic
4d13d78e13
Experimental mapping/planning tool.
10 years ago
Don Gagne
fbd8d66b7d
Progress bar for parameter load
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
0ac27416d4
Use new QGCPalette::dpiAdjustedDefaultFontPointSize
...
Use default font wherever possible. Where that doesn’t work, use
ScreenTools::dpiAdjustPointSize.
10 years ago
Don Gagne
784b87091f
Use QSharedPointer for cross-thread Link references
...
Also many LinkManager API changes to further isolate all link
management inside LinkManager.
10 years ago
dogmaphobic
9b6e5499fd
Added convenience function to ScreenTools to compute appropriate font point size.
10 years ago
dogmaphobic
72a7acc5df
Moved update canvas to ScreenTools
...
Moved update canvas signal to perspective load instead of hooking it to the paint event.
Added an "S" as the unit for the number of cells fact (as in 4S).
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
dogmaphobic
a30a125a08
Tweaked text colors in main tool bar.
...
Tool bar buttons now use QGCButton as base to inherit hover mode fix.
Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
10 years ago
dogmaphobic
6cf14b6126
Removed numbers from main tool bar buttons.
...
Reduced size of the main tool bar buttons accordingly.
Connect/Disconnect buttons (and link configuration combobox) now use the default height.
10 years ago
dogmaphobic
e3d7e12953
Chevron buttons in Main Tool Bar
10 years ago
dogmaphobic
46d7ec4221
Button too small for when it switches to disconnect (multiple links adds a drop down icon to the button).
10 years ago
dogmaphobic
86fd4a2909
Completed Tool Bar settings in Preferences Dialog
10 years ago
Don Gagne
b82c8e7866
Add parent in constructor
10 years ago
dogmaphobic
ddc2398270
Better explaining DPI issues.
10 years ago
dogmaphobic
d567182b9a
Tool Bar Tweaks
10 years ago
dogmaphobic
bed21b49f3
New, QML based Tool Bar.
10 years ago