tstellanova
|
1b1e0f5027
|
fix one-stage constructor problem
|
12 years ago |
tstellanova
|
5a69605a74
|
Fix param widget init
|
12 years ago |
tstellanova
|
f1b832687f
|
Fix instance initialization
|
12 years ago |
tstellanova
|
d7137bbe39
|
refactor QGCUASParamManager to be Controller-only (no View code)
|
12 years ago |
Lorenz Meier
|
98936a4199
|
Minor UI fixes
|
12 years ago |
Lorenz Meier
|
09a26af933
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol into config
|
12 years ago |
Lorenz Meier
|
5218dcaf49
|
Merge pull request #333 from tstellanova/flow_debug
Avoid re-requesting paramlist when opening new param widget; Fix widget promotion
|
12 years ago |
tstellanova
|
f22f7f7f30
|
don't re-request param list each time we open a param widget
|
12 years ago |
tstellanova
|
d3db72a69d
|
when param widget is loaded we only want to re-request the whole param list if we don't already have one
|
12 years ago |
tstellanova
|
9bdb1a3a4d
|
Fix path for promoted widget
|
12 years ago |
Anton Babushkin
|
8541598f9c
|
base_mode/custom mode support
|
12 years ago |
Lorenz Meier
|
0a28c8455a
|
Merge pull request #331 from dagoodma/set_home
Set home
|
12 years ago |
David Goodman
|
861b363c66
|
Fixed obtaining position. Fixed message box text.
|
12 years ago |
David Goodman
|
f83821e5a1
|
Added Set Home option to map menu. Fix home icon always placed in bottom right.
|
12 years ago |
Lorenz Meier
|
46d27b944e
|
Merge pull request #330 from tstellanova/mvc_decoupling
MVC decoupling of parameters-handling code
|
12 years ago |
Lorenz Meier
|
4b142a48cd
|
Merge pull request #328 from gefink/master
Fixed RC calibration trim problem
|
12 years ago |
tstellanova
|
17afe22004
|
Merge branch 'mvc_decoupling' of https://github.com/tstellanova/qgroundcontrol into mvc_decoupling
|
12 years ago |
tstellanova
|
f6ca6cb64f
|
fix updating of pending param list after transmit
|
12 years ago |
tstellanova
|
4ace23f96c
|
fix counting of written params; fix wiring of pend param widget to model
|
12 years ago |
tstellanova
|
624bb0a4ef
|
prelim extraction of read-only pending params widget
|
12 years ago |
tstellanova
|
d7c6cad7f1
|
cleanup cruft
|
12 years ago |
tstellanova
|
98f2ae2307
|
more strict locking of currently updating parameter
|
12 years ago |
tstellanova
|
656841a652
|
Better data model update debouncing
|
12 years ago |
tstellanova
|
9af23ff72c
|
Begin to connect separate param widgets via data model
still some remaining issues with pending line items bouncing back from
data model
|
12 years ago |
tstellanova
|
fb50a3cdb5
|
fix slot wiring; debounce echo from data model
|
12 years ago |
tstellanova
|
d907b9341b
|
fix timeout checker
|
12 years ago |
tstellanova
|
8d860fdc00
|
fix lastTimerReset bug
|
12 years ago |
tstellanova
|
0af584991b
|
propagate pending list updates
fix pending items indicator
|
12 years ago |
tstellanova
|
1bc43cabe4
|
workaround for premature timer firing bug
|
12 years ago |
tstellanova
|
5d23be2e61
|
fix pending parameter change check
|
12 years ago |
tstellanova
|
3c6bc561c2
|
fix change checking for params; better pending status indication
|
12 years ago |
tstellanova
|
251501447b
|
clear guard timer when list mode done
|
12 years ago |
tstellanova
|
3319dc6577
|
move sendPendingParams
|
12 years ago |
tstellanova
|
4c79a3f28a
|
fix typo
|
12 years ago |
tstellanova
|
a1266be030
|
propagate error signal on too many link errs
reduce serial link logging; clear transmit buffer on disconnect
|
12 years ago |
tstellanova
|
d00f2b4332
|
fix comm mgr -> data model wiring
|
12 years ago |
tstellanova
|
b11c5a6984
|
rm totalOnboardParameters
|
12 years ago |
tstellanova
|
32ba51823c
|
refresh tree display after list recv
|
12 years ago |
tstellanova
|
23552c4940
|
reset timeout timer every time we receive a param
|
12 years ago |
tstellanova
|
32f1ea870e
|
debugging premature timeouts of param list recv
|
12 years ago |
tstellanova
|
440cc226dc
|
keep the received params list clean
|
12 years ago |
tstellanova
|
cade16c180
|
Debug parameter list receive; remove cruft
|
12 years ago |
tstellanova
|
3090fcf259
|
Retransmit param list request; fix null data model
|
12 years ago |
tstellanova
|
86f5864bba
|
Fix statusMsgUpdate wiring; remove cruft
|
12 years ago |
tstellanova
|
92843a3d20
|
ignore duplicate request param list
|
12 years ago |
tstellanova
|
ead568d8a3
|
Fix signal/slot mismatch; update formatting of some signal/slot wiring
|
12 years ago |
tstellanova
|
959fc8faec
|
Fix miswired slot/signals
|
12 years ago |
tstellanova
|
7b81776c73
|
fix setActiveUAS; fix build warnings for enum switches
|
12 years ago |
tstellanova
|
d683fa331c
|
Move requestCalibrationRC into commsmgr
|
12 years ago |
tstellanova
|
764e22c92a
|
fix setting of current mav in QGCConfigView
|
12 years ago |