prculley
c759ee31eb
fix Quickreport start from Editor when object not yet committed
...
Fixes #10048
2017-11-20 15:08:51 +00:00
prculley
12577cdfac
Fix Find Database Loop tool for wrong transient parent for progress
...
Fixes #10072
2017-11-20 15:02:16 +00:00
prculley
288b381453
Fix Test Case Generator to not create illegal 'None' handles
...
Fixes #10230
2017-11-20 14:57:52 +00:00
prculley
896b9d96e2
Fix Gedcom export for bad Hebrew Months
...
Fixes #10245
2017-11-20 14:53:09 +00:00
Nick Hall
6b6a297a0e
Revert "correct 'import' in ac2e0a26ac"
...
This reverts commit 620b2afa09
.
2017-11-19 17:38:23 +00:00
vantu5z
07ec5c757e
update Russian translation
2017-11-19 10:39:02 +03:00
niememat
5e31bca7d6
Update finnish translation
2017-11-16 12:55:37 +02:00
SNoiraud
a91bc09160
Can't link to a place if wrong lat/lon in the db.
...
Fixes #10266
2017-11-15 16:14:47 +01:00
Zdeněk Hataš
4b7a0bafa4
Update Czech translation
2017-11-15 12:29:01 +01:00
Leonhaeuser
3b9d38e14a
update German translation
2017-11-13 18:30:51 +01:00
Sam Manzi
df93ce3cb0
Update redirected wiki link from GRAMPS_XML > Gramps_XML
2017-11-12 10:12:46 +11:00
SNoiraud
d5776d4ddb
Missing arg when right clicking in geography view.
...
Fixes #10261
2017-11-11 17:41:21 +01:00
vantu5z
9f0376d9aa
update Russian translation
2017-11-09 11:38:25 +03:00
prculley
45bda3bacb
Change INSTALL to replace 'python' with 'python3 for script invokes
2017-11-05 07:30:00 -06:00
niememat
ab20047e88
Update finnish translation
2017-11-04 10:21:20 +02:00
Paul Franklin
8544f873d4
new gramps.pot translation template
2017-11-03 23:19:15 -07:00
Paul Franklin
620b2afa09
correct 'import' in ac2e0a26ac
2017-11-03 23:16:45 -07:00
niememat
759d68a9e9
Update finnish translation
2017-10-29 16:33:46 +02:00
vantu5z
205b94ad05
update Russian translation
2017-10-28 10:18:31 +03:00
Nick Hall
c495edc220
Use new database convenience function
...
Fixes bug introduced in commit 875242c8d6
.
2017-10-26 18:58:22 +01:00
Leonhaeuser
949cd6aae6
Update German translation
2017-10-26 19:27:35 +02:00
prculley
0826ba8752
Check&Repair; add checks for 'backlinks' and repair if needed.
2017-10-26 14:07:42 +01:00
prculley
12d8b62925
Fix CSV importer for place event name using gramps_id
...
Fixes #10239
2017-10-26 13:55:48 +01:00
prculley
9b42486f2f
Fix PlaceModel to avoid exception following merge
...
Fixes #10184
Bug #8377
2017-10-26 13:52:15 +01:00
prculley
7e4e66d0e3
Fix Geography view 'Find' when db is closed.
...
Fixes #10229
2017-10-26 13:48:54 +01:00
prculley
97db4cf64e
Dbapi: Fix for broken 'backlinks' after a delete.
...
Fixes #10221
2017-10-26 13:44:38 +01:00
prculley
455d56db1b
Fix interactive search for exception on click then down arrow
...
Fixes #10226
2017-10-26 13:40:03 +01:00
Nick Hall
4d614ae5e5
Revert "warn user if no Ghostscript on their machine"
...
This reverts commit ac2e0a26ac
.
2017-10-24 12:37:36 +01:00
Paul Franklin
ac2e0a26ac
warn user if no Ghostscript on their machine
...
This is the thread which motivated me to write this:
http://gramps.1791082.n4.nabble.com/Re-Relationship-graph-is-limited-to-1x1-page-td4680666.html
but unfortunately the Nabble archive of gramps was dead at
the start of that thread, so it is missing.
Here is a related commit, addressing part of the problem:
90de264ccf
2017-10-23 00:17:55 -07:00
Nick Hall
0f0a9c941b
Revert modifier key changes in glade files
...
Partially reverts commit da47949b60
.
The modifier "primary" is only available in Gtk 3.20 and is
removed by the glade editor.
2017-10-19 14:07:30 +01:00
vantu5z
89908b54b3
update Russian translation
2017-10-16 09:04:25 +03:00
Nick Hall
875242c8d6
New convenience function to return database methods
...
Examples:
db.method('get_%s_from_handle', 'Person')
db.method('get_%s_from_%s', 'Event', 'gramps_id')
Returns None if the method doesn't exist.
Formats 'iter_%s' and 'get_number_of_%s' use the plural forms and
are not yet implemented.
Replaces old get_table_metadata method.
Issue #9541 .
2017-10-15 18:38:46 +01:00
Nick Hall
8ef49ed303
Merge pull request #472 from prculley/bug9783
2017-10-15 18:07:04 +01:00
prculley
90de264ccf
Create where_is utility to locate a binary in the standard places
...
This is particularly useful on Mac OS X where Gramps is passed a PATH
that does not include elements added by the terminal shell.
2017-10-15 18:01:07 +01:00
prculley
700f15be75
Pylint on graphdoc
2017-10-15 17:53:43 +01:00
prculley
32caee3aa4
Fix relationship Graph so Unicode chars on Multiple pages works.
...
Fixes : #9783 , #9359 , #8080 , #6782 , #6108
Bugs: #6431 , #4164 , #1485 , #2964 , #2790
2017-10-15 17:53:43 +01:00
Nick Hall
bb6d0267ac
Merge pull request #474 from jralls/primary_intent
2017-10-15 17:29:17 +01:00
John Ralls
6e24c2e79a
Use Gdk.Event.triggers_context_menu in osmgpsmaps.py.
2017-10-15 17:27:02 +01:00
John Ralls
00095667e8
Replace is_right_click implementation with Gdk.Event.triggers_context_menu().
2017-10-15 17:27:02 +01:00
John Ralls
da47949b60
Replace use of CONTROL_MASK with PRIMARY_INTENT.
...
For better UX on Macs.
2017-10-15 17:27:02 +01:00
Nick Hall
90495324e0
Write dbapi schema version to metadata table instead of a file
2017-10-14 15:46:21 +01:00
Nick Hall
50091d1f86
Remove hardcoded references to BSDDB database backend
...
The default backend in the preferences is now used for:
* Archive checkout
* Import from the command line - python Gramps.py file
* Import by drag and drop onto the family tree manager
2017-10-13 22:25:49 +01:00
Nick Hall
94a6495a06
Fix opening recent family trees
2017-10-13 15:27:05 +01:00
Nick Hall
c048ebcfbb
Add login dialog and username/password command line options
2017-10-12 21:11:37 +01:00
prculley
1f9f08c3c5
Fix exception when changing a family with Add person editor open
...
fixes #10187
2017-10-12 19:20:12 +01:00
prculley
05800c530a
Pylint improvements
2017-10-12 16:46:08 +01:00
prculley
fdccc733a2
Remove eval() and rename self.dbstate
2017-10-12 16:45:59 +01:00
prculley
3d1095d9ca
Another way to protect GOV IDs in Gramps ID position
2017-10-12 16:45:52 +01:00
Leonhaeuser
be776d6a31
updated German date handler: added some missing Latin month names and some old German month names
2017-10-05 21:34:23 +02:00
Leonhaeuser
0697797504
updated German date handler: added missing Latin month names and some old German month names
2017-10-05 21:29:19 +02:00