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
Matti Niemelä
aedb8f83ed
update Finnish translation (to 27Oct2015 template)
2015-10-28 13:48:37 -07:00
Matti Niemelä
365df85971
update Finnish translation (to 10Oct2015 template)
2015-10-28 13:44:54 -07:00
Nick Hall
f15649a0f1
Fix default selection in selectors
2015-10-27 21:36:45 +00:00
romjerome
407588d338
9003: Locality data in address was not imported
2015-10-27 09:42:09 +01:00
romjerome
3b1687143d
Merge Russian translation with last template
2015-10-27 09:35:58 +01:00
romjerome
c1f4ccf46c
Update template
2015-10-27 09:33:57 +01:00
John Ralls
abf4511f87
Fix undefined variable error.
2015-10-26 14:04:50 -07:00
John Ralls
6016acafdb
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 14:35:34 -07:00
John Ralls
f51aaccc78
Bug 8929 - Installation from DMG (binary) file and port file fail.
...
Cause was a stray bytes qualifier in the split character.
2015-10-25 14:35:34 -07:00
Paul Franklin
d532ecabc7
8888: comment currently-unused bogus wiki URL pointers
2015-10-24 13:11:24 -07:00
Ivan Komaritsyn
c42d4cf3f8
Update Russian translation (P.R. 70)
2015-10-23 18:36:33 -07:00
Paul Franklin
c82b75fef8
enable po/check_po to work on older machines
2015-10-23 18:12:39 -07:00
Tom Hughes
f30fa909c1
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:37:50 +01:00
Paul Franklin
a98daed758
fix another deprecation warning (thanks to Tom Hughes)
2015-10-18 16:53:39 -07:00
Tom Hughes
4046c8af0f
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 23:53:49 +01:00
Tom Hughes
0baf7dc3ad
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 23:53:39 +01:00
Nick Hall
4f14f8e4a0
Check that gramplet is in notebook before setting tab label
2015-10-15 18:02:04 +01:00
John Ralls
b5229c46f5
Mac update for 4.2.1 release.
2015-10-12 13:43:40 -07:00
romjerome
229602577f
bump to 4.2.2
2015-10-12 13:05:45 +02:00
romjerome
908aa90b61
make official '4.2.1' release
2015-10-12 13:01:06 +02:00
romjerome
32426459db
Add '4.2.1' to NEWS
2015-10-12 12:57:13 +02:00
Sveinn í Felli
66114432df
Update Icelandic translation
2015-10-12 12:50:43 +02:00
Zdeněk Hataš
5baf8d322c
czech translation update
2015-10-12 10:58:38 +02:00
Nick Hall
1302743541
Revert gramplet id changes
...
This partially reverts commit 80a9597
.
2015-10-11 18:01:24 +01:00
Josip
da417a5ee7
7601: Support for Retina Display / HiDPI
...
fix setup.py
2015-10-10 19:03:31 +02:00
Josip
08338db8ab
7601: Support for Retina Display / HiDPI
...
added 24px icons
2015-10-10 18:53:30 +02:00
romjerome
9fecb67bd8
Update new urls for wiki (french version)
2015-10-10 15:29:36 +02:00
romjerome
d89e9d2c67
Update template
2015-10-10 15:20:41 +02:00
Leonhaeuser
67e0f75107
update German transklation
2015-10-10 01:35:45 +02:00
Leonhaeuser
3e4569bd49
update German translation
2015-10-10 01:05:59 +02:00
Paul Franklin
dddd5b5db2
8888: Gramps Help button User Manual wiki-links
2015-10-09 13:37:46 -07:00
Nick Hall
2fc9459aad
8168: Sort custom place types in editors
2015-10-09 19:00:57 +01:00
Nick Hall
ba98dc0412
Fix error converting color into string
2015-10-09 17:47:03 +01:00