From f6cedeaaf62ac811c4286afa95ccaec3c3e35752 Mon Sep 17 00:00:00 2001 From: David Ankers <david@openpilot.org> Date: Sun, 19 May 2013 15:31:59 +1000 Subject: [PATCH] Add John Pike and Rick King to contributors, rename Authors Tab to Contributors, the GCS lists all people that have helped OP, not just GCS authors. --- .../openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml | 2 +- .../openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml index 1fe8934cf..9e1d64f20 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AboutDialog.qml @@ -79,7 +79,7 @@ } // This tab is for the authors/contributors/credits Rectangle { - property string title: "Authors" + property string title: "Contributors" anchors.fill: parent; color: "#e3e3e3" Rectangle { anchors.fill: parent; anchors.margins: 20 diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml index b55ee86e9..307098bc6 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml +++ b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml @@ -62,6 +62,8 @@ ListModel { ListElement{ name:"Sami Korhonen" } ListElement{ name:"Thorsten Klose" } + + ListElement{ name:"Rick King" } ListElement{ name:"Hallvard Kristiansen" } @@ -92,6 +94,8 @@ ListModel { ListElement{ name:"Cathy Moss" } ListElement{ name:"Angus Peart" } + + ListElement{ name:"John Pike" } ListElement{ name:"Dmytro Poplavskiy" }