Commit Graph

24300 Commits

Author SHA1 Message Date
3bcfdcff60 fix vcf filter and tweak test_imports for better pythonic 2016-07-07 13:50:26 -05:00
a8fe152a43 New ged file to deal with no media in test 2016-07-07 13:50:26 -05:00
3302fd388f update for fixed up vcard 2016-07-07 13:50:26 -05:00
a82d5b8609 Export test module and some tests 2016-07-07 13:50:26 -05:00
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
046ab46985 new gramps.pot template for master 2016-07-07 11:22:40 -07:00
d837e40307 remove trailing whitespace 2016-07-07 11:17:14 -07:00
a016457f5a Fix Bug 9569 Vcard export order is not consistent 2016-07-07 12:06:44 -05:00
337f6d9c7a 5580: some Book Report subjects are missing or misleading 2016-07-07 09:39:14 -07:00
de382fdb0c fix typos ("log.warn" => "LOG.warning" => "log.warning") 2016-07-05 23:06:01 -07:00
ec8d141525 9566: String not translated in geoplaces 2016-07-06 00:10:59 +02:00
b1b960db0a Merge pull request #189 from prculley/whitespace
fix trailing whitespace
2016-07-05 21:47:36 +00:00
e3ff22c96f Merge pull request #188 from prculley/filterrules
Missed the place filter rule when updating for changed example.gramps
2016-07-05 21:46:04 +00:00
39720eca3a fix trailing whitespace 2016-07-05 16:35:47 -05:00
afc7cbc645 Missed the place filter rule when updating for changed example.gramps 2016-07-05 16:18:22 -05:00
ab52cc5156 Merge pull request #187 from prculley/filterrules
Fix filter tests for changed sample.gramps
2016-07-05 21:06:19 +00:00
2fa56879c3 Fix filter tests for changed sample.gramps 2016-07-05 15:48:07 -05:00
fe27e1e1d8 Merge pull request #186 from prculley/imp_rename
Rename test files so that unrelated tests don't conflict with import tests
2016-07-05 20:17:01 +00:00
9a5d3466cb Rename test files so that unrelated tests don't conflict with import tests 2016-07-05 14:10:50 -05:00
ed830b2809 Fix build for database directory structure changes 2016-07-05 13:30:58 +01:00
6e8df15dcb 2092: Problems when no database is open. Partial fix. Make checks on the
database consistently check that the database exists and is open. Add a
few missing checks. Remove redundant load and direct close of dummy
database on closure.
2016-07-05 11:19:02 +01:00
2a0805c66a update russian translation
merged with new template
2016-07-04 13:41:31 +03:00
fbd4b0342a update POTFILES.in after structure update
Since update directory structure for database plugins 0719e04858
2016-07-04 13:40:41 +03:00
0719e04858 Update directory structure for database plugins 2016-07-03 18:37:30 +01:00
746cf0ee1e Move DBAPI default settings into an XML file 2016-07-03 17:42:08 +01:00
4eb27dfcfa Create new database section in configuration file 2016-07-03 16:15:38 +01:00
bb8e587572 9557: Translated text will not be printed (bad copy/paste 2) 2016-07-03 13:55:07 +02:00
a60ae79ca0 add a Greek family to example.gramps (thanks, Zissis Papadopoulos) 2016-07-02 20:59:17 -07:00
1c66a85246 move the right paren in, so the string gets translated 2016-07-02 20:53:07 -07:00
62d8487f14 change some "place_displayer" strings to the shorter "_pd" 2016-07-02 20:50:31 -07:00
8bfa3d13a3 9556: Descendant Report does not recognise auto. place title generation 2016-07-02 20:43:33 -07:00
78edbafb56 9557: Translated text will not be printed (bad copy/paste) 2016-07-02 22:53:06 +02:00
be5722ee0b 9557: Translated text will not be printed (better solution) 2016-07-02 22:30:54 +02:00
3d9159d9d3 Geography : 9557 : Translated text will not be printed in the program 2016-07-02 11:11:44 +02:00
495e7801d7 9499: Fix CSV import of utf-8 encoded files exported by Gramps 2016-06-29 22:23:03 +01:00
d77f0562e8 A few Deprecation warnings handled 2016-06-29 22:12:44 +01:00
55c99fe718 Gdk.Cursor.new() deprecation fixes 2016-06-29 22:06:39 +01:00
1abc0ad1fa Merge pull request #182 from prculley/logwarn
fix LOG.warn() deprecation warning
2016-06-29 18:54:37 +00:00
2886583689 2092: Problems when no database is open. Partial fix. Fix tags menu when
there is no database and stop accessing database for tags filter
dropdown when there is no database.
2016-06-29 16:22:13 +01:00
342bdac02c fix LOG.warn() deprecation warning 2016-06-29 09:44:18 -05:00
721cfa1a1c Geography : add parent to WarningDialog 2016-06-29 08:36:32 +02:00
230d7b0dac Remove trailing whitespace 2016-06-28 23:05:23 +01:00
be76d63ef6 some tweaks to the book report
Formerly, the books.xml file was read in multiple times,
even if it hadn't changed at all.  And since books.xml can
contain multiple books, each of which potentially contains
multiple reports, each with multiple options, all of which
get parsed every time the books.xml file gets read in, the
process potentially can take a while.

Similarly the books.xml file was written out every time a
book was added or deleted, even if the book report continued
to be run, with potentially more changes being made.

So it's changed so that the books.xml file is only read in
once, and written out once, and only then if it needs it.
2016-06-28 11:38:53 -07:00
8e4c7234a4 2092: Problems when no database is open. Partial fix. Fix bookmarks
display when there is no database and stop accessing the database for
bookmarks when there is no database.
2016-06-28 18:39:49 +01:00
c817b0dedc Pylint improvements: bookmarks.py 2016-06-28 15:36:15 +01:00
a7ea1d98b4 Update russian translation 2016-06-28 13:30:42 +03:00
e199ee2bf5 czech translation update 2016-06-28 12:01:18 +02:00
32a8151751 8452: Geography : Attempting to print crashes(core dumps python) 2016-06-28 10:52:02 +02:00
66bf311168 9124: GEDCOM doesn't accept CR as a line terminator
Original code used readline() when file was in binary mode; this works
only if file contains '\n', true only for CRLF and LF line endings.
Switched to file text mode with correct encoding and universal newline
support.
2016-06-27 21:11:31 +01:00
697b85811d Update russian translation 2016-06-27 09:59:25 +03:00