2059: need a way to compare and merge all objects, by MD Nauta
svn: r15645
This commit is contained in:
		| @@ -41,4 +41,12 @@ dist_pkgdata_DATA = \ | ||||
| 	editplace.glade \ | ||||
| 	editsourceref.glade \ | ||||
| 	editname.glade \ | ||||
| 	editevent.glade | ||||
| 	editevent.glade \ | ||||
| 	mergeperson.glade \ | ||||
| 	mergefamily.glade \ | ||||
| 	mergeevent.glade \ | ||||
| 	mergeplace.glade \ | ||||
| 	mergesource.glade \ | ||||
| 	mergerepository.glade \ | ||||
| 	mergemedia.glade \ | ||||
| 	mergenote.glade | ||||
|   | ||||
							
								
								
									
										632
									
								
								src/glade/mergeevent.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										632
									
								
								src/glade/mergeevent.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,632 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergeevent"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="event_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the event that will provide the | ||||
| primary data for the merged event.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">7</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Event 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Event 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn1"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn2"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">type_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="date_btn1"> | ||||
|                             <property name="label" translatable="yes">Date:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="date_btn2"> | ||||
|                             <property name="label" translatable="yes">Date:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">date_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="place_btn1"> | ||||
|                             <property name="label" translatable="yes">Place:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="place_btn2"> | ||||
|                             <property name="label" translatable="yes">Place:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">place_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="desc_btn1"> | ||||
|                             <property name="label" translatable="yes">Description:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="desc_btn2"> | ||||
|                             <property name="label" translatable="yes">Description:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">desc_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn1"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn2"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">marker_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">6</property> | ||||
|                             <property name="bottom_attach">7</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">6</property> | ||||
|                             <property name="bottom_attach">7</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="date1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="date2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="place1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="place2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="desc1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="desc2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">6</property> | ||||
|                             <property name="bottom_attach">7</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">6</property> | ||||
|                             <property name="bottom_attach">7</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Attributes, notes, sources and media objects of both events will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="event_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="event_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="event_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">event_cancel</action-widget> | ||||
|       <action-widget response="-5">event_ok</action-widget> | ||||
|       <action-widget response="-11">event_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										570
									
								
								src/glade/mergefamily.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										570
									
								
								src/glade/mergefamily.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,570 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergefamily"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="orientation">vertical</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="family_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the family that will provide the | ||||
| primary data for the merged family.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">6</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Family 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Family 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="father_btn1"> | ||||
|                             <property name="label" translatable="yes">Father:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="father_btn2"> | ||||
|                             <property name="label" translatable="yes">Father:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">father_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="mother_btn1"> | ||||
|                             <property name="label" translatable="yes">Mother:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="mother_btn2"> | ||||
|                             <property name="label" translatable="yes">Mother:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">mother_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="rel_btn1"> | ||||
|                             <property name="label" translatable="yes">Relationship:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="rel_btn2"> | ||||
|                             <property name="label" translatable="yes">Relationship:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">rel_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn1"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn2"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">marker_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="father1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="father2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="mother1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="mother2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="rel1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="rel2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Events, lds_ord, media objects, attributes, notes and sources of both families will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="family_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="family_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="family_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">family_cancel</action-widget> | ||||
|       <action-widget response="-5">family_ok</action-widget> | ||||
|       <action-widget response="-11">family_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										506
									
								
								src/glade/mergemedia.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										506
									
								
								src/glade/mergemedia.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,506 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergeobject"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="object_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the object that will provide the | ||||
| primary data for the merged object.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">5</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Object 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Object 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="desc_btn1"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="desc_btn2"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">desc_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="path_btn1"> | ||||
|                             <property name="label" translatable="yes">Path:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="path_btn2"> | ||||
|                             <property name="label" translatable="yes">Path:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">path_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="date_btn1"> | ||||
|                             <property name="label" translatable="yes">Date:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="date_btn2"> | ||||
|                             <property name="label" translatable="yes">Date:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">date_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="desc1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="desc2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="path1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="path2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="date1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="date2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Attributes, sources and notes of both objects will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="object_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="object_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="object_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">object_cancel</action-widget> | ||||
|       <action-widget response="-5">object_ok</action-widget> | ||||
|       <action-widget response="-11">object_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										587
									
								
								src/glade/mergenote.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										587
									
								
								src/glade/mergenote.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,587 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergenote"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">600</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="note_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the note that will provide the | ||||
| primary data for the merged note.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">6</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Note 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Note 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="text_btn1"> | ||||
|                             <property name="label" translatable="yes">Text:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="text_btn2"> | ||||
|                             <property name="label" translatable="yes">Text:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">text_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn1"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn2"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">type_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="format_btn1"> | ||||
|                             <property name="label" translatable="yes">Format:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="format_btn2"> | ||||
|                             <property name="label" translatable="yes">Format:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">format_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn1"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn2"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">marker_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkScrolledWindow" id="scrolledwindow1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="hscrollbar_policy">automatic</property> | ||||
|                             <property name="vscrollbar_policy">automatic</property> | ||||
|                             <property name="shadow_type">in</property> | ||||
|                             <child> | ||||
|                               <object class="GtkTextView" id="text1"> | ||||
|                                 <property name="visible">True</property> | ||||
|                                 <property name="can_focus">True</property> | ||||
|                                 <property name="editable">False</property> | ||||
|                               </object> | ||||
|                             </child> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkScrolledWindow" id="scrolledwindow2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="hscrollbar_policy">automatic</property> | ||||
|                             <property name="vscrollbar_policy">automatic</property> | ||||
|                             <property name="shadow_type">in</property> | ||||
|                             <child> | ||||
|                               <object class="GtkTextView" id="text2"> | ||||
|                                 <property name="visible">True</property> | ||||
|                                 <property name="can_focus">True</property> | ||||
|                                 <property name="editable">False</property> | ||||
|                                 <property name="warp_mode">word</property> | ||||
|                               </object> | ||||
|                             </child> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="format1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="format2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes"></property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="note_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="note_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="note_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">note_cancel</action-widget> | ||||
|       <action-widget response="-5">note_ok</action-widget> | ||||
|       <action-widget response="-11">note_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										568
									
								
								src/glade/mergeperson.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										568
									
								
								src/glade/mergeperson.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,568 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergeperson"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">700</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="person_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the person that will provide the | ||||
| primary data for the merged person.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">5</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Person 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Person 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="name_btn1"> | ||||
|                             <property name="label" translatable="yes">Name:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="name_btn2"> | ||||
|                             <property name="label" translatable="yes">Name:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">name_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gender_btn1"> | ||||
|                             <property name="label" translatable="yes">Gender:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gender_btn2"> | ||||
|                             <property name="label" translatable="yes">Gender:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gender_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn1"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="marker_btn2"> | ||||
|                             <property name="label" translatable="yes">Marker:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">marker_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="name1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="name2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gender1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gender2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="marker2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Events, media objects, addresses, attributes, urls, notes and sources of both persons will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkHBox" id="hbox1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="orientation">horizontal</property> | ||||
|                     <property name="spacing">5</property> | ||||
|                     <child> | ||||
|                       <object class="GtkScrolledWindow" id="scrolledwindow1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="can_focus">True</property> | ||||
|                         <property name="hscrollbar_policy">automatic</property> | ||||
|                         <property name="vscrollbar_policy">automatic</property> | ||||
|                         <property name="shadow_type">in</property> | ||||
|                         <child> | ||||
|                           <object class="GtkTextView" id="text1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="pixels_above_lines">10</property> | ||||
|                             <property name="pixels_below_lines">10</property> | ||||
|                             <property name="editable">False</property> | ||||
|                             <property name="left_margin">10</property> | ||||
|                             <property name="right_margin">10</property> | ||||
|                           </object> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkScrolledWindow" id="scrolledwindow2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="can_focus">True</property> | ||||
|                         <property name="hscrollbar_policy">automatic</property> | ||||
|                         <property name="vscrollbar_policy">automatic</property> | ||||
|                         <property name="shadow_type">in</property> | ||||
|                         <child> | ||||
|                           <object class="GtkTextView" id="text2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="pixels_above_lines">10</property> | ||||
|                             <property name="pixels_below_lines">10</property> | ||||
|                             <property name="editable">False</property> | ||||
|                             <property name="left_margin">10</property> | ||||
|                             <property name="right_margin">10</property> | ||||
|                           </object> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="position">2</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label7"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Context Information</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">4</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="person_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="person_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="person_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">person_cancel</action-widget> | ||||
|       <action-widget response="-5">person_ok</action-widget> | ||||
|       <action-widget response="-11">person_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										580
									
								
								src/glade/mergeplace.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										580
									
								
								src/glade/mergeplace.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,580 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergeplace"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="orientation">vertical</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="place_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the place that will provide the | ||||
| primary data for the merged place.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">6</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Place 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Place 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="title_btn1"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="title_btn2"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">title_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="lat_btn1"> | ||||
|                             <property name="label" translatable="yes">Latitude:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="lat_btn2"> | ||||
|                             <property name="label" translatable="yes">Latitude:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">lat_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="long_btn1"> | ||||
|                             <property name="label" translatable="yes">Longitude:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="long_btn2"> | ||||
|                             <property name="label" translatable="yes">Longitude:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">long_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="loc_btn1"> | ||||
|                             <property name="label" translatable="yes">Location:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="loc_btn2"> | ||||
|                             <property name="label" translatable="yes">Location:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">loc_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="title1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="title2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="lat1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="lat2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="long1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="long2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkViewport" id="viewport1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <child> | ||||
|                               <object class="GtkTextView" id="loc1"> | ||||
|                                 <property name="visible">True</property> | ||||
|                                 <property name="can_focus">True</property> | ||||
|                                 <property name="editable">False</property> | ||||
|                               </object> | ||||
|                             </child> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkViewport" id="viewport2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <child> | ||||
|                               <object class="GtkTextView" id="loc2"> | ||||
|                                 <property name="visible">True</property> | ||||
|                                 <property name="can_focus">True</property> | ||||
|                                 <property name="editable">False</property> | ||||
|                               </object> | ||||
|                             </child> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Alternate locations, sources, urls, media objects and notes of both places will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="place_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="place_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="place_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">place_cancel</action-widget> | ||||
|       <action-widget response="-5">place_ok</action-widget> | ||||
|       <action-widget response="-11">place_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										443
									
								
								src/glade/mergerepository.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										443
									
								
								src/glade/mergerepository.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,443 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergerepository"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="repository_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the repository that will provide the | ||||
| primary data for the merged repository.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">4</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Repository 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Repository 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="name_btn1"> | ||||
|                             <property name="label" translatable="yes">Name:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="name_btn2"> | ||||
|                             <property name="label" translatable="yes">Name:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">name_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn1"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="type_btn2"> | ||||
|                             <property name="label" translatable="yes">Type:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">type_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="name1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="name2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="type2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Addresses, urls and notes of both repositories will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="repository_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="repository_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="repository_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">repository_cancel</action-widget> | ||||
|       <action-widget response="-5">repository_ok</action-widget> | ||||
|       <action-widget response="-11">repository_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
							
								
								
									
										569
									
								
								src/glade/mergesource.glade
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										569
									
								
								src/glade/mergesource.glade
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,569 @@ | ||||
| <?xml version="1.0"?> | ||||
| <interface> | ||||
|   <object class="GtkDialog" id="mergesource"> | ||||
|     <property name="modal">True</property> | ||||
|     <property name="default_width">500</property> | ||||
|     <property name="type_hint">dialog</property> | ||||
|     <property name="has_separator">False</property> | ||||
|     <child internal-child="vbox"> | ||||
|       <object class="GtkVBox" id="dialog-vbox1"> | ||||
|         <property name="visible">True</property> | ||||
|         <property name="orientation">vertical</property> | ||||
|         <child> | ||||
|           <object class="GtkVBox" id="vbox1"> | ||||
|             <property name="visible">True</property> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="source_title"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="use_markup">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="padding">15</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="label2"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="label" translatable="yes">Select the source that will provide the | ||||
| primary data for the merged source.</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkVButtonBox" id="vbuttonbox1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn1"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|                 <child> | ||||
|                   <object class="GtkRadioButton" id="handle_btn2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="can_focus">True</property> | ||||
|                     <property name="draw_indicator">True</property> | ||||
|                     <property name="group">handle_btn1</property> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label_handle_btn2"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                   <packing> | ||||
|                     <property name="expand">False</property> | ||||
|                     <property name="fill">False</property> | ||||
|                     <property name="position">1</property> | ||||
|                   </packing> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="padding">5</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkExpander" id="expander1"> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <child> | ||||
|                   <object class="GtkVBox" id="vbox2"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <child> | ||||
|                       <object class="GtkTable" id="table1"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="border_width">6</property> | ||||
|                         <property name="n_rows">6</property> | ||||
|                         <property name="n_columns">4</property> | ||||
|                         <property name="column_spacing">6</property> | ||||
|                         <property name="row_spacing">6</property> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label4"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Source 1</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkLabel" id="label5"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="label" translatable="yes"><b>Source 2</b></property> | ||||
|                             <property name="use_markup">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="title_btn1"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="title_btn2"> | ||||
|                             <property name="label" translatable="yes">Title:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">title_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="author_btn1"> | ||||
|                             <property name="label" translatable="yes">Author:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="author_btn2"> | ||||
|                             <property name="label" translatable="yes">Author:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">author_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="abbrev_btn1"> | ||||
|                             <property name="label" translatable="yes">Abbreviation:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="abbrev_btn2"> | ||||
|                             <property name="label" translatable="yes">Abbreviation:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">abbrev_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="pub_btn1"> | ||||
|                             <property name="label" translatable="yes">Publication:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="pub_btn2"> | ||||
|                             <property name="label" translatable="yes">Publication:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">pub_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn1"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkRadioButton" id="gramps_btn2"> | ||||
|                             <property name="label" translatable="yes">Gramps ID:</property> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="receives_default">False</property> | ||||
|                             <property name="use_underline">True</property> | ||||
|                             <property name="draw_indicator">True</property> | ||||
|                             <property name="group">gramps_btn1</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">2</property> | ||||
|                             <property name="right_attach">3</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="x_options">GTK_FILL</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="title1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="title2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">1</property> | ||||
|                             <property name="bottom_attach">2</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="author1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="author2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">2</property> | ||||
|                             <property name="bottom_attach">3</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="abbrev1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="abbrev2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">3</property> | ||||
|                             <property name="bottom_attach">4</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="pub1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="pub2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">4</property> | ||||
|                             <property name="bottom_attach">5</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps1"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">1</property> | ||||
|                             <property name="right_attach">2</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <object class="GtkEntry" id="gramps2"> | ||||
|                             <property name="visible">True</property> | ||||
|                             <property name="can_focus">True</property> | ||||
|                             <property name="editable">False</property> | ||||
|                           </object> | ||||
|                           <packing> | ||||
|                             <property name="left_attach">3</property> | ||||
|                             <property name="right_attach">4</property> | ||||
|                             <property name="top_attach">5</property> | ||||
|                             <property name="bottom_attach">6</property> | ||||
|                             <property name="y_options"></property> | ||||
|                           </packing> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                         <child> | ||||
|                           <placeholder/> | ||||
|                         </child> | ||||
|                       </object> | ||||
|                     </child> | ||||
|                     <child> | ||||
|                       <object class="GtkLabel" id="label6"> | ||||
|                         <property name="visible">True</property> | ||||
|                         <property name="label" translatable="yes">Notes, media objects, data-items and repository references of both sources will be combined.</property> | ||||
|                         <property name="wrap">True</property> | ||||
|                       </object> | ||||
|                       <packing> | ||||
|                         <property name="padding">6</property> | ||||
|                         <property name="position">1</property> | ||||
|                       </packing> | ||||
|                     </child> | ||||
|                   </object> | ||||
|                 </child> | ||||
|                 <child type="label"> | ||||
|                   <object class="GtkLabel" id="label3"> | ||||
|                     <property name="visible">True</property> | ||||
|                     <property name="label" translatable="yes">Detailed Selection</property> | ||||
|                   </object> | ||||
|                 </child> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="position">3</property> | ||||
|                 <property name="expand">False</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="position">1</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|         <child internal-child="action_area"> | ||||
|           <object class="GtkHButtonBox" id="dialog-action_area1"> | ||||
|             <property name="visible">True</property> | ||||
|             <property name="layout_style">end</property> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="source_cancel"> | ||||
|                 <property name="label">gtk-cancel</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">0</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="source_ok"> | ||||
|                 <property name="label">gtk-ok</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">1</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkButton" id="source_help"> | ||||
|                 <property name="label">gtk-help</property> | ||||
|                 <property name="visible">True</property> | ||||
|                 <property name="can_focus">True</property> | ||||
|                 <property name="can_default">True</property> | ||||
|                 <property name="receives_default">False</property> | ||||
|                 <property name="use_stock">True</property> | ||||
|               </object> | ||||
|               <packing> | ||||
|                 <property name="expand">False</property> | ||||
|                 <property name="fill">False</property> | ||||
|                 <property name="position">2</property> | ||||
|               </packing> | ||||
|             </child> | ||||
|           </object> | ||||
|           <packing> | ||||
|             <property name="expand">False</property> | ||||
|             <property name="pack_type">end</property> | ||||
|             <property name="position">0</property> | ||||
|           </packing> | ||||
|         </child> | ||||
|       </object> | ||||
|     </child> | ||||
|     <action-widgets> | ||||
|       <action-widget response="-6">source_cancel</action-widget> | ||||
|       <action-widget response="-5">source_ok</action-widget> | ||||
|       <action-widget response="-11">source_help</action-widget> | ||||
|     </action-widgets> | ||||
|   </object> | ||||
| </interface> | ||||
		Reference in New Issue
	
	Block a user