Commit Graph

25198 Commits

Author SHA1 Message Date
Paul Franklin 0919763f15 enable preliminary Tamil translation 2017-03-20 12:13:51 -07:00
Logan M d7b409ccec initial, preliminary, partial Tamil translation (thanks, Logan!) 2017-03-20 12:07:40 -07:00
Paul Franklin 73ca25e68e disable FGR option if it's not relevant 2017-03-19 20:52:37 -07:00
Paul Franklin 64690ea554 add a "description" to a report style table and a style table cell 2017-03-19 18:29:01 -07:00
vantu5z be6780fa7d update Russian translation 2017-03-19 10:27:29 -03:00
Paul Franklin 57efc716ef neaten a report's style XML file, and add the new description 2017-03-18 22:33:40 -07:00
Paul Franklin 7d907c5d63 enable a report graphic style object to have a "description" 2017-03-18 22:30:23 -07:00
Paul Franklin ef3f1718b6 typo (trailing space) 2017-03-17 23:25:57 -07:00
Paul Franklin 3f652cfb45 new gramps.pot translation template for master 2017-03-17 11:38:11 -07:00
Paul Franklin 473dd3257a change string paramaters to named ones, for translation 2017-03-17 11:35:48 -07:00
Paul Franklin 747104b3ab add license to module 2017-03-16 19:46:24 -07:00
Paul Franklin 95762e864f tidy up some translatable string things 2017-03-16 19:44:57 -07:00
Paul Franklin 46c6737d67 make Polish "numerical" date display consistent with its locale format 2017-03-13 23:47:05 -07:00
Paul Franklin ce01a69314 add datestrings (made by running _datestrings.py) to translation 2017-03-13 22:42:22 -07:00
Nick Hall facff359e3 Rename plugin unit test files 2017-03-11 15:33:59 +00:00
Paul Franklin a9df15c9be fix Bulgarian numeric dates 2017-03-10 21:11:17 -08:00
Paul Franklin 83a4b553f4 slight tweak to Arabic date handler 2017-03-10 18:35:59 -08:00
Nick Hall c4f94bf9dc Rename edit reference unit test
Unit test files must be named *_test.py to be found by the
setup.py script.
2017-03-10 22:05:02 +00:00
Nick Hall e59aa0c907 Fix skipped cursor unit tests 2017-03-10 21:20:47 +00:00
Nick Hall 638f590eb3 Prevent warnings when importing xml from stdin 2017-03-09 23:40:51 +00:00
Paul Franklin c5f8d2b5db fix Icelandic numeric-format date display 2017-03-07 10:36:05 -08:00
Nick Hall 3d897f3146 Suppress output in rotate handler test 2017-03-07 18:02:47 +00:00
Paul Franklin 998c2f31b9 put "short" days into the Icelandic translation 2017-03-07 09:59:11 -08:00
Paul Franklin 337be8e6af enable "short" days in _datestrings (_grampslocale already had them) 2017-03-07 09:53:39 -08:00
Paul Franklin 968f378174 fix Norwegian numeric-format date display 2017-03-07 09:41:45 -08:00
Nick Hall c1c2c1557c Suppress output in importgeneweb test 2017-03-06 23:27:07 +00:00
Nick Hall 44b7983331 Another fix 2017-03-06 23:05:13 +00:00
Nick Hall 9cc770a70c Fix error in previous commit 2017-03-06 22:17:42 +00:00
Nick Hall 3b9d97d348 Suppress extraneous output in unit tests 2017-03-06 21:55:48 +00:00
vantu5z f57386ab63 update Russian translation 2017-03-06 11:39:39 +03:00
Paul Franklin adccc67a68 remove the last bogus Chinese strings from the Turkish translation 2017-03-06 00:21:21 -08:00
Paul Franklin cd084ca257 the message looks better with another linefeed 2017-03-06 00:18:33 -08:00
romjerome 03c26cb83c Limit creation of extra files 2017-03-04 14:55:11 +01:00
Paul Franklin c8a418f5bf fix some date-related words in Esperanto 2017-03-04 01:24:51 -08:00
Mìcheal A Colquhoun 539330309b Use assertRaises to check for the NameError
Also corrected spelling of a word.
2017-03-04 00:57:04 +00:00
Nick Hall 0cba44146a Avoid nested transactions 2017-03-04 00:16:27 +00:00
Nick Hall 93af3a0c63 9744: Tidy up add_* methods 2017-03-03 22:24:51 +00:00
Nick Hall 349bdf85b7 9744: Tidy up get_*_from_handle methods 2017-03-03 22:00:16 +00:00
Nick Hall 0813ba25db Use transactions when writing metadata 2017-03-03 19:54:19 +00:00
Paul Franklin 49c5ec5977 change to Microsoft's current official country name, for Windows users 2017-03-03 10:21:36 -08:00
Paul Franklin c4fc1066bb add datestrings (made by running _datestrings.py) to translation 2017-03-02 21:06:47 -08:00
Paul Franklin 39c3dc437a add datestrings (made by running _datestrings.py) to translation 2017-03-02 21:06:14 -08:00
Paul Franklin 143919db14 add datestrings (made by running _datestrings.py) to translation 2017-03-02 21:05:59 -08:00
Sam Manzi 49df7446b2 Merge pull request #361 from prculley/addon_reload
Fix Addon manager to recognize newly installed addons immediately
2017-03-03 15:37:17 +11:00
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