Vassilii Khachaturov
68ed5a2838
7009: endless exception loop starting w/o DISPLAY
...
constfunc.has_display() was using check_init(),
which, on Gtk3, was happy to initalize even that the display was N/A.
Amended the test with an attempt to actually get the Gdk default display.
svn: r22909
2013-08-22 22:39:31 +00:00
Vassilii Khachaturov
405db681a6
7009: endless exception loop starting w/o DISPLAY
...
Building testing ground for the bug investigation,
after reading the grampsgui.py code...
svn: r22908
2013-08-22 22:39:17 +00:00
Paul Franklin
0bba5fcfdb
add and enable Greek date handler (from Zissis Papadopoulos)
...
svn: r22896
2013-08-21 16:55:05 +00:00
Nick Hall
a3a9542f0f
Add datehandler unit test
...
svn: r22884
2013-08-20 19:46:40 +00:00
Nick Hall
8f7723308f
Fix bug in note filters
...
svn: r22861
2013-08-13 18:39:28 +00:00
Nick Hall
342e6053df
6995: Fix bug in event citation filter
...
svn: r22858
2013-08-13 18:23:43 +00:00
Nick Hall
12fd97eaab
Automatic update for old rules using regular expressions
...
svn: r22854
2013-08-11 14:12:24 +00:00
John Ralls
6a5d9aab86
[r22840]Consolidate mslocales and self._lang_map
...
into a single dict for easier maintenance
Thanks to Paul Franklin for suggesting it
svn: r22841
2013-08-09 22:19:16 +00:00
Nick Hall
e4efaaa7b7
Remove redundant imports
...
svn: r22838
2013-08-09 21:36:57 +00:00
John Ralls
ee076d2c91
[r22833]Fix crash when Gramps is passed an invalid locale
...
svn: r22836
2013-08-09 20:01:42 +00:00
John Ralls
82ea4e8685
[r22832]Ensure en_US encoding is UTF-8
...
svn: r22835
2013-08-09 20:01:37 +00:00
John Ralls
6473f22f17
[r22831]GrampsLocale:Add Greek and English to MSlocales
...
svn: r22834
2013-08-09 20:01:31 +00:00
Nick Hall
e1cd73c4fb
Convert old rules to use regular expression code in the base class
...
svn: r22829
2013-08-09 17:31:25 +00:00
Nick Hall
27cc9e4e6e
Combine three new rules with existing rules
...
svn: r22827
2013-08-09 14:06:27 +00:00
Nick Hall
bbc73d6442
Add regular expressions to rules
...
svn: r22822
2013-08-08 22:51:03 +00:00
Nick Hall
b54199d7d0
python3 fix
...
svn: r22820
2013-08-08 13:01:57 +00:00
Nick Hall
fe98bbd6ff
6950: Add new rule for events with places matching filter
...
svn: r22815
2013-08-07 23:25:57 +00:00
Nick Hall
c075bea146
Close database files before removing them
...
svn: r22793
2013-08-03 16:46:10 +00:00
Nick Hall
b4c1863683
Add unit test for latitide/longitude conversion
...
svn: r22791
2013-08-01 20:45:37 +00:00
Nick Hall
df82eb9629
Convert callback test to use assert methods
...
svn: r22788
2013-07-31 20:11:47 +00:00
Nick Hall
c8c0164038
Unit test python3 fixes
...
svn: r22782
2013-07-30 22:06:29 +00:00
Nick Hall
adb63c0c5e
Fix date unit test
...
svn: r22780
2013-07-30 19:59:44 +00:00
Vassilii Khachaturov
66d3dde97a
6663: RecentFiles.do_save() doesn't do XML escape
...
ported my fix from gramps34, changes to gtk3 negligible
svn: r22774
2013-07-30 15:10:02 +00:00
Nick Hall
297e9906a9
Fix merge ref unit test
...
svn: r22771
2013-07-30 00:20:37 +00:00
Nick Hall
471b6beace
Fix and move db unit tests
...
svn: r22767
2013-07-29 16:34:16 +00:00
Nick Hall
a9cad8c0d2
Convert db unit test to use unittest module
...
svn: r22760
2013-07-28 18:54:14 +00:00
Nick Hall
d5eb5ec8f1
Fix and move keyword unit test
...
svn: r22758
2013-07-28 18:10:27 +00:00
Nick Hall
0f8ff56fbe
Fix and move config unit test
...
svn: r22756
2013-07-28 17:33:55 +00:00
Nick Hall
183e985747
Fix unit tests
...
svn: r22752
2013-07-28 14:57:22 +00:00
Paul Franklin
e15963f9f6
6946: global name 'UNITYPE' is not defined - can't open old database
...
svn: r22738
2013-07-26 19:12:55 +00:00
Paul Franklin
9fa2057154
6872: wrong size of svg image in Family Lines Graph
...
svn: r22732
2013-07-24 16:27:09 +00:00
Vassilii Khachaturov
88092e89eb
6932: check for broken GTK install on linux only
...
svn: r22716
2013-07-22 12:00:31 +00:00
Paul Franklin
ff667d774f
add the missing import to the 3139 fix I added, sigh
...
svn: r22712
2013-07-21 20:48:45 +00:00
John Ralls
7922f1ad61
[r22710]GrampsLocale: Don't set to 'C' if LANG is en_US
...
Not required, Gtk has an 'en' translation
Ref. http://www.gramps-project.org/bugs/view.php?id=6867
svn: r22711
2013-07-21 20:24:40 +00:00
Paul Franklin
7d9f42dc90
3139: boolean command line options have to be specified as foo=true ...
...
The solution was suggested by Doug Blank.
svn: r22708
2013-07-21 20:04:05 +00:00
John Ralls
127567278e
[r22705]Bug 6928: Windows: If LANG not equal en_GB Graphic Reports
...
in some cases produce empty PDF sheets or force graphviz to crash
Problem was due to calling localized float() when parsing a C-locale xml file
svn: r22706
2013-07-21 19:28:20 +00:00
Paul Franklin
6a45bc4a40
revert the Finnish date-format change (remove the four I added)
...
svn: r22677
2013-07-13 20:56:24 +00:00
Paul Franklin
a8307d21aa
correct the Finnish date-format choices (add the other four)
...
svn: r22674
2013-07-13 20:02:32 +00:00
Paul Franklin
666f6d5b1a
added and/or clarified various date handler comments
...
also slightly reformatted a few date handler lines
and fixed one (locale-specific) date handler typo
svn: r22671
2013-07-13 18:00:38 +00:00
Paul Franklin
ad79a3f1bb
standardize date handler's internal argument names, for easier comparisons
...
svn: r22666
2013-07-09 01:31:42 +00:00
Paul Franklin
4e00345ff6
Span maximums and minimums must always be positive numbers
...
svn: r22656
2013-07-08 01:44:17 +00:00
Paul Franklin
cab8525520
enable suppression of two minor missing-package warnings
...
svn: r22623
2013-06-28 17:53:19 +00:00
John Ralls
4e4c119f9f
[r22576]Move the HTML resources from gramps/plugins/webstuff
...
To data and images so that they're together with the other resources
instead of in site-package/gramps. Aside from a better source and
installation layout, this makes it easier to bundle them.
svn: r22577
2013-06-23 23:13:13 +00:00
Jérôme Rapinat
b4b3f8a1b0
enable Arabic support on lang_map (reports)
...
svn: r22563
2013-06-23 09:04:36 +00:00
Jérôme Rapinat
ba11af72ac
enable Ukrainian date handler (by Fedir)
...
svn: r22562
2013-06-23 08:54:17 +00:00
Jérôme Rapinat
5896d46bf2
6817: print should be now a function
...
svn: r22536
2013-06-20 14:26:31 +00:00
Jérôme Rapinat
81ca53e11c
6817: Enhancements for testing localized Relationship handlers (contribution by Fedir)
...
svn: r22534
2013-06-20 10:04:37 +00:00
Paul Franklin
960787a33c
add "Id" property, and "Id" line, and license line, if any were needed
...
svn: r22434
2013-05-27 19:31:49 +00:00
John Ralls
e2ee60e243
[r22431]Remove extra Id line from maclocale.py
...
svn: r22432
2013-05-27 17:53:46 +00:00
Jérôme Rapinat
8faa02c176
add Ukrainian date handler to SVN for testing, not enabled yet (__init__.py), contribution by Fedir Zinchuk
...
svn: r22366
2013-05-18 15:24:49 +00:00