Lorenz Meier
942a02c96b
Added code style tool
12 years ago
Lorenz Meier
483f629388
Merge pull request #400 from johnflux/config
...
A hefty commit to try to clean up MainWindow
12 years ago
Lorenz Meier
a353542add
Merge pull request #401 from thomasgubler/hil_flightgear
...
flightgear hil: correct scaling of pressure for mavlink message and remo...
12 years ago
Lorenz Meier
eb8ac2b67b
Merge pull request #406 from thomasgubler/plotfilter
...
Filtering in plot perspective
12 years ago
Thomas Gubler
52d4181c14
better placement of filtering LineEdit
12 years ago
Thomas Gubler
878ba466e5
add keyboard shortcut for plot filtering
12 years ago
Thomas Gubler
6e882d9570
set placeholderText plotFilterLineEdit
12 years ago
Thomas Gubler
bd9e85c9d6
basic filter functionality
12 years ago
Thomas Gubler
8e3f46f698
add textbox for filtering
12 years ago
Lorenz Meier
3668e9be54
Merge pull request #405 from DrTon/calib_fixes
...
Calibration fixes
12 years ago
Thomas Gubler
126b51bed5
fw hil: fixed indentation
12 years ago
Anton Babushkin
b28c86af15
Mag calibration message parsing fix
12 years ago
Anton Babushkin
854b9cbdce
Calibration fixes
12 years ago
John Tapsell
403104dd01
Allow user to stop and start the plot, and scroll back in time
12 years ago
John Tapsell
7f0fa61400
QGCXYPlot: Clean up layout a bit
12 years ago
John Tapsell
8966a49f2a
QGCXYPlot: Add smoothing ability to smooth the last N points of data
12 years ago
Thomas Gubler
45c61a29bb
flightgear hil: correct scaling of pressure for mavlink message and remove indicated airspeed from flightgear protocol, commit requires flightgear protocol update
12 years ago
John Tapsell
a40c8870a9
QGCXYPlot: Seperate the number of points shown and number of points store
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
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