diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 9d531c68c..f0feca1c9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,9 @@ +2005-03-19 Alex Roitman + * src/gramps.glade: Add date LED buttons for LDS dates. + * src/EditPerson.py (draw_lds): Add date LED buttons for LDS dates; + (lds_field): Always set date text for LDS dates. + * src/Marriage.py (__init__): Add date LED button for LDS date. + 2005-03-18 Alex Roitman * doc/gramps-manual/C/figures/export-druid.png: Update. * doc/gramps-manual/C/gramps-manual.xml: Update. diff --git a/gramps2/src/EditPerson.py b/gramps2/src/EditPerson.py index f37f237c7..67802dbc5 100644 --- a/gramps2/src/EditPerson.py +++ b/gramps2/src/EditPerson.py @@ -645,9 +645,9 @@ class EditPerson: combo.set_active(index) if not lds_ord.is_empty(): stat = lds_ord.get_status() - date.set_text(lds_ord.get_date()) else: stat = 0 + date.set_text(lds_ord.get_date()) build_dropdown(place,self.place_list) if lds_ord and lds_ord.get_place_handle(): @@ -666,6 +666,11 @@ class EditPerson: self.ldsbap_temple.set_sensitive(not self.db.readonly) self.ldsbapplace = self.get_widget("lds_bap_place") self.ldsbapplace.set_editable(not self.db.readonly) + self.ldsbap_date_led = self.get_widget("ldsbap_stat") + self.ldsbap_date_led.set_sensitive(not self.db.readonly) + self.ldsbap_date_check = DateEdit.DateEdit( + self.lds_baptism.get_date_object(), self.ldsbap_date, + self.ldsbap_date_led, self.window) self.ldsend_date = self.get_widget("endowdate") self.ldsend_date.set_editable(not self.db.readonly) @@ -675,6 +680,11 @@ class EditPerson: self.ldsendowplace.set_editable(not self.db.readonly) self.ldsendowstat = self.get_widget("endowstat") self.ldsendowstat.set_sensitive(not self.db.readonly) + self.ldsend_date_led = self.get_widget("endow_stat") + self.ldsend_date_led.set_sensitive(not self.db.readonly) + self.ldsend_date_check = DateEdit.DateEdit( + self.lds_endowment.get_date_object(), self.ldsend_date, + self.ldsend_date_led, self.window) self.ldsseal_date = self.get_widget("sealdate") self.ldsseal_temple = self.get_widget("sealtemple") @@ -682,6 +692,11 @@ class EditPerson: self.ldsseal_date.set_editable(not self.db.readonly) self.ldsseal_temple.set_sensitive(not self.db.readonly) self.ldssealplace.set_editable(not self.db.readonly) + self.ldsseal_date_led = self.get_widget("seal_stat") + self.ldsseal_date_led.set_sensitive(not self.db.readonly) + self.ldsseal_date_check = DateEdit.DateEdit( + self.lds_sealing.get_date_object(), self.ldsseal_date, + self.ldsseal_date_led, self.window) self.ldsseal_fam = self.get_widget("sealparents") self.ldsseal_fam.set_sensitive(not self.db.readonly) diff --git a/gramps2/src/Marriage.py b/gramps2/src/Marriage.py index 97e11fe98..ee059191f 100644 --- a/gramps2/src/Marriage.py +++ b/gramps2/src/Marriage.py @@ -54,6 +54,8 @@ import DateHandler import Sources import GrampsKeys import NameDisplay +import Date +import DateEdit from QuestionDialog import QuestionDialog, WarningDialog, SaveDialog @@ -184,6 +186,8 @@ class Marriage: self.attr_conf_field = self.get_widget("attr_conf") self.lds_date = self.get_widget("lds_date") self.lds_date.set_editable(mode) + self.lds_date_led = self.get_widget("lds_date_stat") + self.lds_date_led.set_sensitive(mode) self.lds_temple = self.get_widget("lds_temple") self.lds_temple.set_sensitive(mode) self.lds_status = self.get_widget("lds_status") @@ -243,9 +247,15 @@ class Marriage: self.lds_place.child.set_text(lds_ord.get_place_handle().get_title()) self.lds_date.set_text(lds_ord.get_date()) self.seal_stat = lds_ord.get_status() + self.lds_date_object = lds_ord.get_date_object() else: self.lds_place.child.set_text("") self.seal_stat = 0 + self.lds_date_object = Date.Date() + + self.lds_date_check = DateEdit.DateEdit( + self.lds_date_object, self.lds_date, + self.lds_date_led, self.window) if self.family.get_complete_flag(): self.complete.set_active(1) diff --git a/gramps2/src/gramps.glade b/gramps2/src/gramps.glade index 15049139d..f68bb259d 100644 --- a/gramps2/src/gramps.glade +++ b/gramps2/src/gramps.glade @@ -19,7 +19,6 @@ False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST - True True @@ -1018,10 +1017,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1070,10 +1065,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1122,10 +1113,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1174,10 +1161,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1226,10 +1209,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1278,10 +1257,6 @@ 0 0 views - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1327,8 +1302,6 @@ True - False - True 0 @@ -1398,9 +1371,6 @@ False False True - False - False - False @@ -1430,10 +1400,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -1722,9 +1688,6 @@ True False True - False - False - False @@ -1848,10 +1811,6 @@ 0 0 chlist - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1877,10 +1836,6 @@ 0 0 ap_data - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1906,10 +1861,6 @@ 0 0 ap_parents - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -1935,10 +1886,6 @@ 0 0 sp_list - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -1964,10 +1911,6 @@ 0 0 sp_parents - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -1997,9 +1940,6 @@ True True True - False - False - False @@ -2030,9 +1970,6 @@ True False True - False - False - False @@ -2063,9 +2000,6 @@ True False True - False - False - False @@ -2096,9 +2030,6 @@ True True True - False - False - False @@ -2254,10 +2185,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -2292,9 +2219,6 @@ True True True - False - False - False @@ -2321,10 +2245,6 @@ 0 0 chlist2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -2354,9 +2274,6 @@ True True True - False - False - False @@ -2387,9 +2304,6 @@ True False True - False - False - False @@ -2420,9 +2334,6 @@ True False True - False - False - False @@ -2453,9 +2364,6 @@ True False True - False - False - False @@ -2606,10 +2514,6 @@ 0 0 sp_parents2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -2732,10 +2636,6 @@ 0 0 sp_list2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -2858,10 +2758,6 @@ 0 0 ap_data2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -2887,10 +2783,6 @@ 0 0 ap_parents2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -3048,10 +2940,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -3099,10 +2987,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -3132,9 +3016,6 @@ True False True - False - False - False @@ -3164,10 +3045,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -3197,9 +3074,6 @@ True False True - False - False - False @@ -3229,10 +3103,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -3284,10 +3154,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -3324,10 +3190,6 @@ 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -3353,10 +3215,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -3380,10 +3238,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -3407,10 +3261,6 @@ 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -3436,10 +3286,6 @@ 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -3465,10 +3311,6 @@ 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -3494,10 +3336,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -3521,10 +3359,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -3548,10 +3382,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -3575,10 +3405,6 @@ 0 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -3604,10 +3430,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -3651,9 +3473,6 @@ True False True - False - False - False @@ -3683,10 +3502,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -3739,7 +3554,6 @@ False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -3816,10 +3630,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -3858,9 +3668,6 @@ False False True - False - False - False @@ -3968,10 +3775,6 @@ 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -3991,8 +3794,6 @@ Unmarried Civil Union Unknown Other - False - True 1 @@ -4051,7 +3852,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -4136,10 +3936,6 @@ Other 0.5 0 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4177,10 +3973,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -4205,10 +3997,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -4233,10 +4021,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -4262,10 +4046,6 @@ Other 0 0 father_list - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4361,10 +4141,6 @@ Other 0 0 mother_list - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4389,10 +4165,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4422,9 +4194,6 @@ Other True False True - False - False - False @@ -4454,9 +4223,6 @@ Other True False True - False - False - False @@ -4521,8 +4287,6 @@ Unmarried Civil Union Uknown Other - False - True @@ -4538,8 +4302,6 @@ Other True - False - True 2 @@ -4554,8 +4316,6 @@ Other True - False - True 2 @@ -4607,7 +4367,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -4692,10 +4451,6 @@ Other 0.5 0 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4741,9 +4496,6 @@ Other True False True - False - False - False @@ -4843,10 +4595,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4871,10 +4619,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -4889,8 +4633,6 @@ Other True - False - True 1 @@ -4904,8 +4646,6 @@ Other True - False - True 1 @@ -4943,7 +4683,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -5030,10 +4769,6 @@ Other 0.5 0 5 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -5078,10 +4813,6 @@ Other 0 0 source_title - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -5107,10 +4838,6 @@ Other 0 0 author - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -5182,10 +4909,6 @@ Other 0 0 pubinfo - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -5253,10 +4976,6 @@ Other 0 0 abbrev - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -5287,10 +5006,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -5361,10 +5076,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -5449,10 +5160,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -5483,9 +5190,6 @@ Other True False True - False - False - False @@ -5585,10 +5289,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -5802,10 +5502,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -5829,9 +5525,6 @@ Other False False True - False - False - False @@ -5854,10 +5547,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -5897,7 +5586,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -5983,10 +5671,6 @@ Other 0.5 10 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6060,7 +5744,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -6142,10 +5825,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 10 @@ -6183,10 +5862,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -6211,10 +5886,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -6238,10 +5909,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -6266,10 +5933,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -6294,10 +5957,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Relationship: @@ -6325,10 +5984,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -6353,10 +6008,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6381,10 +6032,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6408,10 +6055,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6449,8 +6092,6 @@ Other True - False - True 2 @@ -6466,8 +6107,6 @@ Other True - False - True 2 @@ -6517,7 +6156,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -6608,10 +6246,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6647,10 +6281,6 @@ Other 0 0 entry - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -6709,7 +6339,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -6786,9 +6415,6 @@ Other False True True - False - False - False @@ -6813,10 +6439,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -6852,7 +6474,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -6933,10 +6554,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 10 @@ -6995,10 +6612,6 @@ Other 0 0 givenName - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7024,10 +6637,6 @@ Other 0 0 surname - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7053,10 +6662,6 @@ Other 0 0 prefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7082,10 +6687,6 @@ Other 0 0 suffix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7111,10 +6712,6 @@ Other 0 0 title - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7140,10 +6737,6 @@ Other 0 0 nickname - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7168,10 +6761,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7197,10 +6786,6 @@ Other 0 0 birthDate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7291,10 +6876,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -7397,10 +6978,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -7426,10 +7003,6 @@ Other 0 0 gid - PANGO_ELLIPSIZE_NONE - -1 - False - 0 7 @@ -7476,10 +7049,6 @@ Other 0 0 birth_place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -7504,10 +7073,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -7533,10 +7098,6 @@ Other 0 0 deathDate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Date: @@ -7565,10 +7126,6 @@ Other 0 0 death_place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 7 @@ -7625,9 +7182,6 @@ Other True - False - True - True 2 @@ -7840,10 +7394,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -7867,10 +7417,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -8010,10 +7556,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -8110,10 +7652,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -8155,10 +7693,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8183,10 +7717,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -8211,10 +7741,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -8239,10 +7765,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8267,10 +7789,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8295,10 +7813,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8323,10 +7837,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -8351,10 +7861,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -8379,10 +7885,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -8407,10 +7909,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -8435,10 +7933,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -8462,10 +7956,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -8489,10 +7979,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -8516,10 +8002,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -8543,10 +8025,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -8570,10 +8048,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -8597,10 +8071,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -8624,10 +8094,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -8690,9 +8156,6 @@ Other False False True - False - False - False @@ -8831,10 +8294,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -8876,10 +8335,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -8904,10 +8359,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8932,10 +8383,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8960,10 +8407,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -8988,10 +8431,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9016,10 +8455,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9044,10 +8479,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -9072,10 +8503,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9100,10 +8527,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -9128,10 +8551,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9156,10 +8575,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9184,10 +8599,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9212,10 +8623,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9240,10 +8647,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9267,10 +8670,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9294,10 +8693,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -9340,9 +8735,6 @@ Other False True True - False - False - False @@ -9488,10 +8880,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -9533,10 +8921,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -9561,10 +8945,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9589,10 +8969,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9617,10 +8993,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -9645,10 +9017,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -9673,10 +9041,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -9701,10 +9065,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9729,10 +9089,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9756,10 +9112,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -9783,10 +9135,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -9829,9 +9177,6 @@ Other False False True - False - False - False @@ -9977,10 +9322,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -10016,10 +9357,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10044,10 +9381,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10072,10 +9405,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10100,10 +9429,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10128,10 +9453,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10156,10 +9477,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -10184,10 +9501,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -10212,10 +9525,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -10240,10 +9549,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -10268,10 +9573,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -10296,10 +9597,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10324,10 +9621,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10352,10 +9645,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -10380,10 +9669,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -10408,10 +9693,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -10435,10 +9716,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10462,10 +9739,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10490,10 +9763,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10518,10 +9787,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -10546,10 +9811,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -10624,9 +9885,6 @@ Other False False True - False - False - False @@ -10772,10 +10030,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -10849,10 +10103,6 @@ Other 0 0 flowed - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -10937,10 +10187,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -10970,9 +10216,6 @@ Other False False True - False - False - False @@ -11099,10 +10342,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -11301,10 +10540,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -11340,10 +10575,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -11368,10 +10599,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -11396,10 +10623,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -11424,10 +10647,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -11451,10 +10670,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -11497,9 +10712,6 @@ Other False False True - False - False - False @@ -11666,10 +10878,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -11699,10 +10907,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -11714,27 +10918,6 @@ Other - - - True - True - True - True - 0 - - True - * - False - - - 2 - 3 - 1 - 2 - - - - True @@ -11749,13 +10932,6 @@ Other 0 0 ldsbapdate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 1 @@ -11780,10 +10956,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Temple: @@ -11832,10 +11004,6 @@ Other 0 0 lds_bap_place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -11904,10 +11072,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -11933,13 +11097,8 @@ Other 0 0 endowdate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Date: - @@ -11965,10 +11124,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -11994,10 +11149,6 @@ Other 0 0 lds_end_place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -12012,27 +11163,6 @@ Other - - - True - True - True - True - 0 - - True - * - False - - - 2 - 3 - 6 - 7 - - - - True @@ -12108,13 +11238,6 @@ Other 0 0 sealdate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 1 @@ -12126,27 +11249,6 @@ Other - - - True - True - True - True - 0 - - True - * - False - - - 2 - 3 - 11 - 12 - - - - True @@ -12160,10 +11262,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12209,10 +11307,6 @@ Other 0 0 lds_seal_place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -12282,10 +11376,6 @@ Other 0 0 sealparents - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12310,10 +11400,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -12328,8 +11414,6 @@ Other True - False - True 3 @@ -12344,8 +11428,6 @@ Other True - False - True 3 @@ -12360,8 +11442,6 @@ Other True - False - True 3 @@ -12376,8 +11456,6 @@ Other True - False - True 2 @@ -12392,8 +11470,6 @@ Other True - False - True 2 @@ -12408,8 +11484,6 @@ Other True - False - True 2 @@ -12424,8 +11498,6 @@ Other True - False - True 2 @@ -12436,6 +11508,186 @@ Other fill + + + + True + False + 0 + + + + True + True + True + True + 0 + + True + * + False + + + 0 + True + True + + + + + + True + Invoke date editor + True + GTK_RELIEF_NONE + True + + + + True + 0.5 + 0.5 + 0 + 0 + + + + + 0 + False + False + + + + + 2 + 3 + 1 + 2 + fill + fill + + + + + + True + False + 0 + + + + True + True + True + True + 0 + + True + * + False + + + 0 + True + True + + + + + + True + Invoke date editor + True + GTK_RELIEF_NONE + True + + + + True + 0.5 + 0.5 + 0 + 0 + + + + + 0 + False + False + + + + + 2 + 3 + 6 + 7 + fill + fill + + + + + + True + False + 0 + + + + True + True + True + True + 0 + + True + * + False + + + 0 + True + True + + + + + + True + Invoke date editor + True + GTK_RELIEF_NONE + True + + + + True + 0.5 + 0.5 + 0 + 0 + + + + + 0 + False + False + + + + + 2 + 3 + 11 + 12 + fill + fill + + False @@ -12455,10 +11707,6 @@ Other 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -12490,7 +11738,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -12578,10 +11825,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -12630,10 +11873,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -12659,10 +11898,6 @@ Other 0 0 gid - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -12702,8 +11937,6 @@ Other True - False - True 1 @@ -12728,10 +11961,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -12756,10 +11985,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12819,10 +12044,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -12858,10 +12079,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12886,10 +12103,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12914,10 +12127,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12942,10 +12151,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12970,10 +12175,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -12998,10 +12199,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -13026,10 +12223,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -13054,10 +12247,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -13081,10 +12270,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -13109,10 +12294,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -13137,10 +12318,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13164,10 +12341,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13191,10 +12364,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13219,10 +12388,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13247,10 +12412,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13274,10 +12435,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13319,9 +12476,6 @@ Other False False True - False - False - False @@ -13457,10 +12611,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -13496,10 +12646,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -13524,10 +12670,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -13552,10 +12694,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -13580,10 +12718,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -13608,10 +12742,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -13636,10 +12766,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -13664,10 +12790,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13692,10 +12814,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13719,10 +12837,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -13746,10 +12860,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -13791,9 +12901,6 @@ Other False False True - False - False - False @@ -13929,10 +13036,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -14003,10 +13106,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -14091,10 +13190,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -14124,9 +13219,6 @@ Other False False True - False - False - False @@ -14250,10 +13342,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -14439,10 +13527,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -14478,10 +13562,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -14506,10 +13586,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -14534,10 +13610,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -14562,10 +13634,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -14577,27 +13645,6 @@ Other - - - True - True - True - True - 0 - - True - * - False - - - 2 - 3 - 1 - 2 - - - - True @@ -14641,9 +13688,6 @@ Other True - False - True - True 2 @@ -14658,8 +13702,6 @@ Other True - False - True 3 @@ -14674,8 +13716,6 @@ Other True - False - True 2 @@ -14686,6 +13726,66 @@ Other fill + + + + True + False + 0 + + + + True + True + True + True + 0 + + True + * + False + + + 0 + True + True + + + + + + True + Invoke date editor + True + GTK_RELIEF_NONE + True + + + + True + 0.5 + 0.5 + 0 + 0 + + + + + 0 + False + False + + + + + 2 + 3 + 1 + 2 + fill + fill + + 0 @@ -14713,10 +13813,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -14756,7 +13852,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -14841,10 +13936,6 @@ Other 0.5 0 5 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -14888,10 +13979,6 @@ Other 0 0 place_title - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -14920,10 +14007,6 @@ Other 0 0 city - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -14952,10 +14035,6 @@ Other 0 0 state - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -14984,10 +14063,6 @@ Other 0 0 county - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -15016,10 +14091,6 @@ Other 0 0 country - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -15048,10 +14119,6 @@ Other 0 0 longitude - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -15080,10 +14147,6 @@ Other 0 0 latitude - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -15112,10 +14175,6 @@ Other 0 0 parish - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Church Parish: @@ -15313,10 +14372,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -15342,10 +14397,6 @@ Other 0 0 postal - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15392,10 +14443,6 @@ Other 0 0 phone - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15441,10 +14488,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15469,10 +14512,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15503,10 +14542,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -15542,10 +14577,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15570,10 +14601,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15598,10 +14625,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15626,10 +14649,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15654,10 +14673,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -15682,10 +14697,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15711,10 +14722,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15741,10 +14748,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15771,10 +14774,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -15799,10 +14798,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15828,10 +14823,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -15855,10 +14846,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -15883,10 +14870,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -15913,10 +14896,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -15941,10 +14920,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -15986,9 +14961,6 @@ Other False False True - False - False - False @@ -16135,10 +15107,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -16209,10 +15177,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -16297,10 +15261,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -16336,9 +15296,6 @@ Other False False True - False - False - False @@ -16482,10 +15439,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -16697,10 +15650,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -16736,10 +15685,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -16764,10 +15709,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -16792,10 +15733,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -16819,10 +15756,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -16847,10 +15780,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -16892,9 +15821,6 @@ Other False False True - False - False - False @@ -17068,10 +15994,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -17125,10 +16047,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -17165,7 +16083,6 @@ Other False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -17236,10 +16153,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -17277,9 +16190,6 @@ Other False False True - False - False - False @@ -17358,10 +16268,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17391,10 +16297,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -17430,10 +16332,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17481,10 +16379,6 @@ Other 3 3 lastnamegen - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17499,8 +16393,6 @@ Other True - False - True 1 @@ -17538,10 +16430,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -17577,10 +16465,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17651,10 +16535,6 @@ Other 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17674,8 +16554,6 @@ Icons Only Text Only Text Below Icons Text Beside Icons - False - True 1 @@ -17713,10 +16591,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -17776,10 +16650,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17804,10 +16674,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17878,10 +16744,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -17989,10 +16851,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -18029,10 +16887,6 @@ Text Beside Icons 5 5 date_format - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18057,10 +16911,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -18075,8 +16925,6 @@ Text Beside Icons True - False - True 2 @@ -18114,10 +16962,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -18154,10 +16998,6 @@ Text Beside Icons 0 0 resname - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18183,10 +17023,6 @@ Text Beside Icons 0 0 resaddr - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18212,10 +17048,6 @@ Text Beside Icons 0 0 rescity - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18241,10 +17073,6 @@ Text Beside Icons 0 0 resstate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18270,10 +17098,6 @@ Text Beside Icons 0 0 rescountry - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18299,10 +17123,6 @@ Text Beside Icons 0 0 respostal - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18328,10 +17148,6 @@ Text Beside Icons 0 0 resphone - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18357,10 +17173,6 @@ Text Beside Icons 0 0 resemail - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18553,10 +17365,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -18594,10 +17402,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -18634,10 +17438,6 @@ Text Beside Icons 2 2 iprefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18663,10 +17463,6 @@ Text Beside Icons 2 2 fprefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18692,10 +17488,6 @@ Text Beside Icons 2 2 pprefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18721,10 +17513,6 @@ Text Beside Icons 2 2 sprefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18750,10 +17538,6 @@ Text Beside Icons 2 2 oprefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -18883,10 +17667,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -18924,10 +17704,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -18979,7 +17755,6 @@ Text Beside Icons False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -19064,10 +17839,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -19106,10 +17877,6 @@ Text Beside Icons 0 0 conf - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -19135,10 +17902,6 @@ Text Beside Icons 0 0 spage - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -19164,10 +17927,6 @@ Text Beside Icons 0 0 sdate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -19195,10 +17954,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -19226,10 +17981,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -19257,10 +18008,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -19285,10 +18032,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -19313,10 +18056,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -19341,10 +18080,6 @@ Text Beside Icons 0.5 3 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -19369,10 +18104,6 @@ Text Beside Icons 0.5 3 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -19397,10 +18128,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -19425,10 +18152,6 @@ Text Beside Icons 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -19656,8 +18379,6 @@ Low Normal High Very High - False - True 2 @@ -19672,8 +18393,6 @@ Very High True - False - True 2 @@ -19725,7 +18444,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -19809,10 +18527,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -19845,9 +18559,6 @@ Very High False False True - False - False - False @@ -19999,7 +18710,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -20067,10 +18777,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -20096,9 +18802,6 @@ Very High True False True - False - False - False @@ -20152,7 +18855,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -20219,10 +18921,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -20270,10 +18968,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -20310,10 +19004,6 @@ Very High 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -20339,10 +19029,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -20366,10 +19052,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -20393,10 +19075,6 @@ Very High 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -20422,10 +19100,6 @@ Very High 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -20451,10 +19125,6 @@ Very High 0.5 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -20480,10 +19150,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -20507,10 +19173,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -20534,10 +19196,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -20561,10 +19219,6 @@ Very High 0 0 2 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -20590,10 +19244,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -20637,9 +19287,6 @@ Very High True False True - False - False - False @@ -20676,7 +19323,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -20745,10 +19391,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -20780,9 +19422,6 @@ Very High False False True - False - False - False @@ -20903,7 +19542,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -20973,10 +19611,6 @@ Very High 0.5 5 5 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 10 @@ -21005,10 +19639,6 @@ Very High 0 0 style_name - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -21079,9 +19709,6 @@ Very High False False True - False - False - False @@ -21121,10 +19748,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21146,10 +19769,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21177,10 +19796,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -21210,10 +19825,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -21345,10 +19956,6 @@ Very High 0 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21373,10 +19980,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21401,10 +20004,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21429,10 +20028,6 @@ Very High 0 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21458,10 +20053,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -21537,10 +20128,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -21590,10 +20177,6 @@ Very High 0 0 rmargin - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -21622,10 +20205,6 @@ Very High 0 0 lmargin - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -21654,10 +20233,6 @@ Very High 0 0 pad - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -21685,10 +20260,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -21713,10 +20284,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -21741,10 +20308,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -21923,10 +20486,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21951,10 +20510,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -21980,10 +20535,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -22008,10 +20559,6 @@ Very High 0 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22036,10 +20583,6 @@ Very High 0 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22152,10 +20695,6 @@ Very High 0 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22201,10 +20740,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -22230,10 +20765,6 @@ Very High 0 0 pad - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -22264,10 +20795,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -22313,7 +20840,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -22395,10 +20921,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -22466,10 +20988,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -22517,10 +21035,6 @@ Very High 0 0 photoDescription - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22608,7 +21122,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -22694,10 +21207,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22744,10 +21253,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -22784,10 +21289,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22812,10 +21313,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22840,10 +21337,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -22868,10 +21361,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -22896,10 +21385,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -22924,10 +21409,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -22953,10 +21434,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -22981,10 +21458,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -23044,10 +21517,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -23072,10 +21541,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -23100,10 +21565,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -23128,10 +21589,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -23240,10 +21697,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -23290,10 +21743,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -23324,10 +21773,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -23398,10 +21843,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -23486,10 +21927,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -23545,10 +21982,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -23584,10 +22017,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -23612,10 +22041,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -23640,10 +22065,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -23667,10 +22088,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -23695,10 +22112,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -23741,9 +22154,6 @@ Very High True False True - False - False - False @@ -23892,10 +22302,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -23931,9 +22337,6 @@ Very High False False True - False - False - False @@ -24077,10 +22480,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -24120,7 +22519,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -24206,10 +22604,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -24256,10 +22650,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 label_item @@ -24296,10 +22686,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -24324,10 +22710,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -24352,10 +22734,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -24380,10 +22758,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24407,10 +22781,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24435,10 +22805,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24505,10 +22871,6 @@ Very High 0 0 description - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24554,10 +22916,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24583,10 +22941,6 @@ Very High 0 0 place - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24705,10 +23059,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -24744,10 +23094,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24772,10 +23118,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -24799,10 +23141,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -24827,10 +23165,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -24855,10 +23189,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -24900,9 +23230,6 @@ Very High False False True - False - False - False @@ -25052,10 +23379,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -25126,10 +23449,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -25214,10 +23533,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -25240,9 +23555,6 @@ Very High False False True - False - False - False @@ -25265,10 +23577,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -25304,9 +23612,6 @@ Very High False False True - False - False - False @@ -25450,10 +23755,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -25490,7 +23791,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -25548,10 +23848,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25576,10 +23872,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25633,7 +23925,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -25719,10 +24010,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25767,10 +24054,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25826,7 +24109,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -25897,10 +24179,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25945,10 +24223,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -25982,7 +24256,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -26053,10 +24326,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26101,10 +24370,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26138,7 +24403,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -26196,10 +24460,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26244,10 +24504,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26281,7 +24537,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -26339,10 +24594,6 @@ Very High 0.5 6 12 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26387,10 +24638,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26424,7 +24671,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -26496,10 +24742,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -26588,10 +24830,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -26637,10 +24875,6 @@ Very High 0.5 6 24 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26685,10 +24919,6 @@ Very High 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -26748,7 +24978,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -26836,10 +25065,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -26882,10 +25107,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -26911,10 +25132,6 @@ Very High 0 0 eventDate - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -26943,10 +25160,6 @@ Very High 0 0 event_description - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -26975,10 +25188,6 @@ Very High 0 3 eventPlace - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -27007,10 +25216,6 @@ Very High 0 0 eventCause - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -27134,9 +25339,6 @@ Very High True - False - True - True 1 @@ -27194,10 +25396,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -27233,9 +25431,6 @@ Very High False False True - False - False - False @@ -27379,10 +25574,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -27456,10 +25647,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -27544,10 +25731,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -27584,9 +25767,6 @@ Very High False False True - False - False - False @@ -27730,10 +25910,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -27945,10 +26121,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -27987,7 +26159,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -28072,10 +26243,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -28118,10 +26285,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -28147,10 +26310,6 @@ Very High 0 0 attr_value - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -28211,9 +26370,6 @@ Very High True - False - True - True 1 @@ -28244,10 +26400,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -28283,9 +26435,6 @@ Very High False False True - False - False - False @@ -28429,10 +26578,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -28504,10 +26649,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -28592,10 +26733,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -28634,7 +26771,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -28719,10 +26855,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -28755,10 +26887,6 @@ Very High 0 0 city - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -28787,10 +26915,6 @@ Very High 0 0 county - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -28819,10 +26943,6 @@ Very High 0 0 country - PANGO_ELLIPSIZE_NONE - -1 - False - 0 Country: @@ -28852,10 +26972,6 @@ Very High 0 0 state - PANGO_ELLIPSIZE_NONE - -1 - False - 0 State: @@ -28885,10 +27001,6 @@ Very High 0 0 parish - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29023,10 +27135,6 @@ Very High 0 0 phone - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -29073,10 +27181,6 @@ Very High 0 0 postal - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -29141,7 +27245,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -29227,10 +27330,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -29274,10 +27373,6 @@ Very High 0 0 address_start - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29306,10 +27401,6 @@ Very High 0 0 street - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29338,10 +27429,6 @@ Very High 0 0 city - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29370,10 +27457,6 @@ Very High 0 0 state - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29402,10 +27485,6 @@ Very High 0 0 country - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29434,10 +27513,6 @@ Very High 0 0 postal - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -29615,10 +27690,6 @@ Very High 0 0 phone - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -29697,10 +27768,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -29736,9 +27803,6 @@ Very High False False True - False - False - False @@ -29882,10 +27946,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -29957,10 +28017,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -30045,10 +28101,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -30087,7 +28139,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -30173,10 +28224,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -30209,10 +28256,6 @@ Very High 0 0 url_addr - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30241,10 +28284,6 @@ Very High 0 0 url_des - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30370,7 +28409,6 @@ Very High False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True True @@ -30457,10 +28495,6 @@ Very High 0.5 0 10 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -30504,10 +28538,6 @@ Very High 0 0 alt_given - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30536,10 +28566,6 @@ Very High 0 0 alt_suffix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30567,10 +28593,6 @@ Very High 0 1 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30599,10 +28621,6 @@ Very High 0 0 alt_title - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30653,10 +28671,6 @@ Very High 0 0 alt_prefix - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30770,10 +28784,6 @@ Very High 0 0 patronymic - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30801,10 +28811,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30822,9 +28828,6 @@ Very High True - False - True - True 2 @@ -30874,10 +28877,6 @@ Very High 0 0 group_as - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30905,10 +28904,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30958,10 +28953,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -30989,10 +28980,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -31017,10 +29004,6 @@ Very High 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -31058,9 +29041,6 @@ Very High True - False - True - True 2 @@ -31078,8 +29058,6 @@ Very High Default (based on locale) Family name, Given name Given name, Family name - False - True 2 @@ -31098,8 +29076,6 @@ Given name, Family name Given name Family name Family name Given name - False - True 2 @@ -31124,10 +29100,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -31218,10 +29190,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -31258,9 +29226,6 @@ Family name Given name False False True - False - False - False @@ -31404,10 +29369,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -31480,10 +29441,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -31568,10 +29525,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 tab @@ -31610,7 +29563,6 @@ Family name Given name False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -31694,10 +29646,6 @@ Family name Given name 0.5 0 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -31730,10 +29678,6 @@ Family name Given name 0 0 name - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -31762,10 +29706,6 @@ Family name Given name 0 0 scrolledwindow30 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 @@ -31946,7 +29886,6 @@ Family name Given name False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST - True False @@ -32017,10 +29956,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -32120,10 +30055,6 @@ Family name Given name 0.5 6 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -32147,10 +30078,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -32185,7 +30112,6 @@ Family name Given name False GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST - True @@ -32210,10 +30136,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -32238,10 +30160,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -32266,10 +30184,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -32317,7 +30231,6 @@ Family name Given name False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -32397,10 +30310,6 @@ Family name Given name 0.5 0 6 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -32435,10 +30344,6 @@ Family name Given name 0 0 calendar_box - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -32451,8 +30356,6 @@ Family name Given name True - False - True 6 @@ -32491,10 +30394,6 @@ Family name Given name 6 0 quality_box - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -32510,8 +30409,6 @@ Family name Given name True - False - True 1 @@ -32539,10 +30436,6 @@ Family name Given name 6 0 type_box - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -32558,8 +30451,6 @@ Family name Given name True - False - True 5 @@ -32586,10 +30477,6 @@ Family name Given name 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -32615,10 +30502,6 @@ Family name Given name 0 0 start_day - PANGO_ELLIPSIZE_NONE - -1 - False - 0 1 @@ -32644,10 +30527,6 @@ Family name Given name 0 0 start_month_box - PANGO_ELLIPSIZE_NONE - -1 - False - 0 2 @@ -32673,10 +30552,6 @@ Family name Given name 0 0 start_year - PANGO_ELLIPSIZE_NONE - -1 - False - 0 3 @@ -32714,8 +30589,6 @@ Family name Given name True - False - True 2 @@ -32762,10 +30635,6 @@ Family name Given name 0.5 6 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 4 @@ -32791,10 +30660,6 @@ Family name Given name 0 0 stop_day - PANGO_ELLIPSIZE_NONE - -1 - False - 0 5 @@ -32820,10 +30685,6 @@ Family name Given name 0 0 stop_month_box - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -32849,10 +30710,6 @@ Family name Given name 0 0 stop_year - PANGO_ELLIPSIZE_NONE - -1 - False - 0 7 @@ -32890,8 +30747,6 @@ Family name Given name True - False - True 6 @@ -32952,10 +30807,6 @@ Family name Given name 0 0 date_text_entry - PANGO_ELLIPSIZE_NONE - -1 - False - 0 6 @@ -33022,7 +30873,6 @@ Family name Given name False GDK_WINDOW_TYPE_HINT_DIALOG GDK_GRAVITY_NORTH_WEST - True False @@ -33090,10 +30940,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0 @@ -33121,10 +30967,6 @@ Family name Given name 0.5 0 0 - PANGO_ELLIPSIZE_NONE - -1 - False - 0 0