Paul Franklin
eb3c13dbca
add filter progress bar to the Records report
2017-02-28 11:52:19 -08:00
Nick Hall
459d3f931c
Skip four failing tests in merge_ref_test
...
These four tests pass when run individually from the command line,
but fail when run as part of a module.
2017-02-27 23:18:17 +00:00
Nick Hall
55ff3efd5f
The wget package is pre-installed in travis
2017-02-27 22:52:36 +00:00
Nick Hall
d59f4e86b2
Enable merge_ref_test in travis
2017-02-27 22:02:51 +00:00
Nick Hall
682cbe6e21
Fix family merge bug
...
References do not need to be updated in people that have been
removed in the merge.
2017-02-27 22:00:08 +00:00
Nick Hall
7d38122be8
Remove unused private table variable
2017-02-25 19:26:46 +00:00
prculley
28850728af
Fix ToolComboEntry for Gtk method not supported on older Gtk
2017-02-25 08:41:01 -06:00
Sam Manzi
f603f24bbd
Merge pull request #357 from prculley/bug9954
...
bug 9954; fix Gedcom import for empty FAMC line
2017-02-25 16:06:26 +11:00
Sam Manzi
e1ba3d0523
Merge pull request #343 from prculley/gladeleak
...
Bug 9913: Fix Glade file loading to avoid loading and leaving extra toplevels
2017-02-25 15:44:27 +11:00
Sam Manzi
dee377762a
Merge pull request #354 from prculley/gtkdep
...
Fix some Gtk deprecations
2017-02-25 15:24:03 +11:00
Sam Manzi
ceeb4382f1
Merge pull request #358 from prculley/bug9920
...
bug 9920; fix for multiline Titles in Source view
2017-02-25 15:10:19 +11:00
Nick Hall
f92ee329a9
Avoid using 'shell=True' when running a subprocess
2017-02-24 22:32:24 +00:00
Paul Franklin
ce830fb8bf
give CLI warning "title" its own line, as the error already does
2017-02-24 12:28:31 -08:00
Paul Franklin
1ce98afc86
don't type out a (possible) warning message if the option is not on
2017-02-24 11:10:03 -08:00
Paul Franklin
fc4b9fe695
fix bug (the option itself is always True, we want the value)
2017-02-24 11:08:18 -08:00
Paul Franklin
8f09adefe9
improve the "__main__" routine which prints all the date formats
2017-02-23 20:20:06 -08:00
Nick Hall
74ffc76af0
Fix bug introduced in previous commit
2017-02-23 22:39:30 +00:00
Nick Hall
7b578356fd
9541: Make get_table_func method protected
2017-02-23 22:20:50 +00:00
Nick Hall
6bf8870295
Tidy up secondary column code
2017-02-23 22:20:50 +00:00
Nick Hall
a8e6f7b9a3
Use current environment and executable in process
...
The GRAMPSHOME environment variable is not unset after the
gen/utils/test/file_test unit test. This caused the Gramps
process to fail with an environment error.
2017-02-23 18:43:20 +00:00
Nick Hall
d71f7d7097
Fix vCard unit tests
2017-02-23 13:58:40 +00:00
Zdeněk Hataš
06476cfc6d
czech translation update
2017-02-23 11:30:50 +01:00
Paul Franklin
4541027dc3
enable deferred translation of date format strings
2017-02-22 21:29:13 -08:00
Nick Hall
1c4d27c2a9
Revert "enable deferred translation of date format strings"
...
This reverts commit 715cce27f4
.
2017-02-23 00:38:28 +00:00
Nick Hall
0599539d09
Revert "improve the "main" routine which prints all the date formats"
...
This reverts commit 0c144c97a9
.
2017-02-23 00:09:19 +00:00
Nick Hall
b8ba05540e
Revert import change in unit test
...
The relative import worked when the test was run from the
command line, but not in the Travis environment.
2017-02-22 17:50:02 +00:00
Nick Hall
b3509ad3f4
Convert some gui imports from absolute to relative
2017-02-22 17:16:04 +00:00
Paul Franklin
0c144c97a9
improve the "main" routine which prints all the date formats
2017-02-22 08:17:53 -08:00
Paul Franklin
715cce27f4
enable deferred translation of date format strings
2017-02-22 08:15:41 -08:00
Nick Hall
8876252771
Remove redundant OS specific code
...
The text variable is already a str.
2017-02-22 14:57:52 +00:00
Paul Franklin
0f906b363b
7305: Inconvenient size of error dialog
2017-02-21 20:29:05 -08:00
Paul Franklin
8196b65aab
add a TODO comment (since I don't understand)
2017-02-21 20:20:10 -08:00
Paul Franklin
4daf7e1214
add a TODO comment (since I don't understand)
2017-02-21 20:15:58 -08:00
Paul Franklin
63d37e84cc
make LastNameDialog a better ManagedWindow
2017-02-21 20:05:38 -08:00
Paul Franklin
fae1cb710b
better names (than the ones I hurredly chose to make pylint happy)
2017-02-21 20:02:38 -08:00
Nick Hall
5d842e046e
Remove handle class
2017-02-21 20:55:48 +00:00
prculley
a948feb60e
bug 9920; fix for multiline Titles in Source view
...
Source view is set up for single line rows, multi-line Titles
cause problems for Gtk (sometimes many unrelated rows get doubled
in height).
2017-02-21 11:41:40 -06:00
prculley
4226bc9d45
Fix Gedcom import for improper creation of error message note
...
The improper note could overwrite another note, due to overlapping
GIDs.
2017-02-21 09:13:16 -06:00
prculley
5fe0a4df46
bug 9954; fix Gedcom import for empty FAMC line
2017-02-20 16:13:10 -06:00
Nick Hall
d0b50caea1
Change "GRAMPS" to "Gramps" in comments and docstrings
2017-02-20 19:05:48 +00:00
Nick Hall
3e5a956454
Convert some imports from absolute to relative
2017-02-20 18:19:41 +00:00
Nick Hall
e46321a7c6
Move labels into schema
2017-02-20 16:27:27 +00:00
vantu5z
6a6d0c3a2e
update Russian translation
2017-02-20 09:14:14 +03:00
Paul Franklin
55d3a24d2e
tweak some report options slightly (less height, re-tabify some)
2017-02-18 19:28:14 -08:00
Paul Franklin
f7bda7d51b
new gramps.pot translation template for master
2017-02-17 15:56:10 -08:00
Paul Franklin
3af9a8b803
7276: translate some currently-untranslated punctuation marks
2017-02-17 15:53:31 -08:00
Olaf
7f813e95e5
Change output order in Relationship Graph plugin
...
This patch adds a function sort_persons() to RelGraphReport, which will
change the processing order of persons for the output. Starting from persons
with no known parents in the database, the individual family trees are
traversed in a down-and-up fashion, so that closely related people should
appear close to each other in the output. Previously the output order was
purely given by the order of internal IDs.
Rearranging the output order will make the life of GraphViz just so much easier.
It will then manage to produce graphs with much fewer unnecessary intercrossing
arrows between generations and people and ultimately produce a much nicer
output graph.
2017-02-17 22:26:14 +00:00
Nick Hall
7f07ad2637
Merge pull request #356 from Nick-Hall/json-schema
...
Convert get_schema methods to use JSON Schema
2017-02-17 22:05:23 +00:00
Nick Hall
88842e875f
Add JSON schema unit tests
2017-02-17 21:45:46 +00:00
Nick Hall
62403b5789
Remove schema field functionality
2017-02-17 21:45:46 +00:00