Check-in [045ec7be83]
Overview
Comment: | Remove newstation_ok/_cancel signal symbols. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 045ec7be8333bf705647aa3e48048460c60363e7 |
User & Date: | mario on 2016-11-06 18:53:10 |
Other Links: | manifest | tags |
Context
2016-11-06
| ||
20:06 | Fix hidden `conf.cmd` lookup check-in: a2ef839027 user: mario tags: trunk | |
18:53 | Remove newstation_ok/_cancel signal symbols. check-in: 045ec7be83 user: mario tags: trunk | |
18:52 | Alternate "rt" and "r" gzopen file flag (the "t" is an addition of Python3 gzip, and failed with Python2 on Windows) check-in: ee1b2744a1 user: mario tags: trunk | |
Changes
Modified gtk3.xml.gz from [6768e7f6e0] to [dce98efb4e].
cannot compute difference between binary files
Modified st2.py from [29c7034b2f] to [3622b6a921].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#!/usr/bin/env python
# encoding: UTF-8
# api: python
# type: application
# title: streamtuner2
# description: Directory browser for internet radio, audio and video streams
# version: 2.1.9.4
# state: beta
# author: Mario Salzer <mario@include-once.org>
# license: Public Domain
# url: http://freshcode.club/projects/streamtuner2
# config:
# { type: env, name: HTTP_PROXY, description: proxy for HTTP access }
# { type: env, name: XDG_CONFIG_HOME, description: relocates user .config subdirectory }
|
| |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#!/usr/bin/env python
# encoding: UTF-8
# api: python
# type: application
# title: streamtuner2
# description: Directory browser for internet radio, audio and video streams
# version: 2.1.9.5
# state: beta
# author: Mario Salzer <mario@include-once.org>
# license: Public Domain
# url: http://freshcode.club/projects/streamtuner2
# config:
# { type: env, name: HTTP_PROXY, description: proxy for HTTP access }
# { type: env, name: XDG_CONFIG_HOME, description: relocates user .config subdirectory }
|