dogmaphobic
3d00780b19
Removed duplicate method. Don and I both added the same method concurrently.
10 years ago
dogmaphobic
86fd4a2909
Completed Tool Bar settings in Preferences Dialog
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
The goal of this first installment is to organize the code a bit so it's more readable,
clean up a bit of left over cruft, and manage link configurations (and links in general).
10 years ago
Don Gagne
bbb5b84c19
Remove title bar on/off support
10 years ago
Don Gagne
561202d84f
Remove title bar on/off support
11 years ago
Don Gagne
c81927fae7
Rework Connect toolbar button usage
...
Now works for more than Serial links
11 years ago
Don Gagne
fb197a75bc
Move ui style from MainWindow to QGCApplication
11 years ago
Don Gagne
fc493d75c1
Move UAS and MAVLinkProtocol back to main thread
...
Plus a large number of other changes to allow for orderly shutdown of
objects without crashes or asserts. This is need for unit tests to
create/delete global state around every test.
11 years ago
Don Gagne
42351ee00b
Restructure LinkManager/MAVLinkProtocol
11 years ago
Don Gagne
68a59a78f0
File renames
11 years ago
Don Gagne
d3cb8f9aa7
Rename files in git friendly way
11 years ago
Don Gagne
db7b86fbbe
Use new QGCMessageBox apis
...
Subclass of QMessageBox which re-implements the static public
functions. There are two reasons for this:
1) The QMessageBox implementation on OSX does now show the title
string. This leads to message boxes which don't make much sense. So on
OSX we set title to text and text to informative text.
2) If parent is NULL, we set parent to MainWindow::instance. This
prevents message boxes which can go behind MainWindow
11 years ago
Don Gagne
10a00eb087
Use new QGCFileDialog api
...
Using QFileDialog directly on OS X can hang intermittently due to Qt
bug.
11 years ago
Don Gagne
717cef3e2c
Added saved file location, Flight Data logging
...
Also renamed from QGCSettingsWidget to SettingsDialog to better reflect
usage.
11 years ago
Don Gagne
9649798bb1
Remove support for user style file
11 years ago
Don Gagne
9bfa9cecce
Delete Settings from preferences
11 years ago
Don Gagne
16254c78fd
Remove non-working settings reset
11 years ago
Bryant
69d3ebb78f
Moved joystick settings into the main settings page.
...
No major functionality changes.
11 years ago
Lorenz Meier
3e0ca9f652
Remove unfinished view mode
11 years ago
Bryant Mairs
ad300d4cc0
Added missing includes to QGCSettingsWidget.
11 years ago
Bryant Mairs
f7a8627fb6
QDesktopWidget() doesn't work in Qt5, use QApplication::desktop() instead.
11 years ago
Lorenz Meier
94420ee9d2
Added option to reset all settings
11 years ago
Don Gagne
c9cdc4649d
-Wreorder fixes
12 years ago
Lorenz Meier
b445c83322
First stab at better multi-use / multi-platform requirements
12 years ago
Bryant
9ff35e3e38
All subwindows are now centered on the screen.
12 years ago
Bryant
d91453a3c5
All subwindows are now centered on the screen.
12 years ago
Bryant
005ab6ee94
Selecting the desired stylesheet now works correctly, including saving settings between application launches.
12 years ago
Bryant
9d969f1fdd
The style changing UI now works somewhat. Doesn't interact with QSettings yet.
12 years ago
Bryant
a4201a09d0
Revised the UI for styling QGC again. I think it's a little clearer now.
12 years ago
Bryant
2d61e288bb
Reworked the styling UI. Now there are 4 options: light, dark, custom_light, and custom_dark. Things don't quite work right, but the proof-of-concept is done.
12 years ago
Michael Carpenter
65980cfb22
Fix for dock widget titlebars moving around when in advanced mode
12 years ago
Michael Carpenter
ec18ee402b
New titlebar widgets to give dock windows titles when not in advanced mode
12 years ago
lm
966f438a75
Re-enabled settings and state of the art tool widgets
14 years ago
James Goppert
18d74deb3a
K/R formatting, debugging serialport.
14 years ago
lm
768be0e5ed
Added style to preferences menu, added option to auto-reconnect link on startup
14 years ago
lm
e3fcf44134
Added parameter timeout setting options to MAVLink protocol
14 years ago
lm
a97c4405ed
Added settings dialog for QGroundControl, holds for now only MAVLink preferences
14 years ago
lm
d4f5cb86fe
Fixed stupid logging bug
15 years ago