Check-in [9520bc51a3]
Overview
| Comment: | Removed plugin option background colors. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
9520bc51a3b5d7aa6f969eb78df576f6 |
| User & Date: | mario on 2016-12-03 21:23:12 |
| Other Links: | manifest | tags |
Context
|
2016-12-03
| ||
| 21:24 | Fix regex groups for find_player_win path quoting check-in: a03f6235f0 user: mario tags: trunk | |
| 21:23 | Removed plugin option background colors. check-in: 9520bc51a3 user: mario tags: trunk | |
| 14:47 | Introduce Gtk theme switching again. check-in: 303e1c8e48 user: mario tags: trunk | |
Changes
Modified channels/favicon.py from [c4ea9b38ed] to [06b56c7d15].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # encoding: utf-8 # api: streamtuner2 # title: Favicons # description: Load and display station favicons/logos. # config: |
| ︙ |
Modified channels/pluginmanager2.py from [5a7e32371d] to [9d68673fa8].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - + |
# encoding: UTF-8
# api: streamtuner2
# title: User Plugin Manager β
‘
# description: Downloads new plugins, or updates them.
# version: 0.5
# type: hook
# category: config
# depends: uikit >= 1.9, config >= 2.7, streamtuner2 >= 2.1.8, pluginconf < 1.0
# config:
# { name: plugin_repos, type: text, value: "http://fossil.include-once.org/repo.json/streamtuner2/contrib/*.py, http://fossil.include-once.org/repo.json/streamtuner2/channels/*.py", description: "Plugin repository JSON source references.", hidden: 1 }
|
| ︙ |
Modified channels/timer.py from [54d1bc1879] to [5943cf3866].
| ︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | - - + + + + + + + + - + - - - - |
# done
def hide(self, *w):
return self.parent.timer_dialog.hide()
# close dialog,get data
def add_timer(self, *w):
|
| ︙ |