niememat
ae84040bc7
Fix translation in Finnish
2018-08-11 18:25:28 +03:00
John Ralls
2a0b3afa4b
Switch included moduleset to gitlab.gnome.org.
...
Fixes bug #10733 .
2018-08-09 07:24:39 -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
Sveinn í Felli
792caf73b7
Update Icelandic translation
2018-07-21 19:59:26 +01:00
jose1711
cfb9a4f664
Fix and update Slovak translation
2018-07-21 19:33:45 +01:00
jose1711
59021550e2
Fix typo in translation
2018-07-21 19:11:06 +01:00
niememat
acf775ea90
Fix translation in Finnish
2018-07-20 23:01:59 +03:00
niememat
f4199b494c
Fix translation in Finnish
2018-07-20 14:33:01 +03:00
niememat
6fc7f4e0af
Fix translation in Finnish
2018-07-18 17:34:24 +03:00
Luigi Toscano
d508ce7fb9
Update Italian translation
2018-07-15 16:41:10 +02:00
Nick Hall
a4aa8f90c3
Update English (British) translation
2018-07-13 18:36:28 +01:00
De Tran
b33d7af284
Update Vietnamese translation
2018-07-13 14:53:02 +01:00
Kaj Mikkelsen
e4e1f4ca05
Update Danish translation
2018-07-13 14:35:15 +01:00
Lajos Nemeséri
72bedf0af7
Update Hungarian translation
2018-07-13 14:29:26 +01:00
Fedik
60ba912100
Update Ukrainian translation for Gramps
2018-07-07 17:54:52 +03:00
RossGammon
2a8240b26d
Update Debian directory after Gramps 5.0.0-rc1 release. ( #634 )
2018-07-06 07:58:39 +10:00
Leonhaeuser
c33fc7b240
Fix not matching translation csv import/export
2018-07-02 20:33:10 +02:00
Zdeněk Hataš
404647be05
Update Czech translation
2018-07-02 19:09:06 +02:00
Pier Luigi Cinquantini
0af818b0c1
Update Esperanto translation
2018-07-02 15:14:46 +01:00
niememat
8da84aaf23
Fix translation in Finnish
2018-07-01 12:14:58 +03:00
Paulo Henrique Paiva de Moraes
d15a1376d3
Update Brazilian Portuguese translation
2018-06-30 17:04:42 +01:00
vantu5z
57bbe542b5
update Russian translation
...
substantially just merge with latest template
2018-06-30 18:44:23 +03:00
Nick Hall
cbdb0d5431
Merge translation files with the latest template
2018-06-29 16:46:10 +01:00
Paul Culley
ff129e2f64
Fix Custom filter update when created via sidebar ( #630 )
...
Fixes #10620
Adding a filter via the sidebar editor originally only updated the current view, other associated views did not see the new filter. First noticed in People views. This causes the 'filters-changed' to be emitted which updates all associated view.
2018-06-22 11:19:00 +10:00
Paul Culley
663745c7e8
Fix Gramplet configure (View/Configure) for large options ( #629 )
...
When a Gramplet uses a BooleanListOption with a lot of entries, along with other options, all the options take on the size of the large BooleanListOption, which doesn't work well at all.
2018-06-22 11:04:30 +10:00
Serge Noiraud
5df6ad564b
Statistics Charts crashes with IndexError ( #627 )
...
Fixes #010626
In statistics charts, get_month is only localized and the calendar is unused.
If we have an Extra (Sansculottides) month in the french republican calendar
(index 13), we have this IndexError because the gregorian calendar is always
used and contains only 12 values.
2018-06-22 10:48:02 +10:00
John Ralls
1f3e516780
[Mac] Change accel for Undo History.
...
So that it doesn't conflict with a system binding for hiding the window.
Fixes #10619 .
2018-06-10 20:09:41 -07:00
Paul Culley
25841f9540
Fix Family Lines/Family Colors picker for bad transient parent ( #625 )
...
Fixes #10623
2018-06-10 14:48:51 +10:00