43 Commits

Author SHA1 Message Date
Wiktor Zykubek
6a08d45677
Format .py files with isort 2023-07-11 16:06:05 +02:00
Wiktor Zykubek
1e149f9993
Add isort as dev dependency 2023-07-11 15:29:17 +02:00
Wiktor Zykubek
d72d8c751d
Update .gitignore and format __main__.py 2023-07-11 15:16:40 +02:00
Wiktor Zykubek
866f57569a
Fix building on Windows 2023-07-10 20:18:25 +02:00
Wiktor Zykubek
92cfe6fa51
Format code with yapf 2023-07-10 17:04:47 +02:00
Wiktor Zykubek
27bb48b97c
Add yapf as dev dependency 2023-07-10 17:04:32 +02:00
Wiktor Zykubek
fcc610e2d0
Update pyproject.toml 2023-07-10 14:54:42 +02:00
Wiktor Zykubek
14ece7390a
Increment patch version v0.1.2 2023-07-10 02:16:53 +02:00
Wiktor Zykubek
4a1242c92e
Update README.md 2023-07-10 02:15:42 +02:00
Wiktor Zykubek
fe0cc065aa
Move ui/ to assets/ui 2023-07-10 02:10:52 +02:00
Wiktor Zykubek
16c35d1010
Move icons to assets/icons 2023-07-10 02:08:31 +02:00
Wiktor Zykubek
6f7bca792d
Rename .ui files 2023-07-10 02:01:43 +02:00
Wiktor Zykubek
5b20136717
Untrack .pyproject 2023-07-10 01:38:16 +02:00
Wiktor Zykubek
1f805f638a
Add poetry.lock
https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control
2023-07-10 01:33:22 +02:00
Wiktor Zykubek
e4ff91e9ec
Specify Python version range 2023-07-10 01:30:06 +02:00
Wiktor Zykubek
3f477fb62b
Update prebuild.py 2023-07-10 01:29:19 +02:00
Wiktor Zykubek
72cf937826
Create directory for .ui files 2023-07-10 01:29:02 +02:00
Wiktor Zykubek
80c04fa73b
Update issue templates 2023-07-09 02:41:18 +02:00
Wiktor Zykubek
dd94992bda
Update README.md 2023-07-09 01:51:35 +02:00
Wiktor Zykubek
ba7d6bf57d
Update .gitignore v0.1.1 2023-07-09 00:30:20 +02:00
Wiktor Zykubek
826b2fea2b
Add LICENSE 2023-07-09 00:30:20 +02:00
Wiktor Zykubek
d6f5a84f0d
Add png version of icon 2023-07-09 00:30:20 +02:00
Wiktor Zykubek
1b1a66dbd0
Update version 2023-07-08 21:24:43 +02:00
Wiktor Zykubek
003233ba8d
Update README.md 2023-07-08 20:27:36 +02:00
Wiktor Zykubek
1eb60a64ed
Update pyproject.toml and abort using pyinstaller 2023-07-08 20:24:53 +02:00
Wiktor Zykubek
eb86628f6e
Improve building methods 2023-07-08 20:20:56 +02:00
Wiktor Zykubek
30952ad2fb
Add README.md v0.1.0 2023-06-15 16:32:25 +02:00
Wiktor Zykubek
7582c8d818
Add additional files 2023-06-15 16:19:55 +02:00
Wiktor Zykubek
50cfc17839
Change icon file 2023-06-15 16:19:33 +02:00
Wiktor Zykubek
a841bb4293
Use package structure 2023-06-15 13:14:40 +02:00
Wiktor Zykubek
d707588926
Avoid app crashing after station change 2023-06-15 12:12:17 +02:00
Wiktor Zykubek
9c417d7620
Replace theme icons with standard icons 2023-06-15 12:04:36 +02:00
Wiktor Zykubek
c2561e87ba
Refactorize code, unify class names, add documentation 2023-06-15 00:12:32 +02:00
Wiktor Zykubek
6a99d4198c
Remove unnecessary widgets 2023-06-14 17:39:01 +02:00
Wiktor Zykubek
08ae286797
Implement volume control 2023-06-14 16:28:27 +02:00
Wiktor Zykubek
de72aad958
Add connection error handling 2023-06-14 15:57:46 +02:00
Wiktor Zykubek
e996363656
Add volume/mute button 2023-06-13 00:20:13 +02:00
Wiktor Zykubek
f52c6cc418
Implement playback control and add icons 2023-06-13 00:06:24 +02:00
Wiktor Zykubek
091b2064ef
Add working player (preview) 2023-06-12 23:16:24 +02:00
Wiktor Zykubek
147085c383
Display stations in group after selection 2023-06-12 21:42:10 +02:00
Wiktor Zykubek
4775c10a0e
Change proportions of listWidgets 2023-06-12 21:41:35 +02:00
Wiktor Zykubek
f57e1afe76
Add second listWidget to display stations 2023-06-12 20:42:02 +02:00
Wiktor Zykubek
aef131298b
Create simple GUI 2023-06-11 22:50:01 +02:00