Don Gagne
c44f6cb31c
Show APM Airframe config at appropriate times
...
Also added missing FRAME types
9 years ago
Tomaz Canabrava
ff32b9fe14
Add the initial stub for the AirFrame configuration for APM
...
This commit introduces the APM Airframe configuration. The interface
is the same as the PX4 one, but the way we deal with the uas is a bit different
Since the APM stack doesn't provide a xml with airframe definitions a
new one was created by hand with only the values that we need, wich will
trigger a download of the parameters file from the mavlink github
Now it correctly handles the FRAME variable and it's faster
regarding the download of the parameters for each type of Frame.
Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Pritam Ghanghas
48b7474a1c
Initial support for parameter metadata for apm.
9 years ago
dogmaphobic
d06bdf8ed4
Critical messages now routed through MainWindow.qml
9 years ago
dogmaphobic
402b380bf8
Adding thumbstick bezel
9 years ago
dogmaphobic
df0a73d4a8
Telemetry RSSI
9 years ago
Don Gagne
d499b513ff
Mission raw/friendly edit support
9 years ago
dogmaphobic
cd825cd870
Cleaning old cruft.
9 years ago
dogmaphobic
a8ffba6e30
Separate Settings Panel
9 years ago
dogmaphobic
f970a839b3
UI Tweaks
9 years ago
dogmaphobic
da8d8bb581
Main Toolbar Work
9 years ago
dogmaphobic
92eb18be81
Fixing case issue.
9 years ago
dogmaphobic
128ff82044
Adding button to close PIP
9 years ago
dogmaphobic
a27c1b57da
Removing unused Main Flight Display widget.
9 years ago
Don Gagne
d8fb65d64d
New item dragger visuals
9 years ago
Gus Grubba
44e40518ba
Preliminary work on the Flight View
9 years ago
dogmaphobic
aae467b695
Light Icons for Plan View Help
9 years ago
Don Gagne
15266b59ae
Change help model
9 years ago
Don Gagne
96f845d3a7
Better light palette for mobile
...
Plus lots of other tweaks to ui for visuals
9 years ago
Don Gagne
fd4372f29b
Fly view lines, home position fixes
9 years ago
Don Gagne
42af3324d9
Share item indicator display code between Plan/Fly views
9 years ago
Don Gagne
c0d1ff1cf9
Decided against top level delay loader
9 years ago
Don Gagne
5efd09f9dc
Boot performance
...
Mostly accomplished by delay loading Qml elements
9 years ago
Don Gagne
c786943375
Remove font query from QWidget side of code
...
For QWidget we will just use the Qt default font sizes. This removes
the extra QQuickWidget creation which breaks boot Qml Profiling
9 years ago
Don Gagne
0911ffed69
Auto-Sync, offline->online handling
9 years ago
Don Gagne
0adf8caad5
Mission Editor usability changes
9 years ago
Don Gagne
57c34c1cd0
Convert all ui to a single Qml container
9 years ago
Don Gagne
94d5e1f837
New ExclusiveGroupItem base class control
10 years ago
dogmaphobic
f299ff4599
Added a Help button to the Plan View
...
Also handling the toggling of the various panes on the right side of the screen to match the current selected task.
10 years ago
dogmaphobic
9967011d30
Adding a RoundButton element.
...
Also moving the Plan View tool bar buttons into a Row element.
10 years ago
dogmaphobic
77bdd46330
Plan View Tweaks
...
Replacing some icons, cleaning up help text, etc.
10 years ago
Don Gagne
812ee27236
Cut over 100% to new Map/Mission code
...
- Delete all old map code
10 years ago
Don Gagne
a204a40b3f
MissionEditor usability changes
10 years ago
dogmaphobic
f9bcd4f250
Icon Tweaks
...
Tweaking MapType and MapCenter icons
Added Zoom Plus/Minus icons to be used for maps
Added PiP icon for the upcoming Picture-in-Picture functionality
10 years ago
Don Gagne
8ff2956fa3
Make DropButton's actually do commands
10 years ago
Don Gagne
2b3232b5d3
Add new DropButton control
10 years ago
Don Gagne
3a66b7ce99
Remove Parameter Editor widget
...
Too complicated supporting both modes as editor becomes more complex
10 years ago
Don Gagne
69f271419e
First cut at Mission Editor
...
- Restructured a number of MissionItem properties as well
10 years ago
Don Gagne
ca234ed5bc
commit
10 years ago
Don Gagne
1888a8dc54
New Joystick config, new Joystick control classes
10 years ago
dogmaphobic
0825be1c90
Handle different vehicle position graphics based on the current map type.
10 years ago
Don Gagne
0f3a3ee29e
Add Mission Items to Fly View
10 years ago
Don Gagne
ccdc194d08
Separated Flight map into View and Widget
10 years ago
Don Gagne
724a0c8c50
All MavManager functionality now in Vehicle
...
- Moved all MavManager functionality to Vehicle
- Updated all code to use Vehicle instead of MavManager
- Removed MavManager
10 years ago
Don Gagne
f8e7f1e2f3
Restructuring flight map code
10 years ago
Don Gagne
76132e24e4
Add vehicle icon to flight display
10 years ago
dogmaphobic
a656c2467c
Enabling the option of using Compass and Attitude Widgets or HUD.
10 years ago
Lorenz Meier
bf1dbe6c40
AutoPilotPlugins: Fix case use
10 years ago
Lorenz Meier
577e498b84
Add XML file as resource
10 years ago
Don Gagne
8c82e9b075
Flight Mode config redesign
...
Can now scroll to work on laptops and tablets. Plus many other changes.
10 years ago