Commit Graph

23504 Commits

Author SHA1 Message Date
Doug Blank
257ea9117f Remove encoding on stdout and stderr 2015-12-29 23:02:45 +00:00
Leonhaeuser
611c3bd13d smal updates German translation 2015-12-29 20:46:44 +01:00
Paul Franklin
b4d7e4b8b3 9137: Report Plugin [LaTeX backend] crashes 2015-12-28 12:01:39 -08:00
Zdeněk Hataš
474ee487dd czech translation update, Places terminology fixes 2015-12-28 20:35:33 +01:00
SNoiraud
44ae41107d 9127 : Geography : performance issue due to bad initialization. 2015-12-26 15:42:55 +01:00
SNoiraud
d5f871e8e7 9127 : Geography : performance issue when selecting the events or places views. 2015-12-23 11:14:24 +01:00
Ivan Komaritsyn
6bca978207 update Russian translation 2015-12-18 21:35:24 -08:00
Doug Blank
0e51573af9 Merge pull request #78 from romjerome/maintenance/gramps42
9057: fix counter for filtered entries
2015-12-14 15:27:15 -05:00
mich
9232e78c0a 9057: fix counter for filtered entries
typo, identation on TreeBaseModel
2015-12-14 21:23:42 +01:00
Ivan Komaritsyn
15c3837968 update Russian translation 2015-12-13 10:14:44 -08:00
Ivan Komaritsyn
dba52f4d2f update Russian translation 2015-12-07 16:53:59 -08:00
SNoiraud
e0502e1ba8 Narrativeweb : remove an unused import. 2015-12-07 15:39:02 +01:00
SNoiraud
f73d719b9e 8946 : webcal : make the month name clickable in the year overview page 2015-12-06 18:35:09 +01:00
SNoiraud
b91eb1540a 8950 : sort problem : TypeError: unorderable types: EventRef() < EventRef() 2015-12-06 11:24:55 +01:00
romjerome
cfa0e0c4f7 Update french translation 2015-12-05 12:05:24 +01:00
romjerome
0937286eba 9041: Father/mother's age attributes are not translated on DA and DD reports
Update translation template
2015-12-05 12:02:44 +01:00
SNoiraud
a57257415c 8048 : Narrative web report: add author to citations 2015-12-05 11:35:46 +01:00
SNoiraud
f7a09fc558 8950 : events list and family list are differents between two reports. 2015-12-05 10:52:07 +01:00
Leonhaeuser
bb33cdadb6 update German translation 2015-12-05 02:14:59 +01:00
SNoiraud
b9d3378020 8950 : narrativeweb : change mtime at the bad place and made twice. 2015-12-04 11:11:16 +01:00
SNoiraud
ca2607de0e 9016 : refactor the previous patch using _pd.display_event() 2015-12-03 23:23:57 +01:00
SNoiraud
75a4a380a9 9650 : permission denied : change mtime to origin instead of destination. 2015-12-03 00:47:11 +01:00
Paul Franklin
72d54a319f 9041: remove temorary _DATAMAP entries (from [908ace1])
not needed after [df90ef5]
2015-12-02 08:51:36 -08:00
SNoiraud
e50f0c145e 9016 : narrativeweb: Place title based on current date not that of the event 2015-12-02 13:55:42 +01:00
Paul Franklin
df90ef58fd 9041: Father/mother's age attributes are not translated on reports 2015-11-30 21:48:56 -08:00
Paul Franklin
4640ad39a1 improve Russian date handler, and R. d.h. unittests 2015-11-29 20:00:22 -08:00
Ivan Komaritsyn
2bc4dd3418 improve Russian translation 2015-11-29 19:59:17 -08:00
romjerome
2c774355ac 9058: ReferencedBySelectionProxy can forget some referenced tags
Tag records list forgot tags linked with some primary objects

was on Gramps XML file format, not related to backup or tags on Person
2015-11-29 11:25:00 +01:00
romjerome
b5871d1ae5 minor spacing issue onfrench translation 2015-11-29 11:11:52 +01:00
romjerome
908ace174b 9041: Add missing 'Father/mother age' translation strings
temp workaround for mapping them via translation dict

update and fix punctuation on french translation

thank you Paul
2015-11-29 10:42:59 +01:00
Nick Hall
1b07d9a621 9027: Put tag selection list in alphabetical order 2015-11-28 19:13:31 +00:00
Nick Hall
24377c66c8 Remove redundant code 2015-11-28 18:53:28 +00:00
Nick Hall
f11c7b9de0 9079: Fix delete error in undoable entry widget 2015-11-28 18:33:07 +00:00
SNoiraud
e2c76dfb12 5905 : thumbnails html file missing in the narrative web. 2015-11-28 12:23:17 +01:00
John Ralls
0f72a796c2 Merge pull request #72 from alan-strohm/maintenance/gramps42
9076: don't check SSL certs on Mac when fetching addons.
2015-11-27 13:00:53 -08:00
SNoiraud
7d3b7c9277 8950 : Narrated: html elements emitted in different order with python 3 and date warning on windows 2015-11-27 21:30:48 +01:00
SNoiraud
6f8dd6f287 7426 : unused *_init.jpg are created in the narrated website. 2015-11-27 21:03:43 +01:00
Alan Strohm
d4e1d60f97 don't check SSL certs when fetching addons 2015-11-27 13:48:31 -05:00
SNoiraud
efe0767012 7322: Some media files are not exported to the NAVWEB report. 2015-11-27 17:25:07 +01:00
SNoiraud
2dc332a78c 8950 : Narrated Web Site Report: html elements emitted in different order 2015-11-25 20:33:14 +01:00
SNoiraud
f15f6a14b0 9073 : 'Unknown' spouse uses an harcoded string name on Simple Descendants textual report 2015-11-25 17:44:01 +01:00
SNoiraud
a766ec583a 9065 : Interactivesearch gives "TypeError: unorderable types: str() < NoneType()" 2015-11-25 14:46:51 +01:00
John Ralls
c860db13a9 Catch urlopen TypeError when context arg isn't supported.
Python changed the behavior and args for urllib.urlopen; the context
arg is needed to avoid cert checking in 3.4.3 and later, but isn't
supported before, where the default is to not check certs.
2015-11-14 12:26:10 -08:00
Matti Niemelä
34afcb6504 9040: 'Narrative' word not translatable 2015-11-09 14:14:01 +01:00
Zdeněk Hataš
3ca0db552a czech translation update 2015-11-08 18:43:29 +01:00
Josip
efaa713f68 8988: Name of user defined filter is not shown 2015-11-08 00:31:22 +01:00
Josip
888bdc77b5 9008: Faulty headline in start up screen 2015-11-08 00:12:58 +01:00
SNoiraud
ad84bed2d5 9028 : Find is broken when used in the Family selector. 2015-11-02 17:02:22 +01:00
SNoiraud
468db43aef 0009014: "Show all" checkbox of "Select Family - Gramps" window not unchecked when the filter is cleared 2015-11-01 12:50:11 +01:00
Leonhaeuser
1447d244d8 update German translation 2015-10-31 10:40:24 +01:00