From 6756f52044e7e8adf14f246e5100041acda9b881 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Wed, 5 Jun 2013 16:49:28 +0300 Subject: [PATCH] OP-910: remove unused redundant CREDITS files --- .../plugins/coreplugin/CREDITS-utility.html | 41 ----- .../src/plugins/coreplugin/CREDITS.html | 90 ---------- .../src/plugins/coreplugin/core.qrc | 1 - .../plugins/coreplugin/qml/AuthorsModel.qml | 165 ------------------ 4 files changed, 297 deletions(-) delete mode 100644 ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html delete mode 100644 ground/openpilotgcs/src/plugins/coreplugin/CREDITS.html delete mode 100644 ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml diff --git a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html b/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html deleted file mode 100644 index 4e6258b52..000000000 --- a/ground/openpilotgcs/src/plugins/coreplugin/CREDITS-utility.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - 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.

-
-
- - -
- - - - - - -

This is a credits file of people that are or have been key contributors to the OpenPilot project. Without the work of the people in this list, OpenPilot would not be what it is today.

- -

This list is sorted alphabetically by name

- -
Connor Abbott
-David Ankers
-Sergiy Anikeyev
-Pedro Assuncao
-Fredrik Arvidsson
-Werner Backes
-Jose Barros
-Pete  Boehl
-David Carlson
-James Cotton
-Steve Doll
-Piotr Esden-Tempski
-Richard Flay
-Peter Farnworth
-Ed Faulkner
-Darren Furniss
-Frederic Goddeeris
-Daniel Godin
-Bani Greyling
-Nuno Guedes
-Erik Gustavsson
-Peter Gunnarsson
-Dean Hall
-Joe Hlebasko
-Andy Honecker
-Ryan Hunt
-Mark James
-Sami Korhonen
-Thorsten Klose
-Hallvard Kristiansen
-Edouard Lafargue
-Mike Labranche
-Fredrik Larsson
-Pablo Lema
-David Llama
-Matt Lipski
-Les Newell
-Ken Northup
-Greg Matthews
-Guy McCaldin
-Gary Mortimer
-Alessio Morale
-Cathy Moss
-Angus Peart
-Dmytro Poplavskiy
-Eric Price
-Richard Querin
-Randy Ram
-Philippe Renon
-Laurent Ribon
-Mathieu Rondonneau
-Julien Rouviere
-Jackson Russell
-Zik Saleeba
-Professor Dale Schinstock
-Professor Kenn Sebesta
-Oleg Semyonov
-Stacey Sheldon
-Troy Schultz
-Dr. Erhard Siegl
-Mike Smith
-Alex Sowa
-Pete Stapley
-Vova Starikh
-Rowan Taubitz
-Andrew Thoms
-Philippe Vanhaesendonck
-Jasper van Loenen
-Vassilis Varveropoulos
-Kevin Vertucio
-Alex Vrubel
-Brian Webb
-Justin Welander
-Mat Wellington
-Kendal Wells
-David Willis
-Dmitriy Zaitsev
-
- - diff --git a/ground/openpilotgcs/src/plugins/coreplugin/core.qrc b/ground/openpilotgcs/src/plugins/coreplugin/core.qrc index 13cd18868..8a4418c53 100644 --- a/ground/openpilotgcs/src/plugins/coreplugin/core.qrc +++ b/ground/openpilotgcs/src/plugins/coreplugin/core.qrc @@ -50,7 +50,6 @@ images/optionsicon.png images/helpicon.png images/openpiloticon.png - CREDITS.html images/ah.png images/config.png images/flight.png diff --git a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml b/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml deleted file mode 100644 index 226a186b5..000000000 --- a/ground/openpilotgcs/src/plugins/coreplugin/qml/AuthorsModel.qml +++ /dev/null @@ -1,165 +0,0 @@ -/* -This list model was created for the AuthorsDialog. -*/ -import QtQuick 1.1 - -ListModel { - - ListElement{ name:"Connor Abbott" } - - ListElement{ name:"David Ankers" } - - ListElement{ name:"Sergiy Anikeyev" } - - ListElement{ name:"Pedro Assuncao" } - - ListElement{ name:"Fredrik Arvidsson" } - - ListElement{ name:"Werner Backes" } - - ListElement{ name:"Jose Barros" } - - ListElement{ name:"Pete Boehl" } - - ListElement{ name:"David Carlson" } - - ListElement{ name:"James Cotton" } - - ListElement{ name:"Steve Doll" } - - ListElement{ name:"Piotr Esden-Tempski" } - - ListElement{ name:"Richard Flay" } - - ListElement{ name:"Peter Farnworth" } - - ListElement{ name:"Ed Faulkner" } - - ListElement{ name:"Darren Furniss" } - - ListElement{ name:"Frederic Goddeeris" } - - ListElement{ name:"Daniel Godin" } - - ListElement{ name:"Bani Greyling" } - - ListElement{ name:"Nuno Guedes" } - - ListElement{ name:"Erik Gustavsson" } - - ListElement{ name:"Peter Gunnarsson" } - - ListElement{ name:"Dean Hall" } - - ListElement{ name:"Joe Hlebasko" } - - ListElement{ name:"Andy Honecker" } - - ListElement{ name:"Ryan Hunt" } - - ListElement{ name:"Mark James" } - - ListElement{ name:"Sami Korhonen" } - - ListElement{ name:"Thorsten Klose" } - - ListElement{ name:"Rick King" } - - ListElement{ name:"Hallvard Kristiansen" } - - ListElement{ name:"Edouard Lafargue" } - - ListElement{ name:"Mike Labranche" } - - ListElement{ name:"Fredrik Larsson" } - - ListElement{ name:"Pablo Lema" } - - ListElement{ name:"David Llama" } - - ListElement{ name:"Matt Lipski" } - - ListElement{ name:"Les Newell" } - - ListElement{ name:"Ken Northup" } - - ListElement{ name:"Greg Matthews" } - - ListElement{ name:"Guy McCaldin" } - - ListElement{ name:"Gary Mortimer" } - - ListElement{ name:"Alessio Morale" } - - ListElement{ name:"Cathy Moss" } - - ListElement{ name:"Angus Peart" } - - ListElement{ name:"John Pike" } - - ListElement{ name:"Dmytro Poplavskiy" } - - ListElement{ name:"Eric Price" } - - 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" } - - ListElement{ name:"Zik Saleeba" } - - ListElement{ name:"Professor Dale Schinstock" } - - ListElement{ name:"Professor Kenn Sebesta" } - - ListElement{ name:"Oleg Semyonov" } - - ListElement{ name:"Stacey Sheldon" } - - ListElement{ name:"Troy Schultz" } - - ListElement{ name:"Dr. Erhard Siegl" } - - ListElement{ name:"Mike Smith" } - - 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" } - - ListElement{ name:"Kevin Vertucio" } - - ListElement{ name:"Alex Vrubel" } - - ListElement{ name:"Brian Webb" } - - ListElement{ name:"Justin Welander" } - - ListElement{ name:"Mat Wellington" } - - ListElement{ name:"Kendal Wells" } - - ListElement { name: "David Willis" } - - ListElement{ name:"Dmitriy Zaitsev" } -} \ No newline at end of file