Commit Graph

26473 Commits

Author SHA1 Message Date
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
John Ralls
52fe365919 Switch included moduleset to gitlab.gnome.org.
Fixes bug #10733.
2018-08-09 07:21:18 -07:00
Leonhaeuser
414aac4c7e Reviewed German translation Thanks to bmendl 2018-08-08 23:33:21 +02:00
niememat
037e26a5a3 Fix translation in Finnish 2018-08-08 14:43:17 +03:00
John Ralls
158d3a993b File copy doesn't work if the glob can match directories. 2018-08-05 13:18:01 -07:00
John Ralls
2ef35174d1 Install the docs/gramps directory in the bundle.
Fixes bug #10705.
2018-08-05 10:03:26 -07:00
niememat
3249938b88 Fix and updated translation in Finnish 2018-08-05 16:45:06 +03:00
Ross Gammon
9b18083e48 Update the Debian changelog after the 5.0.0 release 2018-07-25 21:56:42 +02:00
John Ralls
04bdeb8321 Release Gramps-5.0.0 on Mac. 2018-07-25 07:53:42 -07:00
Nick Hall
67061d58e2 Bump to 5.0.1 2018-07-24 15:11:18 +01:00
Nick Hall
0a66bad41a Release Gramps 5.0.0 2018-07-24 15:07:47 +01:00
Nick Hall
e79535fe23 Update Changelog and NEWS files 2018-07-24 15:03:19 +01:00
Nick Hall
3c5c34d0c5 Update development status for new release 2018-07-24 14:20:41 +01:00
Nick Hall
c9abe49d1e Update translation template for new release 2018-07-24 14:19:54 +01:00
niememat
ca20641cb9 Fix translation in Finnish 2018-07-22 21:09:26 +03:00
John Ralls
c558b8530b 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-07-22 18:50:06 +01:00
prculley
efb2a63492 Fix BaseSelector to avoid long delay before display on large trees
Fixes #10634
2018-07-22 18:46:07 +01:00
SNoiraud
1642757eb8 Export options > Gui alignment issue
Fixes #10576
2018-07-22 18:40:12 +01:00
niememat
b0ee4684a1 New fix translation in Finnish 2018-07-22 13:53:17 +03:00
Espen Berg
4a561f44c7 Revised Norwegian bokmål 2018-07-22 11:19:51 +02:00
Espen Berg
4211dbf9f5 Merge branch 'maintenance/gramps50' of github.com:gramps-project/gramps into gramps50 2018-07-22 10:29:23 +02:00
Espen Berg
23c62de0d0 Revised Norwegian bokmål 2018-07-22 10:28:02 +02:00
niememat
4179cf4792 Fix translation in Finnish 2018-07-22 09:30:41 +03:00
Nick Hall
4c20cbd48a Fix dialog button order on non-Mac systems
Resolves #10585.
2018-07-21 23:28:05 +01:00
De Tran
5a98236239 Fix and update Vietnamese translation
Resolves #10681.
2018-07-21 23:16:29 +01:00