1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-26 11:52:10 +01:00

6 Commits

Author SHA1 Message Date
samguns
f806a9d3f2 1. Revise according to review results. 2. Force one flight mode if 2CH ground vehicle was confirmed. 2015-03-19 15:06:22 +08:00
samguns
30a40140be OP-1781 Minor changes according to review results. Leave the stick don't move and 1 flight mode issues to tomorrow 2015-03-18 23:00:17 +08:00
samguns
8b1e7dee58 OP-1781 Uncrustify code 2015-03-18 15:47:10 +08:00
samguns
97fd54b25d OP-1781 I think it's almost done, ready for a thoroughly test and review 2015-03-18 14:58:46 +08:00
samguns
22e0b88a8f OP-1781 Add UI stuff and basic definitions 2015-03-17 15:51:06 +08:00
Dmytro Poplavskiy
d7bf842899 OP-969 - Fixed unnecessary resizing of input config wizard
Instead of dynamicly adding/removing widgets to the
single wizard page, created all the widgets ahead
and added them to QStackedWidget.

QStackedWidget keeps the size of the biggest child,
so re-layouting is not necessary.

Moved wizard UI to the separate .ui form
as original input.ui and/or implementation
file would be to overloaded otherwise.
2015-02-19 22:44:45 +10:00