Commit Graph

23580 Commits

Author SHA1 Message Date
Paul Franklin
20601749e2 improve Russian date handler, and R. d.h. unittests 2015-11-29 20:13:35 -08:00
Ivan Komaritsyn
3e1e89147b improve Russian translation 2015-11-29 20:13:26 -08:00
romjerome
6a0182456b 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:30:56 +01:00
romjerome
373a39ade3 Fix some punctuations 2015-11-29 11:08:56 +01:00
romjerome
8fac92d170 9041: Add missing 'Father/mother age' translation strings
temp workaround for mapping them via translation dict
2015-11-29 11:05:18 +01:00
Nick Hall
b34b257d33 Unicode conversion not required for other Gtk methods 2015-11-29 00:01:05 +00:00
Nick Hall
415540e4a6 Unicode conversion not required for FileChooserDialog methods 2015-11-28 23:48:43 +00:00
Nick Hall
452fbfac80 Remove redundant unicode conversion of __file__ variable 2015-11-28 22:34:38 +00:00
Nick Hall
d770c8a236 Remove unused constfunc imports 2015-11-28 22:00:51 +00:00
Nick Hall
2fad4320d6 9027: Put tag selection list in alphabetical order 2015-11-28 19:15:09 +00:00
Nick Hall
4eeebeb00a Remove redundant code 2015-11-28 18:49:22 +00:00
Nick Hall
0e59cc5f59 9079: Fix delete error in undoable entry widget 2015-11-28 18:34:16 +00:00
SNoiraud
4db9a7ff63 5905 : thumbnails html file missing in the narrative web. 2015-11-28 12:26:00 +01:00
Alan Strohm
3a39dfc81f Bug 9077: Don't check SSL certs on Mac when fetching addons. 2015-11-27 13:05:27 -08:00
SNoiraud
5180a376d6 8950 : Narrated: html elements emitted in different order with python 3 and date warning on windows 2015-11-27 21:37:34 +01:00
SNoiraud
d8e7b6f801 7426 : unused *_init.jpg are created in the narrated website. 2015-11-27 21:19:33 +01:00
SNoiraud
e278b66a62 7322: Some media files are not exported to the NAVWEB report. 2015-11-27 17:34:01 +01:00
SNoiraud
c1c36b8ce0 8950 : forgot to remove an unused function. 2015-11-25 20:45:25 +01:00
SNoiraud
86bb86af16 8950 : Narrated Web Site Report: html elements emitted in different order 2015-11-25 19:34:09 +01:00
SNoiraud
aa18f9c63a 9073 : 'Unknown' spouse uses an harcoded string name on Simple Descendants textual report 2015-11-25 17:47:18 +01:00
SNoiraud
092b26356c 9065 : Interactivesearch gives "TypeError: unorderable types: str() < NoneType()" 2015-11-25 14:52:45 +01:00
John Ralls
388aef3a92 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:19:28 -08:00
Matti Niemelä
7b6832eea7 9040: 'Narrative' word not translatable 2015-11-09 14:16:42 +01:00
Josip
ba89c29c0b 8988: Name of user defined filter is not shown 2015-11-08 00:43:48 +01:00
Josip
4951f81d0d 9008: Faulty headline in start up screen 2015-11-08 00:40:35 +01:00
SNoiraud
e1780c8819 9028 : Find is broken when used in the Family selector. 2015-11-02 17:04:18 +01:00
SNoiraud
b3140d9bd9 0009014: "Show all" checkbox of "Select Family - Gramps" window not unchecked when the filter is cleared 2015-11-01 12:56:43 +01:00
Nick Hall
95062b7f46 Fix default selection in selectors 2015-10-27 21:38:30 +00:00
romjerome
dd9984daee 9003: Locality data in address was not imported 2015-10-27 09:43:26 +01:00
John Ralls
1acd60d7f2 Fix undefined variable error. 2015-10-26 14:04:01 -07:00
John Ralls
93e3c62b99 Bug 8897 - Can not download new or updated add-ons
Apple provides a hacked OpenSSL that checks Keychain for certs after failing
to find them elsewhere (and normally there is no elsewhere). The versions
provided for OS X versions < 10.8 are obsolete, preventing building
osm-gps-maps's dependencies, so we provide our own but it can't be similarly
hacked to use Keychain because that is a private API to which Apple doesn't
provide headers.

This is at root a Python problem, see https://bugs.python.org/issue17128

To work around it, disable certificate verification for this one URL for
macs only. This does create the small security risk of a MITM attack injecting
malicious add-ons, but since the URL is user-editable a phishing attack is
more likely and there's nothing that SSL can do about that.
2015-10-25 15:06:27 -07:00
John Ralls
d4c7950cc5 Bug 8929 - Installation from DMG (binary) file and port file fail.
Cause was a stray bytes qualifier in the split character.
2015-10-25 15:06:15 -07:00
Ivan Komaritsyn
29624713c4 Update Russian translation (P.R. 70) 2015-10-23 18:38:56 -07:00
Paul Franklin
cd2db0b267 enable po/check_po to work on older machines 2015-10-23 18:13:15 -07:00
Nick Hall
19ab02a4f9 Merge pull request #69 from tomhughes/clipboard
Re-enable selection in the clipboard on a grab_broken event
2015-10-20 22:29:42 +01:00
Tom Hughes
201f4a5e51 Re-enable selection in MultiTreeView on a grab_broken event
As of GTK 3.18.0 a fake button release event is no longer sent when
a DnD completes:

  https://bugzilla.gnome.org/show_bug.cgi?id=749737

As a result we keep selection disabled which then means that the next
drag from the clipboard fails to select the dragged object and we wind
up trying to drop the old selection instead.
2015-10-20 22:10:42 +01:00
Paul Franklin
9e07b3e092 fix another deprecation warning (thanks to Tom Hughes) 2015-10-18 16:54:11 -07:00
Nick Hall
e35b889f88 Merge pull request #68 from tomhughes/focus
Fix creation of focus change events
2015-10-18 23:50:34 +01:00
Nick Hall
f7c6f61bf2 Merge pull request #67 from tomhughes/objclass
Handle citation objects in glocale.trans_objclass
2015-10-18 23:50:07 +01:00
Tom Hughes
14d314bf1a Fix creation of focus change events
This fixes a number of run time warnings of the form:

interactivesearchbox.py:195: TypeError: Passing arguments to gi.types.Boxed.__init__() is deprecated.
All arguments passed will be ignored.

Which appear to represent a genuine issue as the previous way
of creating events indeed doesn't set the type.
2015-10-18 19:27:38 +01:00
Tom Hughes
289b2df9a1 Handle citation objects in glocale.trans_objclass
Without this right clicking on a citation in the clipboard
gives options like "Make See Details active" which don't make
an awful lot of sense.
2015-10-18 19:25:50 +01:00
Nick Hall
faee673b42 Check that gramplet is in notebook before setting tab label 2015-10-15 18:09:57 +01:00
SNoiraud
590621ea7f Geography : 8984 : Edit place from Geography creates duplicate in the "enclosed by" tab. 2015-10-12 17:15:27 +02:00
SNoiraud
81eda27f5d Geography : 0008982: Gobject Instrospection displays a warning and ask to set a version to load. 2015-10-12 14:59:09 +02:00
Nick Hall
78fef48559 Revert gramplet id changes
This partially reverts commit 80a9597.
2015-10-11 18:06:39 +01:00
Paul Franklin
a2f2659ab1 8888: Gramps Help button User Manual wiki-links 2015-10-09 13:38:34 -07:00
Nick Hall
c93e16c4af 8168: Sort custom place types in editors 2015-10-09 19:08:09 +01:00
Nick Hall
88743af243 Fix error converting color into string 2015-10-09 17:47:49 +01:00
romjerome
f5598a2c0f [Geography] Ignore places without hierarchy
Cannot get value if there is no levels

See country = state = county set on self.get_location()
2015-10-08 17:18:00 +02:00
Doug Blank
448ddfd721 Holidays: added cmp() for Python3 2015-10-05 20:20:11 -04:00