Commit Graph

23678 Commits

Author SHA1 Message Date
Nick Hall
b573c7d7cf Fix HasCitation rule in citation filter sidebar
Filter parameters should be of type str.

Fixes #10076.

(cherry picked from commit adb4883291)
2017-07-24 23:52:10 -07:00
Nick Hall
60f944adcf Remove deprecated locale flag
re.L is deprecated and re.U is now default.

(cherry picked from commit da3db4bc28)

Fixes #10136
2017-07-24 23:50:44 -07:00
Paul Franklin
9e12a5d364 Date Editor has 'Type' and 'Quality' labels swapped
Fixes #10135
2017-07-23 11:24:46 -07:00
Leonhaeuser
c138aeb8c6 update German translation
Fix #0010131
2017-07-15 00:21:32 +02:00
Lajos Nemeséri
00a5ea1a39 Update Hungarian translation 2017-07-08 13:33:01 +02:00
John Ralls
9bb4aaaf49 Open web links with /usr/bin/open on Mac and Python older than 3.5
Works around https://bugs.python.org/issue24452
Fixes #10105
2017-07-03 10:16:19 -07:00
John Ralls
ae6db43fc4 FamilyGroup Report crash
Python's sort routine gratuitously converts the bytearrays returned by
ICU::Collator::getByteArray to a string when storing it. This resulted
in a TypeError when attempting to compare a just-returned bytearray
with a stored string.

We work around this by converting the bytearray into its hexadecimal
representation and then decoding that into a string.

Fixes #10077.
2017-06-27 12:15:30 -07:00
Paul Franklin
5972477550 names not displayed in relationship graph
Issue #10093
2017-06-22 17:26:58 -07:00
Paul Franklin
215f6bf88d Outdated Bugtracker link in Unexpected Error reporting wizard
Fixes #10100
2017-06-21 09:37:54 -07:00
Paul Franklin
fc3e41d696 Family Lines Report generates empty PDFs when name [has double-quotes]
Fixes #10096
2017-06-21 09:18:19 -07:00
Paul Franklin
706d29a480 non-local character in DB name causes crash on Windows
Fixes #10095
2017-06-19 09:50:15 -07:00
Josip
26c50fdbdd Quick search with Czech characters -> Crash
Crash happen when checking for "event.string" in "treeview_keypress"
function in "gramps/gui/widgets/interactivesearchbox.py"
Note that

https://lazka.github.io/pgi-docs/Gdk-3.0/classes/EventKey.html#Gdk.EventKey
says it is deprecated and should never be used.

Gdk.keyval_to_unicode return the corresponding unicode character, or 0
if there is no corresponding character.

Fixes #9130.

(cherry picked from commit bc17245331)
2017-06-10 18:52:18 +02:00
John Ralls
7a61a0e96f 8366: February 29th invalid date in Julian dual-dated leap year 2017-05-31 12:07:16 -07:00
Paul Franklin
efab48d5cc 10033: Note isn't included on CIR when it is attached to a name 2017-05-19 06:48:32 -07:00
Nick Hall
647a3b226a Revert bugs #8785 and #9700
Expanding tree selectors by default caused performance issues.
The expanded person selector also made it more difficult to
select a specific person in some circumstances.

GEPS 041 has been created to discuss a better selector design.
2017-05-15 17:16:33 +01:00
Sam Manzi
db3655d156 Fix bug 9975 Incorrect SoundEx result (#388) 2017-05-05 16:30:47 +10:00
Paul Culley
95e0f43bf5 bug 9564; fix exception on Event filter editor (#378)
for 'Events occurring on a particular day of the week' filter
2017-04-30 12:51:24 +10:00
Paul Franklin
77e9d796da 9995: Bug in the Name Editor / Group As 2017-03-22 17:21:03 -07:00
Paul Franklin
2af262435d add datestrings to gramps42 Turkish translation 2017-03-16 10:24:38 -07:00
Sam Manzi
4fca41c8c9 Merge pull request #352 from beernarrd/sl-gramps42
Sl gramps42
2017-02-12 14:59:10 +11:00
Nick Hall
8c7133ab00 9945: Write PlaceID links in CSV export
When places are included in the export use PlaceID links,
otherwise generate a formatted place for the event.
2017-02-11 18:47:07 +00:00
beernarrd
425c15e6f5 Merge branch 'maintenance/gramps42' into sl-gramps42 2017-02-09 17:47:00 +01:00
Doug Reider
0ab7c316f0 Fix bookmarks keybinding on Mac to match the documentation. 2017-02-08 21:16:31 -07:00
Bernard Banko
a219421e36 updated sl translation 2017-02-08 01:37:00 +01:00
Bernard Banko
7bbc976141 corrected slovenian name editor keywords 2017-02-08 01:09:57 +01:00
Paul Franklin
f1b311c9cd 9004: Error printing graphical report ancestor tree 2017-02-07 09:24:27 -08:00
Jérôme Rapinat
3c2231591f 9004: Error printing graphical report ancestor tree 2017-02-07 09:18:00 -08:00
Peter Landgren
ac18460059 Update Swedish translation 2017-02-02 10:43:22 +01:00
romjerome
aebe2810f8 9907: add a spacing value for children widgets
fit better for some Gtk themes
2017-02-02 10:26:19 +01:00
romjerome
4ff908bcef 8855: update API doc for place displayer 2017-02-02 10:24:07 +01:00
Matti Niemelä
f8c1a54def update finnish translation 2017-01-25 14:50:13 +01:00
romjerome
3d1ec9e658 9904: revert fd83162
TODO: need a solution for recursive iteration and private records
2017-01-25 14:38:12 +01:00
romjerome
fd83162289 9904: Errors printing graphical report ancestor tree 2017-01-24 17:27:51 +01:00
romjerome
f092144a93 9908: Custom Family Relations not shown in the filter siderbar 2017-01-24 17:24:00 +01:00
romjerome
041d969cce 9899: fix non-textual value on place name 2017-01-14 14:53:02 +01:00
Luigi Toscano
c656b38d9e Italian translation: updates and fixes 2017-01-11 01:56:23 +01:00
Luigi Toscano
2f1df8ac69 Refresh it.po using the current pot template 2017-01-08 16:22:14 +01:00
Nick Hall
49416739c1 9878: Update note text before closing
The object must be updated so that changes can be detected.
2017-01-03 21:28:10 +00:00
SNoiraud
5f2a6df0d0 9865: Can not link the place on geography view 2017-01-02 11:30:49 +01:00
Paul Franklin
0be00be4d9 9862: ancestor tree doesn't use replacements 2016-12-28 20:17:15 -08:00
Josip
ab17a5340a 8128: GtkDialog mapped without a transient parent
Fix Reorder Relationships dialog

(cherry picked from commit 3b4ceeb630)
2016-12-23 14:22:44 +01:00
prculley
e578316bd9 bug 9235: Shrink size of Break Lock (and other QuestionDialogs) 2016-12-23 10:43:46 +11:00
prculley
1c83948b40 bug 9470; Don't allow selecton of Active or Home person until actually commited 2016-12-23 10:30:05 +11:00
Sam Manzi
63ce7383cc Merge pull request #297 from prculley/bug9478_42
bug 9478; fix quick search exception when nothing in searched list
2016-12-23 10:17:00 +11:00
prculley
11f0c0254b bug 9478; fix quick search exception when nothing in searched list 2016-12-22 09:03:49 -06:00
Paul Franklin
d691cfdb1c bump to 4.2.6 2016-12-17 21:38:51 -08:00
Paul Franklin
58b12e702a 9612: Problem adding parents [with Latin names] 2016-12-17 18:32:34 -08:00
Paul Franklin
2bd1a4b757 Merge branch 'maintenance/gramps42' of file:///misc/home2-rw/pf/gramps/my-git-gramps/git-gramps_my-barerepo into maintenance/gramps42 2016-12-17 10:27:27 -08:00
John Ralls
54b6563e63 Release 4.2.5 on Mac. 2016-12-16 15:12:03 -08:00
John Ralls
0964bfd683 Fix failure to load default gramplets if GExiv2 is missing or too old. 2016-12-16 15:10:22 -08:00