de196aea96
5746: Use the new User classes for Importers and Exporters
...
svn: r19567
2012-05-18 01:21:30 +00:00
73be67b3f8
0005620: Export name types to GEDCOM. Patch extended following testing against various GEDCOM files from the internet.
...
svn: r19054
2012-03-13 17:12:23 +00:00
81f46dcc90
Changes to Export GEDCOM consequent on pylint changes in r18846.
...
svn: r18858
2012-02-11 16:48:06 +00:00
26733443fb
0002918: Add Gedcom EVENT_TYPE_CITED_FROM and ROLE_IN_EVENT in relation with Source Citation Fields. These are added as data elements with keys EVEN and EVEN:ROLE respectively.
...
svn: r18780
2012-01-27 20:59:35 +00:00
6bd9bbaf38
5513: notes on places are not exported
...
svn: r18755
2012-01-19 09:04:12 +00:00
c833073ba6
GEPS023: merge branch (changes 17960-18546) into trunk
...
svn: r18548
2011-12-04 17:09:17 +00:00
26cb74474b
Removal of redundant SourceRef and related modules. Minor consequent changes.
...
svn: r18516
2011-11-27 17:49:25 +00:00
f0bb1205f3
Tidy up some comments
...
svn: r18497
2011-11-24 14:54:29 +00:00
e4383f0b46
ExportGedcom upgraded for citations
...
svn: r18408
2011-11-07 15:49:47 +00:00
1bc377ac74
4899: according to specification, increase limite from '72' (default) to '120'
...
svn: r17481
2011-05-12 12:45:18 +00:00
88bf95cf57
4427: GEDCOM export: non-standard end of line characters not output properly
...
svn: r16239
2010-11-30 14:30:48 +00:00
a88ef6fad0
4345: TIME on eventdate
...
svn: r16187
2010-11-12 15:26:41 +00:00
e471c4d08e
4345: TIME on eventdate
...
svn: r16186
2010-11-12 14:05:38 +00:00
27ef9f5cdc
4345: TIME on eventdate
...
svn: r16183
2010-11-12 10:19:51 +00:00
bc3ceaf5dc
Fix problems with importing phone numbers and add support for email and web addresses
...
svn: r16086
2010-10-30 21:01:32 +00:00
9c14d3b487
GEPS 006: Add Locality to researcher
...
svn: r16082
2010-10-29 23:11:08 +00:00
9df5336fde
GEPS 006: Add Locality to Address and GEDCOM Import/Export
...
svn: r16071
2010-10-28 17:55:15 +00:00
e109e3d743
Merged geps21 branch, changes r15866-16034, into trunk
...
svn: r16035
2010-10-24 14:43:47 +00:00
36f70bed44
#2644 : Do not export individual events without primary role
...
svn: r16032
2010-10-24 07:25:14 +00:00
ee91b33a43
gedcom import export for new name structure
...
svn: r16022
2010-10-22 14:20:01 +00:00
6d286e3920
Issue 4235.
...
svn: r15907
2010-09-16 12:38:32 +00:00
acf10439e0
Bring up to date with gramps32 version
...
svn: r15798
2010-08-22 13:52:56 +00:00
8d2e6a82c4
Protection from null family
...
svn: r15519
2010-05-31 15:47:22 +00:00
204c4e1d24
Protection from null objects
...
svn: r15506
2010-05-30 12:09:17 +00:00
a9ac340110
3878: Private option and filter on Exporter; adds proxy order, browse of proxy data, referenced proxy, update of all exports (except csv)
...
svn: r15502
2010-05-30 04:07:50 +00:00
88a571d9e3
3878: Private option and filter on Exporter (undo of commit 15402)
...
svn: r15424
2010-05-19 00:13:25 +00:00
d134be8d2e
3878: Private option and filter on Exporter
...
svn: r15402
2010-05-13 12:11:22 +00:00
187e1d582f
3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
...
svn: r15370
2010-05-09 13:54:50 +00:00
14f3d33da4
3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
...
svn: r15366
2010-05-09 12:57:05 +00:00
ba10530ead
3900: Export to Gedcom; and other living proxy None issue
...
svn: r15297
2010-05-01 18:51:31 +00:00
df32be43de
0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
...
svn: r15294
2010-05-01 04:12:42 +00:00
f32a092057
Fix of issue 3865.
...
svn: r15236
2010-04-19 13:53:43 +00:00
69bfb1e6bf
Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743 )
...
svn: r14912
2010-03-22 22:35:53 +00:00
c9cb7e60c9
Move GEDCOM date functions into libgedcom.
...
svn: r14125
2010-01-25 04:54:22 +00:00
1f2469b09f
Simplify with built-in functions where possible. e.g.
...
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)
These changes reduce source code size and complexity and produce some minor performance gains
svn: r14104
2010-01-21 18:42:53 +00:00
f04880ec09
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
...
svn: r14091
2010-01-18 04:42:17 +00:00
252ef6daee
Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
...
svn: r14025
2010-01-10 20:21:10 +00:00
3de66d1b62
Fix of issue 3495.
...
svn: r13965
2010-01-03 11:31:19 +00:00
4838650df4
Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
...
svn: r13940
2009-12-29 19:20:16 +00:00
f12196cf80
Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
...
svn: r13930
2009-12-28 05:07:21 +00:00
b876023812
3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
...
svn: r13708
2009-12-05 06:35:21 +00:00
0b711b211c
Third update for consistent use of Gramps. See issue 3355.
...
svn: r13633
2009-11-19 17:32:11 +00:00
ed619cfdd6
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
...
svn: r13400
2009-10-24 13:53:20 +00:00
e8c72f766e
#3194 : fix to write gedcom output in GRAMPS order, and fix to have children in GEDCOM FAM order
...
svn: r13304
2009-10-04 21:38:52 +00:00
0c856f59f5
Added get_gedcom_name formatter to Name to allow sharing
...
svn: r13251
2009-09-26 01:05:08 +00:00
8883fe0f97
Moved gedcom date constants and functions to gen.lib.date so they can be shared
...
svn: r13249
2009-09-25 20:45:05 +00:00
65f72560d1
pep8 fixes
...
fixing typos
svn: r12934
2009-08-09 17:09:32 +00:00
d45f5970fb
add missing iterator methods to filter.py, use get_family_handles instead of the iterator in ExportGedcom.py
...
svn: r12790
2009-07-11 20:11:37 +00:00
b601f4bdf2
Replace get_family_handles with iter_family_handles
...
svn: r12776
2009-07-08 16:11:20 +00:00
f7454de7fd
Implement iter_people_handles methods and begin to use them
...
svn: r12760
2009-07-03 20:23:41 +00:00