From 9683ddc37af01155e52ef6d6cbe42c9e7ceffacc Mon Sep 17 00:00:00 2001 From: Kevin Vertucio Date: Sat, 1 Jun 2013 23:11:28 -0400 Subject: [PATCH 1/3] Updated AuthorsModel. Added utility script for generating QML ListElements of authors. --- .../plugins/coreplugin/CREDITS-utility.html | 44 +++++++++++++++++++ .../src/plugins/coreplugin/CREDITS.html | 2 + .../plugins/coreplugin/qml/AuthorsModel.qml | 4 ++ 3 files changed, 50 insertions(+) create mode 100644 ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html 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..0041a5246 --- /dev/null +++ b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html @@ -0,0 +1,44 @@ + + + + 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..d89d4fa12 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml @@ -130,6 +130,8 @@ ListModel { ListElement{ name:"Alex Sowa" } ListElement{ name:"Pete Stapley" } + + ListElement{ name:"Vova Starikh" } ListElement{ name:"Rowan Taubitz" } @@ -151,5 +153,7 @@ ListModel { ListElement{ name:"Kendal Wells" } + ListElement { name: "David Willis" } + ListElement{ name:"Dmitriy Zaitsev" } } \ No newline at end of file From 48945ffeb6619f12b2ba38c9eef4dfbfe19a5c3b Mon Sep 17 00:00:00 2001 From: Kevin Vertucio Date: Sun, 2 Jun 2013 07:29:23 -0400 Subject: [PATCH 2/3] added authors to CREDITS. --- ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html | 3 +++ .../src/plugins/coreplugin/qml/AuthorsModel.qml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html index 594314676..0a632e389 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html +++ b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html @@ -56,7 +56,9 @@ Dmytro Poplavskiy Eric Price Richard Querin Randy Ram +Philippe Renon Laurent Ribon +Mathieu Rondonneau Julien Rouviere Jackson Russell Zik Saleeba @@ -72,6 +74,7 @@ Pete Stapley Vova Starikh Rowan Taubitz Andrew Thoms +Philippe Vanhaesendonck Jasper van Loenen Vassilis Varveropoulos Kevin Vertucio diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml index d89d4fa12..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" } @@ -137,6 +141,8 @@ ListModel { ListElement{ name:"Andrew Thoms" } + ListElement{ name:"Philippe Vanhaesendonck" } + ListElement{ name:"Jasper van Loenen" } ListElement{ name:"Vassilis Varveropoulos" } From 3b6fcefca6f5a1c980a734ff39e97cc8ef0937b8 Mon Sep 17 00:00:00 2001 From: Kevin Vertucio Date: Sun, 2 Jun 2013 08:18:40 -0400 Subject: [PATCH 3/3] removed bootstrap from utility --- .../openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html index 0041a5246..4e6258b52 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html +++ b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html @@ -2,8 +2,6 @@ CREDITS Utility - -