[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 1ac47a: [ground_segment] repre
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 1ac47a: [ground_segment] represent unconfirmed settings wi... |
Date: |
Wed, 10 Dec 2014 07:12:36 -0800 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 1ac47a6c57e44c7e5571e245730432f7643facd1
https://github.com/paparazzi/paparazzi/commit/1ac47a6c57e44c7e5571e245730432f7643facd1
Author: Felix Ruess <address@hidden>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/tmtc/aircraft.ml
M sw/ground_segment/tmtc/server.ml
Log Message:
-----------
[ground_segment] represent unconfirmed settings with infinity
proposal to fix #1012:
- server: represent initial/unknown/unconfirmed settings with infinity
- page_settings: set label text to "?" upon commit and on update if value is
"inf", also set label to "?"
Commit: d5827f9be3b0977f67f5cc7333312b0bc5addab3
https://github.com/paparazzi/paparazzi/commit/d5827f9be3b0977f67f5cc7333312b0bc5addab3
Author: Felix Ruess <address@hidden>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/page_settings.ml
Log Message:
-----------
[cockpit] add tooltip for current settings value label
Commit: 2f8e0033575e4a4c7404a163a3cfb0ba75a4e7f5
https://github.com/paparazzi/paparazzi/commit/2f8e0033575e4a4c7404a163a3cfb0ba75a4e7f5
Author: Felix Ruess <address@hidden>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/tmtc/server.ml
Log Message:
-----------
[ground_segment] settings: also set current value lable to ? when requesting
update
Commit: f32ba8ea9a7bc04847d8f1fcd228b4bf8124f137
https://github.com/paparazzi/paparazzi/commit/f32ba8ea9a7bc04847d8f1fcd228b4bf8124f137
Author: Gautier Hattenberger <address@hidden>
Date: 2014-12-08 (Mon, 08 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/cockpit/live.mli
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/tmtc/aircraft.ml
M sw/ground_segment/tmtc/aircraft.mli
M sw/ground_segment/tmtc/fw_server.ml
M sw/ground_segment/tmtc/server.ml
Log Message:
-----------
[ground_segment] use None/Some instead of abusing infinity
Commit: 58857932230f723f874fb474951012f3ac6c6ef4
https://github.com/paparazzi/paparazzi/commit/58857932230f723f874fb474951012f3ac6c6ef4
Author: Gautier Hattenberger <address@hidden>
Date: 2014-12-10 (Wed, 10 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/cockpit/page_settings.mli
M sw/ground_segment/tmtc/settings.ml
Log Message:
-----------
[settings] handle update from other agents than GCS and save based on last
known value
Commit: e6a6aa9f0c2c069de15e5db44799ef590860f741
https://github.com/paparazzi/paparazzi/commit/e6a6aa9f0c2c069de15e5db44799ef590860f741
Author: Felix Ruess <address@hidden>
Date: 2014-12-10 (Wed, 10 Dec 2014)
Changed paths:
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/cockpit/live.mli
M sw/ground_segment/cockpit/page_settings.ml
M sw/ground_segment/cockpit/page_settings.mli
M sw/ground_segment/tmtc/aircraft.ml
M sw/ground_segment/tmtc/aircraft.mli
M sw/ground_segment/tmtc/fw_server.ml
M sw/ground_segment/tmtc/server.ml
M sw/ground_segment/tmtc/settings.ml
Log Message:
-----------
Merge pull request #1023 from paparazzi/unconfirmed_settings
- add tooltip for current settings value label
- settings: set current value label to ? while unconfirmed (requesting update,
commit)
- represent initial/unknown/unconfirmed settings with `None` in OCaml
- represent initial/unknown/unconfirmed settings with `?` in DL_VALUES on Ivy
- save based on last known value
solves #1012
Compare:
https://github.com/paparazzi/paparazzi/compare/63189ce1b624...e6a6aa9f0c2c