-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
389a16b
commit 1917193
Showing
14 changed files
with
172 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Taken from https://github.com/small-tech/watson/blob/main/template/task/take-screenshots | ||
# Copyright ⓒ 2021-present Aral Balkan, Small Technology Foundation. | ||
# Released under GNU GPL version 3.0. | ||
|
||
screenshot_dimensions="$(magick light.png -ping -format "%wx%h" info:)" | ||
|
||
magick \ | ||
\( "light.png" +write mpr:light \) \ | ||
\( "dark.png" mpr:light \( -size "${screenshot_dimensions}" xc:white -draw "stroke None fill Black path 'M %[fx:w/1.618],0 L %[fx:w-w/1.618],%[fx:h] L %[fx:w],%[fx:h] L %[fx:w],0 Z'" \) -alpha Off -composite +write mpr:montage \) \ | ||
\( mpr:montage \( mpr:light -alpha extract \) -compose CopyOpacity -composite +write "light-and-dark.png" \) \ | ||
null: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
src/MainWindow.vala | ||
src/AlertView.vala | ||
src/Application.vala |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.childishgiant.mixer\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-16 19:23+0100\n" | ||
"POT-Creation-Date: 2021-12-24 21:21+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,47 +17,53 @@ msgstr "" | |
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/MainWindow.vala:12 src/MainWindow.vala:25 | ||
#: src/MainWindow.vala:26 src/MainWindow.vala:39 | ||
msgid "Mixer" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:100 | ||
#: src/MainWindow.vala:210 | ||
msgid "Volume:" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:103 | ||
#: src/MainWindow.vala:213 | ||
msgid "Balance:" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:111 | ||
#: src/MainWindow.vala:223 | ||
msgid "Left" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:112 | ||
#: src/MainWindow.vala:224 | ||
msgid "Centre" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:113 | ||
#: src/MainWindow.vala:225 | ||
msgid "Right" | ||
msgstr "" | ||
|
||
#. Make the switch disable the sliders | ||
#. If the app's in mono | ||
#. Disable inputs on balance slider | ||
#. Also grey out the label | ||
#. Give it a tooltip explaining this | ||
#: src/MainWindow.vala:147 | ||
#: src/MainWindow.vala:255 | ||
msgid "This app is using mono audio" | ||
msgstr "" | ||
|
||
#. Output label | ||
#: src/MainWindow.vala:159 | ||
#: src/MainWindow.vala:267 | ||
msgid "Output:" | ||
msgstr "" | ||
|
||
#: src/AlertView.vala:31 | ||
#: src/AlertView.vala:16 | ||
msgid "No Apps" | ||
msgstr "" | ||
|
||
#: src/AlertView.vala:37 | ||
#: src/AlertView.vala:22 | ||
msgid "There are no apps making any noise." | ||
msgstr "" | ||
|
||
#: src/Application.vala:37 | ||
#, c-format | ||
msgid "Mixer version: %s" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.childishgiant.mixer\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-16 19:23+0100\n" | ||
"POT-Creation-Date: 2021-12-24 21:21+0000\n" | ||
"PO-Revision-Date: 2021-07-19 22:05+0100\n" | ||
"Last-Translator: Allie Law <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -16,47 +16,53 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: src/MainWindow.vala:12 src/MainWindow.vala:25 | ||
#: src/MainWindow.vala:26 src/MainWindow.vala:39 | ||
msgid "Mixer" | ||
msgstr "Mixer" | ||
|
||
#: src/MainWindow.vala:100 | ||
#: src/MainWindow.vala:210 | ||
msgid "Volume:" | ||
msgstr "Volume:" | ||
|
||
#: src/MainWindow.vala:103 | ||
#: src/MainWindow.vala:213 | ||
msgid "Balance:" | ||
msgstr "Balance:" | ||
|
||
#: src/MainWindow.vala:111 | ||
#: src/MainWindow.vala:223 | ||
msgid "Left" | ||
msgstr "Left" | ||
|
||
#: src/MainWindow.vala:112 | ||
#: src/MainWindow.vala:224 | ||
msgid "Centre" | ||
msgstr "Center" | ||
|
||
#: src/MainWindow.vala:113 | ||
#: src/MainWindow.vala:225 | ||
msgid "Right" | ||
msgstr "Right" | ||
|
||
#. Make the switch disable the sliders | ||
#. If the app's in mono | ||
#. Disable inputs on balance slider | ||
#. Also grey out the label | ||
#. Give it a tooltip explaining this | ||
#: src/MainWindow.vala:147 | ||
#: src/MainWindow.vala:255 | ||
msgid "This app is using mono audio" | ||
msgstr "This app is using mono audio" | ||
|
||
#. Output label | ||
#: src/MainWindow.vala:159 | ||
#: src/MainWindow.vala:267 | ||
msgid "Output:" | ||
msgstr "Output:" | ||
|
||
#: src/AlertView.vala:31 | ||
#: src/AlertView.vala:16 | ||
msgid "No Apps" | ||
msgstr "No Apps" | ||
|
||
#: src/AlertView.vala:37 | ||
#: src/AlertView.vala:22 | ||
msgid "There are no apps making any noise." | ||
msgstr "There are no apps making any noise." | ||
|
||
#: src/Application.vala:37 | ||
#, c-format | ||
msgid "Mixer version: %s" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.github.childishgiant.mixer\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-16 19:23+0100\n" | ||
"POT-Creation-Date: 2021-12-24 21:21+0000\n" | ||
"PO-Revision-Date: 2021-07-19 22:05+0100\n" | ||
"Last-Translator: Jeyson Antonio Flores Deras <[email protected]>\n" | ||
"Language-Team: none\n" | ||
|
@@ -17,47 +17,53 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: src/MainWindow.vala:12 src/MainWindow.vala:25 | ||
#: src/MainWindow.vala:26 src/MainWindow.vala:39 | ||
msgid "Mixer" | ||
msgstr "" | ||
|
||
#: src/MainWindow.vala:100 | ||
#: src/MainWindow.vala:210 | ||
msgid "Volume:" | ||
msgstr "Volumen:" | ||
|
||
#: src/MainWindow.vala:103 | ||
#: src/MainWindow.vala:213 | ||
msgid "Balance:" | ||
msgstr "Balance:" | ||
|
||
#: src/MainWindow.vala:111 | ||
#: src/MainWindow.vala:223 | ||
msgid "Left" | ||
msgstr "Izquierda" | ||
|
||
#: src/MainWindow.vala:112 | ||
#: src/MainWindow.vala:224 | ||
msgid "Centre" | ||
msgstr "Centro" | ||
|
||
#: src/MainWindow.vala:113 | ||
#: src/MainWindow.vala:225 | ||
msgid "Right" | ||
msgstr "Derecha" | ||
|
||
#. Make the switch disable the sliders | ||
#. If the app's in mono | ||
#. Disable inputs on balance slider | ||
#. Also grey out the label | ||
#. Give it a tooltip explaining this | ||
#: src/MainWindow.vala:147 | ||
#: src/MainWindow.vala:255 | ||
msgid "This app is using mono audio" | ||
msgstr "Esta aplicación está usando audio mono" | ||
|
||
#. Output label | ||
#: src/MainWindow.vala:159 | ||
#: src/MainWindow.vala:267 | ||
msgid "Output:" | ||
msgstr "Salida:" | ||
|
||
#: src/AlertView.vala:31 | ||
#: src/AlertView.vala:16 | ||
msgid "No Apps" | ||
msgstr "Sin Aplicaciones" | ||
|
||
#: src/AlertView.vala:37 | ||
#: src/AlertView.vala:22 | ||
msgid "There are no apps making any noise." | ||
msgstr "No hay aplicaciones haciendo sonido." | ||
|
||
#: src/Application.vala:37 | ||
#, c-format | ||
msgid "Mixer version: %s" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the extra package. | ||
# Allie Law <[email protected]>, 2021. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: extra\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-08-16 19:11+0100\n" | ||
"POT-Creation-Date: 2021-12-24 21:21+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: en-gb\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
@@ -55,27 +55,79 @@ msgstr "" | |
msgid "Allie Law" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:60 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:32 | ||
msgid "Nothing new!" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:34 | ||
msgid "" | ||
"Mixer has had a complete rewrite, allowing for wider compatability and " | ||
"better stability (Fingers crossed!)" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:35 | ||
msgid "" | ||
"There's now a suggested price of $3. As with all apps on AppCenter this is " | ||
"split between elementary and me 30/70" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:41 | ||
msgid "Features:" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:43 | ||
msgid "Spanish translation" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:44 | ||
msgid "Ruissian translation" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:45 | ||
msgid "Also grey out the slider label if not in use" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:46 | ||
msgid "Handle long apps more gracefully" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:47 | ||
msgid "Scroll window if not all apps fit" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:49 | ||
msgid "Bug fixes:" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:51 | ||
msgid "Fix for running on German systems" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:52 | ||
msgid "Fix for app names with non-alpha characters not capturing" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:58 | ||
msgid "Updated AppCenter metadata" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:65 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:74 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:63 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:72 | ||
msgid "Added features:" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:67 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:65 | ||
msgid "Added support for Odin's dark style" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:68 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:66 | ||
msgid "Changed some backend things to be more in-line with stock apps" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:76 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:74 | ||
msgid "Added a dropdown for changing which output an app uses" | ||
msgstr "" | ||
|
||
#: data/com.github.childishgiant.mixer.appdata.xml.in:82 | ||
#: data/com.github.childishgiant.mixer.appdata.xml.in:80 | ||
msgid "Initial Release" | ||
msgstr "" |
Oops, something went wrong.