Doug Blank
ef0492e0ff
8564: Recursion error when filtering for relatives
2015-05-15 18:01:59 -04:00
Josip
e1a71dcd34
8497: Error on use of Ctrl-Z
2015-05-14 17:30:41 +02:00
Josip
45f82f1ec5
Workaround for broken introspection
...
8474: Crash after merge places
8498: Crash when attempting to add gramplet
8536: clicking on tag icon in person view causes gramps to crash
2015-05-11 17:45:42 +02:00
Josip
c26fcf6d56
8445: Drag & Drop to add media: wrong handling of non-ascii characters
2015-05-07 21:04:22 +02:00
Doug Blank
2701d51b62
8541: Crash following update: addon permission issue blocks
...
re-starting gramps
There were two issues:
1. attempting to read a new addon file that wasn't readable
threw an exception, aborted updating addons
2. global error catching didn't properly handle error code
from an OSError for Python3
2015-05-05 13:44:20 -04:00
Jérôme Rapinat
d03e9e6553
fix mistake on versioning (inherited from '4.1.3' release)
2015-05-03 17:41:26 +02:00
Josip
0f8b77b706
8469: GUI allows multiple Find Duplicates, then faults
...
Yet another case of dialog without transient parent
2015-05-03 11:32:07 +02:00
Jérôme Rapinat
815596a88d
bump to 4.1.4
2015-05-02 10:51:08 +02:00
SNoiraud
98fdeaeb6b
narrativeweb : bug 8528 : local variable 'body' referenced before assignment
2015-05-01 10:32:55 +02:00
Fabrice Arbogast
9c3450531b
8225 8311: Crash on geneweb export with python3
2015-04-30 17:26:36 +02:00
Jérôme Rapinat
b34e088fe7
8522: fix a typo on commit 436487...
2015-04-29 10:55:54 +02:00
kulath
eb34416727
0001360: Gedcom input: SUBN and SUBM record handling
...
Fixed:
(a) Additional spaces beyond the first between a GEDCOM tag and the rest
of the line are not ignored.
(b) The SUBMitter name is ignored (it is overwritten by the XREF).
(c) SUBmissioN data items are not committed to the database.
2015-04-24 10:51:43 +01:00
Paul Franklin
646afece89
Update _datedisplay.py
2015-04-18 15:38:06 -07:00
Josip
45adb70330
fix few more dialog without parent
2015-04-18 23:00:54 +02:00
Josip
4ac02a4ca0
8128: GtkDialog mapped without a transient parent
2015-04-18 21:22:37 +02:00
John Ralls
dc50b14ed3
Fix gtk-critical error when setting mac menubar.
2015-04-17 15:14:02 -07:00
Josip
be1980e39a
fix typo in commit 93bd200
2015-04-13 15:31:19 +02:00
Josip
93bd200ea0
8473: problem by start program
2015-04-13 01:15:17 +02:00
kulath
906e46b0a5
0002370: GEDCOM import/export round trip causes lost information
...
Fixed output of Adoption records so "1 ADOP" is only written once for
the person event and the adoption relationship.
2015-04-12 19:04:24 +01:00
Enno Borgsteede
51324b182f
8483: db upgrade fails, fatal damage
2015-04-12 10:44:28 -07:00
Nick Hall
4b8d25083b
Merge pull request #15 from sebschub/maintenance/gramps41
...
Make place type in Place Reference Editor editable, add tooltip (maintenance/gramps41)
2015-04-10 19:14:24 +01:00
Paul Franklin
7ef450515c
8477: date format month/year is not well reported at editing time
2015-04-09 22:05:36 -07:00
Sebastian Schubert
b4eae781f8
Make place type in Place Reference Editor editable, add tooltip
2015-04-09 14:04:52 +02:00
kulath
e3538e8a8b
0004412: Entering a witness to an event such as marriage
...
In some circumstances (after a Father's age of Mother's age) a witness
could be ignored.
2015-04-01 14:49:33 +01:00
Matt Keenan
475e78669b
8468: GuiColorOption missing avail-changed event handler
2015-03-31 10:22:35 -07:00
kulath
f022597545
0008355: Gramps can't [GEDCOM] import estim. date period exported by
...
itself
Changed output format to DATE EST FROM TO and DATE CALC FROM TO. Also
changed in Narrative Web (which uses the same functions).
2015-03-31 10:48:44 +01:00
Paul Franklin
672bffe620
7742: bad generation of [timeline report] ODT files since 4.0.0
2015-03-30 13:29:16 -07:00
kulath
70e453f031
Fix bug in processing of Place FORM in GEDCOM import as a result of fix
...
for 8233.
When an unused Place was removed, PlaceImport still tried to generate
the place hierarchy. Also fixed bug in GEDCOM import where a default
PLAC FORM in the GEDCOM header was ignored.
2015-03-26 12:18:46 +00:00
Jérôme Rapinat
436487072a
xgettext prior to 0.18.3 leads to error
...
update template after fixing one string
2015-03-25 19:46:32 +01:00
kulath
a2a68c64f7
Fix spurious generation of empty 'Alternative Name' in place.merge()
...
with an empty name
Bug discovered during testing of fix to 8233 (thanks, Enno for
discovering the problem and the fix).
2015-03-25 18:29:01 +00:00
kulath
4b8ca4a824
3082, 4439, 7134, 8279 Various fixes for GEDCOM import.
...
0003082: 1/4 and 1/2 ANSEL characters not supported on importing ANSEL
GEDCOM
0004439: [Info]: characters ignored on a Gedcom encoded ANSI (cp1252
West Europe, USA)
0007134: Failure importing ANSEL encoded gedcom file.
0008279: GEDCOM import fails for ANSI file incorrectly opened with the
utf8 locale
Fixed GEDCOM import not working properly for Python3; other problems
also corected, including fixing the inability to import Windows CP1252
coded files. Also more consistent fix for 8014. Ensured any error
messages are not lost. Fixed a few ANSEL characters that were not
translated.
2015-03-24 16:36:12 +00:00
Leonhaeuser
57a367e8c4
Fixed 0008456: Translation string missing in Not Related tool for help and close button
...
made _Close _Apply and _Help translateable in notrelated.glade and updated gramps.pot and de.po
2015-03-23 11:59:59 +01:00
SNoiraud
36c03a0a53
geography: bug8450: Attempting to add a bookmark causes an error.
2015-03-19 19:32:34 +01:00
Jérôme Rapinat
cc1f5b734a
8451: Fix crash on Relationships Graph report with unknown gender, related sibling label and french locale
2015-03-19 15:42:40 +01:00
Paul Franklin
706437f57d
7155: Support creating directories in various scenarios
2015-03-18 14:02:35 -07:00
SNoiraud
ab0dfc8d68
geography: bug 8450: Attempting to add a bookmark causes an error.
2015-03-17 21:16:26 +01:00
Nick Hall
4cb4d912fe
7992: Fix call to get_participant_from_event during batch transaction
...
During a batch transaction the secondary tables are closed. This
causes an error when find_backlink_handles is called. Although
not ideal, we return an empty string for participants.
2015-03-17 14:13:53 +00:00
Nick Hall
d2363249b9
Convert remaining unicode literals
2015-03-15 23:48:12 +00:00
Doug Blank
b70adcb74a
8435: Crash when trying to link existing place as an enclosing place using P0001 number
2015-03-15 00:36:30 -04:00
Josip
f63385ac4b
8023: HTML view fails to load
...
support both py2 and py3 with non-ascii chars
2015-03-15 01:04:15 +01:00
Doug Blank
d9cc3d3b0e
8023: HTML view fails to load; replaced file with open
2015-03-13 22:12:39 -04:00
Nick Hall
359d277423
8430: Place displayer should not return None
...
The place displayer should return an empty string for an event
with no place.
2015-03-12 23:15:27 +00:00
Nick Hall
1a0784b154
Fix another handle type bug
2015-03-12 18:16:11 +00:00
kulath
b02e1fe467
0008401: NameError in GEDCOM importer
2015-03-12 17:38:12 +00:00
Paul Franklin
8fe31528cf
8423: Python3 needs new_subpixbuf not subpixbuf
2015-03-12 10:11:11 -07:00
kulath
38b5b8ec54
0008322: Event address is lost on import, i.e. disconnected from event.
...
On GEDCOM import, Places are only merged if the Place Title and the
whole of the main location are identical.
2015-03-12 12:34:31 +00:00
kulath
542450bf6d
0007824: Regression: running gramps from crontab fails
2015-03-01 16:52:08 +00:00
Paul Franklin
25f9ea64fc
clarify new string, new gramps.pot
2015-02-28 16:02:32 -08:00
Nick Hall
c1b65d8cbe
Tidy up About dialog
...
Use standard string for translator credits.
Add new section for contributors.
Align artwork section properly.
2015-02-28 23:01:53 +00:00
kulath
38addcedb3
0008380: tag_map is not initialized
2015-02-28 20:51:19 +00:00