1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

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.

This commit is contained in:
David Ankers 2013-05-19 15:31:59 +10:00
parent 915b7857f6
commit f6cedeaaf6
2 changed files with 5 additions and 1 deletions

View File

@ -79,7 +79,7 @@
} }
// This tab is for the authors/contributors/credits // This tab is for the authors/contributors/credits
Rectangle { Rectangle {
property string title: "Authors" property string title: "Contributors"
anchors.fill: parent; color: "#e3e3e3" anchors.fill: parent; color: "#e3e3e3"
Rectangle { Rectangle {
anchors.fill: parent; anchors.margins: 20 anchors.fill: parent; anchors.margins: 20

View File

@ -62,6 +62,8 @@ ListModel {
ListElement{ name:"Sami Korhonen" } ListElement{ name:"Sami Korhonen" }
ListElement{ name:"Thorsten Klose" } ListElement{ name:"Thorsten Klose" }
ListElement{ name:"Rick King" }
ListElement{ name:"Hallvard Kristiansen" } ListElement{ name:"Hallvard Kristiansen" }
@ -92,6 +94,8 @@ ListModel {
ListElement{ name:"Cathy Moss" } ListElement{ name:"Cathy Moss" }
ListElement{ name:"Angus Peart" } ListElement{ name:"Angus Peart" }
ListElement{ name:"John Pike" }
ListElement{ name:"Dmytro Poplavskiy" } ListElement{ name:"Dmytro Poplavskiy" }