Check-in [e421c1af60]
Overview
Comment: | Minor text fixes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e421c1af608a06547547b37ea8fefef4 |
User & Date: | mario on 2016-10-22 19:01:01 |
Other Links: | manifest | tags |
Context
2016-10-22
| ||
19:07 |
new plugin: specbuttons allows to define mini
toolbar buttons to control applications (audio settings, mute/volume,
start/kill players or other apps).
Has been externalized as plugin. The UI features are built into gtk3.xml
| |
19:01 | Minor text fixes check-in: e421c1af60 user: mario tags: trunk | |
19:00 | Set "instant activation" option background yellow instead of orange. check-in: 6c2f0c5c09 user: mario tags: trunk | |
Changes
Modified channels/favicon.py from [09f6bbd70b] to [c4ea9b38ed].
1 2 3 4 5 6 | # encoding: utf-8 # api: streamtuner2 # title: Favicons # description: Load and display station favicons/logos. # config: # { name: load_favicon, type: bool, value: 1, description: "Load favicon instantly when â–¸playing a station.", color: "#fff7cc" } | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # encoding: utf-8 # api: streamtuner2 # title: Favicons # description: Load and display station favicons/logos. # config: # { name: load_favicon, type: bool, value: 1, description: "Load favicon instantly when â–¸playing a station.", color: "#fff7cc" } # { name: favicon_google_first, type: bool, value: 1, description: "Use Google favicon-to-PNG conversion service (faster)." } # { name: favicon_delete_stub , type: bool, value: 1, description: "Don't accept any placeholder favicons." } # { name: google_homepage, type: bool, value: 0, description: "Google missing station homepages right away." } # type: feature # category: ui # version: 2.0 # depends: streamtuner2 >= 2.1.9, python:pil # priority: standard |
︙ | ︙ |