Commit Graph

  • 522ba01275
    Increment patch version master v0.1.3 Wiktor Zykubek 2023-07-16 16:29:40 +02:00
  • 338c18ae92
    Move icons to subclass (object) __icons Wiktor Zykubek 2023-07-16 16:20:48 +02:00
  • 1fc5660c31
    Convert method names to snake_case Wiktor Zykubek 2023-07-16 15:50:43 +02:00
  • 79b270794e
    Remove parent argument from MainWindow's constructor Wiktor Zykubek 2023-07-16 15:48:30 +02:00
  • 2df7bdc5dc
    Fix displaying icons Wiktor Zykubek 2023-07-16 15:46:55 +02:00
  • 7c3830b8ab
    Convert PySide names to snake_case with __feature__ Wiktor Zykubek 2023-07-16 15:44:47 +02:00
  • 9d679ae20e
    Display station name in window title Wiktor Zykubek 2023-07-11 18:38:44 +02:00
  • 8e1cdb76f0
    Display error message when network is down Wiktor Zykubek 2023-07-11 18:27:45 +02:00
  • 85be796276
    Remember previous volume after muting Wiktor Zykubek 2023-07-11 17:53:51 +02:00
  • 1a95171bb0
    Set volumeHorizontalSlider position on init Wiktor Zykubek 2023-07-11 16:24:53 +02:00
  • 6a08d45677
    Format .py files with isort Wiktor Zykubek 2023-07-11 15:29:37 +02:00
  • 1e149f9993
    Add isort as dev dependency Wiktor Zykubek 2023-07-11 15:29:17 +02:00
  • d72d8c751d
    Update .gitignore and format __main__.py Wiktor Zykubek 2023-07-11 15:16:40 +02:00
  • 866f57569a
    Fix building on Windows Wiktor Zykubek 2023-07-10 18:05:59 +02:00
  • 92cfe6fa51
    Format code with yapf Wiktor Zykubek 2023-07-10 17:04:47 +02:00
  • 27bb48b97c
    Add yapf as dev dependency Wiktor Zykubek 2023-07-10 17:04:32 +02:00
  • fcc610e2d0
    Update pyproject.toml Wiktor Zykubek 2023-07-10 14:54:42 +02:00
  • 14ece7390a
    Increment patch version v0.1.2 Wiktor Zykubek 2023-07-10 02:16:53 +02:00
  • 4a1242c92e
    Update README.md Wiktor Zykubek 2023-07-10 02:14:38 +02:00
  • fe0cc065aa
    Move ui/ to assets/ui Wiktor Zykubek 2023-07-10 02:10:52 +02:00
  • 16c35d1010
    Move icons to assets/icons Wiktor Zykubek 2023-07-10 02:07:35 +02:00
  • 6f7bca792d
    Rename .ui files Wiktor Zykubek 2023-07-10 02:01:43 +02:00
  • 5b20136717
    Untrack .pyproject Wiktor Zykubek 2023-07-10 01:38:16 +02:00
  • 1f805f638a
    Add poetry.lock Wiktor Zykubek 2023-07-10 01:33:22 +02:00
  • e4ff91e9ec
    Specify Python version range Wiktor Zykubek 2023-07-10 01:30:06 +02:00
  • 3f477fb62b
    Update prebuild.py Wiktor Zykubek 2023-07-10 01:29:19 +02:00
  • 72cf937826
    Create directory for .ui files Wiktor Zykubek 2023-07-10 01:29:02 +02:00
  • 80c04fa73b
    Update issue templates Wiktor Zykubek 2023-07-09 02:41:18 +02:00
  • dd94992bda
    Update README.md Wiktor Zykubek 2023-07-09 01:47:56 +02:00
  • ba7d6bf57d
    Update .gitignore v0.1.1 Wiktor Zykubek 2023-07-08 22:51:16 +02:00
  • 826b2fea2b
    Add LICENSE Wiktor Zykubek 2023-07-08 22:47:43 +02:00
  • d6f5a84f0d
    Add png version of icon Wiktor Zykubek 2023-07-08 22:29:25 +02:00
  • 1b1a66dbd0
    Update version Wiktor Zykubek 2023-07-08 20:33:45 +02:00
  • 003233ba8d
    Update README.md Wiktor Zykubek 2023-07-08 20:27:36 +02:00
  • 1eb60a64ed
    Update pyproject.toml and abort using pyinstaller Wiktor Zykubek 2023-07-08 20:22:57 +02:00
  • eb86628f6e
    Improve building methods Wiktor Zykubek 2023-07-08 20:20:56 +02:00
  • 45b5643cc7
    Update screenshot_linux.png podcasts Wiktor Zykubek 2023-06-19 01:13:55 +02:00
  • eeadc0a8c2
    Create separate pause and stop button Wiktor Zykubek 2023-06-18 22:27:55 +02:00
  • 5358deab51
    Change pagination for eposiodes list Wiktor Zykubek 2023-06-18 18:01:06 +02:00
  • f664548d71
    Allow to play podcasts Wiktor Zykubek 2023-06-18 17:57:27 +02:00
  • c26d8833b3
    Clear stationsListWidget each time listWidget is changed Wiktor Zykubek 2023-06-18 17:46:16 +02:00
  • 32ed78e7bc
    Increase MainWindow width Wiktor Zykubek 2023-06-18 17:42:55 +02:00
  • edc498c510
    Print podcasts and episodes Wiktor Zykubek 2023-06-18 17:37:10 +02:00
  • d02f7302a2
    Add printPodcastGroups method Wiktor Zykubek 2023-06-18 16:37:12 +02:00
  • e01edba7f3
    Rename methods Wiktor Zykubek 2023-06-18 16:34:19 +02:00
  • 0b63621532
    Adjust and rename getStationsData method to handle other URLs Wiktor Zykubek 2023-06-18 16:32:57 +02:00
  • 89cedd4f7c
    Add tabWidget and podcasts category to UI Wiktor Zykubek 2023-06-18 16:14:26 +02:00
  • 30952ad2fb
    Add README.md v0.1.0 Wiktor Zykubek 2023-06-15 16:32:25 +02:00
  • 7582c8d818
    Add additional files Wiktor Zykubek 2023-06-15 16:19:55 +02:00
  • 50cfc17839
    Change icon file Wiktor Zykubek 2023-06-15 16:18:50 +02:00
  • a841bb4293
    Use package structure Wiktor Zykubek 2023-06-15 13:14:40 +02:00
  • d707588926
    Avoid app crashing after station change Wiktor Zykubek 2023-06-15 12:12:17 +02:00
  • 9c417d7620
    Replace theme icons with standard icons Wiktor Zykubek 2023-06-15 00:32:41 +02:00
  • c2561e87ba
    Refactorize code, unify class names, add documentation Wiktor Zykubek 2023-06-15 00:12:32 +02:00
  • 6a99d4198c
    Remove unnecessary widgets Wiktor Zykubek 2023-06-14 17:39:01 +02:00
  • 08ae286797
    Implement volume control Wiktor Zykubek 2023-06-14 16:22:48 +02:00
  • de72aad958
    Add connection error handling Wiktor Zykubek 2023-06-14 15:57:46 +02:00
  • e996363656
    Add volume/mute button Wiktor Zykubek 2023-06-13 00:20:13 +02:00
  • f52c6cc418
    Implement playback control and add icons Wiktor Zykubek 2023-06-13 00:06:24 +02:00
  • 091b2064ef
    Add working player (preview) Wiktor Zykubek 2023-06-12 23:16:24 +02:00
  • 147085c383
    Display stations in group after selection Wiktor Zykubek 2023-06-12 21:42:10 +02:00
  • 4775c10a0e
    Change proportions of listWidgets Wiktor Zykubek 2023-06-12 21:41:35 +02:00
  • f57e1afe76
    Add second listWidget to display stations Wiktor Zykubek 2023-06-12 20:34:50 +02:00
  • aef131298b
    Create simple GUI Wiktor Zykubek 2023-06-11 22:50:01 +02:00