diff --git a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html new file mode 100644 index 000000000..4e6258b52 --- /dev/null +++ b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html @@ -0,0 +1,41 @@ + + + + CREDITS Utility + + + +

Author Dialog authorModel Utility

+

This utility will parse a \n delimited list of names and generate ListElement components for entry into the QML model located in /qml/AuthorsModel.qml.

+
+
+ + +
+ + + + diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml index 307098bc6..226a186b5 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml @@ -104,9 +104,13 @@ ListModel { ListElement{ name:"Richard Querin" } ListElement{ name:"Randy Ram" } + + ListElement{ name:"Philippe Renon" } ListElement{ name:"Laurent Ribon" } + ListElement{ name:"Mathieu Rondonneau" } + ListElement{ name:"Julien Rouviere" } ListElement{ name:"Jackson Russell" } @@ -130,11 +134,15 @@ ListModel { ListElement{ name:"Alex Sowa" } ListElement{ name:"Pete Stapley" } + + ListElement{ name:"Vova Starikh" } ListElement{ name:"Rowan Taubitz" } ListElement{ name:"Andrew Thoms" } + ListElement{ name:"Philippe Vanhaesendonck" } + ListElement{ name:"Jasper van Loenen" } ListElement{ name:"Vassilis Varveropoulos" } @@ -151,5 +159,7 @@ ListModel { ListElement{ name:"Kendal Wells" } + ListElement { name: "David Willis" } + ListElement{ name:"Dmitriy Zaitsev" } } \ No newline at end of file