Don Allingham 
							
						 
					 
					
						
						
							
						
						1333c80f7f 
					 
					
						
						
							
							* src/ChooseParents.py: build an exclusion list of those  
						
						 
						
						... 
						
						
						
						obviously not the parents
* src/EditPerson.py: allow ID value to be edited
* src/RelLib.py: Add try_to_find_from_gramps_id
* src/ImageSelect.py: catch OSError
svn: r3253 
						
						
					 
					
						2004-07-09 04:31:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						3c108b27b7 
					 
					
						
						
							
							* src/DbPrompter.py: Handle package export.  
						
						 
						
						... 
						
						
						
						* src/plugins/WritePkg.py: Register with the new scheme.
* src/plugins/ReadPkg.py: Minor cleanups.
* src/WriteXML.py: Minor cleanups.
svn: r3249 
						
						
					 
					
						2004-07-03 04:46:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						bcbd65f783 
					 
					
						
						
							
							* src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name):  
						
						 
						
						... 
						
						
						
						Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute.
Connect handler to the filter change event; (get_new_filename): Make
a module function (outside any class).
svn: r3248 
						
						
					 
					
						2004-07-02 15:33:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						2924bb77c9 
					 
					
						
						
							
							* src/gramps_main.py: disable find old "find" function  
						
						 
						
						... 
						
						
						
						* src/gramps.glade: enable TreeView find function
* src/PeopleView.py: don't unselect a row if it isn't a valid person.
svn: r3247 
						
						
					 
					
						2004-07-02 02:53:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						99d6b38312 
					 
					
						
						
							
							* src/gramps_main.py (on_export_activate): Delegate work  
						
						 
						
						... 
						
						
						
						to DbPrompter.
* src/WriteXML.py: Register with the new scheme.
* src/DbPrompter.py (SaveAsDbPrompter): Add class.
svn: r3246 
						
						
					 
					
						2004-07-01 04:09:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						7592aa4d62 
					 
					
						
						
							
							* src/FamilyView.py: fix reordering of children  
						
						 
						
						... 
						
						
						
						* src/ChooseParents.py: get filters working again
* src/AddSpouse.py: update display after addition of person
* src/Utils.py: new id generation algorithm
svn: r3245 
						
						
					 
					
						2004-06-30 04:06:10 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						72a04eef03 
					 
					
						
						
							
							* src/ChooseParents.py: fix parent selection  
						
						 
						
						... 
						
						
						
						* src/FamilyView.py: fix update of parents after selction
* src/PeopleView.py: fix update of parents after selction
* src/gramps_main.py: fix update of parents after selction
* src/EditPerson.py: fix person id reference
svn: r3244 
						
						
					 
					
						2004-06-29 03:51:49 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						4a3b978f9e 
					 
					
						
						
							
							* src/RelLib.py: gramps id fixes.  
						
						 
						
						... 
						
						
						
						* src/ReadXML.py: gramps id fixes.
* src/plugins/ReadGedcom.py: gramps id fixes.
svn: r3243 
						
						
					 
					
						2004-06-29 02:33:25 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						191312c95a 
					 
					
						
						
							
							* src/plugins/WebPage.py (IndividualPage.write_urls):  
						
						 
						
						... 
						
						
						
						Add function; (IndividualPage.create_page): use write_urls().
svn: r3242 
						
						
					 
					
						2004-06-28 19:08:15 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						416310dc17 
					 
					
						
						
							
							* src/DbPrompter.py: Add new class for new, existing, and import  
						
						 
						
						... 
						
						
						
						prompters. Enable opening any format on the startup.
* src/gramps_main.py: Use new DbPrompter classes.
* src/ArgHandler.py: Use new DbPrompter classes.
svn: r3239 
						
						
					 
					
						2004-06-28 18:16:42 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						1fd413696d 
					 
					
						
						
							
							Typo  
						
						 
						
						... 
						
						
						
						svn: r3238 
						
						
					 
					
						2004-06-28 13:20:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						a35aa9bcf7 
					 
					
						
						
							
							* src/DbPrompter.py: Add NewNativeDbPrompter class for setting up  
						
						 
						
						... 
						
						
						
						a native database. Enable opening any format on the startup.
* src/gramps_main.py: Use NewNativeDbPrompter when opening
non-native data.
svn: r3237 
						
						
					 
					
						2004-06-28 13:19:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						fca58c0099 
					 
					
						
						
							
							fix import  
						
						 
						
						... 
						
						
						
						svn: r3236 
						
						
					 
					
						2004-06-28 01:27:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						ca2b166f8f 
					 
					
						
						
							
							* src/gramps_main.py: fix import problem  
						
						 
						
						... 
						
						
						
						svn: r3234 
						
						
					 
					
						2004-06-27 18:08:19 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						673af70455 
					 
					
						
						
							
							* src/gramps_main.py: dropped New Database message. After all, it should  
						
						 
						
						... 
						
						
						
						be incredibly obvious.
* src/Utils.py: create_id to generate random internal ID
* src/RelLib.py: new internal ID support
* src/AddSpouse.py: bug fixes
* src/ChooseParents.py: bug fixes
* src/PeopleModel.py: bug fixes
* src/PeopleView.py: bug fixes
* src/FamilyView.py: bug fixes
* src/Bookmarks.py: support for new internal IDs
* src/EditPerson.py: support for new internal IDs
* src/plugins/ReadGedcom.py: handle new internal IDs
svn: r3233 
						
						
					 
					
						2004-06-27 03:10:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						e9a3377dda 
					 
					
						
						
							
							* src/gramps_main.py (on_import_activate,on_export_activate):  
						
						 
						
						... 
						
						
						
						Add methods.
* src/Plugins.py (build_import_menu,build_export_menu): Remove;
(register_export): Change to the new scheme.
* src/gramps.glade: Add handlers to Import and Export menus.
Rename Export to Save As..., add icons.
svn: r3232 
						
						
					 
					
						2004-06-26 05:39:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						2137e803e4 
					 
					
						
						
							
							* src/ArgHandler.py (handle_args): Add import callback call.  
						
						 
						
						... 
						
						
						
						* src/gramps_main.py: Use open filters, mime types, and handlers
from import plugins.
* src/Plugins.py: Change import plugin registration.
* src/ReadXML.py: Change registration.
* src/plugins/ReadGedcom.py: Change registration.
* src/plugins/ReadPkg.py: Rewrite and change registration.
svn: r3231 
						
						
					 
					
						2004-06-24 03:29:38 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						e8dd8dde0b 
					 
					
						
						
							
							* src/EditPerson,py: allow reordering of event columns  
						
						 
						
						... 
						
						
						
						* src/TransTable.py: allow to be initialized with a list instead of a map
* src/gramps.glade: allow reordering of event columns
* src/gramps_main.py: catch program_init exception
* src/ListModel.py: allow reordering of columns
svn: r3230 
						
						
					 
					
						2004-06-23 04:54:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						6a06bf2c8a 
					 
					
						
						
							
							* doc/gramps.1.in, doc/gramps.1: Update.  
						
						 
						
						... 
						
						
						
						svn: r3229 
						
						
					 
					
						2004-06-23 02:59:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						0ff408da30 
					 
					
						
						
							
							* src/plugins/WriteCD.py (PackageWriter.on_ok_clicked):  
						
						 
						
						... 
						
						
						
						Convert missing media handling to the database interface.
svn: r3228 
						
						
					 
					
						2004-06-22 21:02:05 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						3be97cd506 
					 
					
						
						
							
							* src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg'  
						
						 
						
						... 
						
						
						
						for Gramps package; (handle_args): Use separate dir for all
import-produced files; (cl_export): Convert media objects export
to the database interface.
* src/ReadXML.py (importData): Copy all local (with respect to
the old XML way) media object files into <database>.images dir
(created if did not previously exist). Change objects' paths
accordingly; (GrampsParser.start_object): Do not modify path
in the parser. This way we know that the objects are local.
* src/RelLib.py (get_event_keys): Add method to GrampsDB class.
* src/plugins/WritePkg.py (PackageWriter.export):
Convert missing media handling to the database interface.
svn: r3227 
						
						
					 
					
						2004-06-22 20:49:22 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						623cec45ad 
					 
					
						
						
							
							add new images  
						
						 
						
						... 
						
						
						
						svn: r3226 
						
						
					 
					
						2004-06-22 03:05:28 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						2a4a7a39cd 
					 
					
						
						
							
							Update  
						
						 
						
						... 
						
						
						
						svn: r3225 
						
						
					 
					
						2004-06-21 23:24:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						86b78e5c3c 
					 
					
						
						
							
							* src/ArgHandler.py: Fixes.  
						
						 
						
						... 
						
						
						
						* src/gramps_main.py: Don't show topWindow until ArgHandler is done.
* src/plugins/Summary.py: Fixes.
svn: r3224 
						
						
					 
					
						2004-06-21 23:22:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						274bce11b4 
					 
					
						
						
							
							* NEWS: Update.  
						
						 
						
						... 
						
						
						
						svn: r3223 
						
						
					 
					
						2004-06-21 21:49:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						8b4bbf154f 
					 
					
						
						
							
							Fixes to context menu  
						
						 
						
						... 
						
						
						
						svn: r3222 
						
						
					 
					
						2004-06-21 21:23:35 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						900f1aaa79 
					 
					
						
						
							
							Update  
						
						 
						
						... 
						
						
						
						svn: r3221 
						
						
					 
					
						2004-06-21 19:59:48 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						445264275a 
					 
					
						
						
							
							* src/PedView.py: Fix anchors. Switch from storing person objects  
						
						 
						
						... 
						
						
						
						to their IDs. Start on building Spouses and Siblings submenus
in the context menu.
svn: r3220 
						
						
					 
					
						2004-06-21 17:08:51 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						53ec8ad409 
					 
					
						
						
							
							* src/data/gramps.keys, src/data/mime: Add package and GEDCOM.  
						
						 
						
						... 
						
						
						
						svn: r3219 
						
						
					 
					
						2004-06-21 13:56:58 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						03cab9f9bd 
					 
					
						
						
							
							* configure.in: Bump up the version number.  
						
						 
						
						... 
						
						
						
						* src/gramps.py: Pass complete argument string.
* src/gramps_main.py: Pass popt table to gnome_init().
Always enable argument handling. (read_xml,read_pkg): Add functions.
* src/const.py.in: Define popt table, add all gnome options.
* src/ArgHandler.py: Add long options for gramps-specific options.
Add handling for the first filename argument. Use 'gramps-xml'
to denote old gramps (XML) format.
* src/DbPrompter.py: Add hint for the filename.
* src/plugins/ReadNative.py: Cosmetic changes.
* src/plugins/ReadPkg.py: Cosmetic changes.
* src/plugins/WritePkg.py: Typo.
* src/data/gramps.xml: Add mime type for gramps package.
* src/data/gramps.applications: Add gramps package to the list.
* src/data/Makefile.am: Typo.
* src/gramps_main.py: removed new database info message
* src/plugins/ReadGedcom.py: Fixed typos preventing import.
(i.e. set_type instead of SetType, etc.)
* Release: Version 1.1.0 "And now for something completely different"
released.
svn: r3218 
						
						
					 
					
						2004-06-21 05:10:27 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						ab131c3f0c 
					 
					
						
						
							
							* src/DisplayModels,py: faster sorting of places  
						
						 
						
						... 
						
						
						
						* src/PlaceView,py: faster sorting of places
* src/RelLib,py: faster sorting of places
* src/gramp_main.py: removed new database info message
svn: r3217 
						
						
					 
					
						2004-06-20 03:06:21 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jason Salaz 
							
						 
					 
					
						
						
							
						
						18fecafb91 
					 
					
						
						
							
							src/plugins/ReadGedcom.py: Fixed typos preventing import  
						
						 
						
						... 
						
						
						
						svn: r3216 
						
						
					 
					
						2004-06-19 03:50:52 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						bc97a8824b 
					 
					
						
						
							
							update  
						
						 
						
						... 
						
						
						
						svn: r3214 
						
						
					 
					
						2004-06-16 03:38:26 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						0ce0a50030 
					 
					
						
						
							
							update  
						
						 
						
						... 
						
						
						
						svn: r3213 
						
						
					 
					
						2004-06-15 03:51:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						11aa47c41b 
					 
					
						
						
							
							* src/RelLib.py: fix index for place map  
						
						 
						
						... 
						
						
						
						* src/FamilyView.py: include person ID's
svn: r3212 
						
						
					 
					
						2004-06-15 03:43:33 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						310f5b17dd 
					 
					
						
						
							
							* NEWS: Update.  
						
						 
						
						... 
						
						
						
						svn: r3208 
						
						
					 
					
						2004-06-14 22:35:14 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						f5206ae5cd 
					 
					
						
						
							
							* src/gramps.glade: Typos.  
						
						 
						
						... 
						
						
						
						* src/ImageSelect.py: Correctly update property editors on OK
and Cancel.
* src/EventEdit.py: Typo.
* src/Sources.py: Set change flag on deletion of the source reference.
* src/RelLib.py: Add media list into serialization and restore.
svn: r3206 
						
						
					 
					
						2004-06-13 06:18:20 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						5d01154b88 
					 
					
						
						
							
							* src/filters/*: removed  
						
						 
						
						... 
						
						
						
						* src/plugins/WritePkg.py: brought up to date
svn: r3205 
						
						
					 
					
						2004-06-12 04:39:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						6a8e8fa8d1 
					 
					
						
						
							
							* src/plugins/WriteGedcom.py: brought up to date  
						
						 
						
						... 
						
						
						
						* src/gramps_main.py: beta warning
svn: r3204 
						
						
					 
					
						2004-06-09 23:59:03 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						346801977b 
					 
					
						
						
							
							Update  
						
						 
						
						... 
						
						
						
						svn: r3200 
						
						
					 
					
						2004-06-03 05:36:16 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						c5c4a151c2 
					 
					
						
						
							
							* src/MediaView.py: Pass parent to GlobalMediaProperties; typos.  
						
						 
						
						... 
						
						
						
						* src/SelectObject.py: Typos.
* src/ImageSelect.py (LocalMediaProperties.__init__,
GlobalMediaProperties.__init__): Handle source tab.
* src/EventEdit.py: Handle gallery tab.
* src/WriteXML.py (dump_my_event): Write object references;
* src/gramps.glade: Add gallery tab to Event Editor; add source
tab to media property editor.
* src/RelLib.py (Event): Add media_list and related methods;
(ObjectRef): Inherit from SourceNote, remove unnecessary functions;
(GrampsDB.get_media_attribute_types): Add method.
* src/ReadXML.py (start_sourceref): Check for attribute before
the object. Objects may have attributes; (start_objref): Parse media
object references for Event records.
svn: r3199 
						
						
					 
					
						2004-06-03 05:35:30 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						6a25e86405 
					 
					
						
						
							
							* src/DisplayModels.py: support for Spouse column  
						
						 
						
						... 
						
						
						
						* src/MediaView.py: fix try_to_find_object_from_id
* src/PeopleModel.py:  support for Spouse column
* src/RelLib.py: handle expanding columns
svn: r3198 
						
						
					 
					
						2004-06-03 03:28:46 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						9cb2a3afc3 
					 
					
						
						
							
							* src/EditSource.py: try_to_find_person_from_id fix  
						
						 
						
						... 
						
						
						
						* src/PedView.py: try_to_find_person_from_id fix
* src/Utils.py: try_to_find_person_from_id fix
svn: r3197 
						
						
					 
					
						2004-05-31 03:50:06 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						affda15461 
					 
					
						
						
							
							* various: installation fixes  
						
						 
						
						... 
						
						
						
						svn: r3196 
						
						
					 
					
						2004-05-28 04:04:04 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						4caf81273c 
					 
					
						
						
							
							* Makefiles: updated for installation  
						
						 
						
						... 
						
						
						
						* src/data/gnome-mime-application-x-gramps.png: new icon
* src/data/gramps.svg: new icon
* src/data/gramps.xml: mime information
svn: r3195 
						
						
					 
					
						2004-05-27 04:29:43 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						8943c5e171 
					 
					
						
						
							
							Update  
						
						 
						
						... 
						
						
						
						svn: r3194 
						
						
					 
					
						2004-05-26 03:29:00 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						e7b77ccb83 
					 
					
						
						
							
							* src/RelLib.py (Transaction.__len__): Redefine length.  
						
						 
						
						... 
						
						
						
						* src/ChooseParents.py, src/EditPerson.py, src/EditSource.py,
src/EventEdit.py, src/FamilyView.py, src/gramps_main.py,
src/ImageSelect.py, src/Marriage.py, src/MediaView.py,
src/PedView.py, src/PeopleModel.py, src/PlaceView.py,
src/SelectChild.py, src/SelectObject.py, src/Sources.py,
src/SourceView.py, src/Utils.py, src/Witness.py,
src/WriteXML.py: Switch from find_* to try_to_find_* methods.
svn: r3193 
						
						
					 
					
						2004-05-26 03:26:18 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						0739dd2b6b 
					 
					
						
						
							
							* src/plugins/ChangeTypes.py: Correct transaction.  
						
						 
						
						... 
						
						
						
						* src/plugins/changetype.glade: HIGify dialog.
* src/plugins/PatchNames.py: Correct transaction.
svn: r3192 
						
						
					 
					
						2004-05-26 02:51:45 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Roitman 
							
						 
					 
					
						
						
							
						
						055eabdb11 
					 
					
						
						
							
							* src/RelLib.py (try_to_find_person_from_id): Remove transaction;  
						
						 
						
						... 
						
						
						
						(try_to_find_source_from_id, try_to_find_object_from_id,
try_to_find_place_from_id): Add functions.
* src/plugins/WriteCD.py, src/plugins/WritePkg.py,
src/plugins/WebPage.py, src/plugins/Verify.py,
src/plugins/TimeLine.py, src/plugins/Summary.py,
src/plugins/SoundGen.py, src/plugins/RelGraph.py,
src/plugins/RelCalc.py, src/plugins/PatchNames.py,
src/plugins/Merge.py, src/plugins/IndivSummary.py,
src/plugins/IndivComplete.py, src/plugins/GraphViz.py,
src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py,
src/plugins/FanChart.py, src/plugins/FamilyGroup.py,
src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py,
src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py,
src/plugins/Desbrowser.py, src/plugins/CountAncestors.py,
src/plugins/Check.py, src/plugins/ChangeTypes.py,
src/plugins/BookReport.py, src/plugins/Ancestors.py,
src/plugins/AncestorReport.py, src/plugins/AncestorChart.py,
src/plugins/AncestorChart2.py, src/Relationship.py,
src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py,
src/GraphLayout.py: Switch from find_* to try_to_find_* methods.
svn: r3191 
						
						
					 
					
						2004-05-26 02:05:02 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Don Allingham 
							
						 
					 
					
						
						
							
						
						bb26f82775 
					 
					
						
						
							
							* src/PeopleModel.py: temporary fix for add person update  
						
						 
						
						... 
						
						
						
						* src/PeopleView.py: temporary fix for add person update
svn: r3190 
						
						
					 
					
						2004-05-25 03:41:35 +00:00