Lorenz Meier
|
9e090e7ecc
|
Resolved merge conflict
|
12 years ago |
Lorenz Meier
|
fc3c73b277
|
Updated MAVLink, fixed minor issues with contributed style updates, ready for prime time
|
12 years ago |
Lorenz Meier
|
bd7beb1c84
|
Merge branch 'master' into integration_merge_connstatus
nd an empty message aborts
|
12 years ago |
Lorenz Meier
|
68d97969b0
|
Merge branch 'win_fixes' of github.com:Susurrus/qgroundcontrol into integration_merge_connstatus
|
12 years ago |
Bryant
|
35bf270076
|
Windows compilation fails due to differing datatypes for input to pow() function.
|
12 years ago |
Bryant
|
b19d26a735
|
Missing paren crashes windows compilation
|
12 years ago |
Bryant
|
41134dfcc8
|
Fixed the titlebar styling of the dockwidgets in the main window.
|
12 years ago |
Bryant
|
3731055a6e
|
Fixed compilation warning.
|
12 years ago |
Bryant
|
ca74665aff
|
The Advanced Mode option is now checked properly if it's enabled.
|
12 years ago |
Lorenz Meier
|
f8f49896d9
|
Disable Google Earth on Mac OS since it was broken on all 64bit systems (thanks Google!) anyway
|
12 years ago |
Lorenz Meier
|
52dc821ee2
|
Added rotation of mag vector into body frame in HIL
|
12 years ago |
Lorenz Meier
|
f9318458a5
|
Updated MAVLink, fixed up HIL
|
12 years ago |
Lorenz Meier
|
478b476adc
|
Updated MAVLink
|
12 years ago |
Bryant
|
df140d38d5
|
Fixed styling of the toolbar, specifically coloring and sizing of the buttons, and made the labels aware of the current window theme. Also made some changes to updating the toolbar when switching UASes or when UASes disconnect/reconnect.
|
12 years ago |
Lorenz Meier
|
1f55e9c1d0
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
12 years ago |
Lorenz Meier
|
c2d396db6d
|
Potential fixes for ActiveQt
|
12 years ago |
Lorenz Meier
|
9a9ca548cd
|
Fixed windows build errors.
|
12 years ago |
Lorenz Meier
|
bcb61f43a1
|
Minor changes
|
12 years ago |
Lorenz Meier
|
a82ee387ee
|
Merge branch 'integration_merge_connstatus' of github.com:Susurrus/qgroundcontrol into integration_merge_connstatus
|
12 years ago |
Lorenz Meier
|
44543b3013
|
Merge
|
12 years ago |
Lorenz Meier
|
6f3376a248
|
Merge
|
12 years ago |
Bryant
|
d622ba221f
|
Changed the action button group in the toolbar to have an inset style like they used to.
|
12 years ago |
Lorenz Meier
|
eeda94f3ee
|
Fixed HUD / Video widget to be useful
|
12 years ago |
Bryant
|
9a96e49fe7
|
The QGCUnconnectedInfoWidget now remains square and has more rounded edges so that it looks more like a button.
|
12 years ago |
Bryant
|
0102cf8495
|
Increased label font size and progress bar height for toolbar child widgets.
|
12 years ago |
Lorenz Meier
|
efd916af0c
|
Fixed issue when custom message set is enabled
|
12 years ago |
Lorenz Meier
|
7fb92ad558
|
Fixed null pointer issue
|
12 years ago |
Lorenz Meier
|
44e5b5d692
|
Mac compile fixes
|
12 years ago |
Bryant
|
a50358e928
|
Finished merging QGCVehicleConfig.ui, which I hadn't done properly last night. Things are now in a usable state again.
|
12 years ago |
Bryant
|
76cea4e18d
|
Merge branch 'integration_merge' of https://github.com/mavlink/qgroundcontrol into connStatus
Conflicts:
src/uas/ArduPilotMegaMAV.h
src/ui/uas/UASListWidget.cc
|
12 years ago |
Bryant
|
5dd17698c4
|
Merge branch 'integration_merge' of https://github.com/mavlink/qgroundcontrol into restyling
Conflicts:
src/uas/ArduPilotMegaMAV.h
src/ui/uas/UASListWidget.cc
|
12 years ago |
Lorenz Meier
|
33c8f8c87d
|
Fixed include hack
|
12 years ago |
Lorenz Meier
|
d7b4db7dd4
|
Default to APM message set if no user config is provided
|
12 years ago |
Lorenz Meier
|
b76b728216
|
Placed connect button better, added simple message console
|
12 years ago |
Bryant
|
0e58853b29
|
Merged the wrong file in for the QGCVehicleConfig.ui file. Fixed.
|
12 years ago |
Bryant
|
d4425e06c4
|
Merge branch 'connStatus' of github.com:Susurrus/qgroundcontrol into connStatus
Conflicts:
src/ui/QGCVehicleConfig.cc
src/ui/QGCVehicleConfig.h
src/ui/QGCVehicleConfig.ui
src/ui/uas/UASControlWidget.cc
src/ui/uas/UASListWidget.h
src/ui/uas/UASQuickView.cc
|
12 years ago |
Bryant
|
7aef7fcf63
|
Missed compilation error during rebase
|
12 years ago |
Bryant
|
0a1c678475
|
Forgot to remove dead file LinkInterface.cpp from the qgroundcontrol.pro file.
|
12 years ago |
Bryant
|
ae6829562f
|
Forgot to set some members of XbeeLinkInterface to const as well
|
12 years ago |
Bryant
|
d0af5b03bd
|
Changed many functions in the abstract *Link classes to be const. This facilitates setting other functions as const. The metadata for specific links are reset when the links are added.
|
12 years ago |
Bryant
|
6f98185c3e
|
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
|
12 years ago |
Bryant
|
1858a52cb3
|
The QuickView now properly resets after the last UAS is deleted.
|
12 years ago |
Bryant
|
fc73187afb
|
Make the UASQuickView support resetting to a default state after all UASes are removed.
|
12 years ago |
Bryant
|
c18a533403
|
Removing UASes now returns the UI to an almost pristine state. This was done by altering the activeUASSet signal so that it can emit a NULL UAS. Crashes may still exist in autopilot-specific code.
|
12 years ago |
Bryant
|
9ff35e3e38
|
All subwindows are now centered on the screen.
|
12 years ago |
Bryant
|
129069d4e6
|
Partway through refactoring of UAS deletion. This is in order to actually support removing UASes from QGC, which is currently impossible.
|
12 years ago |
Bryant
|
b3cff5cacc
|
Added groupboxes around UASes in the ListWidget to indicate primary communication channel.
|
12 years ago |
Bryant
|
44684144fa
|
Merged in large flight display UI redesign
|
12 years ago |
Lorenz Meier
|
796a8d85f6
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol into integration_merge
|
12 years ago |
Lorenz Meier
|
33f39e713c
|
Merge pull request #284 from pigeonhunter/patch-1
Update README
|
12 years ago |