Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


All files named "gtk3.xml"

History for gtk3.xml

2015-04-04
06:06
Renamed to gtk3.xml.zlib. Compress gtkBuilder file with zlib for distribution. (gzip not usable without workarounds in Python2) check-in: [780f0ca590] user: mario, branch: trunk, size: 0
01:44
Removed remains of [stop] button handling. Fixed url param in homepage channel callback. file: [3be7b6b7e5] check-in: [5692e6ae5d] user: mario, branch: trunk, size: 154128 [annotate] [blame] [check-ins using] [diff]
2015-04-03
20:46
Removed Gtk `theme` configuration options. (Didn't work anymore.) -- Addendum: If anyone has been using this, please drop me a line; it could become a plugin now.. file: [51c9fcecae] check-in: [ad852f14fe] user: mario, branch: trunk, size: 154220 [annotate] [blame] [check-ins using] [diff]
20:43
Made channel tabs reorderable. Now kept in config/window.json as `tab_order` and current page saved as `tab_current` instead of pageno. Disabled progressbar changes for ahttp, made search_server search run in a thread so status can be shown. file: [803063bf6c] check-in: [6fab0e7170] user: mario, branch: trunk, size: 155880 [annotate] [blame] [check-ins using] [diff]
17:37
Removed doubled radio button grouping in GtkBuilder file for search_dialog. file: [3744082ff5] check-in: [5377cdecb5] user: mario, branch: trunk, size: 157268 [annotate] [blame] [check-ins using] [diff]
2015-04-02
22:40
Add missing `configwin` (the externalized config_dialog). Fixed gtk3.xml for gtk2 once more. Orovide find_executable() in config, used by configwin to show if configured apps are actually available. file: [55b839b9e8] check-in: [04f700ea1c] user: mario, branch: trunk, size: 157210 [annotate] [blame] [check-ins using] [diff]
2015-04-01
15:45
Split extension_main and extension_context menus. Fix pixmap icon back. file: [8193b41029] check-in: [04f454a7a3] user: mario, branch: trunk, size: 129669 [annotate] [blame] [check-ins using] [diff]
11:17
Tried SVG for logo, but Gtk refuses to play along; given up. Set progressbar to no-show-all. file: [fd5dd372cc] check-in: [ef90440dbf] user: mario, branch: trunk, size: 129562 [annotate] [blame] [check-ins using] [diff]
2015-03-31
16:15
Removed gtk2.xml, only gtk3.xml packaged and modified at runtime. (It's just the minimum version= that needs adaption meanwhile.) file: [f3af732308] check-in: [dc0351d754] user: mario, branch: trunk, size: 129500 [annotate] [blame] [check-ins using] [diff]
2015-02-06
18:11
Fix path to streamtuner2.png banner, which now goes together with Python files under /usr/share/streamtuner2/ dir. file: [857e822ab0] check-in: [f85edddb39] user: mario, branch: trunk, size: 155680 [annotate] [blame] [check-ins using] [diff]
2014-08-15
00:46
Make channel tab positions configurable. file: [d9e3231522] check-in: [395935d038] user: mario, branch: trunk, size: 155675 [annotate] [blame] [check-ins using] [diff]
2014-06-03
00:29
Search dialog offers (x) all channels or (x) just current for server+cache scan again. Removed search="" parameter from channels that don't implement it. (To remove extraneous .has_search channel attribute again somewhen..)

External: Xiph IO cache ?search= should be changed to work on station titles instead of genres. file: [d444cf7acc] check-in: [ac8632bc29] user: mario, branch: trunk, size: 150970 [annotate] [blame] [check-ins using] [diff]

2014-06-02
01:43
Add server-search, slim down search dialog. file: [e0966116c5] check-in: [bd29eb4ee9] user: mario, branch: trunk, size: 145281 [annotate] [blame] [check-ins using] [diff]
2014-05-28
15:54
Updates for 2.1.1 release file: [bc08f78b0f] check-in: [e091ecf510] user: mario, branch: trunk, size: 181831 [annotate] [blame] [check-ins using] [diff]
2014-05-27
12:37
ListStore row editing callback unified via lambda-funcs as signal handlers. Recording hook adapted to pass actual MIME type. Python3 try/except for json file writing (still breaks due to gzip handler being optional). file: [eafd4c36a0] check-in: [af5ae3f5be] user: mario, branch: trunk, size: 179444 [annotate] [blame] [check-ins using] [diff]
00:44
conf.record{} array is back, settings dialog now shows a separate editable table; default options prepared for `youtube-dl` video downloading. Action module now more orderly tries alternative media/* placeholders. file: [ef399438fb] check-in: [199c0ad425] user: mario, branch: trunk, size: 174870 [annotate] [blame] [check-ins using] [diff]
2014-05-25
11:57
Use mygtk.ComboBoxText also for theme switcher button. Moved .vbox and .label creating into mygtk, ComboBoxText.set_default() now automatically adds non-predeclated/custom value at end of liststore. file: [15b8b002fb] check-in: [9ad64ad53a] user: mario, branch: trunk, size: 163631 [annotate] [blame] [check-ins using] [diff]
2014-05-19
19:27
update config dialog file: [2d9750a4a3] check-in: [9d4259a324] user: mario, branch: trunk, size: 158050 [annotate] [blame] [check-ins using] [diff]
2014-05-13
21:04
Mirror config dialog changes to Gtk3 ui file file: [867820cf52] check-in: [74bf77f074] user: mario, branch: trunk, size: 163716 [annotate] [blame] [check-ins using] [diff]
2014-04-10
04:31
* Fixed gtk_list_store_get_value: assertion `column < list_store->n_columns' by removing {width:20} reference from treeview datamap. * row.setdefault() for absent search_col/set and deleted state * More __print__/dbg colorization * Disabled pson.filter_data in favour of str casting in mygtk.columns() * Removed streamactions.popup PY2/PY3 workaround with named args * More .iteritems() removal file: [3026ea4f0c] check-in: [1beab0563e] user: mario, branch: py3, size: 181542 [annotate] [blame] [check-ins using] [diff]
2014-04-06
02:16
Added: rename ui.xml to gtk2.xml for parity with gtk3.xml; Gtk3 suddenly works with gi 1.33 (well, lots of errors still, but main window ok) file: [b732c1a2e7] check-in: [e7a0fb24c8] user: mario, branch: trunk, size: 175945 [annotate] [blame] [check-ins using]