Don Gagne
22aacd618e
Remove PIXHAWK specific board support
...
This is the Pixhawk research board, not the PX4 production board.
11 years ago
Don Gagne
8e7701247e
Don't store application version in window state
...
Settings versioning is handled at the uppermost level with a version
stamp.
11 years ago
Don Gagne
f3286d58ea
Remove unreachable APM code
11 years ago
Bryant
69d3ebb78f
Moved joystick settings into the main settings page.
...
No major functionality changes.
11 years ago
Bryant Mairs
7cfc2708e7
Replace 0 with NULL constant.
11 years ago
Bryant
b90893f93b
Added all perspectives to advanced menu and rearranged items.
...
Tried to order items in order of importance.
Also all perspectives now have their own shortcuts.
11 years ago
Bryant
1b1e572738
Remove unconnected view from QGC.
...
Both on the backend (replaced with DEFAULT view) and on the front end (removing UI menu items).
11 years ago
Bryant
f8a05dd1f3
Removed all dead code from MainWindow.
...
Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
11 years ago
Bryant
a9aa496804
Finish removing MAVLink generation code.
...
This was deprecated on Febuary 3rd, 2014 and removed a little later. This finally completes that process.
11 years ago
Lorenz Meier
e1eb9f42ff
Fix native menu bar on Mac OS
11 years ago
Bryant
021f1e9c58
Remove old dead code from MainWindow.cc
11 years ago
Bryant
789a5fa7d7
Add action item to MainWindow.cc
11 years ago
Lorenz Meier
5bb53aae70
Better main window init
11 years ago
Lorenz Meier
2501ff0360
Fixed debug console location, still ugly (style sheet handling)
11 years ago
Bryant
9d8d4c5be9
Removing all SLUGS autopilot-specific code.
...
SLUGS has maintained their patches out-of-tree for a long while now.
These will eventually get merged back in, but it'll be easier to evaluate them as fresh commits instead of modifications to this old & dead code, so we'll delete this for now.
11 years ago
Bryant Mairs
b7594100ad
APMToolBar no longer takes a parent QWidget argument.
11 years ago
Bryant Mairs
f3b414edf4
The APMToolbar was moved over to thenew QtQuick2 API.
...
Some functionality was lost, will need to be fixed in a later commit.
11 years ago
Don Gagne
ce05b1ba97
Debounce misconfiguration, fix onboard files view
11 years ago
Bryant Mairs
3acd1ab7ff
QDesktopServices no longer provides system paths, switched to QStandardPaths.
11 years ago
Bryant Mairs
93c130c8c2
QDesktopWidget include now required for MainWindow.cc
11 years ago
Bryant Mairs
1a8b58e5f8
qVariantValue no longer exists, .value<T>() replaces it.
11 years ago
Bryant Mairs
3f5ba935e5
QApplication::UnicodeUTF8 no longer exists as it is now the default.
11 years ago
Bryant Mairs
f96c178ca6
QString::toAscii() doesn't exist in Qt5, using toLatin1() instead.
11 years ago
Lorenz Meier
b7f495b178
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Lorenz Meier
a6fae6b539
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
11 years ago
Don Gagne
9557ba9d65
Add missing widget
11 years ago
Koen Kooi
287d75ac85
MainWindow: make PFD the central widget.
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 years ago
Koen Kooi
dd75a986e6
MainWindow: handle maptool widget destroy event
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 years ago
treymarc
1ce84ec51b
hud is a tool in VIEW_FLIGHT
11 years ago
treymarc
aea2114386
Make HUD the center widget in Flight view. Add menu item for map widget.
11 years ago
Bryant Mairs
4d2596efa4
Removed unused width/height from Primary Flight Display constructor.
11 years ago
Bryant Mairs
b0cb4bcef3
The Primary Flight Display widget is now properly resizable.
11 years ago
Bryant Mairs
98ec24e6d4
The Fullscreen/Normal menu items in the main window are now checkable.
11 years ago
John Tapsell
13abea4e59
We must save a separate config file for each custom mode
...
Because the indexes into the stackedwidget are all wrong
11 years ago
John Tapsell
06982b08cd
Enable the terminal view for everyone - it's not specific to APM
11 years ago
John Tapsell
00e626f18f
Hide the software and terminal action menu if not in CUSTOM_MODE_APM
11 years ago
John Tapsell
ab0469f68c
Hide Mavgen, GoogleEarth, and 3D local view menu options when support is not compiled in
11 years ago
John Tapsell
15c0cef4ce
Fix Perspective->Simulation menu option
...
There were two separate actions for the simulation view, leading to
strange behaviour when it was selected.
11 years ago
John Tapsell
e656040bb9
Make the menu "Perspectives" menu options order and naming match the main tab
11 years ago
Lorenz Meier
6ba529958d
Threading fixes
11 years ago
Lorenz Meier
a8a3316c63
Mainwindow: Removed debug output
11 years ago
Thomas Gubler
b15acd6e91
change main window shortcuts to more intuitive values
11 years ago
Lorenz Meier
663aa1b779
Added file manager and associated widgets / handling
11 years ago
Thomas Gubler
bbc2cd31e2
make keyboard shortcuts OS dependent
11 years ago
Don Gagne
2f9e385fca
Don't use native menu bar on Linux
...
Fixes Issue #542
11 years ago
Don Gagne
cab414731a
Fix failed connection
...
MainWindow::loadDataView has been commented out for 9 months now.
Removed commented out code instead of leaving cruft in.
11 years ago
Bryant
b942aa712d
Google earth: Corrected #ifdef for Google Earth-specific code.
11 years ago
Bryant
2eba6bf5c1
Google earth: Corrected #ifdef for Google Earth-specific code.
11 years ago
Lorenz Meier
b7edee79e8
Fix video widget display
11 years ago
Lorenz Meier
ad64e8a069
Not quite right yet
11 years ago