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
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