1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Initial check in of the sounds for the notify plugin.

Plus janitor work, update copyright information in some plugin spec files.  

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@796 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-06-17 14:19:38 +00:00 committed by dankers
parent a267d6d9d0
commit e4b09f8f21
104 changed files with 89 additions and 59 deletions

View File

@ -1,6 +1,6 @@
Sounds for the notifaction plugin
Work in progress, any ideas, add them.
Work in progress, any ideas PM me - dankers.
Noises:
@ -12,45 +12,72 @@ Whoop
Spoken Collections (sorted alphabetically):
aborted
active
alarm
alert
altitude
amps
aquired
autonomous flight
battery
camera
cancelled
changed
circle position
cleared
complete
connected
connection
control
critical
disabled
disconnected
figure eight
flight
Ground Station
GPS
ground station
heading
height
high
hippodrome
hold position
Home location
initiated
initiazlised
landing
launch
left
lock
logging
lost
low
manual flight
max
maxium
minimum
mode
navigation
OpenPilot
point
range
ready
return home
return to launch
right
set
stabalisation
Started
stopped
take off
telemtry
time
triggered
UAV
volts
warning
waypoint
Numbers:
one
@ -67,7 +94,7 @@ eleven
tweleve
thriteen
fourteen
fiveteen
fifteen
sixteen
seventeen
eightteen
@ -75,7 +102,7 @@ nineteen
twenty
thirty
fourty
fivty
fifty
sixty
seventy
eighty
@ -83,3 +110,6 @@ ninety
hundread
thousand
million

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = openpilotgcs/translations
#SUBDIRS += openpilotgcs/sounds
SUBDIRS += openpilotgcs/sounds

View File

@ -1,11 +1,11 @@
<plugin name="AirspeedGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C)David "Buzz" Carlson</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>An analog airspeed dial gadget!</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="UAVObjects" version="0.0.1"/>
</dependencyList>
</plugin>
<plugin name="AirspeedGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 Edouard Lafargue & David Carlson</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>An analog dial gadget</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="UAVObjects" version="0.0.1"/>
</dependencyList>
</plugin>

View File

@ -1,10 +1,10 @@
<plugin name="Config" version="0.0.1" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>Your License goes here</license>
<description>A plugin that does nothing!</description>
<license>GNU Public License (GPL) Version 3</license>
<description>Configuration GUI</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
</plugin>
</plugin>

View File

@ -1,6 +1,6 @@
<plugin name="Core" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<copyright>(C) 2010 OpenPilot Project & Nokia</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>The core plugin for the OpenPilot GCS</description>
<url>http://www.openpilot.org</url>

View File

@ -1,11 +1,11 @@
<plugin name="LineardialGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C)Edouard Lafargue</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>An bargraph gadget with red/yellow/green zones</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="UAVObjects" version="0.0.1"/>
</dependencyList>
</plugin>
<plugin name="LineardialGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 Edouard Lafargue</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>An bargraph gadget with red/yellow/green zones</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="UAVObjects" version="0.0.1"/>
</dependencyList>
</plugin>

View File

@ -1,10 +1,10 @@
<plugin name="ModelViewGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 OpenPilot Project</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A 3D model view gadget!</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
</plugin>
<plugin name="ModelViewGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor>
<copyright>(C) 2010 David "Buzz" Carlson</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A 3D model view gadget!</description>
<url>http://www.openpilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
</dependencyList>
</plugin>

Some files were not shown because too many files have changed in this diff Show More