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
John Tapsell
661b9aeb99
Fix changing the dock window title when not in advanced mode
12 years ago
John Tapsell
42d68e1d4c
MainWindow - remove unnecessary static_cast
12 years ago
John Tapsell
c90c55d480
CommConfigurationWindow - make it a proper QDialog, and not a floating widget
12 years ago
akistanov
46b5453cbd
fix windows build
12 years ago
Lorenz Meier
d560305233
Fixes, working on uploading story
12 years ago
Lorenz Meier
d8fd4852a0
Further cleanup
12 years ago
Lorenz Meier
cbfff6d765
Fixed critical issue in refactored startup code
12 years ago
Lorenz Meier
9244a09163
Removed more debug statements
12 years ago
Lorenz Meier
d95cf00399
Serial link selection in toolbar operational
12 years ago
Lorenz Meier
b445c83322
First stab at better multi-use / multi-platform requirements
12 years ago
Bill Bonney
36b7d7952f
First commit of Terminal Console View
12 years ago