forked from gramps-project/gramps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
277 lines (162 loc) · 8.7 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
2019-09-14 SNoiraud <[email protected]>
* gramps/gen/filters/rules/place/_withinarea.py: Fix deprecation
warning in withinarea rule
2019-09-14 Nick Hall <[email protected]>
* gramps/gui/grampsgui.py: Disable development warning message
2019-09-13 Jonas Hahnfeld <[email protected]>
* gramps/gen/plug/docgen/treedoc.py: Add options to sandclock in
tree document generator This works and is actually needed to style the root node.
2019-09-11 SNoiraud <[email protected]>
* gramps/gui/filters/sidebar/_personsidebarfilter.py: Using regex in
the sidebar gives different result from previous gramps release. Fixes #11321
2019-09-12 Jérôme Rapinat <[email protected]>
* po/fr.po: Add missing French translation strings
2019-09-10 Gil da Costa <[email protected]>
* po/fr.po: Update French translation
2019-09-09 prculley <[email protected]>
* gramps/plugins/docgen/odfdoc.py: Fix odt output when db owner has
XML unfriendly chars ('&') Fixes #11327
2019-09-11 John Bickmore <[email protected]>
* README.md: Bump required Python version to 3.3 on Readme As mentioned on the release announcement
https://gramps-project.org/introduction-WP/2019/08/gramps-5-1-0-released/
2019-09-08 SNoiraud <[email protected]>
* gramps/plugins/webreport/narrativeweb.py: Remove
reload_custom_filters to conform to PR894
2019-09-07 prculley <[email protected]>
* gramps/cli/grampscli.py: Fix CLI crash when generating reports Fixes #11318, #11213
2019-09-06 prculley <[email protected]>
* gramps/gui/views/listview.py: Fix Statusbar HandleError on merge
families Fixes #11320, #11294, #11279
2019-09-12 Avi Markovitz <[email protected]>
* po/he.po: Update Hebrew translation
2019-09-12 Matti Niemelä <[email protected]>
* po/fi.po: Fix translation in Finnish
2019-09-12 Matti Niemelä <[email protected]>
* po/fi.po: Update finnish translation
2019-09-11 vantu5z <[email protected]>
* po/ru.po: update Russian translation
2019-09-10 pehlm <[email protected]>
* po/sv.po: Update Swedish translation
2019-09-10 Mirko Leonhaeuser <[email protected]>
* po/de.po: Update German translation
2019-09-10 Nick Hall <[email protected]>
* po/ar.po, po/bg.po, po/br.po, po/ca.po, po/cs.po, po/da.po,
po/de.po, po/el.po, po/en_GB.po, po/eo.po, po/es.po, po/fi.po,
po/fr.po, po/ga.po, po/he.po, po/hr.po, po/hu.po, po/is.po,
po/it.po, po/ja.po, po/lt.po, po/mk.po, po/nb.po, po/nl.po,
po/nn.po, po/pl.po, po/pt_BR.po, po/pt_PT.po, po/ro.po, po/ru.po,
po/sk.po, po/sl.po, po/sq.po, po/sr.po, po/sr_Latn.po, po/sv.po,
po/ta.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_HK.po,
po/zh_TW.po: Merge po files and new template
2019-09-10 Nick Hall <[email protected]>
* po/gramps.pot: Update translation template for new release
2019-08-27 Avi Markovitz <[email protected]>
* po/he.po: Update Hebrew translation
2019-07-11 Pedro Albuquerque <[email protected]>
* po/pt_PT.po: Update Portuguese (Europe) translation
2019-06-24 Milo Ivir <[email protected]>
* po/hr.po: Update croatian translation - update with newest/current .pot file - translation is complete - corrections in wording and some missing accelerators
2019-09-02 prculley <[email protected]>
* gramps/gui/widgets/styledtexteditor.py: Fix missing tooltip
translations in the Note editor toolbar Fixes #11289
2019-09-01 SNoiraud <[email protected]>
* gramps/gen/filters/rules/place/_withinarea.py: Avoid bad
coordinates in the ref place
2019-08-28 SNoiraud <[email protected]>
* gramps/gen/filters/rules/place/_withinarea.py: Avoid alphabetic
characters in filter rules
2019-08-23 SNoiraud <[email protected]>
* gramps/gen/filters/rules/place/_withinarea.py: Could not convert
string to float by using withinarea filter rule + difference between sidebar filter
and filter rule + some pylint improvements
2019-08-31 prculley <[email protected]>
* gramps/gen/plug/docgen/graphdoc.py: Fix Graph outputs for multiple
page PDF Postscript Fixes #11305
2019-08-31 prculley <[email protected]>
* gramps/gen/plug/_pluginreg.py, gramps/gui/managedwindow.py,
gramps/gui/plug/quick/_quickreports.py, gramps/gui/uimanager.py,
gramps/gui/viewmanager.py, gramps/gui/views/tags.py,
gramps/gui/widgets/grampletpane.py: Fix to make Gtk 'action names'
always valid Fixes #11291
2019-08-31 prculley <[email protected]>
* gramps/gui/uimanager.py, gramps/gui/views/tags.py: Fix missing
menus/buttons when operating in non-English languages Fixes #11292
2019-08-31 SNoiraud <[email protected]>
* gramps/gui/widgets/validatedmaskedentry.py: Cursor position error
in lat and long fields Fixes #11310
2019-08-30 SNoiraud <[email protected]>
* gramps/plugins/tool/removespaces.py: Avoid all characters looking
like a dash hyphen non breaking hyphen figure dash em dash horizontal bar Fixes #11308
2019-08-30 SNoiraud <[email protected]>
* data/css/Web_Mainz.css: Narrative web: Mainz Style sheet weird
looking Fixes #11282
2019-09-02 SNoiraud <[email protected]>
* gramps/plugins/view/relview.py: Set symbols for the active person
2019-08-28 SNoiraud <[email protected]>
* gramps/plugins/view/relview.py: Set good symbols for marriage,
baptism, cremation and burial
2019-08-28 SNoiraud <[email protected]>
* gramps/plugins/view/relview.py: Reduce the size of the sexuality
symbol in relview Fixes #11295
2019-08-28 prculley <[email protected]>
* gramps/gui/widgets/styledtexteditor.py: Fix exception when editing
Note with italics/bold etc. in non English Fixes #11284
2019-08-27 Nick Hall <[email protected]>
* gramps/gui/views/pageview.py: Restore keybindings for gramplet
bars Resolves #11297.
2019-08-27 Nick Hall <[email protected]>
* gramps/gui/plug/quick/_quickreports.py: Fix bug in web connection
menu launching incorrect web site Resolves #11280.
2019-08-26 SNoiraud <[email protected]>
* gramps/gui/autocomp.py: Translation problem when creating event
filter If you create a filter with the rule name: "Events with a particular type" or "Events with <data>" The menu "Travel", "Academic"... are not
translated Fixes #11293
2019-08-26 SNoiraud <[email protected]>
* gramps/gui/configure.py, gramps/gui/widgets/grampletbar.py: Error
when checking option to add Quit to Taskbar Fixes #11290
2019-08-25 SNoiraud <[email protected]>
* gramps/plugins/webreport/narrativeweb.py,
gramps/plugins/webreport/person.py: Make the narratives notes
placement an option From 5.1 the narrative notes are placed just after the name, gender
and age at death. This follow the feature request #6772. Some
people want to have this placement an option to have the same
functionality as before Fixes #11283
2019-08-24 Ross Gammon <[email protected]>
* debian/changelog: Finalise Debian changelog for 5.1.0 release
2019-08-24 Ross Gammon <[email protected]>
* debian/control: Bump gtk+ version to 3.12 & add
gir1.2-geocodeglib-1.0 dependency
2019-08-24 Ross Gammon <[email protected]>
* debian/copyright: Update copyrights
2019-08-24 Ross Gammon <[email protected]>
* debian/changelog, debian/control: Merge last 5.0.2 debian release
information into 51 maintenance branch
2019-08-23 Sebastian Schubert <[email protected]>
* README.md: Add optional fontconfig package to README.md
2019-08-23 Sebastian Schubert <[email protected]>
* NEWS: Fix typo in NEWS
2019-08-30 Zdeněk Hataš <[email protected]>
* po/cs.po: Update Czech translation
2019-08-29 Zdeněk Hataš <[email protected]>
* po/cs.po: Update Czech translation
2019-08-25 Mirko Leonhaeuser <[email protected]>
* po/de.po: German translation updated
2019-08-24 John Ralls <[email protected]>
* mac/Info.plist, mac/gramps.modules: Release Gramps-5.1.0 on Mac.
2019-08-16 John Ralls <[email protected]>
* mac/release.entitlements.plist: An entitlements plist for
codesigning Gramps. Python is an interpreter and therefore needs to create executable
memory. Since it doesn't know how to sign that memory it requires
the allow-unsigned-executable-memory entitlement to run in a
hardened runtime. One must apply this entitlement to both Gramps.app
and Gramps.app/Contents/MacOS/dot when codesigning them.
2019-06-11 John Ralls <[email protected]>
* mac/gramps.modules: Fix graphviz and exiv2 download URLs.
2019-06-11 John Ralls <[email protected]>
* mac/gramps.modules: Update dependency versions and download paths.
2019-08-22 vantu5z <[email protected]>
* po/ru.po: update Russian translation
2019-08-22 pehlm <[email protected]>
* po/sv.po: Update Swedish translation with the new gramps.pot
2019-08-21 prculley <[email protected]>
* Bump to 5.1.1