Commit Graph

23703 Commits

Author SHA1 Message Date
Paul Culley 286289aaf7 Fix Export Web Family Tree for errors on file write (#525)
Fixes #10364
2018-01-20 16:59:05 +11:00
Paul Culley e8489bf53c Fix Citation Editor to Tab out of Confidence ComboBox (#526)
Fixes #10351
2018-01-20 16:30:53 +11:00
John Ralls 9946d6f993 Reset the dependencies on the new meta-module. 2018-01-15 07:36:58 -08:00
John Ralls 00f87cc70e Use online modules.
Instead of the path that works on my machines only.
2018-01-15 07:33:21 -08:00
John Ralls 2fbc0b8aeb Consolidate Python2 and Python3 meta-modules.
GObject-Introspection now works with Python3 so the split isn't needed any more.
2018-01-15 07:27:43 -08:00
Nick Hall 56122b0a54 Use None as the foreground colour for untagged rows in list views
The call to get_style_context is not required.  It also caused
problems in Windows due to excessive calls to the foreground_color
method.

Fixes #10365.
2018-01-14 18:03:14 +00:00
Nick Hall 6648ecb5ff Fix shading colour in relationship view for dark themes
Fixes #7749.
2018-01-09 18:11:59 +00:00
Nick Hall 1b2d0a1956 Fix link colour for dark themes
Issue #7749.
2018-01-09 18:11:42 +00:00
Nick Hall 6bdac08358 Fix default foreground colour in list views for dark themes
Issue #7749.
2018-01-09 18:11:22 +00:00
prculley e74dc2fa8c fix Undo; crashes due to race in Gtk
Some Redraws occur during a model clear when the row changed signal
is emmitted.  Model is only partially cleared at that point.
Under some conditions, some more of the model gets
cleared before the redraw completes, and redraw fails.
fixes #9932
2017-10-14 10:05:24 -05:00
prculley 314f7cce65 Gedcom import with OBJE/FORM URL on event
Fixes #7593.
2017-10-14 01:35:33 +01:00
Josip 11776db76d EOFError [Ran out of input] in Clipboard (#411)
[EOFError: Ran out of input] for Clipboard when you drag and
drop the bolded lines in selected tabs of Person Edit

Attempt to drag and drop any of the "bolded lines" in the Events or
Names tabs into the clipboard window. The unbolded lines drag and drop
ok.

Fixes #8788.
2017-10-14 01:26:49 +01:00
Josip eecf48e6e5 Cannot drag & drop textual value via clipboard
Allows dnd of textual values from clipboard and shows icon of
target-type during dragging instead of row image, except for text target
shows actual text as drag icon.

Fixes #7532.
2017-10-14 01:21:41 +01:00
prculley bedebc524b Fix 'DbBsddbRead' object has no attribute '_Callback__callback_map'
Fixes #10219
Same idea as 87a5412 for Gramps50
2017-10-06 14:32:25 -05:00
SNoiraud c01ee8ed7d Reports - Narrated Web Site Failure
Fixes #10206
2017-09-24 21:17:20 +02:00
John Ralls 578f4bdf62 Fix link path in gramps-launcher compile instructions. 2017-08-26 16:38:31 -07:00
John Ralls baadf6158a Release 4.2.6 on Mac. 2017-08-26 11:19:32 -07:00
romjerome 024204771b bump to 4.2.7 2017-08-01 11:08:29 +02:00
romjerome 7ed03d43d5 make official '4.2.6' release v4.2.6 2017-08-01 11:04:28 +02:00
romjerome 24d97f528e Update ChangeLog and NEWS files 2017-08-01 10:58:22 +02:00
romjerome d9bb009e6b typos 2017-08-01 10:52:48 +02:00
Zdeněk Hataš 16d7f92b97 update to recent pot 2017-07-31 10:38:24 +02:00
romjerome 1a1c82c261 start '4.2.6' section 2017-07-29 15:16:25 +02:00
romjerome b9cd0450dc Update template
no modified or new message id, update references (header and comments)
2017-07-29 15:09:59 +02:00
vantu5z df01461171 update Russian translation
- merge last template
- fix typo
- change 'е' to 'ё' in some words
2017-07-26 17:41:01 +03:00
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