Nick Hall
2993d59c2e
9749: Move experimental Select API code into a branch
2016-10-12 21:46:52 +01:00
Paul Franklin
ce4d4ca31d
9739: Wrong parsing Numeric date format for cs_CZ locale
2016-10-12 13:16:49 -07:00
SNoiraud
adca37f7fd
Geography: add a message in geoplaces to change the markers color.
2016-10-12 19:42:31 +02:00
Nick Hall
3ebd8ee769
7116: remember size of sidebar within the main window
2016-10-11 10:29:41 -07:00
SNoiraud
e93777ede3
8447: [geography] Assign different colours to marker
2016-10-11 13:53:13 +02:00
SNoiraud
433a7d73cb
9736: Export options 'Preview' buttons create hidden quickreport.
2016-10-11 13:40:25 +02:00
Paul Franklin
44b0837d4d
tweak (correct exit status for pathological case of no DISPLAY)
2016-10-10 10:13:21 -07:00
Nick Hall
0966f63c34
Revert changes to database variable names
...
Using "db" as variable name for a database instance is perfectly
acceptable. It is defined as a good variable name in the
.pylintrc file.
2016-10-09 19:19:44 +01:00
MJBMZ
a8a3c0865d
Add thumbnail size option to family lines graph
2016-10-09 18:27:14 +01:00
Paul Franklin
d9456fd688
5546: Include "relationship to home person" on the "[C.I.] Report"
2016-10-08 18:34:01 -07:00
Paul Franklin
5426d15927
increase pylint score from 2.53 to 9.54
2016-10-04 13:45:57 -07:00
Paul Franklin
c4bd81a2d6
increase pylint score from 7.13 to 9.68
2016-10-02 19:08:21 -07:00
prculley
48e7cabc18
Change error message for better internationalization
2016-09-29 13:51:51 -05:00
prculley
2aa0d5aac8
Fix to translate strings for international use
2016-09-29 13:51:51 -05:00
prculley
be6e71cd04
Make VCARD import errors into user dialog instead of logger.warning
2016-09-29 13:51:51 -05:00
SNoiraud
5001fc090e
9725: dummydb : AttributeError: 'str' object has no attribute 'decode'
2016-09-28 11:14:51 +02:00
Sam Manzi
d6e33b36bd
Merge pull request #241 from prculley/9717
...
Fix bug 9717, XML import with env language other than utf8, has bad progress meter
2016-09-28 09:01:32 +10:00
Sam Manzi
7c2cf98a73
Merge pull request #242 from prculley/quiet
...
quiet down the import tests
2016-09-28 08:47:10 +10:00
Sam Manzi
819929f073
Merge pull request #237 from prculley/check
...
Update Check & Repair tool & Test Case Generator tool to fix bad alternative Place names
2016-09-28 08:16:51 +10:00
Doug Blank
0c03bb906e
9540: DBAPI: HandleError is not raised by the DBAPI interface
2016-09-26 11:03:37 -04:00
Nick Hall
2c7712b621
9721: Fix alignment radio buttons in style editor
2016-09-25 17:36:31 +01:00
prculley
0e599bdd28
quiet down the import tests
2016-09-24 17:44:48 -05:00
prculley
ffa5b6db61
Fix bug 9717, XML import with env language other than utf8, has bad progress meter
2016-09-24 15:47:03 -05:00
prculley
ce756cedf2
Add tests
2016-09-24 09:58:37 -05:00
prculley
4e0147de02
Check & Repair: add fix for bad alt place names
2016-09-24 09:58:37 -05:00
Doug Blank
68bd1e9038
DB-API: make autobackup configurable
...
Via command line:
gramps --config=database:autobackup:1 ## True
gramps --config=database:autobackup:0 ## True
Or by editing gramps.ini.
2016-09-24 06:55:41 -04:00
Doug Blank
0ce1a91dec
DB-API: ignore errors on secondary field lookups
2016-09-23 19:35:11 -04:00
Doug Blank
3b0e04fb78
9538: gramps.gen.dbstate.DbState.make_database doesn't handle 'else' branch
2016-09-23 17:07:12 -04:00
Doug Blank
9e5f899bbd
9710: dbapi pylint issues, adjustment
2016-09-23 10:39:15 -04:00
Doug Blank
ae06d046c5
9710: where documentation
2016-09-23 07:04:05 -04:00
Doug Blank
a9f1377529
9710: dbapi pylint issues
2016-09-23 06:30:51 -04:00
SNoiraud
60406bc239
9704: Events coordinates : add menu to edit place or event.
2016-09-23 12:08:14 +02:00
SNoiraud
8258e6a399
9704: Events coordinates : add place ID.
2016-09-23 10:10:25 +02:00
Doug Blank
c6fa40d389
Protection from family_handle being None
2016-09-22 16:25:53 -04:00
Doug Blank
899765beb6
Revert "Take care of possibly missing family"
...
This reverts commit cb1a8e85b6
.
2016-09-22 13:58:46 -04:00
Doug Blank
cb1a8e85b6
Take care of possibly missing family
2016-09-22 12:22:03 -04:00
Doug Blank
140c02340c
DB-API: Getting a handle that doesn't exist now raises error, like BSDDB
2016-09-22 11:58:05 -04:00
SNoiraud
04959f5786
Geography : add the possibility to add new unsupported map
2016-09-22 11:56:27 +02:00
SNoiraud
27aed693bc
9704: Events Gramplet should show events in Family Geography
2016-09-22 11:47:55 +02:00
Sam Manzi
6c75b4e681
Merge pull request #238 from sam-m888/vcardexportoptions
...
Add Export Options filter to Vcard Export
2016-09-20 10:23:55 +10:00
Paul Franklin
b03579428b
enable the main window to remember its position on the screen
...
The genealogy -- as it were -- of this patch started with
https://gramps-project.org/bugs/view.php?id=5357 which was a
feature request for the clipboard to remember its location
on the screen, its placement, its position.
The p.r. https://github.com/gramps-project/gramps/pull/58
was a prototype implementation, but it also had the main
window remembering its location. Then p.r. 58 turned into
https://github.com/gramps-project/gramps/pull/60/ -- but
later both of those were closed, never committed.
Since I really wanted the main window to be able to remember
its position, I have extracted the relevant code. I also
modified it along the way, e.g. renaming some variables.
So all the credit should go to Sam Manzi, the originator of
those two pull requests, and thus the code in this commit.
However, any problems are due to me, my changes -- not Sam.
2016-09-19 13:42:03 -07:00
SNoiraud
3e1a0187e3
9688: Remove Unused Objects tool reports linked notes as unused.
2016-09-19 19:39:32 +02:00
Sam Manzi
72aafd7471
Merge pull request #236 from prculley/bug9697
...
bug 9697, fix Test Case Generator to avoid GUI progress meter in CLI mode
2016-09-19 14:34:17 +10:00
Paul Franklin
2a5f58bd50
ask for a little help, if appropriate
2016-09-17 18:20:30 -07:00
Sam Manzi
42f66f9f47
Add Export Options filter to Vcard Export
2016-09-17 08:12:51 +10:00
SNoiraud
e23e40a698
9700: Select Place search & Source/Citation hierarchy should NOT be expanded
2016-09-16 20:37:44 +02:00
Paul Franklin
2bbb555797
fix "gramps --databases"
2016-09-15 19:34:58 -07:00
Paul Franklin
64b5021843
4827: HTML-Export, make language selectable (WebCal tweaks)
2016-09-14 10:38:14 -07:00
prculley
2807e24cfa
bug 9697, fix Test Case Generator to avoid GUI progress meter in CLI mode
2016-09-14 11:06:25 -05:00
Paul Franklin
7f3ee457fc
4827: HTML-Export, make language selectable (NarWeb filter name)
2016-09-13 19:05:05 -07:00