Commit Graph

34 Commits

Author SHA1 Message Date
Jérôme Rapinat
46979f512d 4899: according to specification, increase limite from '72' (default) to '120'
svn: r17479
2011-05-12 12:41:51 +00:00
Doug Blank
38a6412aa5 4427: GEDCOM export: non-standard end of line characters not output properly
svn: r16240
2010-11-30 14:31:16 +00:00
Jérôme Rapinat
a8ab3b5f4e #2644: Do not export individual events without primary role
svn: r16031
2010-10-24 07:20:15 +00:00
Doug Blank
3fb1e0fd4a Two more fixes for protecting None.property when using Do Not Include Unlinked records
svn: r15929
2010-09-25 11:00:25 +00:00
Peter Landgren
1c1da5a8ea Issue 4235.
svn: r15906
2010-09-16 12:36:59 +00:00
Doug Blank
777c929f88 4180: Error occurred while attempting to EXPORT a GEDCOM file
svn: r15792
2010-08-22 02:08:29 +00:00
Peter Landgren
cfbb494612 Issue 4078, notes not in utf-8.
svn: r15592
2010-06-24 07:49:14 +00:00
Doug Blank
29ff7a386b 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15371
2010-05-09 13:55:15 +00:00
Doug Blank
1ff33d6377 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15367
2010-05-09 12:57:33 +00:00
Doug Blank
6bfe45f079 3900: Export to Gedcom
svn: r15296
2010-05-01 18:38:13 +00:00
Doug Blank
38d8332970 Two fixes to address issues with living proxy and GEDCOM export
svn: r15295
2010-05-01 14:29:52 +00:00
Peter Landgren
4c1b073dac Fix of issue 3865.
svn: r15235
2010-04-19 13:49:49 +00:00
Julio Sánchez
46abb12de5 Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743)
svn: r14910
2010-03-22 22:21:05 +00:00
Brian Matherly
c9cb7e60c9 Move GEDCOM date functions into libgedcom.
svn: r14125
2010-01-25 04:54:22 +00:00
Gerald Britton
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
Brian Matherly
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
Brian Matherly
252ef6daee Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
svn: r14025
2010-01-10 20:21:10 +00:00
Peter Landgren
3de66d1b62 Fix of issue 3495.
svn: r13965
2010-01-03 11:31:19 +00:00
Brian Matherly
4838650df4 Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
svn: r13940
2009-12-29 19:20:16 +00:00
Brian Matherly
f12196cf80 Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
svn: r13930
2009-12-28 05:07:21 +00:00
Doug Blank
b876023812 3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
svn: r13708
2009-12-05 06:35:21 +00:00
Peter Landgren
0b711b211c Third update for consistent use of Gramps. See issue 3355.
svn: r13633
2009-11-19 17:32:11 +00:00
Benny Malengier
ed619cfdd6 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
2009-10-24 13:53:20 +00:00
Doug Blank
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
Doug Blank
0c856f59f5 Added get_gedcom_name formatter to Name to allow sharing
svn: r13251
2009-09-26 01:05:08 +00:00
Doug Blank
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
Raphael Ackermann
65f72560d1 pep8 fixes
fixing typos


svn: r12934
2009-08-09 17:09:32 +00:00
Gerald Britton
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
Gerald Britton
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton
f7454de7fd Implement iter_people_handles methods and begin to use them
svn: r12760
2009-07-03 20:23:41 +00:00
Gary Burton
8c22c558b2 Ensure source reference dates are always exported. Bug #3062
svn: r12688
2009-06-20 20:23:40 +00:00
Gary Burton
1aaa2df5a4 Make GEDCOM export output family event descriptions as type. Bug 2649.
svn: r11722
2009-01-25 19:58:00 +00:00
Peter Landgren
f5aaef6312 GEDCOM export for Swedish calendar.
svn: r11687
2009-01-22 16:11:14 +00:00
Brian Matherly
ea23898403 Plugins Restructure: Move export plugins into plugins/export.
svn: r11640
2009-01-17 03:27:21 +00:00