1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +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 Sounds for the notifaction plugin
Work in progress, any ideas, add them. Work in progress, any ideas PM me - dankers.
Noises: Noises:
@ -12,45 +12,72 @@ Whoop
Spoken Collections (sorted alphabetically): Spoken Collections (sorted alphabetically):
aborted
active active
alarm alarm
alert alert
altitude altitude
amps amps
aquired
autonomous flight autonomous flight
battery battery
camera camera
cancelled cancelled
changed
circle position
cleared
complete complete
connected
connection
control control
critical critical
disabled disabled
disconnected
figure eight
flight flight
Ground Station GPS
ground station
heading heading
height
high
hippodrome
hold position
Home location
initiated initiated
initiazlised initiazlised
landing landing
launch
left
lock
logging
lost
low low
manual flight manual flight
max maxium
minimum
mode mode
navigation navigation
OpenPilot OpenPilot
point point
range range
ready
return home return home
return to launch right
set
stabalisation stabalisation
Started Started
stopped
take off take off
telemtry
time time
triggered triggered
UAV
volts volts
warning warning
waypoint waypoint
Numbers: Numbers:
one one
@ -67,7 +94,7 @@ eleven
tweleve tweleve
thriteen thriteen
fourteen fourteen
fiveteen fifteen
sixteen sixteen
seventeen seventeen
eightteen eightteen
@ -75,7 +102,7 @@ nineteen
twenty twenty
thirty thirty
fourty fourty
fivty fifty
sixty sixty
seventy seventy
eighty eighty
@ -83,3 +110,6 @@ ninety
hundread hundread
thousand thousand
million 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 TEMPLATE = subdirs
SUBDIRS = openpilotgcs/translations 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"> <plugin name="AirspeedGadget" version="1.0.0" compatVersion="1.0.0">
<vendor>The OpenPilot Project</vendor> <vendor>The OpenPilot Project</vendor>
<copyright>(C)David "Buzz" Carlson</copyright> <copyright>(C) 2010 Edouard Lafargue & David Carlson</copyright>
<license>The GNU Public License (GPL) Version 3</license> <license>The GNU Public License (GPL) Version 3</license>
<description>An analog airspeed dial gadget!</description> <description>An analog dial gadget</description>
<url>http://www.openpilot.org</url> <url>http://www.openpilot.org</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="UAVObjects" version="0.0.1"/> <dependency name="UAVObjects" version="0.0.1"/>
</dependencyList> </dependencyList>
</plugin> </plugin>

View File

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

View File

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

View File

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

View File

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

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