Don Gagne
70bed893f3
Merge pull request #578 from DonLakeFlyer/UbuntuMenu
...
Don't use native menu bar on Linux
11 years ago
Don Gagne
2f9e385fca
Don't use native menu bar on Linux
...
Fixes Issue #542
11 years ago
Don Gagne
90894ad500
Merge pull request #566 from DonLakeFlyer/MoreConnect
...
More failed QObject::connect calls
11 years ago
Don Gagne
02352b149b
Merge pull request #567 from DonLakeFlyer/QSerialPortFix
...
QSerialPort emitting stream of errors
11 years ago
Don Gagne
f5e5d13793
Merge pull request #573 from DonLakeFlyer/ReadMe
...
Readme Update
11 years ago
Lorenz Meier
1ca898b7c1
Merge pull request #577 from polch/fix-dist-to-waypoint
...
Fix distance to next waypoint widget in QuickView.
11 years ago
Paul Chavent
b4595a123a
Fix distance to next waypoint widget in QuickView.
...
This patch fixes a bug that display 0 for distances to waypoint more
than 10km.
Besides that, it also homogenize the naming of the label to
"distToWaypoint" instead of "distToWP". Old configuration files (in
home directory), should be hacked or removed in order to see this
change.
Signed-off-by: Paul Chavent <paul.chavent@onera.fr>
11 years ago
Thomas Gubler
88ddfc410e
Merge pull request #575 from thomasgubler/hil_flightgear3.0
...
Flightgear HIL: remove disable-intro-music argument
11 years ago
Thomas Gubler
05db34b0c9
mapripper: autocontinue to next zoom level after 3s
11 years ago
Thomas Gubler
3a1823fb00
Flightgear HIL: remove disable-intro-music argument (not known by flightgear 3.0)
11 years ago
Don Gagne
b4cadf4f78
Readme Update
11 years ago
Don Gagne
816ed1c705
Remove qDebug statements
11 years ago
Thomas Gubler
604752c6e8
espeak: update readme
11 years ago
Don Gagne
9e38f8ca84
Moved qRegisterMetaType calls to main
...
Also commented out noisy serial link error output
11 years ago
Thomas Gubler
34f11cca70
espeak: remove comment
11 years ago
Thomas Gubler
a459d07e52
espeak: remove c style zero initialize
11 years ago
Thomas Gubler
0d70b0db64
Readme.md: replace flite with espeak
11 years ago
Thomas Gubler
873382366c
espeak: cleanup
11 years ago
Don Gagne
8b4a3854b2
Missing const
11 years ago
Don Gagne
755ce85a23
Merge pull request #568 from DonLakeFlyer/Installers
...
Reverting previous Installer commit
11 years ago
Don Gagne
9d23583b85
Reverting previous Installer commit
...
Figured out why command line builds were not working. To build Windows
release from command line you need msbuild …
/property:Configuration=Release
11 years ago
Don Gagne
fa26495293
QSerialPort emitting constant errors on Unix environment
...
This fix was pulled across from current QSerialPort codebase. I looked
into pulling across newer version of full QSerialPort. While doing that
I discovered that the version we are using has already been hacked to
work with us. It was fairly involved to redo those hacks. So decided to
pull individual change across instead since our version is already not
clean. When we switch to Qt5 all this will go away.
11 years ago
Don Gagne
0320b5306b
Silence some queued signal warnings
11 years ago
Don Gagne
3c5a355389
Merge pull request #543 from DonLakeFlyer/TeamCityInstalls
...
Changes to allow msbuild to build installers
11 years ago
Don Gagne
7a837cdecf
Commented out uneeded debugging output
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
Don Gagne
5c6da8d4f1
Fix failed connect
...
showLabel was connected to signal but not set as a slot
11 years ago
Don Gagne
6509867680
Fix failed connect
...
There is no such things as a clicked signal on QWidget. You activate
new UAS from right-click menu.
11 years ago
Lorenz Meier
812348fbf6
Merge pull request #564 from DonLakeFlyer/ConnectFix
...
Failed QObject::Connect fix
11 years ago
Don Gagne
4c8449c834
Fix crash after last UAS is removed
...
ui->waitingLabel is deleted and set to NULL when mode is PX4. Must
check for NULL before using it.
11 years ago
Don Gagne
ee3dfc6a0b
Fix unneeded QObject::connect which was failing
...
The connect call was generating debug output to identify that it was
failing. After looking at the code realized that this connect is not
needed. The group box is removed when UASListWidget::removeUAS method
is called.
Second change in the file fixes a crashing bug when the last UAS is
removed. Need to exit the iterator after we modify it.
11 years ago
Don Gagne
4818b4e47e
Merge pull request #537 from DonLakeFlyer/Issue535
...
Issue 535 fix
11 years ago
Don Gagne
4790d5137a
Fixed comment typo
11 years ago
Lorenz Meier
af086fa56a
message view improvements
11 years ago
Lorenz Meier
ca5c486260
Simplified formatting
11 years ago
Lorenz Meier
ae35d38918
Merge branch 'master' of github.com:mavlink/qgroundcontrol into message_view
11 years ago
Lorenz Meier
523281080f
Merge pull request #551 from Susurrus/google_earth
...
Google earth: Corrected #ifdef for Google Earth-specific code.
11 years ago
Lorenz Meier
6832f8bc8c
Merge pull request #553 from DonLakeFlyer/RadioCal
...
Radio Calibration: Turning on/off advanced config show WIP plane view
11 years ago
Don Gagne
ff1e10dce8
Radio Calibration: Turning on/off advanced config show WIP plane view
11 years ago
Bryant
b942aa712d
Google earth: Corrected #ifdef for Google Earth-specific code.
11 years ago
Bryant
5ccea17762
Message view: Forgot to remove debugging output.
11 years ago
Bryant
2eba6bf5c1
Google earth: Corrected #ifdef for Google Earth-specific code.
11 years ago
Bryant
d4a8efbd2c
QGCMessageView: Added timestamps.
11 years ago
Bryant
a26169d4bc
QGCMessageView: Extensive code cleanup and bug fixing.
...
Right-click menu works cleaner.
Coloring of output text is correct.
Output text now handles all severities of messages.
11 years ago
Lorenz Meier
5af9e0352b
Merge pull request #540 from mavlink/3dviews
...
3dviews
11 years ago
Lorenz Meier
dcf0b4f907
Merge pull request #546 from Susurrus/remove_beep
...
Disable text output from GAudioOutput.
11 years ago
Bryant
d576823830
Disable text output from GAudioOutput.
...
All it does is clutter the terminal and it's not doing anything anyways.
11 years ago
Don Gagne
65a345a064
Changes to allow msbuild to build installers
...
No idea why, but manipulating CONFIG inside the build file confuses
msbuild command line builds. Work fine if you build from the IDE!
11 years ago
Don Gagne
16f63bfb65
Added comment for sensor selection
11 years ago
Lorenz Meier
3d1f55cf47
Merged master, fixed local 3D init
11 years ago