Check-in [5377cdecb5]
Overview
Comment: | Removed doubled radio button grouping in GtkBuilder file for search_dialog. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5377cdecb5a1e9e528266c7881beb8a6 |
User & Date: | mario on 2015-04-03 17:37:16 |
Other Links: | manifest | tags |
Context
2015-04-03
| ||
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. check-in: 6fab0e7170 user: mario tags: trunk | |
17:37 | Removed doubled radio button grouping in GtkBuilder file for search_dialog. check-in: 5377cdecb5 user: mario tags: trunk | |
17:36 | pngopt/pngadv/pngcrushed logo banner/icon. check-in: de4406f6c3 user: mario tags: trunk | |
Changes
Modified gtk3.xml from [55b839b9e8] to [3744082ff5].
︙ | ︙ | |||
1211 1212 1213 1214 1215 1216 1217 | <property name="label" translatable="yes">all channels</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0.5</property> <property name="active">True</property> <property name="draw_indicator">True</property> | | | 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 | <property name="label" translatable="yes">all channels</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0.5</property> <property name="active">True</property> <property name="draw_indicator">True</property> <!--property name="group">search_dialog_current</property--> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> |
︙ | ︙ | |||
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 | <property name="position">0</property> </packing> </child> <child> <object class="GtkNotebook" id="notebook_channels"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="scrollable">True</property> <property name="enable_popup">True</property> <signal name="switch-page" handler="on_notebook_channels_switch_page" swapped="no"/> <child> <object class="GtkHPaned" id="v_bookmarks"> <property name="visible">True</property> <property name="can_focus">True</property> | > | 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 | <property name="position">0</property> </packing> </child> <child> <object class="GtkNotebook" id="notebook_channels"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tab_pos">left</property> <property name="scrollable">True</property> <property name="enable_popup">True</property> <signal name="switch-page" handler="on_notebook_channels_switch_page" swapped="no"/> <child> <object class="GtkHPaned" id="v_bookmarks"> <property name="visible">True</property> <property name="can_focus">True</property> |
︙ | ︙ |