Skip to content

Commit

Permalink
Merge pull request #262 from oskarsh/beta
Browse files Browse the repository at this point in the history
v3.4
  • Loading branch information
l0drex authored Feb 27, 2024
2 parents 1d5c01c + 824b4a6 commit 1ff07ad
Show file tree
Hide file tree
Showing 38 changed files with 688 additions and 649 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
patreon: L0drex # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: daehruoydeef
liberapay: # liberapay user name
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with a single custom sponsorship URL
42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

75 changes: 75 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of Yin & Yang are you running?
validations:
required: true
- type: dropdown
id: source
attributes:
label: How did you install Yin & Yang?
options:
- Git clone + running install script
- AUR
- Flatpak
validations:
required: true
- type: dropdown
id: desktop
attributes:
label: What desktop environments are you seeing the problem on?
multiple: true
options:
- KDE
- Gnome
- Xfce
- Mate
- Cinnamon
- other
- type: dropdown
id: plugins
attributes:
label: Which plugin causes the issue?
options:
- Atom
- Brave
- Colors
- Custom Script
- Firefox
- Gedit
- GTK
- Konsole
- Kvantum
- Only Office
- System
- VSCode
- Wallpaper
- type: input
id: plugin_version
attributes:
label: What software version do you use?
description: For example, if you see a problem with the VSCode plugin, this would refer to the version of VSCode you have installed.
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
11 changes: 2 additions & 9 deletions designer/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,6 @@
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toggle_sound">
<property name="text">
<string>Make a sound when switching the theme</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toggle_notification">
<property name="text">
Expand Down Expand Up @@ -374,8 +367,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>518</width>
<height>88</height>
<width>501</width>
<height>86</height>
</rect>
</property>
<layout class="QVBoxLayout" name="plugins_scroll_content_layout">
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
psutil==5.9.6
PySide6==6.6.0
PySide6-Addons==6.6.0
psutil==5.9.7
PySide6==6.6.1
PySide6-Addons==6.6.1
suntime==1.2.5
systemd-python==235
requests~=2.31.0
Binary file removed resources/dark.wav
Binary file not shown.
Binary file removed resources/light.wav
Binary file not shown.
Binary file modified resources/translations/yin_yang.de_DE.qm
Binary file not shown.
19 changes: 7 additions & 12 deletions resources/translations/yin_yang.de_DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,51 +60,46 @@
</message>
<message>
<location filename="../../designer/main_window.ui" line="302"/>
<source>Make a sound when switching the theme</source>
<translation>Mache ein Geräusch, wenn das Thema geändert wird</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="309"/>
<source>Send a notification</source>
<translation>Sende eine Benachrichtigung</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="318"/>
<location filename="../../designer/main_window.ui" line="311"/>
<source>Time to wait until the system finished booting. Default value is 10 seconds.</source>
<translation>Zeit die gewartet werden soll während das System startet. Standardwert ist 10 Sekunden.</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="321"/>
<location filename="../../designer/main_window.ui" line="314"/>
<source>Delay after boot:</source>
<translation>Verzögerung nach Start</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="328"/>
<location filename="../../designer/main_window.ui" line="321"/>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="361"/>
<location filename="../../designer/main_window.ui" line="354"/>
<source>Plugins</source>
<translation></translation>
</message>
</context>
<context>
<name>systray</name>
<message>
<location filename="../../yin_yang/__main__.py" line="125"/>
<location filename="../../yin_yang/__main__.py" line="127"/>
<source>Open Yin Yang</source>
<comment>Context menu action in the systray</comment>
<translation>Yin Yang öffnen</translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="126"/>
<location filename="../../yin_yang/__main__.py" line="130"/>
<source>Toggle theme</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished">Farbschema wechseln</translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="127"/>
<location filename="../../yin_yang/__main__.py" line="133"/>
<source>Quit</source>
<comment>Context menu action in the systray</comment>
<translation>Beenden</translation>
Expand Down
Binary file modified resources/translations/yin_yang.nl_NL.qm
Binary file not shown.
19 changes: 7 additions & 12 deletions resources/translations/yin_yang.nl_NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,51 +60,46 @@
</message>
<message>
<location filename="../../designer/main_window.ui" line="302"/>
<source>Make a sound when switching the theme</source>
<translation>Geluid afspelen na instellen van ander thema</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="309"/>
<source>Send a notification</source>
<translation>Melding tonen</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="318"/>
<location filename="../../designer/main_window.ui" line="311"/>
<source>Time to wait until the system finished booting. Default value is 10 seconds.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="321"/>
<location filename="../../designer/main_window.ui" line="314"/>
<source>Delay after boot:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="328"/>
<location filename="../../designer/main_window.ui" line="321"/>
<source>s</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="361"/>
<location filename="../../designer/main_window.ui" line="354"/>
<source>Plugins</source>
<translation>Plug-ins</translation>
</message>
</context>
<context>
<name>systray</name>
<message>
<location filename="../../yin_yang/__main__.py" line="125"/>
<location filename="../../yin_yang/__main__.py" line="127"/>
<source>Open Yin Yang</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="126"/>
<location filename="../../yin_yang/__main__.py" line="130"/>
<source>Toggle theme</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="127"/>
<location filename="../../yin_yang/__main__.py" line="133"/>
<source>Quit</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
Expand Down
Binary file modified resources/translations/yin_yang.zh_TW.qm
Binary file not shown.
19 changes: 7 additions & 12 deletions resources/translations/yin_yang.zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,51 +60,46 @@
</message>
<message>
<location filename="../../designer/main_window.ui" line="302"/>
<source>Make a sound when switching the theme</source>
<translation type="unfinished">切換主題時播放音效</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="309"/>
<source>Send a notification</source>
<translation type="unfinished">推送通知</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="318"/>
<location filename="../../designer/main_window.ui" line="311"/>
<source>Time to wait until the system finished booting. Default value is 10 seconds.</source>
<translation type="unfinished">開機後延遲秒數。預設為十秒。</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="321"/>
<location filename="../../designer/main_window.ui" line="314"/>
<source>Delay after boot:</source>
<translation type="unfinished">延遲秒數:</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="328"/>
<location filename="../../designer/main_window.ui" line="321"/>
<source>s</source>
<translation type="unfinished">秒</translation>
</message>
<message>
<location filename="../../designer/main_window.ui" line="361"/>
<location filename="../../designer/main_window.ui" line="354"/>
<source>Plugins</source>
<translation type="unfinished">擴充功能</translation>
</message>
</context>
<context>
<name>systray</name>
<message>
<location filename="../../yin_yang/__main__.py" line="125"/>
<location filename="../../yin_yang/__main__.py" line="127"/>
<source>Open Yin Yang</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="126"/>
<location filename="../../yin_yang/__main__.py" line="130"/>
<source>Toggle theme</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../yin_yang/__main__.py" line="127"/>
<location filename="../../yin_yang/__main__.py" line="133"/>
<source>Quit</source>
<comment>Context menu action in the systray</comment>
<translation type="unfinished"></translation>
Expand Down
Loading

0 comments on commit 1ff07ad

Please sign in to comment.