Commit Graph

25258 Commits

Author SHA1 Message Date
Matti Niemelä
d08b394e7c update Finnish translation for "master" 2017-03-02 19:17:44 -08:00
prculley
b865556ddd Fix Merge test for complex families 2017-03-02 14:37:51 -06:00
prculley
97bf1cb406 Bug 9973; fix remove unused objects tool to use place name not title
original 'title' field is often blank now...
2017-03-02 18:54:48 +00:00
arnaullv
7c5df1300e Update Catalan translation to latest template 2017-03-02 18:39:40 +00:00
John Ralls
d5e8b810b9 Fix copy-paste error in last commit. 2017-03-02 07:11:01 -08:00
John Ralls
1571f8409a Bug 9965: Undo in undoableentry does the wrong undo in MacOS.
This fixes the immediate problem peculiar to MacOS, but the underlying
problem that the code doesn't use keybindings and has a control-specific
undo stack which makes undo ambiguous for the window remains.
2017-02-28 20:55:16 -08:00
prculley
3901e7dd4c Fix unodoableentry for international characters
Gtk has some parameters in bytes, some in characters; they cannot
be combined.
2017-02-28 23:11:04 +00:00
Nick Hall
c352fa6378 Check that the USER_CSS directory exists 2017-02-28 23:07:38 +00:00
Bernard Banko
5ac0d29f00 Add ~ for About modifier 2017-02-28 21:26:43 +01:00
Paul Franklin
111d792c0c shorten option description for better CLI typeout 2017-02-28 12:00:42 -08:00
Paul Franklin
1e0e1c0b39 add filter progress bar to the Relationship Graph report 2017-02-28 11:53:51 -08:00
Paul Franklin
eb3c13dbca add filter progress bar to the Records report 2017-02-28 11:52:19 -08:00
prculley
9116148587 Fix addon manager to reload updated plugins so they are recognized 2017-02-28 08:37:14 -06:00
prculley
5b51f3dcc9 Fix Addon manager to recognize newly installed addons immediately 2017-02-28 08:37:14 -06: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