Doug Blank
6f5e2a4e70
Merge pull request #198 from prculley/FTM_LINK
...
bug 9581 Gedcom import of FTM .ged file containing _LINK tags not supported
2016-07-16 16:02:37 -04:00
Nick Hall
3c219d545e
Restrict DBAPI selection to power users
2016-07-16 19:41:53 +01:00
John Ralls
c2d601496e
Change pycairo-python3 to pycairo.
...
pycairo for python2 is now py2cairo.
2016-07-16 10:44:02 -07:00
John Ralls
bf19ad47df
Remove pango modules from bundle, pango no longer uses them.
2016-07-16 10:42:24 -07:00
prculley
a3c6ce1c30
rebase
2016-07-16 12:02:20 -05:00
prculley
aa92fa55a9
bug 9581 Gedcom import of FTM .ged file containing _LINK tags not supported
2016-07-16 11:51:00 -05:00
Doug Blank
61f6015aba
Merge pull request #191 from prculley/bug9479
...
Bug 9479 Gedcom import loses spaces in text fields from FTM
2016-07-16 12:03:37 -04:00
prculley
e6923620ea
Typo
2016-07-16 10:48:26 -05:00
Doug Blank
523abbf722
Merge pull request #196 from prculley/FTM_photo
...
Bug (Feature) 9580 Gedcom import of FTM file containing _PHOTO tags
2016-07-16 11:23:03 -04:00
Doug Blank
ea2c36b100
Merge pull request #194 from prculley/bug9579m
...
bug 9579 Gedcom import of FTM file with OCCU record crashes import
2016-07-16 11:22:08 -04:00
Doug Blank
227821b234
Merge pull request #193 from prculley/Ged1
...
Bug 9575, Gedcom import improvements in media area to support v5.5.1 and FTM
2016-07-16 11:20:36 -04:00
Doug Blank
6792eb88d7
Merge pull request #185 from prculley/bug9561
...
Bug 9561, fix for intermittent plugin recognition via CLI
2016-07-16 11:16:51 -04:00
Doug Blank
52a7918dba
Merge pull request #180 from prculley/export
...
Export test module
2016-07-16 11:13:09 -04:00
Paul Franklin
6975e30861
increase pylint score from 7.17 to 9.02
2016-07-15 11:53:24 -07:00
SNoiraud
86b52ed60b
2016: Website reports should accept any StyleSheet
2016-07-15 16:18:30 +02:00
prculley
43d284b166
Bug 9580 Gedcom import of FTM file containing _PHOTO tags
2016-07-15 08:06:51 -05:00
SNoiraud
925e413683
9362: Attempting to select an "Available item" for the Book Report gives an error
2016-07-15 12:16:29 +02:00
vantu5z
a63b85e281
update russian translation
2016-07-15 08:40:06 +03:00
Nick Hall
620d43a544
Convert gui.views to use abstract base classes
2016-07-14 21:46:16 +01:00
Nick Hall
534eafef83
Fix incorrectly renamed method
2016-07-14 21:44:28 +01:00
Nick Hall
00dba4727b
Convert gen.User into an abstract base class
2016-07-14 18:55:34 +01:00
prculley
06fcf29136
Fix for either valid or invalid FTM Gedcom
2016-07-14 10:02:50 -05:00
prculley
ffda171914
bug 9579 Gedcom import of FTM file with OCCU record crashes import
2016-07-13 10:45:34 -05:00
Doug Blank
05bd51b425
Remove DB-API XML config; replace with settings.py/.ini
2016-07-12 13:21:09 -04:00
SNoiraud
b43808c9d5
Narrativeweb : 9560 added a trailing space.
2016-07-12 16:15:29 +02:00
vantu5z
1d89fa9288
revert debug tools translation
...
it was not a good idea to translate them (commit 1bb2dfc1cd
)
2016-07-12 14:04:47 +03:00
SNoiraud
006cd7a186
9560: Family Page maps are non-functional in Narrative Web report.
2016-07-12 11:14:43 +02:00
Paul Franklin
f73821eabf
Enhance Book Report
...
The main change is that now output-related options will also
be saved to (and restored from) the books.xml file. If the
user has three books for instance, each will keep the last
filename it was written to, and present that filename to the
user in the final dialog, for acceptance or modification.
Similarly for things like paper size and orientation.
Also, the error reporting mechanism was enhanced, so that
now if a report inside a book has a ReportError the user
will be told gracefully (instead of gramps crashing). The
(translated) name of the report will also be shown.
A few more dialogs were given a "parent" also.
2016-07-11 12:16:58 -07:00
prculley
98004c4e87
Bug 9575, Gedcom import improvements in media areato support v5.5.1 and FTM
2016-07-11 11:36:45 -05:00
vantu5z
4dfa354322
Update russian translation
2016-07-11 14:57:51 +03:00
vantu5z
1bb2dfc1cd
Make translatable debuger tools
2016-07-11 14:55:26 +03:00
romjerome
16a862fe56
merge and still partial french translation
2016-07-09 10:01:31 +02:00
romjerome
27b047a2a6
9328: workaround for GNU gettext check
2016-07-09 09:56:17 +02:00
Lajos Nemeséri
09c1c1db0a
Update Hungarian translation
2016-07-09 09:50:59 +02:00
prculley
617569a234
Bug 9479 Gedcom import loses spaces in text fields from FTM
2016-07-08 11:47:18 -05:00
Paul Franklin
4e3706072e
enhance Book class (to allow non-identical Book copies to be made)
...
Historically, a new Book made from an old Book argument would
contain the exact same BookItem objects as the original Book.
That behavior is retained (even though I can't see that it is
ever used), but now copies are possible where the BookItems
are of the same number and type as the original, but not the
exact same BookItem objects. (No "paper" options are copied.)
In the process of doing that, the "save" method was slightly
tweaked, so its recently-changed (for pylint reasons) strings
have their XML terminator on the same (Python) line as the
XML-start of the keyword, for more clarity. In the process of
checking that a pathological case was noticed where the metric
paper option could be Boolean in some cases (instead of the
expected zero/one), so that was coped with also.
2016-07-08 09:21:39 -07:00
prculley
c92497dba0
Rebase and de-compress exp_sample.gramps
2016-07-07 13:50:26 -05:00
prculley
3bcfdcff60
fix vcf filter and tweak test_imports for better pythonic
2016-07-07 13:50:26 -05:00
prculley
a8fe152a43
New ged file to deal with no media in test
2016-07-07 13:50:26 -05:00
prculley
3302fd388f
update for fixed up vcard
2016-07-07 13:50:26 -05:00
prculley
a82d5b8609
Export test module and some tests
2016-07-07 13:50:26 -05:00
Paul Franklin
ed1fa65569
Merge pull request #190 from prculley/bug9569
...
Fix Bug 9569 Vcard export order is not consistent
2016-07-07 18:32:25 +00:00
Paul Franklin
046ab46985
new gramps.pot template for master
2016-07-07 11:22:40 -07:00
Paul Franklin
d837e40307
remove trailing whitespace
2016-07-07 11:17:14 -07:00
prculley
a016457f5a
Fix Bug 9569 Vcard export order is not consistent
2016-07-07 12:06:44 -05:00
Brian Matherly
337f6d9c7a
5580: some Book Report subjects are missing or misleading
2016-07-07 09:39:14 -07:00
prculley
81dd1bb6a2
Bug 9561, fix for intermittent plugin recognition via CLI
2016-07-06 08:22:46 -05:00
Paul Franklin
de382fdb0c
fix typos ("log.warn" => "LOG.warning" => "log.warning")
2016-07-05 23:06:01 -07:00
SNoiraud
ec8d141525
9566: String not translated in geoplaces
2016-07-06 00:10:59 +02:00
Paul Franklin
b1b960db0a
Merge pull request #189 from prculley/whitespace
...
fix trailing whitespace
2016-07-05 21:47:36 +00:00