| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 | |
|---|
| 4 | <glade-interface> |
|---|
| 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="GtkExpander" id="search_expander"> |
|---|
| 92 | <property name="visible">True</property> |
|---|
| 93 | <property name="can_focus">True</property> |
|---|
| 94 | <property name="expanded">False</property> |
|---|
| 95 | <property name="spacing">0</property> |
|---|
| 96 | <signal name="activate" handler="on_search_expander_activate" last_modification_time="Tue, 29 Nov 2005 13:43:41 GMT"/> |
|---|
| 97 | |
|---|
| 98 | <child> |
|---|
| 99 | <widget class="GtkVBox" id="expander_vbox"> |
|---|
| 100 | <property name="visible">True</property> |
|---|
| 101 | <property name="homogeneous">False</property> |
|---|
| 102 | <property name="spacing">6</property> |
|---|
| 103 | |
|---|
| 104 | <child> |
|---|
| 105 | <widget class="GtkHBox" id="query_hbox"> |
|---|
| 106 | <property name="visible">True</property> |
|---|
| 107 | <property name="homogeneous">False</property> |
|---|
| 108 | <property name="spacing">6</property> |
|---|
| 109 | |
|---|
| 110 | <child> |
|---|
| 111 | <widget class="GtkEntry" id="query_entry"> |
|---|
| 112 | <property name="visible">True</property> |
|---|
| 113 | <property name="can_focus">True</property> |
|---|
| 114 | <property name="editable">True</property> |
|---|
| 115 | <property name="visibility">True</property> |
|---|
| 116 | <property name="max_length">0</property> |
|---|
| 117 | <property name="text" translatable="yes"></property> |
|---|
| 118 | <property name="has_frame">True</property> |
|---|
| 119 | <property name="invisible_char">*</property> |
|---|
| 120 | <property name="activates_default">True</property> |
|---|
| 121 | </widget> |
|---|
| 122 | <packing> |
|---|
| 123 | <property name="padding">0</property> |
|---|
| 124 | <property name="expand">True</property> |
|---|
| 125 | <property name="fill">True</property> |
|---|
| 126 | </packing> |
|---|
| 127 | </child> |
|---|
| 128 | |
|---|
| 129 | <child> |
|---|
| 130 | <widget class="GtkButton" id="search_button"> |
|---|
| 131 | <property name="visible">True</property> |
|---|
| 132 | <property name="can_default">True</property> |
|---|
| 133 | <property name="has_default">True</property> |
|---|
| 134 | <property name="can_focus">True</property> |
|---|
| 135 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 136 | <property name="focus_on_click">True</property> |
|---|
| 137 | <signal name="clicked" handler="on_search_button_clicked" last_modification_time="Tue, 29 Nov 2005 11:40:15 GMT"/> |
|---|
| 138 | |
|---|
| 139 | <child> |
|---|
| 140 | <widget class="GtkAlignment" id="alignment99"> |
|---|
| 141 | <property name="visible">True</property> |
|---|
| 142 | <property name="xalign">0.5</property> |
|---|
| 143 | <property name="yalign">0.5</property> |
|---|
| 144 | <property name="xscale">0</property> |
|---|
| 145 | <property name="yscale">0</property> |
|---|
| 146 | <property name="top_padding">0</property> |
|---|
| 147 | <property name="bottom_padding">0</property> |
|---|
| 148 | <property name="left_padding">0</property> |
|---|
| 149 | <property name="right_padding">0</property> |
|---|
| 150 | |
|---|
| 151 | <child> |
|---|
| 152 | <widget class="GtkHBox" id="hbox3004"> |
|---|
| 153 | <property name="visible">True</property> |
|---|
| 154 | <property name="homogeneous">False</property> |
|---|
| 155 | <property name="spacing">2</property> |
|---|
| 156 | |
|---|
| 157 | <child> |
|---|
| 158 | <widget class="GtkImage" id="image1327"> |
|---|
| 159 | <property name="visible">True</property> |
|---|
| 160 | <property name="stock">gtk-find</property> |
|---|
| 161 | <property name="icon_size">4</property> |
|---|
| 162 | <property name="xalign">0.5</property> |
|---|
| 163 | <property name="yalign">0.5</property> |
|---|
| 164 | <property name="xpad">0</property> |
|---|
| 165 | <property name="ypad">0</property> |
|---|
| 166 | </widget> |
|---|
| 167 | <packing> |
|---|
| 168 | <property name="padding">0</property> |
|---|
| 169 | <property name="expand">False</property> |
|---|
| 170 | <property name="fill">False</property> |
|---|
| 171 | </packing> |
|---|
| 172 | </child> |
|---|
| 173 | |
|---|
| 174 | <child> |
|---|
| 175 | <widget class="GtkLabel" id="label372"> |
|---|
| 176 | <property name="visible">True</property> |
|---|
| 177 | <property name="label" translatable="yes">Search</property> |
|---|
| 178 | <property name="use_underline">True</property> |
|---|
| 179 | <property name="use_markup">False</property> |
|---|
| 180 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 181 | <property name="wrap">False</property> |
|---|
| 182 | <property name="selectable">False</property> |
|---|
| 183 | <property name="xalign">0.5</property> |
|---|
| 184 | <property name="yalign">0.5</property> |
|---|
| 185 | <property name="xpad">0</property> |
|---|
| 186 | <property name="ypad">0</property> |
|---|
| 187 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 188 | <property name="width_chars">-1</property> |
|---|
| 189 | <property name="single_line_mode">False</property> |
|---|
| 190 | <property name="angle">0</property> |
|---|
| 191 | </widget> |
|---|
| 192 | <packing> |
|---|
| 193 | <property name="padding">0</property> |
|---|
| 194 | <property name="expand">False</property> |
|---|
| 195 | <property name="fill">False</property> |
|---|
| 196 | </packing> |
|---|
| 197 | </child> |
|---|
| 198 | </widget> |
|---|
| 199 | </child> |
|---|
| 200 | </widget> |
|---|
| 201 | </child> |
|---|
| 202 | </widget> |
|---|
| 203 | <packing> |
|---|
| 204 | <property name="padding">0</property> |
|---|
| 205 | <property name="expand">False</property> |
|---|
| 206 | <property name="fill">False</property> |
|---|
| 207 | </packing> |
|---|
| 208 | </child> |
|---|
| 209 | |
|---|
| 210 | <child> |
|---|
| 211 | <widget class="GtkButton" id="query_builder_button"> |
|---|
| 212 | <property name="visible">True</property> |
|---|
| 213 | <property name="tooltip" translatable="yes">Build custom query</property> |
|---|
| 214 | <property name="can_focus">True</property> |
|---|
| 215 | <property name="label" translatable="yes">Query Builder...</property> |
|---|
| 216 | <property name="use_underline">True</property> |
|---|
| 217 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 218 | <property name="focus_on_click">True</property> |
|---|
| 219 | <signal name="clicked" handler="on_query_builder_button_clicked" last_modification_time="Tue, 29 Nov 2005 11:40:18 GMT"/> |
|---|
| 220 | </widget> |
|---|
| 221 | <packing> |
|---|
| 222 | <property name="padding">0</property> |
|---|
| 223 | <property name="expand">False</property> |
|---|
| 224 | <property name="fill">False</property> |
|---|
| 225 | </packing> |
|---|
| 226 | </child> |
|---|
| 227 | </widget> |
|---|
| 228 | <packing> |
|---|
| 229 | <property name="padding">0</property> |
|---|
| 230 | <property name="expand">False</property> |
|---|
| 231 | <property name="fill">True</property> |
|---|
| 232 | </packing> |
|---|
| 233 | </child> |
|---|
| 234 | |
|---|
| 235 | <child> |
|---|
| 236 | <widget class="GtkScrolledWindow" id="results_scrolledwindow"> |
|---|
| 237 | <property name="visible">True</property> |
|---|
| 238 | <property name="can_focus">True</property> |
|---|
| 239 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 240 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 241 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 242 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 243 | |
|---|
| 244 | <child> |
|---|
| 245 | <widget class="GtkTreeView" id="results_treeview"> |
|---|
| 246 | <property name="visible">True</property> |
|---|
| 247 | <property name="can_focus">True</property> |
|---|
| 248 | <property name="headers_visible">True</property> |
|---|
| 249 | <property name="rules_hint">True</property> |
|---|
| 250 | <property name="reorderable">False</property> |
|---|
| 251 | <property name="enable_search">True</property> |
|---|
| 252 | <property name="fixed_height_mode">False</property> |
|---|
| 253 | <property name="hover_selection">False</property> |
|---|
| 254 | <property name="hover_expand">False</property> |
|---|
| 255 | <signal name="row_activated" handler="on_results_treeview_row_activated" last_modification_time="Tue, 29 Nov 2005 21:05:37 GMT"/> |
|---|
| 256 | </widget> |
|---|
| 257 | </child> |
|---|
| 258 | </widget> |
|---|
| 259 | <packing> |
|---|
| 260 | <property name="padding">0</property> |
|---|
| 261 | <property name="expand">True</property> |
|---|
| 262 | <property name="fill">True</property> |
|---|
| 263 | </packing> |
|---|
| 264 | </child> |
|---|
| 265 | </widget> |
|---|
| 266 | </child> |
|---|
| 267 | |
|---|
| 268 | <child> |
|---|
| 269 | <widget class="GtkLabel" id="label368"> |
|---|
| 270 | <property name="visible">True</property> |
|---|
| 271 | <property name="label" translatable="yes">_Search</property> |
|---|
| 272 | <property name="use_underline">True</property> |
|---|
| 273 | <property name="use_markup">False</property> |
|---|
| 274 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 275 | <property name="wrap">False</property> |
|---|
| 276 | <property name="selectable">False</property> |
|---|
| 277 | <property name="xalign">0.5</property> |
|---|
| 278 | <property name="yalign">0.5</property> |
|---|
| 279 | <property name="xpad">0</property> |
|---|
| 280 | <property name="ypad">0</property> |
|---|
| 281 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 282 | <property name="width_chars">-1</property> |
|---|
| 283 | <property name="single_line_mode">False</property> |
|---|
| 284 | <property name="angle">0</property> |
|---|
| 285 | </widget> |
|---|
| 286 | <packing> |
|---|
| 287 | <property name="type">label_item</property> |
|---|
| 288 | </packing> |
|---|
| 289 | </child> |
|---|
| 290 | </widget> |
|---|
| 291 | <packing> |
|---|
| 292 | <property name="padding">0</property> |
|---|
| 293 | <property name="expand">False</property> |
|---|
| 294 | <property name="fill">True</property> |
|---|
| 295 | </packing> |
|---|
| 296 | </child> |
|---|
| 297 | |
|---|
| 298 | <child> |
|---|
| 299 | <widget class="GtkHButtonBox" id="hbuttonbox"> |
|---|
| 300 | <property name="visible">True</property> |
|---|
| 301 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 302 | <property name="spacing">6</property> |
|---|
| 303 | |
|---|
| 304 | <child> |
|---|
| 305 | <widget class="GtkButton" id="close_button"> |
|---|
| 306 | <property name="visible">True</property> |
|---|
| 307 | <property name="can_default">True</property> |
|---|
| 308 | <property name="can_focus">True</property> |
|---|
| 309 | <property name="label">gtk-close</property> |
|---|
| 310 | <property name="use_stock">True</property> |
|---|
| 311 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 312 | <property name="focus_on_click">True</property> |
|---|
| 313 | <signal name="clicked" handler="on_close_button_clicked" last_modification_time="Tue, 01 Mar 2005 16:21:16 GMT"/> |
|---|
| 314 | </widget> |
|---|
| 315 | </child> |
|---|
| 316 | </widget> |
|---|
| 317 | <packing> |
|---|
| 318 | <property name="padding">0</property> |
|---|
| 319 | <property name="expand">False</property> |
|---|
| 320 | <property name="fill">False</property> |
|---|
| 321 | </packing> |
|---|
| 322 | </child> |
|---|
| 323 | </widget> |
|---|
| 324 | </child> |
|---|
| 325 | </widget> |
|---|
| 326 | |
|---|
| 327 | </glade-interface> |
|---|