Commit Graph

23702 Commits

Author SHA1 Message Date
Zdeněk Hataš
fd96331b6d czech translation update 2016-08-31 12:36:59 +02:00
Sam Manzi
5a5868d183 Merge pull request #221 from prculley/fax_42
Fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support Gedcom v5.5.1.
2016-08-31 07:39:32 +10:00
romjerome
e53587783e Merge pull request #226 from paulohpmoraes/maintenance/gramps42
Translated untranslated and fuzzy strings.
2016-08-30 11:58:19 +02:00
Paulo Henrique Moraes
072048bdf1 Translated untranslated and fuzzy strings.
Translated untranslated and fuzzy strings. Some changes, corrections and uniformization.
2016-08-29 20:56:37 -03:00
romjerome
eec2f8477b Update translations template and french translation
new entry see rev998c3
2016-08-29 17:27:23 +02:00
Matti Niemelä
402cf35f88 Update Finnish translation 2016-08-29 17:17:44 +02:00
Leonhaeuser
cd478d0e0d update German translation 2016-08-27 23:19:18 +02:00
vantu5z
8b41cab3fc update russian translation 2016-08-27 13:11:45 +03:00
prculley
19447be47c Fixes for the PHON, FAX, EMAIL and WWW Gedcom tags to support Gedcom v5.5.1. 2016-08-26 10:12:24 -05:00
Paul Culley
dd179ad790 Merge pull request #207 from prculley/bug9549_42
bug 9549 Chinese characters are not rendered properly in pdf reports
2016-08-23 13:50:53 -05:00
romjerome
9ca553bf7f Update french translation 2016-08-22 16:08:34 +02:00
romjerome
d3768f384f Update translations template 2016-08-22 15:55:26 +02:00
Lajos Nemeséri
3b557ead10 Update Hungarian translation 2016-08-22 15:32:46 +02:00
prculley
87cb2654ab use relative import 2016-08-21 15:07:19 -05:00
Paul Culley
a0c96e576f Merge pull request #219 from prculley/CustEvent_42
Cust event 42
2016-08-20 16:15:00 -05:00
prculley
92f444eb7e No need for test files 2016-08-20 16:07:11 -05:00
prculley
9c533916f1 Support for FTM and others Custom Gedcom Event Tags on import 2016-08-20 15:44:56 -05:00
SNoiraud
1f45e8996b 9341: _deeprelationshippath line 98, NoneType in find_deep_relations 2016-08-18 12:13:59 +02:00
SNoiraud
f95c8a2036 9341: _deeprelationshippath filter rule, addition of filter rules and classname 2016-08-18 11:44:15 +02:00
SNoiraud
9c10b59c8b Narrativeweb : some dates are incorrect in tar archive. 2016-08-17 00:16:00 +02:00
John Ralls
53dedde014 Update graphviz to 2.38. 2016-08-16 12:12:46 -07:00
John Ralls
47e4b3de25 Change to a binary launcher in Mac app bundles. 2016-08-16 12:12:46 -07:00
SNoiraud
3af32ec258 8250: Gramps crashes when closed while exporting 2016-08-15 10:19:34 +02:00
Zdeněk Hataš
04e123a5ce czech translation update 2016-08-11 14:19:13 +02:00
SNoiraud
70daa4029a 9596: Some events are not shown in familymaps page. 2016-08-08 11:30:57 +02:00
Leonhaeuser
22fb6f2841 update German translation 2016-08-06 23:19:18 +02:00
romjerome
eb5c8da8b0 9608: remove old debug bloc (rev 586bd2fc)
special cases generating AttributeError
2016-08-06 11:50:59 +02:00
Paul Culley
586573d289 Merge pull request #216 from prculley/Medi2_42
Medi2 42
2016-08-04 11:28:19 -05:00
prculley
43c1f24c2d Fix whitespace 2016-08-04 11:20:19 -05:00
prculley
998c3c37fc Add GUI and CLI config option to allow easy setting 2016-08-02 16:09:07 -05:00
romjerome
a8c32dcb16 Merge pull request #209 from prculley/da_po
update da.po from attached patch file in bug 9609
2016-08-02 14:06:36 +02:00
romjerome
632aada923 Merge pull request #212 from beernarrd/maintenance/gramps42
Bug 9600
2016-08-02 14:01:04 +02:00
Matti Niemelä
883f29901f Update Finnish translation 2016-08-02 13:54:08 +02:00
Bernard Banko
32d7c236e8 semptember corrected to september and update to latest pot 2016-08-02 00:17:20 +02:00
prculley
13b3de4955 update da.po from attached patch file in bug 9609 2016-08-01 11:19:56 -05:00
prculley
c83326a4d6 bug 9549 Chinese characters are not rendered properly in pdf reports 2016-07-30 11:19:22 -05:00
prculley
1cada500de Gedcom import media improvements part 2
This PR supports a variety of changes to Media support, mostly having to do with embedded OBJE tag lines.

- Support v5.5.1 OBJE/FORM/MEDI tag on embedded OBJE
- Change OBJE/BLOB tag from "not understood" to "Recognized but not supported"
- Detect multiple FILEs in a single embedded OBJE >> v5.5.1 feature not supported
- Changed OBJE/FORM/TYPE to internationalize the data (same as SourceMediaType)
- Corrected XREF/OBJE/FORM to correctly save and use its value (was a typo in original code) and to accept any case.
- Added test for missing title on embedded OBJE, and use filename if missing.
- Added test for missing FILE on XREF style OBJE, with warning like the embedded OBJE.
- Support _PRIM tag to handle primary photo for Legacy Family Tree, Ancestral Quest, Family Origins, MyHeritage Family Tree Builder, and others.
- Some of these changes would have required making patches to six different nearly identical pieces of code.  So I combined the similar methods and the two functions they called into a single function.
- Added function to check for a subordinate line with a specific tag, and report unexpected lines as not understood.  Used that function in OBJE/REFN/TYPE and OBJE/_PRIM processing.
- Test files imp_FTM_PHOTO.ged and imp_MediaTest.ged have been updated to include testing on these changes.
2016-07-30 10:39:15 -05:00
Paul Culley
a6126dbd03 Merge pull request #205 from prculley/42update
backporting some changes to Gramps42 libgedcom
2016-07-28 08:58:22 -05:00
prculley
92d2181621 backporting some changes to Gramps42 libgedcom
Backport of some changes from master:
Minor textual changes:
  GRAMPS > Gramps
  place_displayer > _pd
  __object_ > __media_
  object_parse_tbl > media_parse_tbl
  __find_object_handle > __find_media_handle
  __find_or_create_object > __find_or_create_media
  build_media_object > build_media
  and a few pylint related spacing changes
Sorting of Sources bug9475
Change "class xxx(object)" to "class xxx"
Use "with open" instead of "try: except:"
change "raise NotImplemented" to "raise NotImplementedError()"
2016-07-28 08:46:00 -05:00
prculley
018f60c826 fix Trailing Whitespace on libgedcom.py 2016-07-27 15:40:42 -05:00
Nick Hall
194bafd484 9427: Add new argument to IsEnclosedByRule 2016-07-26 18:35:05 +01:00
SNoiraud
93422189fe Narrativeweb : place title must agree the references.place-auto configuration 2016-07-26 09:23:23 +02:00
Doug Blank
6ade6ba419 Merge pull request #203 from prculley/csv
CSV backport to gramps42 for bug 9501 and 9499
2016-07-17 11:36:02 -04:00
prculley
802bab7bbe CSV backport to gramps42 for bug 9501 and 9499 2016-07-17 10:13:30 -05:00
Matti Niemelä
191bda5418 update Finnish holidays 2016-07-16 20:25:45 -07:00
Paul Franklin
cfdbbf7260 Revert "update Finnish holidays"
This reverts commit 718410e28f.
2016-07-16 20:14:10 -07:00
Matti Niemelä
718410e28f update Finnish holidays 2016-07-16 20:06:17 -07:00
Jérôme Rapinat
c46a4c4351 9578: Some strings in tools and report dialogs will not translate 2016-07-16 16:56:58 -07:00
Doug Blank
42f9f4701c Merge pull request #200 from prculley/Ged1_42
Bug 9575, Gedcom import improvements in media area to support v5.5.1 and FTM
2016-07-16 17:20:25 -04:00
prculley
016db63648 Bug 9575, Gedcom import improvements in media area to support v5.5.1 and FTM 2016-07-16 15:28:57 -05:00