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
0e6411c7ad
Fix setStyleText() to apply to future curves
12 years ago
John Tapsell
beb0ecfb98
Fix minor const issues in QGCToolWidget
12 years ago
John Tapsell
bd3b7ea36d
Merge the startEditMode() and endEditMode() functions into one, and remove code duplication
12 years ago
John Tapsell
98abf5a7ff
Fix crash when removing an item from a custom widget
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
0c5065251d
Reduce code duplication
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
Lorenz Meier
5f37d6c999
Merge branch 'config' of github.com:mavlink/qgroundcontrol into config
12 years ago
Lorenz Meier
fa209ea7bf
Eleminate flicker in HIL
12 years ago
Lorenz Meier
2ecf4ebc7f
Merge pull request #398 from johnflux/config
...
More random fixes
12 years ago
John Tapsell
a44dcf3cfe
Replace 9 seperate valueChanged() signals with just 1, and remove the resultant tons of code duplication
12 years ago
John Tapsell
0694a2ac1b
The helper text for a line edit should use placeHolderText, not Text
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
37d8faf2ff
Message view - only show "clear text" context menu when we are actually showing text
12 years ago
Lorenz Meier
62194a75d6
Merge pull request #396 from johnflux/config
...
Fix stupid small compilation mistakes that I made in the last merge
12 years ago
John Tapsell
311a82aea1
Fix stupid small compilation mistakes that I made in the last merge
12 years ago
Lorenz Meier
d403e61382
Merge pull request #393 from johnflux/config
...
Various improvements to DataPlot and Communication configuration window
12 years ago
John Tapsell
661b9aeb99
Fix changing the dock window title when not in advanced mode
12 years ago
John Tapsell
ca68c1e93a
Allow user to add a label to a custom widget
12 years ago
John Tapsell
9143c8c5cb
Improve the UI for editing the Text Label
12 years ago
Lorenz Meier
6cf29b5f29
Merge pull request #395 from jean-m-cyr/config
...
Bind support for DSMX with 8 or more channels
12 years ago
John Tapsell
42d68e1d4c
MainWindow - remove unnecessary static_cast
12 years ago
Jean Cyr
e53b332e59
Bind support for DSMX with 8 or more channels
12 years ago
John Tapsell
a16f9bdf6e
Improve the UI for editing a text label
12 years ago
John Tapsell
d046a5f2fd
Linechart - Make it possible to change time axis range
12 years ago
John Tapsell
8538e1a8da
LinechartWidget - Make the scaling log button a propper toggle button
12 years ago
John Tapsell
b0d4abacd4
Change QString function parameters to const QString &
12 years ago
John Tapsell
96ab4dc87d
Comm Settings - move the "link type" combobox to the top, and clean it up
...
* The "Simulation" option is now not selectable.
* If the link is a simulation, then you can't change it to a different link type.
* The OPAL option is not shown if support is not compiled in.
* Fix the buddy, tab order and accelerators in the GUI.
12 years ago
John Tapsell
6f8802dabb
CommConfigurationWindow - changing the link type should update the window
12 years ago
John Tapsell
b9bd45928f
CommConfigurationWindow - don't try to manually center, now that it is a proper QDialog
12 years ago
John Tapsell
c90c55d480
CommConfigurationWindow - make it a proper QDialog, and not a floating widget
12 years ago
John Tapsell
13e5381d3a
DataPlot - Don't crash if the user cancels saving the data or image file
12 years ago
Lorenz Meier
2034be4de7
Merge pull request #392 from johnflux/config
...
Do not crash in an empty symmetric IncrementalPlot
12 years ago
John Tapsell
1f983e59a1
Do not crash in an empty symmetric IncrementalPlot
...
This crash could be reproduced by starting QGroundControl, switching to
plot, then clicking the "Symmetric" checkbox.
12 years ago
Lorenz Meier
36d5aded72
Merge branch 'config' of github.com:mavlink/qgroundcontrol into config
12 years ago
Lorenz Meier
b82d37f818
Cleanup of airframe config, removed debug line
12 years ago
Lorenz Meier
e30960c5ea
Merge pull request #387 from thomasgubler/hil_flightgear
...
Sensor Hil for flightgear
12 years ago
Thomas Gubler
b73c911670
Flightgear sensor HIL
12 years ago
Lorenz Meier
ea634b841f
Merge branch 'config' of github.com:mavlink/qgroundcontrol into config
12 years ago
Lorenz Meier
d03f96f4f9
Merge branch 'master' of github.com:mavlink/qgroundcontrol into config
12 years ago
Lorenz Meier
56654426b2
Merge pull request #385 from limhyon/master
...
Quadrotor HILS Update
12 years ago
Hyon Lim (Retina)
943391db9c
Motor order has been determined
12 years ago
Hyon Lim (Retina)
8b1f5624cd
There was an HILS bug that bypass raw RC signal (range from 900 to around 2000) to XPlane.
...
This commit disabled RC RAW signal callback.
12 years ago
Lorenz Meier
d618eb27f6
Disabled debug output
12 years ago
Lorenz Meier
f911050494
Merge pull request #384 from jean-m-cyr/config
...
Fix toolbar battery voltage not updating
12 years ago