Commit Graph

106 Commits

Author SHA1 Message Date
d6b74db6e4 add some more names to data.gramps (more modern: divorces, etc.)
svn: r22475
2013-06-03 20:17:24 +00:00
219ca05113 upgrade to last stable schema (citation object)
svn: r22277
2013-05-13 13:01:48 +00:00
62ac19b895 GEPS 026: Replace 'make' for Gramps build
Removal of make from the top directory


svn: r20498
2012-10-03 08:24:37 +00:00
03d5c759f4 Change citation gramps_id to default format
svn: r19307
2012-04-12 18:09:28 +00:00
7f0c5298f9 use uncompressed .gramps (diff before rev18801)
svn: r18806
2012-02-01 08:37:42 +00:00
d1d19a2a17 Added all possible source citations. These are all related to the home person (a few other items of data also added so the citations can be attached to them). See note with Gramps ID N0015.
svn: r18801
2012-01-31 17:08:06 +00:00
c38e2ab5a0 4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272
svn: r18285
2011-10-11 05:51:21 +00:00
408d3aec79 4365: Import/Export Gramps XML is not idempotent; sort primary objects by handles after rev18272
svn: r18275
2011-10-10 11:39:50 +00:00
1ffc95b6c7 typo on death year, long date calculation
svn: r17019
2011-04-01 08:03:10 +00:00
1bc9285216 4362 4220: typo, lowercase for name argument on styled text
svn: r16833
2011-03-16 18:05:35 +00:00
dfe18fe03a 4362 4220: typo, lowercase for name argument on styled text
svn: r16832
2011-03-16 18:04:38 +00:00
28387648b7 4364, 4220: cleanup escape characters written on sample
svn: r16744
2011-03-02 15:28:53 +00:00
1f21addc70 4365: idempotent, attribute order and primary surname
svn: r16512
2011-01-31 09:43:16 +00:00
0cc035279b update data.gramps and sample.ged (next major release)
svn: r16316
2010-12-27 14:24:11 +00:00
f63d2cdd2f 4220 better surnames attributes for home person; add a sample of time on birth event
svn: r16198
2010-11-17 08:22:38 +00:00
f69978f75e better description for custom LVG event (part3)
svn: r16180
2010-11-11 16:17:08 +00:00
08e91b98cf better description for custom LVG event (part2)
svn: r16177
2010-11-11 13:33:44 +00:00
74cdfa70ca better description for custom LVG event (part1)
svn: r16176
2010-11-11 13:15:16 +00:00
023c6a7db5 add two missing internal links on Notes
svn: r16166
2010-11-09 16:21:26 +00:00
83f3f7a9ad use the same Nickname as used on attribute
svn: r16165
2010-11-09 15:50:14 +00:00
57d07dd00f Nickname was a call name for Avis Fernandez
svn: r16114
2010-11-02 15:59:35 +00:00
d496136511 #4220 #4334: change primary surname and derivation
svn: r16096
2010-10-31 14:03:58 +00:00
d9c01925b6 #4220 #4334: add surname group on person
svn: r16095
2010-10-31 13:55:54 +00:00
4dd74a2055 #4220: update examples (part 1)
svn: r16090
2010-10-31 08:10:33 +00:00
ed2ed4702b update gedcom sample
svn: r12834
2009-07-23 10:33:22 +00:00
4f1aacc75d Upgrade example file, add some markup notes, add lat/lon of places
svn: r11968
2009-02-11 22:23:10 +00:00
ae5ba9a180 #2144: Example database contains absolute path for media file
svn: r10822
2008-06-21 07:08:54 +00:00
22073e503d 2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
* example/gramps/data.gramps: replace example.gramps to one generated with
	trunk.
	0001721: update data.gramps so that it conforms to new style notes.

svn: r9997
2008-02-05 20:37:39 +00:00
52c7bcc829 deleting old data.gramps then adding new one
svn: r9996
2008-02-05 20:30:10 +00:00
e8f08492bc 2007-11-28 Benny Malengier <benny.malengier@gramps-project.org>
* example/gramps/example.gramps: correct 3.0 example.gramps, stext is
	no longer used, xml no longer sorted on id on ouput.
	* src/gen/db/base.py: remove test code from Don



svn: r9421
2007-11-28 09:24:00 +00:00
47cbc6f5d8 2007-07-30 Don Allingham <don@gramps-project.org>
* src/GrampsDbUtils/_GedcomParse.py: assign inline note to the referencing object
	* src/GrampsDbUtils/_GedcomLex.py: fix UNKNOWN gender



svn: r8792
2007-07-31 03:28:04 +00:00
d3bef6fdb2 Update
svn: r8694
2007-07-03 16:06:32 +00:00
a0045da917 2007-07-03 Alex Roitman <shura@gramps-project.org>
* example/gramps/example.gramps: Update example to conform to
	the new XML version.



svn: r8693
2007-07-03 16:01:48 +00:00
dc2afe8f55 2007-04-20 Don Allingham <don@gramps-project.org>
* src/DisplayModels/_BaseModel.py (BaseModel.add_row_by_handle): 
	if search not defined, do an insert
	* src/GrampsDb/_ReadGedcom.py: fix calendar parsing
	* src/GrampsDb/_WriteGedcom.py: fix calendar generation



svn: r8413
2007-04-21 04:54:28 +00:00
a7ad83b3ff 2007-03-03 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsGEDDB.py: readonly database for GEDCOM
	* src/Editors/_EditNote.py: add additional fields
	* src/RelLib/_Note.py: cleanup
	* src/DisplayTabs/_NoteModel.py: display correctly
	* src/GrampsWidgets.py: readonly support for checkbox
	* src/glade/gramps.glade: note fixes
	* src/DisplayModels/_NoteModel.py: display data correctly
	* src/GrampsDbUtils/_GedcomParse.py: cleanup 
	* example/gramps/example.gramps: new note support
	* example/gedcom/sample.ged: new note support



svn: r8264
2007-03-04 02:55:43 +00:00
b52be035cd 2007-02-14 Don Allingham <don@gramps-project.org>
* src/GrampsDbUtils/_GedcomParse.py: gedcom refactoring



svn: r8117
2007-02-14 23:51:52 +00:00
02096637b8 2007-02-11 Don Allingham <don@gramps-project.org>
* src/Merge/_MergePlace.py: merge from 2.2 tree
	* src/GrampsDbUtils/_GedcomParse.py: parsing improvements
	* src/GrampsDbUtils/_GedcomLex.py: parsing improvements

2007-02-11  Don Allingham  <don@gramps-project.org>
	* src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on 
	add_source_reference
2007-02-07  Zsolt Foldvari  <zfoldvar@users.sourceforge.net>
	* src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch.

2007-02-06  Brian Matherly  <brian@gramps-project.org>
	* src/docgen/PdfDoc.py: provide a more useful error when reportlab crashes

2007-02-06  Douglas Blank  <dblank@cs.brynmawr.edu>
	* src/ReportBase/_ReportDialog.py: 0000905: Typo in catching exceptions in 
	  buggy reports
	* src/plugins/holidays.xml: 0000906: Canada holidays patch

2007-02-06  Don Allingham  <don@gramps-project.org>
	* src/GrampsDb/_ReadGedcom.py: fix cal/est parsing
	* src/DisplayTabs/_ButtonTab.py: catch window already being open
	* example/gedcom/sample.ged: Add est/cal samples



svn: r8088
2007-02-12 03:53:56 +00:00
6b90feb61c svn: r8087 2007-02-11 18:28:26 +00:00
fc666133b7 2007-02-10 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsGEDDB.py: new GEDCOM parser module
	* src/RelLib/_BaseObject.py: new GEDCOM parser module
	* src/RelLib/_AttributeBase.py: new GEDCOM parser module
	* src/plugins/PHPGedViewConnector.py: new GEDCOM parser module
	* src/GrampsDbUtils/_GedcomParse.py: new GEDCOM parser module
	* src/GrampsDbUtils/__init__.py: new GEDCOM parser module
	* src/GrampsDbUtils/_GedcomLex.py: new GEDCOM parser module
	* src/GrampsDbUtils/_GrampsDbWRFactories.py: new GEDCOM parser module
	* src/GrampsDbUtils/_GedcomTokens.py: renamed from _GedTokens.py
	* src/GrampsDbUtils/Makefile.am: new GEDCOM parser module
	* src/ArgHandler.py: new GEDCOM parser module
	* example/gedcom/sample.ged: added test cases

	* src/docgen/OpenOfficeDoc.py: remove unused functions
	* src/docgen/HtmlDoc.py: remove unused functions
	* src/docgen/LPRDoc.py: remove unused functions
	* src/docgen/ODFDoc.py: remove unused functions


svn: r8083
2007-02-11 06:03:29 +00:00
77ae228939 svn: r8064 2007-02-07 02:31:46 +00:00
0f348602bf 2007-01-11 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py (GedcomParser): fix parsing of the PLAC.FORM
	construct, handle Heredis's broken REPO format



svn: r7893
2007-01-12 05:16:29 +00:00
9bdfc05f02 * example/gramps/data.gramps: Add Age and Cause event attributes.
* example/gramps/example.gramps: Add Age and Cause  event attributes.


svn: r7186
2006-08-16 04:24:33 +00:00
bf2c6e6e08 2006-08-15 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: support for AGE, CAUSE, and AGENCY
	* src/GrampsDb/_GedTokens.py: support for AGE and AGENCY



svn: r7184
2006-08-16 00:30:37 +00:00
3f750b2e40 * src/AddMedia.py: use full paths for calculations to avoid pwd issues
* src/DbLoader.py: fix working directories
	* example/gramps/example.gramps: remove hard coded paths
	* example/gramps/data.gramps: remove hard coded paths


svn: r6977
2006-07-01 04:55:36 +00:00
5801d77505 Added repository information
svn: r6868
2006-06-06 22:20:38 +00:00
3c45dfe0bb * src/GrampsDb/_ReadGedcom.py: improve parsing, comment the code better
* example/gedcom/sample.ged: add new stuff


svn: r6863
2006-06-05 22:21:22 +00:00
1636a418cd * example/gramps/exapmle.gramps: Add repositories, use new XML.
* example/gramps/data.gramps: Add repositories, use new XML.


svn: r6665
2006-05-15 04:44:38 +00:00
efd56461dd ASSO tag support
svn: r6339
2006-04-13 20:24:19 +00:00
7b4866ff49 create new Editors submodule
svn: r6067
2006-03-04 05:24:16 +00:00
b3798a9f30 Remove .cvsignore files from all directories.
svn: r6034
2006-03-02 19:30:29 +00:00