Commit Graph

23457 Commits

Author SHA1 Message Date
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
Nick Hall
a86890002f Remove redundant io imports 2015-10-05 19:20:08 +01:00
Nick Hall
41c17c3190 Tidy up xml parser file handling 2015-10-05 18:30:56 +01:00
Paul Franklin
c97a254188 Fix countries selector on Reports
use strings comparison, avoid encoded Element names
2015-10-05 16:40:10 +02:00
Paul Franklin
90dd4afd06 handle case of no intltool when doing "python3 setup.py build"
I installed my development environment on a different machine
but for some reason didn't install intltool.  But it took me
a while to notice since I normally routinely divert the output
to a file.  So it was crashing but I didn't know.

But when I examined setup.py I saw that was tested for, at least
it was supposed to be tested for.  But on my particular machine
when the test was piped into more commands the whole piped command
was returning a zero status, even though there was no intltool
at all.  So I have added an explicit test for intltool and that
does indeed fail on my machine, without one.
2015-10-04 19:14:50 -07:00
=Vlada Perić
db7255febc 8971: the easter method in libholiday.py isn't Python3-friendly 2015-10-04 16:25:13 -07:00
Paul Franklin
f416756809 Suggestion:Use 'People and Events.'' instead of of an 'etc' 2015-10-02 13:26:32 +10:00
Sveinn Felli
eee2ba4d69 [Tips] Typo's in gramps.pot 'prefered>preferred' 2015-10-01 08:05:10 +10:00
Doug Blank
463ea1fe7e if s_tagvalue is None: 2015-09-30 06:39:00 -04:00
SNoiraud
2df26a9076 bug 8799 : verification tool : Exception raised when used with the "Estimate missing or inexact dates" 2015-09-29 09:23:50 +02:00
Sam Manzi
651e03c697 8888 'baseselector's add help urls only 2015-09-29 16:29:02 +10:00
Sam Manzi
6aadb54c9f Revert "Usability:Update initial [interface] startup defaults for (height/width)"
This reverts commit c89ae3241b.
2015-09-28 10:24:43 +10:00
Detlef Wolz
6554f43114 3670: hourglass graph report - link missing in ancestor graph 2015-09-27 13:12:01 -07:00
Sam Manzi
c89ae3241b Usability:Update initial [interface] startup defaults for (height/width)
- Fully show each Category sidebar filter without having to resize initially. eg:Citation Category sidebar filter is the largest!
2015-09-26 15:03:48 +10:00
Paul Franklin
23c2345258 8936: Descendants-detailed report crashes 2015-09-24 16:44:20 -07:00
Nick Hall
3cf0e7885f Remove trailing whitespace from new date handler 2015-09-24 15:38:36 +01:00
romjerome
adb32a3457 8188: Problem with existing selection in media reference editor
like selection box disappears when scrollbar appears

Now, do not expand bottom section (Media Object fields) by default

Wonder if we should not do that on all Reference Editors?
2015-09-24 10:26:14 +02:00
romjerome
2e0bef5800 More accurate french translation
thanks to Ζήσης Λ. Παπαδόπουλος
2015-09-24 10:17:32 +02:00
Sam Manzi
9b5fb6504c 8888 'baseselector & reorder relationships' glade add help button only(1/3) 2015-09-24 10:13:41 +10:00
Sam Manzi
a6f4c7993d 8888 'Family Tree(manager)' add help url & button 2015-09-23 14:36:35 +10:00
Josip
a73c2e4738 8937: Unable to produce graph reports [in Greek locale] 2015-09-21 18:58:53 -07:00
Sam Manzi
ee58b80110 8888 'Generate Testcases' add help url 2015-09-22 07:53:09 +10:00
Paul Franklin
f9ecd4b622 allow for get_dbname() returning None 2015-09-21 10:54:20 -07:00
Sam Manzi
cfa76465b5 8888 'References Gramplet' rename links from 'backlink>references' for consistency on wiki 2015-09-21 13:29:21 +10:00