4396 Commits

Author SHA1 Message Date
Vassilii Khachaturov
429c18af6a 6380: GEDCOM export error for family _UID
Applying patch from 2013-12-24 by Enno Borgsteede,
fixing attribute processing on the path that handled _UID
and adding another extension, _FSFTID.
2013-12-30 10:42:01 +02:00
Vassilii Khachaturov
e4df103e39 file header comment - +(C) -RCS kwd 2013-12-26 17:35:12 +02:00
Vassilii Khachaturov
b22ae317ae 6955: warn on non-primary surnames not exported 2013-12-26 17:35:11 +02:00
Vassilii Khachaturov
c7c0b2c6bd 7229: change active person upon a bookmark select
Revert [88d2a2]. See 7229:33418.
2013-12-15 15:38:49 +02:00
Vassilii Khachaturov
c32160b254 7300: "Add citation" missing in pop-up menu 2013-12-14 16:27:23 +02:00
Vassilii Khachaturov
161ce3b66e 7290: ImgManip.image_dpi shouldn't return None
always return a sensible default, even if we couldn't read the DPI
Use the data from Matthias Basler for ODF docgen code, as
that is the only user of image_dpi anyway.
2013-12-12 18:40:04 +02:00
Vassilii Khachaturov
a8a38ff87d 7288/7290 refactor out crop_percentage_to_subpixel 2013-12-12 17:58:14 +02:00
Vassilii Khachaturov
0d61bb01ab 7288/7290: refactor fix from matthiasbasler
Cluster DPI-aware code together
More precise comment
2013-12-12 17:28:59 +02:00
Vassilii Khachaturov
08814624b6 rm relict RCS kwd 2013-12-12 17:04:48 +02:00
Vassilii Khachaturov
76df5d703a 7288/7290: image cropping fixes in ODFDoc
Applied the patch from Matthias Basler attached to bug #7288,
without the rename of x and y variables to minimize the diff.

Code reviewed for correctness and retested manually.
Further work needed (probably on the master branch only):
1) DPI default of 96 -- need to verify platform independence
2) Proper refactoring of the code into ODF-specific pieces
and image manipulation that should go down into ImgManip.py
2013-12-12 17:04:48 +02:00
Vassilii Khachaturov
bf6219e3a9 7256: extra spaces in HTML GV labels 2013-11-28 23:06:04 +02:00
noirauds
efb318b433 Geography : bug7240 : create a bookmark via GeoEvents leads to an empty link 2013-11-27 21:18:42 +01:00
Vassilii Khachaturov
0753f87630 7212: convert invalid date to text on .gw import
Back-port from master [829986] [1ac0e2]
2013-11-27 18:21:15 +02:00
Vassilii Khachaturov
88d2a2b84c 7229: change active person upon a bookmark select 2013-11-26 11:08:36 +02:00
Vassilii Khachaturov
80fa9b19b8 7212: convert invalid dates to text on import
Back-ported [4d9381] - use named format strings to enable l10n.
2013-11-25 11:09:24 +02:00
Vassilii Khachaturov
36d91fc68b 7212: convert invalid dates to text on import
Back-port from gramps40 [cca72aa] and [befcd21]

Unit test run as follows (4/4 passed):
	LANG=en_GB.utf8 python plugins/import/test/ImportXml_test.py -v
2013-11-23 21:23:01 +02:00
Nick Hall
a3bf964f96 Skip .git instead of .svn directories 2013-11-09 00:17:52 +00:00
Jérôme Rapinat
227a1e6378 7151: update start of Ramadan in France
svn: r23438
2013-10-29 17:47:36 +00:00
Paul Franklin
d1e4016769 7092: API for reporting issues ["interim" solution, from Nick Hall]
svn: r23360
2013-10-21 19:52:35 +00:00
Vassilii Khachaturov
ce15c0944f use version tuples for comparison
Found during code review with dsblank under bug 7125

svn: r23348
2013-10-20 13:54:03 +00:00
Vassilii Khachaturov
499dae6a2d 7125/7102: fix with DTD change as OKed by NickH
impex.sh test currently broken until the new DTD/schema go online

svn: r23347
2013-10-20 12:57:22 +00:00
Paul Franklin
c2cd8ce51b typo
svn: r23322
2013-10-14 16:12:15 +00:00
Paul Franklin
c83a34727d 7129: the Family Group Report doesn't show "family" attributes
svn: r23318
2013-10-13 21:10:08 +00:00
Doug Blank
850f42217d 7090: wrong age for dead people reported by webcal
svn: r23306
2013-10-11 11:46:06 +00:00
Paul Franklin
da3becb6ab 7102: XML: Gramps does not export 'very low' value (0) for confidence into citation
svn: r23287
2013-10-09 16:19:30 +00:00
Doug Blank
3e95617829 7006: double entries in de gendex.txt file
svn: r23282
2013-10-08 16:40:00 +00:00
Nick Hall
0c135d3ae8 Freeze headings when scrolling
svn: r23265
2013-10-07 22:02:49 +00:00
Jérôme Rapinat
d399b963b9 7072: fix level for citationref into person
svn: r23240
2013-10-02 08:20:21 +00:00
Jérôme Rapinat
a9339c5b82 7071: age on date now displays all individuals, update titles
svn: r23234
2013-10-01 08:27:17 +00:00
Nick Hall
dc246df9d3 Revert r23205
svn: r23216
2013-09-28 13:35:14 +00:00
Vassilii Khachaturov
a11fc4c228 7089: fix another similar code in StatisticsChart
svn: r23213
2013-09-27 23:36:43 +00:00
Vassilii Khachaturov
8365ea7090 7089: copy fix from BirthdayReport to Calendar
Evil cut and paste of a bug fix,
following the evil cut and paste of the original code...

svn: r23212
2013-09-27 23:19:00 +00:00
Vassilii Khachaturov
01a83099ae 7089: same bug was pasted into BirthdayReport!
Moved the utility function gregorian to gen.lib.date,
and use it like in WebCal.

svn: r23211
2013-09-27 22:53:52 +00:00
Paul Franklin
ae670af71e 7088: provide a config option to suppress the warning about missing "sdn"
svn: r23205
2013-09-26 21:52:24 +00:00
Vassilii Khachaturov
89a7335057 7089: minor optimization
svn: r23203
2013-09-26 20:04:44 +00:00
Vassilii Khachaturov
060cdf38a1 7089: webcal mistreats non-gregorian event dates
svn: r23202
2013-09-26 19:50:16 +00:00
Tim G L Lyons
a8cd8958c8 0006802: In Narrative Web report most Family Maps are missing. Problem due to single apostrophe (closing single quotation mark) which needs to be escaped.
svn: r23187
2013-09-24 11:29:26 +00:00
Doug Blank
03e800d808 AgeOnDate: backported changes that show reasoning for dead/alive status and age estimate
svn: r23157
2013-09-17 23:48:54 +00:00
Doug Blank
5cbcfbbc56 7069: Narrated Web Site media pages do not include multiple references
svn: r23146
2013-09-17 00:00:44 +00:00
Tim G L Lyons
abb7efcb01 Fix citation filters so they no longer try to filter citations with a sources filter. Citation filter now allows specification of both source and citation data. When a citation is shown in a search or a filtered citation tree view, the corresponding source is also shown.
svn: r23141
2013-09-16 21:38:16 +00:00
Doug Blank
f80033f36a Ignore meaningless @IDENT@ on CONT or CONC line as detailed at http://www.tamurajones.net/IdentCONT.xhtml
svn: r23082
2013-09-10 16:54:24 +00:00
Serge Noiraud
a0db80f643 Geography : bug#0006930 : incorrect string in geoplaces
svn: r23066
2013-09-09 15:34:53 +00:00
Vassilii Khachaturov
e5d995517a 6960: fix merging citations batch tool; sources
Back-port from gramps40 of r22971.

svn: r22972
2013-08-30 23:06:06 +00:00
Nick Hall
b0d5343d24 6874: Use shorter names in add gramplet list. Remove old attributes gramplet.
svn: r22957
2013-08-30 18:08:49 +00:00
Nick Hall
563591b031 6786: Invoke editor on double-click in backlinks gramplet
svn: r22954
2013-08-30 16:05:33 +00:00
Tim G L Lyons
18786ae646 0006849: citationtreeview with search bar only searches in sources, not citation data
0006848: citationtreeview corrupts when search bar open and edit occurs
0006829: Searching into source/citation selector disallows to select all related citations, only matching rows

by fixing treebasemodel so it properly deals with secondary objects, and also citationtreemodel so it adds secondary odes even when the parent is not present.

svn: r22939
2013-08-29 18:05:25 +00:00
Vassilii Khachaturov
314cf24850 future division - align with gramps40/trunk
Trying to help 7007 investigation

svn: r22920
2013-08-28 15:48:49 +00:00
Vassilii Khachaturov
baae86787c 6953: remove "undo history warning" under CLI
To remove the meaningless "undo history warning" when a BatchTool
is run from cli (e.g., "check"), we add to BatchTool constructor
an extra argument to get the uistate, and only produce the GUI
warning if there is GUI.

svn: r22894
2013-08-21 14:41:12 +00:00
Vassilii Khachaturov
18ba120115 Rename PSDrawDoc to PsDoc, reduce .py file count.
Follow-up to code review, see the bug# 6883.

svn: r22808
2013-08-06 19:57:52 +00:00
Vassilii Khachaturov
19ca766ee4 Finish the refactoring.
PdfDoc now also uses CairoDocgen.

svn: r22805
2013-08-06 17:10:19 +00:00