| |
967 |
|
| |
968 |
<widget class="GtkWindow" id="WinSearch">
|
| |
969 |
<property name="visible">True</property>
|
| |
970 |
<property name="title" translatable="yes">Search</property>
|
| |
971 |
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
| |
972 |
<property name="window_position">GTK_WIN_POS_NONE</property>
|
| |
973 |
<property name="modal">True</property>
|
| |
974 |
<property name="resizable">True</property>
|
| |
975 |
<property name="destroy_with_parent">False</property>
|
| |
976 |
<property name="decorated">True</property>
|
| |
977 |
<property name="skip_taskbar_hint">False</property>
|
| |
978 |
<property name="skip_pager_hint">False</property>
|
| |
979 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
| |
980 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
| |
981 |
<property name="focus_on_map">True</property>
|
| |
982 |
<signal name="delete_event" handler="on_WinSearch_delete_event" last_modification_time="Thu, 22 Sep 2005 08:01:28 GMT"/>
|
| |
983 |
|
| |
984 |
<child>
|
| |
985 |
<widget class="GtkHPaned" id="hpaned1">
|
| |
986 |
<property name="visible">True</property>
|
| |
987 |
<property name="can_focus">True</property>
|
| |
988 |
<property name="position">0</property>
|
| |
989 |
|
| |
990 |
<child>
|
| |
991 |
<widget class="GtkVBox" id="vbox1">
|
| |
992 |
<property name="visible">True</property>
|
| |
993 |
<property name="homogeneous">False</property>
|
| |
994 |
<property name="spacing">0</property>
|
| |
995 |
|
| |
996 |
<child>
|
| |
997 |
<widget class="GtkLabel" id="label1">
|
| |
998 |
<property name="visible">True</property>
|
| |
999 |
<property name="label" translatable="yes">Tags</property>
|
| |
1000 |
<property name="use_underline">False</property>
|
| |
1001 |
<property name="use_markup">False</property>
|
| |
1002 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1003 |
<property name="wrap">False</property>
|
| |
1004 |
<property name="selectable">False</property>
|
| |
1005 |
<property name="xalign">0</property>
|
| |
1006 |
<property name="yalign">0.5</property>
|
| |
1007 |
<property name="xpad">0</property>
|
| |
1008 |
<property name="ypad">0</property>
|
| |
1009 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1010 |
<property name="width_chars">-1</property>
|
| |
1011 |
<property name="single_line_mode">False</property>
|
| |
1012 |
<property name="angle">0</property>
|
| |
1013 |
</widget>
|
| |
1014 |
<packing>
|
| |
1015 |
<property name="padding">0</property>
|
| |
1016 |
<property name="expand">False</property>
|
| |
1017 |
<property name="fill">False</property>
|
| |
1018 |
</packing>
|
| |
1019 |
</child>
|
| |
1020 |
|
| |
1021 |
<child>
|
| |
1022 |
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
| |
1023 |
<property name="visible">True</property>
|
| |
1024 |
<property name="can_focus">True</property>
|
| |
1025 |
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
| |
1026 |
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
| |
1027 |
<property name="shadow_type">GTK_SHADOW_IN</property>
|
| |
1028 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
| |
1029 |
|
| |
1030 |
<child>
|
| |
1031 |
<widget class="GtkTreeView" id="tv_tags">
|
| |
1032 |
<property name="visible">True</property>
|
| |
1033 |
<property name="can_focus">True</property>
|
| |
1034 |
<property name="headers_visible">False</property>
|
| |
1035 |
<property name="rules_hint">False</property>
|
| |
1036 |
<property name="reorderable">False</property>
|
| |
1037 |
<property name="enable_search">True</property>
|
| |
1038 |
<property name="fixed_height_mode">False</property>
|
| |
1039 |
<property name="hover_selection">False</property>
|
| |
1040 |
<property name="hover_expand">False</property>
|
| |
1041 |
<signal name="button_press_event" handler="on_tv_tags_button_press_event" last_modification_time="Fri, 23 Sep 2005 15:40:45 GMT"/>
|
| |
1042 |
<signal name="row_activated" handler="on_tv_tags_row_activated" last_modification_time="Fri, 23 Sep 2005 15:56:54 GMT"/>
|
| |
1043 |
</widget>
|
| |
1044 |
</child>
|
| |
1045 |
</widget>
|
| |
1046 |
<packing>
|
| |
1047 |
<property name="padding">0</property>
|
| |
1048 |
<property name="expand">True</property>
|
| |
1049 |
<property name="fill">True</property>
|
| |
1050 |
</packing>
|
| |
1051 |
</child>
|
| |
1052 |
</widget>
|
| |
1053 |
<packing>
|
| |
1054 |
<property name="shrink">True</property>
|
| |
1055 |
<property name="resize">False</property>
|
| |
1056 |
</packing>
|
| |
1057 |
</child>
|
| |
1058 |
|
| |
1059 |
<child>
|
| |
1060 |
<widget class="GtkTable" id="table1">
|
| |
1061 |
<property name="visible">True</property>
|
| |
1062 |
<property name="n_rows">12</property>
|
| |
1063 |
<property name="n_columns">2</property>
|
| |
1064 |
<property name="homogeneous">False</property>
|
| |
1065 |
<property name="row_spacing">0</property>
|
| |
1066 |
<property name="column_spacing">0</property>
|
| |
1067 |
|
| |
1068 |
<child>
|
| |
1069 |
<widget class="GtkLabel" id="label5">
|
| |
1070 |
<property name="visible">True</property>
|
| |
1071 |
<property name="label" translatable="yes">Album / comment</property>
|
| |
1072 |
<property name="use_underline">False</property>
|
| |
1073 |
<property name="use_markup">False</property>
|
| |
1074 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1075 |
<property name="wrap">False</property>
|
| |
1076 |
<property name="selectable">False</property>
|
| |
1077 |
<property name="xalign">0</property>
|
| |
1078 |
<property name="yalign">0.5</property>
|
| |
1079 |
<property name="xpad">0</property>
|
| |
1080 |
<property name="ypad">0</property>
|
| |
1081 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1082 |
<property name="width_chars">-1</property>
|
| |
1083 |
<property name="single_line_mode">False</property>
|
| |
1084 |
<property name="angle">0</property>
|
| |
1085 |
</widget>
|
| |
1086 |
<packing>
|
| |
1087 |
<property name="left_attach">0</property>
|
| |
1088 |
<property name="right_attach">1</property>
|
| |
1089 |
<property name="top_attach">6</property>
|
| |
1090 |
<property name="bottom_attach">7</property>
|
| |
1091 |
<property name="x_options">fill</property>
|
| |
1092 |
<property name="y_options"></property>
|
| |
1093 |
</packing>
|
| |
1094 |
</child>
|
| |
1095 |
|
| |
1096 |
<child>
|
| |
1097 |
<widget class="GtkLabel" id="label4">
|
| |
1098 |
<property name="visible">True</property>
|
| |
1099 |
<property name="label" translatable="yes">Photo comment</property>
|
| |
1100 |
<property name="use_underline">False</property>
|
| |
1101 |
<property name="use_markup">False</property>
|
| |
1102 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1103 |
<property name="wrap">False</property>
|
| |
1104 |
<property name="selectable">False</property>
|
| |
1105 |
<property name="xalign">0</property>
|
| |
1106 |
<property name="yalign">0.5</property>
|
| |
1107 |
<property name="xpad">0</property>
|
| |
1108 |
<property name="ypad">0</property>
|
| |
1109 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1110 |
<property name="width_chars">-1</property>
|
| |
1111 |
<property name="single_line_mode">False</property>
|
| |
1112 |
<property name="angle">0</property>
|
| |
1113 |
</widget>
|
| |
1114 |
<packing>
|
| |
1115 |
<property name="left_attach">0</property>
|
| |
1116 |
<property name="right_attach">1</property>
|
| |
1117 |
<property name="top_attach">4</property>
|
| |
1118 |
<property name="bottom_attach">5</property>
|
| |
1119 |
<property name="x_options">fill</property>
|
| |
1120 |
<property name="y_options"></property>
|
| |
1121 |
</packing>
|
| |
1122 |
</child>
|
| |
1123 |
|
| |
1124 |
<child>
|
| |
1125 |
<widget class="GtkLabel" id="l_from">
|
| |
1126 |
<property name="visible">True</property>
|
| |
1127 |
<property name="label" translatable="yes">Period from</property>
|
| |
1128 |
<property name="use_underline">False</property>
|
| |
1129 |
<property name="use_markup">False</property>
|
| |
1130 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1131 |
<property name="wrap">False</property>
|
| |
1132 |
<property name="selectable">False</property>
|
| |
1133 |
<property name="xalign">0</property>
|
| |
1134 |
<property name="yalign">0.5</property>
|
| |
1135 |
<property name="xpad">0</property>
|
| |
1136 |
<property name="ypad">0</property>
|
| |
1137 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1138 |
<property name="width_chars">-1</property>
|
| |
1139 |
<property name="single_line_mode">False</property>
|
| |
1140 |
<property name="angle">0</property>
|
| |
1141 |
</widget>
|
| |
1142 |
<packing>
|
| |
1143 |
<property name="left_attach">0</property>
|
| |
1144 |
<property name="right_attach">1</property>
|
| |
1145 |
<property name="top_attach">0</property>
|
| |
1146 |
<property name="bottom_attach">1</property>
|
| |
1147 |
<property name="x_options">fill</property>
|
| |
1148 |
<property name="y_options"></property>
|
| |
1149 |
</packing>
|
| |
1150 |
</child>
|
| |
1151 |
|
| |
1152 |
<child>
|
| |
1153 |
<widget class="GtkLabel" id="l_to">
|
| |
1154 |
<property name="visible">True</property>
|
| |
1155 |
<property name="label" translatable="yes">to</property>
|
| |
1156 |
<property name="use_underline">False</property>
|
| |
1157 |
<property name="use_markup">False</property>
|
| |
1158 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1159 |
<property name="wrap">False</property>
|
| |
1160 |
<property name="selectable">False</property>
|
| |
1161 |
<property name="xalign">0</property>
|
| |
1162 |
<property name="yalign">0.5</property>
|
| |
1163 |
<property name="xpad">0</property>
|
| |
1164 |
<property name="ypad">0</property>
|
| |
1165 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1166 |
<property name="width_chars">-1</property>
|
| |
1167 |
<property name="single_line_mode">False</property>
|
| |
1168 |
<property name="angle">0</property>
|
| |
1169 |
</widget>
|
| |
1170 |
<packing>
|
| |
1171 |
<property name="left_attach">0</property>
|
| |
1172 |
<property name="right_attach">1</property>
|
| |
1173 |
<property name="top_attach">2</property>
|
| |
1174 |
<property name="bottom_attach">3</property>
|
| |
1175 |
<property name="x_options">fill</property>
|
| |
1176 |
<property name="y_options"></property>
|
| |
1177 |
</packing>
|
| |
1178 |
</child>
|
| |
1179 |
|
| |
1180 |
<child>
|
| |
1181 |
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
| |
1182 |
<property name="visible">True</property>
|
| |
1183 |
<property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
|
| |
1184 |
<property name="spacing">0</property>
|
| |
1185 |
|
| |
1186 |
<child>
|
| |
1187 |
<widget class="GtkButton" id="btn_cancel">
|
| |
1188 |
<property name="visible">True</property>
|
| |
1189 |
<property name="can_default">True</property>
|
| |
1190 |
<property name="can_focus">True</property>
|
| |
1191 |
<property name="label">gtk-cancel</property>
|
| |
1192 |
<property name="use_stock">True</property>
|
| |
1193 |
<property name="relief">GTK_RELIEF_NORMAL</property>
|
| |
1194 |
<property name="focus_on_click">True</property>
|
| |
1195 |
<signal name="clicked" handler="on_btn_cancel_clicked" last_modification_time="Thu, 22 Sep 2005 08:32:12 GMT"/>
|
| |
1196 |
</widget>
|
| |
1197 |
</child>
|
| |
1198 |
|
| |
1199 |
<child>
|
| |
1200 |
<widget class="GtkButton" id="btn_valid">
|
| |
1201 |
<property name="visible">True</property>
|
| |
1202 |
<property name="can_default">True</property>
|
| |
1203 |
<property name="can_focus">True</property>
|
| |
1204 |
<property name="label">gtk-ok</property>
|
| |
1205 |
<property name="use_stock">True</property>
|
| |
1206 |
<property name="relief">GTK_RELIEF_NORMAL</property>
|
| |
1207 |
<property name="focus_on_click">True</property>
|
| |
1208 |
<signal name="clicked" handler="on_btn_valid_clicked" last_modification_time="Thu, 22 Sep 2005 08:27:43 GMT"/>
|
| |
1209 |
</widget>
|
| |
1210 |
</child>
|
| |
1211 |
</widget>
|
| |
1212 |
<packing>
|
| |
1213 |
<property name="left_attach">0</property>
|
| |
1214 |
<property name="right_attach">2</property>
|
| |
1215 |
<property name="top_attach">11</property>
|
| |
1216 |
<property name="bottom_attach">12</property>
|
| |
1217 |
<property name="x_options"></property>
|
| |
1218 |
<property name="y_options">fill</property>
|
| |
1219 |
</packing>
|
| |
1220 |
</child>
|
| |
1221 |
|
| |
1222 |
<child>
|
| |
1223 |
<widget class="GtkHScale" id="hs_to">
|
| |
1224 |
<property name="visible">True</property>
|
| |
1225 |
<property name="can_focus">True</property>
|
| |
1226 |
<property name="draw_value">False</property>
|
| |
1227 |
<property name="value_pos">GTK_POS_TOP</property>
|
| |
1228 |
<property name="digits">1</property>
|
| |
1229 |
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
|
| |
1230 |
<property name="inverted">False</property>
|
| |
1231 |
<property name="adjustment">0 0 0 0 0 0</property>
|
| |
1232 |
<signal name="value_changed" handler="on_hs_to_value_changed" last_modification_time="Sat, 24 Sep 2005 11:00:54 GMT"/>
|
| |
1233 |
</widget>
|
| |
1234 |
<packing>
|
| |
1235 |
<property name="left_attach">0</property>
|
| |
1236 |
<property name="right_attach">2</property>
|
| |
1237 |
<property name="top_attach">3</property>
|
| |
1238 |
<property name="bottom_attach">4</property>
|
| |
1239 |
<property name="y_options">fill</property>
|
| |
1240 |
</packing>
|
| |
1241 |
</child>
|
| |
1242 |
|
| |
1243 |
<child>
|
| |
1244 |
<widget class="GtkHScale" id="hs_from">
|
| |
1245 |
<property name="visible">True</property>
|
| |
1246 |
<property name="can_focus">True</property>
|
| |
1247 |
<property name="draw_value">False</property>
|
| |
1248 |
<property name="value_pos">GTK_POS_TOP</property>
|
| |
1249 |
<property name="digits">1</property>
|
| |
1250 |
<property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
|
| |
1251 |
<property name="inverted">False</property>
|
| |
1252 |
<property name="adjustment">0 0 0 0 0 0</property>
|
| |
1253 |
<signal name="value_changed" handler="on_hs_from_value_changed" last_modification_time="Sat, 24 Sep 2005 11:16:13 GMT"/>
|
| |
1254 |
</widget>
|
| |
1255 |
<packing>
|
| |
1256 |
<property name="left_attach">0</property>
|
| |
1257 |
<property name="right_attach">2</property>
|
| |
1258 |
<property name="top_attach">1</property>
|
| |
1259 |
<property name="bottom_attach">2</property>
|
| |
1260 |
<property name="y_options">fill</property>
|
| |
1261 |
</packing>
|
| |
1262 |
</child>
|
| |
1263 |
|
| |
1264 |
<child>
|
| |
1265 |
<widget class="GtkLabel" id="label8">
|
| |
1266 |
<property name="visible">True</property>
|
| |
1267 |
<property name="label" translatable="yes">Format</property>
|
| |
1268 |
<property name="use_underline">False</property>
|
| |
1269 |
<property name="use_markup">False</property>
|
| |
1270 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1271 |
<property name="wrap">False</property>
|
| |
1272 |
<property name="selectable">False</property>
|
| |
1273 |
<property name="xalign">0</property>
|
| |
1274 |
<property name="yalign">0.5</property>
|
| |
1275 |
<property name="xpad">0</property>
|
| |
1276 |
<property name="ypad">0</property>
|
| |
1277 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1278 |
<property name="width_chars">-1</property>
|
| |
1279 |
<property name="single_line_mode">False</property>
|
| |
1280 |
<property name="angle">0</property>
|
| |
1281 |
</widget>
|
| |
1282 |
<packing>
|
| |
1283 |
<property name="left_attach">0</property>
|
| |
1284 |
<property name="right_attach">1</property>
|
| |
1285 |
<property name="top_attach">9</property>
|
| |
1286 |
<property name="bottom_attach">10</property>
|
| |
1287 |
<property name="x_options">fill</property>
|
| |
1288 |
<property name="y_options"></property>
|
| |
1289 |
</packing>
|
| |
1290 |
</child>
|
| |
1291 |
|
| |
1292 |
<child>
|
| |
1293 |
<widget class="GtkComboBox" id="cb_format">
|
| |
1294 |
<property name="visible">True</property>
|
| |
1295 |
<property name="add_tearoffs">False</property>
|
| |
1296 |
<property name="focus_on_click">True</property>
|
| |
1297 |
</widget>
|
| |
1298 |
<packing>
|
| |
1299 |
<property name="left_attach">1</property>
|
| |
1300 |
<property name="right_attach">2</property>
|
| |
1301 |
<property name="top_attach">9</property>
|
| |
1302 |
<property name="bottom_attach">10</property>
|
| |
1303 |
<property name="x_options">fill</property>
|
| |
1304 |
<property name="y_options">fill</property>
|
| |
1305 |
</packing>
|
| |
1306 |
</child>
|
| |
1307 |
|
| |
1308 |
<child>
|
| |
1309 |
<widget class="GtkEntry" id="e_pcom">
|
| |
1310 |
<property name="visible">True</property>
|
| |
1311 |
<property name="can_focus">True</property>
|
| |
1312 |
<property name="editable">True</property>
|
| |
1313 |
<property name="visibility">True</property>
|
| |
1314 |
<property name="max_length">0</property>
|
| |
1315 |
<property name="text" translatable="yes"></property>
|
| |
1316 |
<property name="has_frame">True</property>
|
| |
1317 |
<property name="invisible_char">*</property>
|
| |
1318 |
<property name="activates_default">False</property>
|
| |
1319 |
</widget>
|
| |
1320 |
<packing>
|
| |
1321 |
<property name="left_attach">0</property>
|
| |
1322 |
<property name="right_attach">2</property>
|
| |
1323 |
<property name="top_attach">5</property>
|
| |
1324 |
<property name="bottom_attach">6</property>
|
| |
1325 |
<property name="y_options"></property>
|
| |
1326 |
</packing>
|
| |
1327 |
</child>
|
| |
1328 |
|
| |
1329 |
<child>
|
| |
1330 |
<widget class="GtkLabel" id="label9">
|
| |
1331 |
<property name="visible">True</property>
|
| |
1332 |
<property name="label" translatable="yes"></property>
|
| |
1333 |
<property name="use_underline">False</property>
|
| |
1334 |
<property name="use_markup">False</property>
|
| |
1335 |
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
| |
1336 |
<property name="wrap">False</property>
|
| |
1337 |
<property name="selectable">False</property>
|
| |
1338 |
<property name="xalign">0</property>
|
| |
1339 |
<property name="yalign">0.5</property>
|
| |
1340 |
<property name="xpad">0</property>
|
| |
1341 |
<property name="ypad">0</property>
|
| |
1342 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
| |
1343 |
<property name="width_chars">-1</property>
|
| |
1344 |
<property name="single_line_mode">False</property>
|
| |
1345 |
<property name="angle">0</property>
|
| |
1346 |
</widget>
|
| |
1347 |
<packing>
|
| |
1348 |
<property name="left_attach">1</property>
|
| |
1349 |
<property name="right_attach">2</property>
|
| |
1350 |
<property name="top_attach">10</property>
|
| |
1351 |
<property name="bottom_attach">11</property>
|
| |
1352 |
<property name="x_options">fill</property>
|
| |
1353 |
</packing>
|
| |
1354 |
</child>
|
| |
1355 |
|
| |
1356 |
<child>
|
| |
1357 |
<widget class="GtkEntry" id="e_acom">
|
| |
1358 |
<property name="visible">True</property>
|
| |
1359 |
<property name="can_focus">True</property>
|
| |
1360 |
<property name="editable">True</property>
|
| |
1361 |
<property name="visibility">True</property>
|
| |
1362 |
<property name="max_length">0</property>
|
| |
1363 |
<property name="text" translatable="yes"></property>
|
| |
1364 |
<property name="has_frame">True</property>
|
| |
1365 |
<property name="invisible_char">*</property>
|
| |
1366 |
<property name="activates_default">False</property>
|
| |
1367 |
</widget>
|
| |
1368 |
<packing>
|
| |
1369 |
<property name="left_attach">0</property>
|
| |
1370 |
<property name="right_attach">2</property>
|
| |
1371 |
<property name="top_attach">7</property>
|
| |
1372 |
<property name="bottom_attach">8</property>
|
| |
1373 |
<property name="y_options"></property>
|
| |
1374 |
</packing>
|
| |
1375 |
</child>
|
| |
1376 |
|
| |
1377 |
<child>
|
| |
1378 |
<widget class="GtkHSeparator" id="hseparator1">
|
| |
1379 |
<property name="visible">True</property>
|
| |
1380 |
</widget>
|
| |
1381 |
<packing>
|
| |
1382 |
<property name="left_attach">0</property>
|
| |
1383 |
<property name="right_attach">2</property>
|
| |
1384 |
<property name="top_attach">8</property>
|
| |
1385 |
<property name="bottom_attach">9</property>
|
| |
1386 |
<property name="y_padding">8</property>
|
| |
1387 |
<property name="x_options">fill</property>
|
| |
1388 |
<property name="y_options"></property>
|
| |
1389 |
</packing>
|
| |
1390 |
</child>
|
| |
1391 |
</widget>
|
| |
1392 |
<packing>
|
| |
1393 |
<property name="shrink">True</property>
|
| |
1394 |
<property name="resize">True</property>
|
| |
1395 |
</packing>
|
| |
1396 |
</child>
|
| |
1397 |
</widget>
|
| |
1398 |
</child>
|
| |
1399 |
</widget>
|
| |
1400 |
|