Paul Culley
b6c57ab3c3
Speed up Check and Repair, backlinks check stage. ( #656 )
...
Fixes #10618
* Speed up Check and Repair, backlinks check stage.
* Fix Check and repair; backlinks scan to deal with bad references
which should have been fixed in earlier checks!
2018-09-05 11:40:57 +10:00
Paul Culley
f3b5f75e37
Fix strings containing deprecated illegal escape sequences ( #648 )
...
Python 3.6 and above has deprecated illegal string escape sequences. Escape sequences are preceded by a '\' and valid ones are "\n\t\r" etc. Illegal ones are not in the list https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals .
Previous to Python 3.6 these illegal sequences were ignored and the '\' was left in place. Pylint has been noting these for a while now.
This PR corrects these sequences in Gramps. I used
find . -name "*.py" | xargs -t -n 1 python3 -Wd -m py_compile 2>&1 | grep Depre
to locate the failing strings.
2018-09-04 12:03:17 +10:00
Ivan
7d9f4dcc80
[Whatsnext] check if db is open ( #651 )
...
Fixes #10732
2018-09-04 11:38:42 +10:00
Paul Culley
224748eb96
Fix usage of posixpath; should be os.path for os independence ( #650 )
...
Fixes #10740
2018-09-04 11:20:34 +10:00
Paul Culley
2aec83f057
Fix generate_checksum routine to avoid MemoryError crash ( #649 )
...
with very large files and 32-bit OS
Issue #10690
2018-09-04 10:41:27 +10:00
Paul Culley
fd399323a6
Fix corrupted Bookmarks that can happen after Gramps crash ( #655 )
...
Fixes #10759
2018-09-04 10:16:21 +10:00
Paul Culley
bb6b3edee2
Fix Merge Family when same parent is missing from both families ( #654 )
...
Fixes #10760
2018-09-04 10:02:39 +10:00
Paul Culley
3f7ea4418c
Fix <ctrl>c in view to get selected item to clipboard ( #652 )
...
Fixes #10682
2018-09-04 09:43:49 +10:00
Paul Culley
efcc115aa7
Fix Quickview Gramplet so updates work when changing active ( #642 )
...
Fixes #10713
2018-09-04 09:22:27 +10:00
Paul Culley
893c715a61
Fix place reference editor for bad cut/paste on set_latlongitude ( #644 )
...
Fixes #10719
2018-09-04 09:08:50 +10:00
Paul Culley
6bab78df21
Fix Find Database Loop Tool (bad import of _collections) ( #643 )
...
Fixes #10722
2018-09-04 08:53:22 +10:00
niememat
29019eed98
Fix translation in Finnish
2018-09-03 22:09:37 +03:00
Bernard Banko
d8c006e0f7
Slovenian translation fixed to allow building mo
2018-08-25 22:27:31 +02:00
Bernard Banko
b8438dddeb
Slovenian translation updated
2018-08-25 22:14:42 +02:00
niememat
4ba28c637e
Fix translation in Finnish
2018-08-18 12:29:06 +03:00
niememat
ae84040bc7
Fix translation in Finnish
2018-08-11 18:25:28 +03:00
prculley
51e294f748
Fix up bad translation files after merge
2018-08-09 10:54:12 -05:00
Leonhaeuser
cb65fd93ca
Reviewed German translation Thanks to bmendl
2018-08-09 10:35:49 -05:00
niememat
5b9600d835
Fix translation in Finnish
2018-08-09 10:35:15 -05:00
John Ralls
cf80d17040
File copy doesn't work if the glob can match directories.
2018-08-09 10:35:14 -05:00
John Ralls
d4f906f22d
Install the docs/gramps directory in the bundle.
...
Fixes bug #10705 .
2018-08-09 10:35:14 -05:00
niememat
d189e334d8
Fix and updated translation in Finnish
2018-08-09 10:35:14 -05:00
Ross Gammon
a48a94d872
Update the Debian changelog after the 5.0.0 release
2018-08-09 10:35:13 -05:00
John Ralls
8e5dc220dc
Release Gramps-5.0.0 on Mac.
2018-08-09 10:35:13 -05:00
Nick Hall
dca2f610dc
Bump to 5.0.1
2018-08-09 10:34:31 -05:00
Nick Hall
3d1833e307
Release Gramps 5.0.0
2018-08-09 10:33:57 -05:00
Nick Hall
aa221cc3c7
Update Changelog and NEWS files
2018-08-09 10:33:19 -05:00
Nick Hall
51b7d1c420
Update translation template for new release
2018-08-09 10:30:58 -05:00
niememat
674d286f87
Fix translation in Finnish
2018-08-09 10:30:58 -05:00
John Ralls
0161c4b917
Correct binary test logic for primary mask.
...
state & get_primary_mask(another) tested (state & (primary | other)),
which will be true if state matches *either* primary *or* other, but
what is wanted in a not-negated test is state matching all bits of
(primary | other). match_primary_mask does that.
On the other hand there are also cases of "not state & (primary | other)".
no_match_primary_mask handles that, returning true if state matches none
of the bits in (primary | other).
Fixes #10646 .
2018-08-09 10:30:57 -05:00
prculley
de31a42fc8
Fix BaseSelector to avoid long delay before display on large trees
...
Fixes #10634
2018-08-09 10:30:57 -05:00
SNoiraud
9c508de5fd
Export options > Gui alignment issue
...
Fixes #10576
2018-08-09 10:30:57 -05:00
niememat
1b00d95ce4
New fix translation in Finnish
2018-08-09 10:30:57 -05:00
Espen Berg
78870decb8
Revised Norwegian bokmål
2018-08-09 10:30:56 -05:00
Espen Berg
1a5696eb2c
Revised Norwegian bokmål
2018-08-09 10:30:24 -05:00
niememat
269d38da2c
Fix translation in Finnish
2018-08-09 10:27:26 -05:00
Nick Hall
99f77b0a88
Fix dialog button order on non-Mac systems
...
Resolves #10585 .
2018-08-09 10:27:25 -05:00
De Tran
264fdda4d0
Fix and update Vietnamese translation
...
Resolves #10681 .
2018-08-09 10:27:24 -05:00
Sveinn í Felli
8092b88ad4
Update Icelandic translation
2018-08-09 10:12:17 -05:00
jose1711
3251e2ae88
Fix and update Slovak translation
2018-08-09 10:09:53 -05:00
jose1711
f718c5f8b4
Fix typo in translation
2018-08-09 10:09:53 -05:00
niememat
a96a446b47
Fix translation in Finnish
2018-08-09 10:09:53 -05:00
niememat
5658411acf
Fix translation in Finnish
2018-08-09 10:09:53 -05:00
niememat
a4403d719e
Fix translation in Finnish
2018-08-09 10:09:52 -05:00
Luigi Toscano
8597a10c40
Update Italian translation
2018-08-09 10:09:52 -05:00
Nick Hall
d0c0045dc1
Update English (British) translation
2018-08-09 10:09:52 -05:00
De Tran
868abdc0d9
Update Vietnamese translation
2018-08-09 10:08:37 -05:00
Kaj Mikkelsen
ebf88bf5c5
Update Danish translation
2018-08-09 10:08:35 -05:00
Lajos Nemeséri
c3814a4e42
Update Hungarian translation
2018-08-09 10:07:53 -05:00
John Ralls
2a0b3afa4b
Switch included moduleset to gitlab.gnome.org.
...
Fixes bug #10733 .
2018-08-09 07:24:39 -07:00