| 5 | | |
| 6 | | <widget class="GtkWindow" id="history_window"> |
| 7 | | <property name="title" translatable="yes">Conversation History</property> |
| 8 | | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
| 9 | | <property name="window_position">GTK_WIN_POS_NONE</property> |
| 10 | | <property name="modal">False</property> |
| 11 | | <property name="default_width">650</property> |
| 12 | | <property name="default_height">350</property> |
| 13 | | <property name="resizable">True</property> |
| 14 | | <property name="destroy_with_parent">False</property> |
| 15 | | <property name="role">history</property> |
| 16 | | <property name="decorated">True</property> |
| 17 | | <property name="skip_taskbar_hint">False</property> |
| 18 | | <property name="skip_pager_hint">False</property> |
| 19 | | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
| 20 | | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
| 21 | | <property name="focus_on_map">True</property> |
| 22 | | <signal name="destroy" handler="on_history_window_destroy" last_modification_time="Tue, 01 Mar 2005 16:30:31 GMT"/> |
| 23 | | |
| 24 | | <child> |
| 25 | | <widget class="GtkVBox" id="vbox"> |
| 26 | | <property name="border_width">6</property> |
| 27 | | <property name="visible">True</property> |
| 28 | | <property name="homogeneous">False</property> |
| 29 | | <property name="spacing">6</property> |
| 30 | | |
| 31 | | <child> |
| 32 | | <widget class="GtkHPaned" id="hpaned"> |
| 33 | | <property name="visible">True</property> |
| 34 | | <property name="can_focus">True</property> |
| 35 | | <property name="position">165</property> |
| 36 | | |
| 37 | | <child> |
| 38 | | <widget class="GtkVBox" id="vbox"> |
| 39 | | <property name="visible">True</property> |
| 40 | | <property name="homogeneous">False</property> |
| 41 | | <property name="spacing">6</property> |
| 42 | | |
| 43 | | <child> |
| 44 | | <widget class="GtkCalendar" id="calendar"> |
| 45 | | <property name="visible">True</property> |
| 46 | | <property name="can_focus">True</property> |
| 47 | | <property name="display_options">GTK_CALENDAR_SHOW_HEADING|GTK_CALENDAR_SHOW_DAY_NAMES</property> |
| 48 | | <signal name="day_selected" handler="on_calendar_day_selected" last_modification_time="Sun, 20 Nov 2005 19:26:58 GMT"/> |
| 49 | | <signal name="month_changed" handler="on_calendar_month_changed" last_modification_time="Thu, 24 Nov 2005 00:49:22 GMT"/> |
| 50 | | </widget> |
| 51 | | <packing> |
| 52 | | <property name="padding">0</property> |
| 53 | | <property name="expand">False</property> |
| 54 | | <property name="fill">True</property> |
| 55 | | </packing> |
| 56 | | </child> |
| 57 | | </widget> |
| 58 | | <packing> |
| 59 | | <property name="shrink">True</property> |
| 60 | | <property name="resize">False</property> |
| 61 | | </packing> |
| 62 | | </child> |
| 63 | | |
| 64 | | <child> |
| 65 | | <widget class="GtkScrolledWindow" id="scrolledwindow"> |
| 66 | | <property name="visible">True</property> |
| 67 | | <property name="can_focus">True</property> |
| 68 | | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 69 | | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 70 | | <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
| 71 | | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
| 72 | | |
| 73 | | <child> |
| 74 | | <placeholder/> |
| 75 | | </child> |
| 76 | | </widget> |
| 77 | | <packing> |
| 78 | | <property name="shrink">True</property> |
| 79 | | <property name="resize">True</property> |
| 80 | | </packing> |
| 81 | | </child> |
| 82 | | </widget> |
| 83 | | <packing> |
| 84 | | <property name="padding">0</property> |
| 85 | | <property name="expand">True</property> |
| 86 | | <property name="fill">True</property> |
| 87 | | </packing> |
| 88 | | </child> |
| 89 | | |
| 90 | | <child> |
| 91 | | <widget class="GtkCheckButton" id="log_history_checkbutton"> |
| 92 | | <property name="visible">True</property> |
| 93 | | <property name="can_focus">True</property> |
| 94 | | <property name="label" translatable="yes">_Log conversation history</property> |
| 95 | | <property name="use_underline">True</property> |
| 96 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 97 | | <property name="focus_on_click">True</property> |
| 98 | | <property name="active">True</property> |
| 99 | | <property name="inconsistent">False</property> |
| 100 | | <property name="draw_indicator">True</property> |
| 101 | | </widget> |
| 102 | | <packing> |
| 103 | | <property name="padding">0</property> |
| 104 | | <property name="expand">False</property> |
| 105 | | <property name="fill">False</property> |
| 106 | | </packing> |
| 107 | | </child> |
| 108 | | |
| 109 | | <child> |
| 110 | | <widget class="GtkExpander" id="search_expander"> |
| 111 | | <property name="visible">True</property> |
| 112 | | <property name="can_focus">True</property> |
| 113 | | <property name="expanded">False</property> |
| 114 | | <property name="spacing">0</property> |
| 115 | | <signal name="activate" handler="on_search_expander_activate" last_modification_time="Tue, 29 Nov 2005 13:43:41 GMT"/> |
| 116 | | |
| 117 | | <child> |
| 118 | | <widget class="GtkVBox" id="expander_vbox"> |
| 119 | | <property name="visible">True</property> |
| 120 | | <property name="homogeneous">False</property> |
| 121 | | <property name="spacing">6</property> |
| 122 | | |
| 123 | | <child> |
| 124 | | <widget class="GtkHBox" id="query_hbox"> |
| 125 | | <property name="visible">True</property> |
| 126 | | <property name="homogeneous">False</property> |
| 127 | | <property name="spacing">6</property> |
| 128 | | |
| 129 | | <child> |
| 130 | | <widget class="GtkEntry" id="query_entry"> |
| 131 | | <property name="visible">True</property> |
| 132 | | <property name="can_focus">True</property> |
| 133 | | <property name="editable">True</property> |
| 134 | | <property name="visibility">True</property> |
| 135 | | <property name="max_length">0</property> |
| 136 | | <property name="text" translatable="yes"></property> |
| 137 | | <property name="has_frame">True</property> |
| 138 | | <property name="invisible_char">*</property> |
| 139 | | <property name="activates_default">True</property> |
| 140 | | </widget> |
| 141 | | <packing> |
| 142 | | <property name="padding">0</property> |
| 143 | | <property name="expand">True</property> |
| 144 | | <property name="fill">True</property> |
| 145 | | </packing> |
| 146 | | </child> |
| 147 | | |
| 148 | | <child> |
| 149 | | <widget class="GtkButton" id="search_button"> |
| 150 | | <property name="visible">True</property> |
| 151 | | <property name="can_default">True</property> |
| 152 | | <property name="has_default">True</property> |
| 153 | | <property name="can_focus">True</property> |
| 154 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 155 | | <property name="focus_on_click">True</property> |
| 156 | | <signal name="clicked" handler="on_search_button_clicked" last_modification_time="Tue, 29 Nov 2005 11:40:15 GMT"/> |
| 157 | | |
| 158 | | <child> |
| 159 | | <widget class="GtkAlignment" id="alignment99"> |
| 160 | | <property name="visible">True</property> |
| 161 | | <property name="xalign">0.5</property> |
| 162 | | <property name="yalign">0.5</property> |
| 163 | | <property name="xscale">0</property> |
| 164 | | <property name="yscale">0</property> |
| 165 | | <property name="top_padding">0</property> |
| 166 | | <property name="bottom_padding">0</property> |
| 167 | | <property name="left_padding">0</property> |
| 168 | | <property name="right_padding">0</property> |
| 169 | | |
| 170 | | <child> |
| 171 | | <widget class="GtkHBox" id="hbox3004"> |
| 172 | | <property name="visible">True</property> |
| 173 | | <property name="homogeneous">False</property> |
| 174 | | <property name="spacing">2</property> |
| 175 | | |
| 176 | | <child> |
| 177 | | <widget class="GtkImage" id="image1327"> |
| 178 | | <property name="visible">True</property> |
| 179 | | <property name="stock">gtk-find</property> |
| 180 | | <property name="icon_size">4</property> |
| 181 | | <property name="xalign">0.5</property> |
| 182 | | <property name="yalign">0.5</property> |
| 183 | | <property name="xpad">0</property> |
| 184 | | <property name="ypad">0</property> |
| 185 | | </widget> |
| 186 | | <packing> |
| 187 | | <property name="padding">0</property> |
| 188 | | <property name="expand">False</property> |
| 189 | | <property name="fill">False</property> |
| 190 | | </packing> |
| 191 | | </child> |
| 192 | | |
| 193 | | <child> |
| 194 | | <widget class="GtkLabel" id="label372"> |
| 195 | | <property name="visible">True</property> |
| 196 | | <property name="label" translatable="yes">Search</property> |
| 197 | | <property name="use_underline">True</property> |
| 198 | | <property name="use_markup">False</property> |
| 199 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 200 | | <property name="wrap">False</property> |
| 201 | | <property name="selectable">False</property> |
| 202 | | <property name="xalign">0.5</property> |
| 203 | | <property name="yalign">0.5</property> |
| 204 | | <property name="xpad">0</property> |
| 205 | | <property name="ypad">0</property> |
| 206 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 207 | | <property name="width_chars">-1</property> |
| 208 | | <property name="single_line_mode">False</property> |
| 209 | | <property name="angle">0</property> |
| 210 | | </widget> |
| 211 | | <packing> |
| 212 | | <property name="padding">0</property> |
| 213 | | <property name="expand">False</property> |
| 214 | | <property name="fill">False</property> |
| 215 | | </packing> |
| 216 | | </child> |
| 217 | | </widget> |
| 218 | | </child> |
| 219 | | </widget> |
| 220 | | </child> |
| 221 | | </widget> |
| 222 | | <packing> |
| 223 | | <property name="padding">0</property> |
| 224 | | <property name="expand">False</property> |
| 225 | | <property name="fill">False</property> |
| 226 | | </packing> |
| 227 | | </child> |
| 228 | | |
| 229 | | <child> |
| 230 | | <widget class="GtkButton" id="query_builder_button"> |
| 231 | | <property name="visible">True</property> |
| 232 | | <property name="tooltip" translatable="yes">Build custom query</property> |
| 233 | | <property name="can_focus">True</property> |
| 234 | | <property name="label" translatable="yes">Query Builder...</property> |
| 235 | | <property name="use_underline">True</property> |
| 236 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 237 | | <property name="focus_on_click">True</property> |
| 238 | | <signal name="clicked" handler="on_query_builder_button_clicked" last_modification_time="Tue, 29 Nov 2005 11:40:18 GMT"/> |
| 239 | | </widget> |
| 240 | | <packing> |
| 241 | | <property name="padding">0</property> |
| 242 | | <property name="expand">False</property> |
| 243 | | <property name="fill">False</property> |
| 244 | | </packing> |
| 245 | | </child> |
| 246 | | </widget> |
| 247 | | <packing> |
| 248 | | <property name="padding">0</property> |
| 249 | | <property name="expand">False</property> |
| 250 | | <property name="fill">True</property> |
| 251 | | </packing> |
| 252 | | </child> |
| 253 | | |
| 254 | | <child> |
| 255 | | <widget class="GtkScrolledWindow" id="results_scrolledwindow"> |
| 256 | | <property name="visible">True</property> |
| 257 | | <property name="can_focus">True</property> |
| 258 | | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 259 | | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 260 | | <property name="shadow_type">GTK_SHADOW_IN</property> |
| 261 | | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
| 262 | | |
| 263 | | <child> |
| 264 | | <widget class="GtkTreeView" id="results_treeview"> |
| 265 | | <property name="visible">True</property> |
| 266 | | <property name="can_focus">True</property> |
| 267 | | <property name="headers_visible">True</property> |
| 268 | | <property name="rules_hint">True</property> |
| 269 | | <property name="reorderable">False</property> |
| 270 | | <property name="enable_search">True</property> |
| 271 | | <property name="fixed_height_mode">False</property> |
| 272 | | <property name="hover_selection">False</property> |
| 273 | | <property name="hover_expand">False</property> |
| 274 | | <signal name="row_activated" handler="on_results_treeview_row_activated" last_modification_time="Tue, 29 Nov 2005 21:05:37 GMT"/> |
| 275 | | </widget> |
| 276 | | </child> |
| 277 | | </widget> |
| 278 | | <packing> |
| 279 | | <property name="padding">0</property> |
| 280 | | <property name="expand">True</property> |
| 281 | | <property name="fill">True</property> |
| 282 | | </packing> |
| 283 | | </child> |
| 284 | | </widget> |
| 285 | | </child> |
| 286 | | |
| 287 | | <child> |
| 288 | | <widget class="GtkLabel" id="label368"> |
| 289 | | <property name="visible">True</property> |
| 290 | | <property name="label" translatable="yes">_Search</property> |
| 291 | | <property name="use_underline">True</property> |
| 292 | | <property name="use_markup">False</property> |
| 293 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 294 | | <property name="wrap">False</property> |
| 295 | | <property name="selectable">False</property> |
| 296 | | <property name="xalign">0.5</property> |
| 297 | | <property name="yalign">0.5</property> |
| 298 | | <property name="xpad">0</property> |
| 299 | | <property name="ypad">0</property> |
| 300 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 301 | | <property name="width_chars">-1</property> |
| 302 | | <property name="single_line_mode">False</property> |
| 303 | | <property name="angle">0</property> |
| 304 | | </widget> |
| 305 | | <packing> |
| 306 | | <property name="type">label_item</property> |
| 307 | | </packing> |
| 308 | | </child> |
| 309 | | </widget> |
| 310 | | <packing> |
| 311 | | <property name="padding">0</property> |
| 312 | | <property name="expand">False</property> |
| 313 | | <property name="fill">True</property> |
| 314 | | </packing> |
| 315 | | </child> |
| 316 | | |
| 317 | | <child> |
| 318 | | <widget class="GtkHButtonBox" id="hbuttonbox"> |
| 319 | | <property name="visible">True</property> |
| 320 | | <property name="layout_style">GTK_BUTTONBOX_END</property> |
| 321 | | <property name="spacing">6</property> |
| 322 | | |
| 323 | | <child> |
| 324 | | <widget class="GtkButton" id="close_button"> |
| 325 | | <property name="visible">True</property> |
| 326 | | <property name="can_default">True</property> |
| 327 | | <property name="can_focus">True</property> |
| 328 | | <property name="label">gtk-close</property> |
| 329 | | <property name="use_stock">True</property> |
| 330 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 331 | | <property name="focus_on_click">True</property> |
| 332 | | <signal name="clicked" handler="on_close_button_clicked" last_modification_time="Tue, 01 Mar 2005 16:21:16 GMT"/> |
| 333 | | </widget> |
| 334 | | </child> |
| 335 | | </widget> |
| 336 | | <packing> |
| 337 | | <property name="padding">0</property> |
| 338 | | <property name="expand">False</property> |
| 339 | | <property name="fill">False</property> |
| 340 | | </packing> |
| 341 | | </child> |
| 342 | | </widget> |
| 343 | | </child> |
| 344 | | </widget> |
| 345 | | |
| | 5 | <widget class="GtkWindow" id="history_window"> |
| | 6 | <property name="title" translatable="yes">Conversation History</property> |
| | 7 | <property name="role">history</property> |
| | 8 | <property name="default_width">650</property> |
| | 9 | <property name="default_height">350</property> |
| | 10 | <signal name="key_press_event" handler="on_history_window_key_press_event"/> |
| | 11 | <signal name="destroy" handler="on_history_window_destroy"/> |
| | 12 | <child> |
| | 13 | <widget class="GtkVBox" id="vbox"> |
| | 14 | <property name="visible">True</property> |
| | 15 | <property name="border_width">6</property> |
| | 16 | <property name="spacing">6</property> |
| | 17 | <child> |
| | 18 | <widget class="GtkFrame" id="frame1"> |
| | 19 | <property name="visible">True</property> |
| | 20 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 21 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 22 | <child> |
| | 23 | <widget class="GtkAlignment" id="alignment1"> |
| | 24 | <property name="visible">True</property> |
| | 25 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 26 | <property name="left_padding">12</property> |
| | 27 | <child> |
| | 28 | <widget class="GtkVBox" id="vbox1"> |
| | 29 | <property name="visible">True</property> |
| | 30 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 31 | <child> |
| | 32 | <widget class="GtkEntry" id="jid_entry"> |
| | 33 | <property name="visible">True</property> |
| | 34 | <property name="can_focus">True</property> |
| | 35 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 36 | <property name="tooltip" translatable="yes">Choose the chatlog you want to view. |
| | 37 | Enter the jid of a groupchat or a contact here. For online accounts you can even enter a a contact's nickname.</property> |
| | 38 | <signal name="activate" handler="on_jid_entry_activate"/> |
| | 39 | </widget> |
| | 40 | </child> |
| | 41 | </widget> |
| | 42 | </child> |
| | 43 | </widget> |
| | 44 | </child> |
| | 45 | <child> |
| | 46 | <widget class="GtkLabel" id="label1"> |
| | 47 | <property name="visible">True</property> |
| | 48 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 49 | <property name="label" translatable="yes"><b>JID Selection</b></property> |
| | 50 | <property name="use_markup">True</property> |
| | 51 | </widget> |
| | 52 | <packing> |
| | 53 | <property name="type">label_item</property> |
| | 54 | </packing> |
| | 55 | </child> |
| | 56 | </widget> |
| | 57 | <packing> |
| | 58 | <property name="expand">False</property> |
| | 59 | <property name="fill">False</property> |
| | 60 | <property name="padding">8</property> |
| | 61 | </packing> |
| | 62 | </child> |
| | 63 | <child> |
| | 64 | <widget class="GtkFrame" id="frame2"> |
| | 65 | <property name="visible">True</property> |
| | 66 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 67 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
| | 68 | <child> |
| | 69 | <widget class="GtkAlignment" id="alignment2"> |
| | 70 | <property name="visible">True</property> |
| | 71 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 72 | <property name="left_padding">12</property> |
| | 73 | <child> |
| | 74 | <widget class="GtkHPaned" id="hpaned"> |
| | 75 | <property name="visible">True</property> |
| | 76 | <property name="can_focus">True</property> |
| | 77 | <property name="position">165</property> |
| | 78 | <child> |
| | 79 | <widget class="GtkVBox" id="vbox"> |
| | 80 | <property name="visible">True</property> |
| | 81 | <property name="spacing">6</property> |
| | 82 | <child> |
| | 83 | <widget class="GtkCalendar" id="calendar"> |
| | 84 | <property name="visible">True</property> |
| | 85 | <property name="can_focus">True</property> |
| | 86 | <signal name="month_changed" handler="on_calendar_month_changed"/> |
| | 87 | <signal name="day_selected" handler="on_calendar_day_selected"/> |
| | 88 | </widget> |
| | 89 | <packing> |
| | 90 | <property name="expand">False</property> |
| | 91 | </packing> |
| | 92 | </child> |
| | 93 | </widget> |
| | 94 | <packing> |
| | 95 | <property name="resize">False</property> |
| | 96 | <property name="shrink">False</property> |
| | 97 | </packing> |
| | 98 | </child> |
| | 99 | <child> |
| | 100 | <widget class="GtkScrolledWindow" id="scrolledwindow"> |
| | 101 | <property name="visible">True</property> |
| | 102 | <property name="can_focus">True</property> |
| | 103 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 104 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 105 | <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property> |
| | 106 | <child> |
| | 107 | <placeholder/> |
| | 108 | </child> |
| | 109 | </widget> |
| | 110 | <packing> |
| | 111 | <property name="resize">True</property> |
| | 112 | <property name="shrink">False</property> |
| | 113 | </packing> |
| | 114 | </child> |
| | 115 | </widget> |
| | 116 | </child> |
| | 117 | </widget> |
| | 118 | </child> |
| | 119 | <child> |
| | 120 | <widget class="GtkLabel" id="label2"> |
| | 121 | <property name="visible">True</property> |
| | 122 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 123 | <property name="label" translatable="yes"><b>History Viewer</b></property> |
| | 124 | <property name="use_markup">True</property> |
| | 125 | </widget> |
| | 126 | <packing> |
| | 127 | <property name="type">label_item</property> |
| | 128 | </packing> |
| | 129 | </child> |
| | 130 | </widget> |
| | 131 | <packing> |
| | 132 | <property name="position">1</property> |
| | 133 | </packing> |
| | 134 | </child> |
| | 135 | <child> |
| | 136 | <widget class="GtkCheckButton" id="log_history_checkbutton"> |
| | 137 | <property name="visible">True</property> |
| | 138 | <property name="can_focus">True</property> |
| | 139 | <property name="label" translatable="yes">_Log conversation history</property> |
| | 140 | <property name="use_underline">True</property> |
| | 141 | <property name="response_id">0</property> |
| | 142 | <property name="active">True</property> |
| | 143 | <property name="draw_indicator">True</property> |
| | 144 | </widget> |
| | 145 | <packing> |
| | 146 | <property name="expand">False</property> |
| | 147 | <property name="fill">False</property> |
| | 148 | <property name="position">2</property> |
| | 149 | </packing> |
| | 150 | </child> |
| | 151 | <child> |
| | 152 | <widget class="GtkExpander" id="search_expander"> |
| | 153 | <property name="visible">True</property> |
| | 154 | <property name="can_focus">True</property> |
| | 155 | <signal name="activate" handler="on_search_expander_activate"/> |
| | 156 | <child> |
| | 157 | <widget class="GtkVBox" id="expander_vbox"> |
| | 158 | <property name="visible">True</property> |
| | 159 | <property name="spacing">6</property> |
| | 160 | <child> |
| | 161 | <widget class="GtkHBox" id="query_hbox"> |
| | 162 | <property name="visible">True</property> |
| | 163 | <property name="spacing">6</property> |
| | 164 | <child> |
| | 165 | <widget class="GtkLabel" id="label3"> |
| | 166 | <property name="visible">True</property> |
| | 167 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 168 | <property name="label" translatable="yes">Search</property> |
| | 169 | </widget> |
| | 170 | <packing> |
| | 171 | <property name="expand">False</property> |
| | 172 | <property name="fill">False</property> |
| | 173 | </packing> |
| | 174 | </child> |
| | 175 | <child> |
| | 176 | <widget class="GtkEntry" id="query_entry"> |
| | 177 | <property name="visible">True</property> |
| | 178 | <property name="can_focus">True</property> |
| | 179 | <property name="activates_default">True</property> |
| | 180 | <signal name="activate" handler="on_query_entry_activate"/> |
| | 181 | </widget> |
| | 182 | <packing> |
| | 183 | <property name="position">2</property> |
| | 184 | </packing> |
| | 185 | </child> |
| | 186 | <child> |
| | 187 | <widget class="GtkLabel" id="label4"> |
| | 188 | <property name="visible">True</property> |
| | 189 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 190 | <property name="label" translatable="yes">in</property> |
| | 191 | </widget> |
| | 192 | <packing> |
| | 193 | <property name="expand">False</property> |
| | 194 | <property name="fill">False</property> |
| | 195 | <property name="position">3</property> |
| | 196 | </packing> |
| | 197 | </child> |
| | 198 | <child> |
| | 199 | <widget class="GtkComboBox" id="query_combobox"> |
| | 200 | <property name="visible">True</property> |
| | 201 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 202 | <property name="focus_on_click">False</property> |
| | 203 | <property name="items" translatable="yes">Current History |
| | 204 | All Chat Histories</property> |
| | 205 | <signal name="changed" handler="on_query_combobox_changed"/> |
| | 206 | </widget> |
| | 207 | <packing> |
| | 208 | <property name="expand">False</property> |
| | 209 | <property name="fill">False</property> |
| | 210 | <property name="pack_type">GTK_PACK_END</property> |
| | 211 | <property name="position">1</property> |
| | 212 | </packing> |
| | 213 | </child> |
| | 214 | </widget> |
| | 215 | <packing> |
| | 216 | <property name="expand">False</property> |
| | 217 | </packing> |
| | 218 | </child> |
| | 219 | <child> |
| | 220 | <widget class="GtkScrolledWindow" id="results_scrolledwindow"> |
| | 221 | <property name="visible">True</property> |
| | 222 | <property name="can_focus">True</property> |
| | 223 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 224 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 225 | <property name="shadow_type">GTK_SHADOW_IN</property> |
| | 226 | <child> |
| | 227 | <widget class="GtkTreeView" id="results_treeview"> |
| | 228 | <property name="visible">True</property> |
| | 229 | <property name="can_focus">True</property> |
| | 230 | <property name="rules_hint">True</property> |
| | 231 | <signal name="row_activated" handle |