theshell/resources.qrc

70 lines
2.9 KiB
Text
Raw Normal View History

2016-03-29 17:42:24 +11:00
<RCC>
<qresource prefix="/sounds">
<file>listening.wav</file>
<file>notlistening.wav</file>
<file>ok.wav</file>
<file>what.wav</file>
2016-04-03 10:41:46 +10:00
<file>volfeedback.wav</file>
2016-05-29 17:03:52 +10:00
<file>click.wav</file>
2016-09-28 17:59:38 +10:00
<file>charging.wav</file>
<file>media-remove.wav</file>
<file>media-insert.wav</file>
2016-12-20 13:21:35 +11:00
<file>screenshot.wav</file>
2017-01-15 00:38:39 +11:00
<file>powerlow.wav</file>
2016-05-29 17:03:52 +10:00
</qresource>
<qresource prefix="/icons/dark">
<file>images/dark/flight.svg</file>
2016-07-22 22:47:38 +10:00
<file>images/dark/battery-charged.svg</file>
<file>images/dark/battery-charging.svg</file>
<file>images/dark/battery-not-charging.svg</file>
<file>images/dark/battery-low.svg</file>
<file>images/dark/battery-critical.svg</file>
2016-12-11 23:35:44 +11:00
<file>images/dark/connect.svg</file>
<file>images/dark/disconnect.svg</file>
2016-05-29 17:03:52 +10:00
</qresource>
<qresource prefix="/icons/light">
<file>images/light/flight.svg</file>
2016-07-22 22:47:38 +10:00
<file>images/light/battery-charged.svg</file>
<file>images/light/battery-charging.svg</file>
<file>images/light/battery-not-charging.svg</file>
<file>images/light/battery-low.svg</file>
<file>images/light/battery-critical.svg</file>
2016-12-11 23:35:44 +11:00
<file>images/light/connect.svg</file>
<file>images/light/disconnect.svg</file>
2016-05-29 17:03:52 +10:00
</qresource>
<qresource prefix="/icons">
<file>icon.svg</file>
2016-06-03 17:26:25 +10:00
<file>thewave.svg</file>
<file>blank.svg</file>
2016-03-29 17:42:24 +11:00
</qresource>
<qresource prefix="/icons/flight">
<file alias="cancelled.svg">flight/cancelled.svg</file>
<file alias="unknown.svg">flight/unknown.svg</file>
</qresource>
<qresource prefix="/sounds/tones">
2016-09-21 22:50:09 +10:00
<file alias="happybee">happybee.ogg</file>
<file alias="playinginthedark">playinginthedark.ogg</file>
<file alias="icecream">icecream.ogg</file>
<file alias="party">party.ogg</file>
<file alias="saltyditty">saltyditty.ogg</file>
</qresource>
2016-07-01 14:01:19 +10:00
<qresource prefix="/backgrounds">
<file alias="blueprint">backgrounds/blueprint</file>
<file alias="triangles">backgrounds/triangles</file>
<file alias="triplecircle">backgrounds/triplecircle</file>
<file alias="shatter">backgrounds/shatter</file>
<file alias="slice">backgrounds/slice</file>
2016-07-13 12:25:20 +10:00
<file alias="nav">backgrounds/nav</file>
2016-07-22 22:47:38 +10:00
<file alias="leftwaves">backgrounds/leftwaves</file>
2017-02-22 22:57:39 +11:00
<file alias="arrows">backgrounds/arrows.svg</file>
<file alias="beach">backgrounds/beach.svg</file>
<file alias="waves">backgrounds/waves.svg</file>
2016-07-01 14:01:19 +10:00
</qresource>
<qresource prefix="/sounds/notifications">
<file alias="tripleping.wav">notifications/tripleping.wav</file>
<file alias="upsidedown.wav">notifications/upsidedown.wav</file>
2017-01-17 21:47:16 +11:00
<file alias="echo.wav">notifications/echo.wav</file>
2017-05-02 17:12:21 +10:00
<file alias="reminder.wav">notifications/reminder.wav</file>
</qresource>
2016-03-29 17:42:24 +11:00
</RCC>