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
Lorenz Meier
713a9da20b
Re-enable the local 3D and Google Earth 3D views, needs testing
11 years ago
Bryant
02874e529f
Mouse support now indicated by QGC_MOUSE_ENABLED_* macros.
11 years ago
Bryant
e1bc02f624
Added the QGC_GOOGLE_EARTH_ENABLED macro when that support exists.
11 years ago
Bryant
ade7e59f28
MAVGen now uses the QGC_FEATURE_ENABLED macro naming to be consistent.
11 years ago
Bryant
1fcd392253
Modified building OpenSceneGraph.
...
Added documentation and clarified messages to the user.
11 years ago
Bryant
5add42bc28
MAVLink dialect generation UI widget is no longer build by default.
...
This feature can be enabled at compile-time and documentation has been added to the README.
11 years ago
Don Gagne
c9cdc4649d
-Wreorder fixes
12 years ago
Don Gagne
ff390617b5
Unused formal parameter, unused local variable and a couple unreachable code changes
12 years ago
Don Gagne
d7b2622765
Unused formal parameter, unused local variable and a couple unreachable code changes
12 years ago
John Tapsell
6c59f5f4cb
Add an XY plot widget
...
This allows you to add XY graph plots of any data. For example,
x,y position data of a servo.
12 years ago
John Tapsell
00a7baae03
Remove MainWindow styleChanged() signal
...
There's no need to create multiple signals - connect() is fine with
connecting styleChanged(MainWindow::QGC_MAINWINDOW_STYLE) to a slot
with no parameters.
12 years ago
John Tapsell
6c347709a0
Clean up when exactly we should save settings, and add in checks to make sure we do not do it incorrectly
12 years ago
John Tapsell
f6ae5ed8fc
Make sure that our custom widget doesn't reuse an object name
12 years ago
John Tapsell
a6a5a65b14
Fix warning "Cannot set minimum size to (-1,-1)"
12 years ago
John Tapsell
98d96af1c7
Don't translate the object name, otherwise the config will break in non-english languages
12 years ago
John Tapsell
257f547cbe
Move all the menu/action manipulation over to a new class, so that it's self contained
...
This fixes a bunch of bugs with setting the title for widgets, deleting
widgets, etc. It also reduces the amount of code duplication, which is
always a good thing.
12 years ago
John Tapsell
27c1dd274f
Don't add two horizontal menu seperators for custom widgets
12 years ago
John Tapsell
b37fa76b4d
Allow custom widget to be deleted
12 years ago