Commit Graph

24185 Commits

Author SHA1 Message Date
Leonhaeuser
f1644e48a6 update German translation 2016-05-01 03:50:51 +02:00
Doug Blank
0a0a450b45 DB-API: get_family_handles(sort_handles=True) now fixed 2016-04-30 16:48:11 -04:00
Paul Franklin
1c06a07156 increase DAR report pylint score from 7.29 to 9.77 2016-04-30 09:43:34 -07:00
Doug Blank
19e0bdeb3d 1954: Book report, Complete Individual Report part - missing sorting 2016-04-30 13:15:07 -04:00
Doug Blank
db6cd7e318 Field name lookup: improve error message 2016-04-30 10:47:50 -04:00
Doug Blank
8f77d6db9f 1144: Auto backup at exit, but not when opening another database 2016-04-30 10:25:09 -04:00
Doug Blank
9690c20cbc InMemoryDB: provide None for dbname 2016-04-30 10:05:17 -04:00
Doug Blank
cec4bd7a15 Merge pull request #124 from sam-m888/MissedWithOpen
Missed 'open' statements
2016-04-30 02:56:10 -04:00
Sam Manzi
820e981012
Check for non-existent files - remove try/except 2016-04-30 12:02:30 +10:00
Doug Blank
e54b557f82 Family Tree Manager: set transient on Info window 2016-04-29 20:42:17 -04:00
Sam Manzi
1c0823bc23
Move Return out of block 2016-04-30 10:02:31 +10:00
Doug Blank
28e99008e0 9332: gramps_connect: Edit/Save Person 2016-04-29 17:20:19 -04:00
Doug Blank
3f329cbf24 Family Tree Manager: rearrange dialogs to handle cancel 2016-04-29 15:38:30 -04:00
Doug Blank
7368bc7127 Family Tree Manager: rearrange dialogs to handle cancel 2016-04-29 15:35:49 -04:00
Doug Blank
33f8aa4d3d 2092: Problems when no database is open 2016-04-28 21:06:43 -04:00
Doug Blank
235383e349 Tests: removed dot and addons 2016-04-28 18:50:32 -04:00
Doug Blank
baa199cf63 Tests: refine reports 2016-04-28 18:32:05 -04:00
Doug Blank
f460927a3b Tests: 9 more reports 2016-04-28 17:40:10 -04:00
Paul Franklin
ed324676f0 add "living people" option to the Fan Chart report 2016-04-28 12:19:33 -07:00
Doug Blank
2f31096abd 9387: Crash on adding media 2016-04-28 14:07:27 -04:00
Paul Franklin
af995ad48b tweak "living people" option (change option report output) 2016-04-28 09:22:08 -07:00
SNoiraud
94030eab5f NarrativeWeb : some cleanup + pylint score up to 9.5 2016-04-28 19:42:46 +02:00
Doug Blank
d268ddcab2 Tests: add export tests 2016-04-28 13:39:22 -04:00
Doug Blank
a9dfc6633e Test: export gedcom 2016-04-28 12:34:34 -04:00
Doug Blank
aa69ffb174 Tests: added a generic cli test framework; testing gedcom imports 2016-04-28 11:38:44 -04:00
Doug Blank
e9065f3b21 POTFILES typo 2016-04-28 11:34:03 -04:00
Paul Franklin
674571f3e3 tweak "living people" option (change choice strings) 2016-04-28 06:29:12 -07:00
Doug Blank
b1617fa51e Travis: move temp dir to /tmp 2016-04-28 10:39:28 -04:00
Doug Blank
4bea2c098a Travis: os.remove crashes old nose 2016-04-28 10:27:22 -04:00
Doug Blank
45445609dc Travis: wrestling with old nose 2016-04-28 10:11:08 -04:00
Doug Blank
e571a35e26 CI Tests: additional report testing 2016-04-28 09:08:50 -04:00
Paul Franklin
2ac7c5baa7 add deferred translation to "living people" option 2016-04-27 22:27:25 -07:00
Doug Blank
723d8ea1f6 Add Convert Button to Tree Manager: makes a dbapi from a bsddb 2016-04-28 00:09:03 -04:00
Sam Manzi
b21eb6f693
Fix error Undefined variable name 'referenced' in __all__ 2016-04-28 11:45:43 +10:00
Sam Manzi
eb4b4d083f
Fixes for Missed 'open' statements 2016-04-28 10:34:22 +10:00
Eno
59793536ed Fixes for Missed 'open' statements 2016-04-28 08:23:21 +10:00
Sam Manzi
af9baca35e
Change Exportgedcoms open 2016-04-27 19:28:26 +10:00
Paul Franklin
d40ce7f050 enable deferred translation for EnumeratedListOption items 2016-04-26 18:37:54 -07:00
Eno
35b160ca0b Fixes for Missed 'open' statements 2016-04-27 08:11:58 +10:00
Paul Franklin
1e3730b47b add the "living people" option to the Records report 2016-04-26 08:54:33 -07:00
Paul Franklin
cfd322c5df another librecords tweak: check that a Person exists 2016-04-26 07:49:24 -07:00
Doug Blank
95c39a9e1d Export XML: don't crash when exporting filtered/proxied data 2016-04-26 11:44:36 -04:00
Doug Blank
761cf8f428 EditNote: don't crash if referenced item does not exist 2016-04-26 08:22:28 -04:00
Doug Blank
542dad0fc5 Merge pull request #121 from gramps-project/xml-compress
Add compression option on XML export
2016-04-26 08:05:30 -04:00
Doug Blank
d4d0f5bdc2 Config: new database-backup-use-compression option 2016-04-26 07:52:47 -04:00
Doug Blank
a577e5561e 9383: the Family Tree Manager dialog should show the database type 2016-04-26 07:11:44 -04:00
Paul Franklin
d85bd534d3 make librecords play nice with proxy DBs 2016-04-25 21:31:08 -07:00
Dale Athanasias
a9685a64ff Missed 'open' statements
From: Dale Athanasias <dalegrind@hotmail.com>
Mon, 25 Apr 2016 13:41:18 +1000
Subject: Missed 'open' statements

Hi Sam,
Here's a few files with missed 'open' statements:
gramps/gen/filters/_filterlist.py
gramps/plugins/export/exportftree.py
gramps/plugins/database/bsddb_support/write.py

And some older files which you probably left alone for a reason?
windows/nonAIO/builder/build_GrampsWin32.py
windows/nonAIO/check_gtk_install.py
windows/nonAIO/builder/make_launcher.py
windows/nonAIO/builder/check_gtk_install.py
windows/nonAIO/nsis/gcheck.py

Regards
-
Dale

Re: Prefer with to open files
https://github.com/gramps-project/gramps/pull/113
2016-04-26 14:29:40 +10:00
Doug Blank
344f953c0b 9411: Creating New DB-API family tree creates an extra __init__.py in the new database directory. 2016-04-25 21:43:32 -04:00
Doug Blank
b526a41af1 Merge pull request #113 from sam-m888/useWithOpen
Prefer with to open files
2016-04-25 21:35:23 -04:00