Commit Graph

25659 Commits

Author SHA1 Message Date
prculley
4ae5c6477b Fix Gedcom export for erroneously removed WriterOptionBox import 2017-09-26 16:20:42 -05:00
SNoiraud
41b97edb03 Try to handle OSError when we use the --export argument in CLI mode.
Fixes #08835
2017-09-26 16:07:41 +02:00
Nick Hall
c9eee3b471 Ignore empty connection settings 2017-09-25 23:00:10 +01:00
Nick Hall
95376f9eff Include new PostgreSQL error handling in CLI 2017-09-25 22:52:05 +01:00
Paul Franklin
2b42dd258e Special char in place's name breaks xdot view
Issue #10174
2017-09-24 11:57:35 -07:00
vantu5z
e1676aca6d update Russian translation 2017-09-24 19:57:14 +09:00
Paul Franklin
47ebd361d8 new gramps.pot translation template 2017-09-23 15:02:59 -07:00
Paul Franklin
62aaa65958 Organize Bookmarks Dialog doesn't close with x
Fixes #10207
2017-09-23 13:58:12 -07:00
Nick Hall
457722811d Improve PostgreSQL error handling
Re-raise a DbConnectionError if the connection raises an error.
2017-09-23 21:24:54 +01:00
Nick Hall
0f9a6d57bf Add connection preferences for PostgreSQL databases 2017-09-23 19:52:23 +01:00
Nick Hall
cd602170fd Build surname list with unique names
Fixes #10186.
2017-09-23 00:38:52 +01:00
Paul Franklin
c632d0f6a9 tweak some DateParser comments 2017-09-22 11:54:11 -07:00
Paul Franklin
829a8bd01d DateParserEN failures under the DateTest tool
Issue #7084
2017-09-22 11:51:30 -07:00
prculley
61552f6903 Fix make_unknown to create valid Place
Fixes #10202
2017-09-21 17:23:45 +01:00
Zdeněk Hataš
9643c6d620 Update Czech translation 2017-09-20 10:41:24 +02:00
vantu5z
4be86ba2ad update Russian translation 2017-09-18 09:29:03 +03:00
Pedro Albuquerque
42f5cd5d11 update Portuguese (Europe) translation 2017-09-17 10:09:03 -07:00
niememat
0000b03226 Update finnish translation 2017-09-17 11:47:44 +03:00
niememat
84370a75e8 Update finnish translation 2017-09-17 11:26:20 +03:00
Paul Franklin
9d89aaeac9 new gramps.pot translation template 2017-09-16 19:24:05 -07:00
Paul Franklin
de02717139 consolidate two strings into one, for more context for translators 2017-09-16 18:41:23 -07:00
Paul Franklin
19bfb4160a fix typos 2017-09-16 18:35:38 -07:00
Paul Culley
af975e926f StyledText.join method fails if the joint_text has StyledText Tags (#457)
fixes #10192
2017-09-17 10:48:42 +10:00
Pedro Albuquerque
fe45742c21 update Portuguese (Europe) translation 2017-09-15 22:59:34 -07:00
Paul Franklin
193f082f30 3.4 database conversion fails
Fixes #10189, #10064
2017-09-15 21:04:30 -07:00
Paul Culley
231b15eca1 fix invalid export (and import) of Gedcom EMAIL records (#455)
Gedcom spec 5.5 requires '@' in general text to be doubled '@@'
fixes #10167
2017-09-10 08:33:23 +10:00
Paul Franklin
c6f45af3f1 put the entire 'bash' tree in the tar file made by 'setup.py sdist' 2017-09-07 10:28:12 -07:00
Paul Franklin
96cc078118 put the entire 'example' tree in the tar file made by 'setup.py sdist' 2017-09-04 11:23:44 -07:00
Paul Franklin
4c1a82f757 restore git revision number to gramps50 branch 2017-09-02 22:08:28 -07:00
Paul Franklin
b159ec719d Release Gramps 5.0.0-alpha3 2017-09-02 21:22:21 -07:00
Paul Franklin
e715e9093e Update NEWS file for 5.0.0-alpha3 release 2017-09-02 21:17:39 -07:00
Paul Franklin
68310d21d0 Update ChangeLog files for 5.0.0-alpha3 release 2017-09-02 21:13:05 -07:00
prculley
2eb1f31d92 fix Undo; crashes due to race in Gtk
Some Redraws occur during a model clear when the row changed signal
is emmitted.  Model is only partially cleared at that point.
Under some conditions, some more of the model gets
cleared before the redraw completes, and redraw fails.
fixes #9932
2017-09-01 22:41:32 +01:00
prculley
86e2d96228 Fix for deleted objects referenced in Note StyledText Links
Fixes #10178
2017-09-01 22:39:14 +01:00
prculley
ac4ba4cb0b pylint on Gedcom importer and exporter 2017-09-01 22:03:27 +01:00
vantu5z
436509edf6 update Russian translation 2017-09-01 22:16:50 +03:00
Paul Franklin
526e6503df show correct list of buttons when FTM started 2017-09-01 10:26:51 -07:00
Paul Franklin
490d206afc don't show 'Archive' button on Windows, it doesn't exist there 2017-08-31 09:22:21 -07:00
Bernard Banko
10956afe84 update sl.po to latest .pot 2017-08-29 13:29:42 +02:00
Bernard Banko
0a19407328 updated slovenian translation 2017-08-29 13:29:42 +02:00
Zdeněk Hataš
65cff91c65 Update Czech translation 2017-08-28 11:17:52 +02:00
vantu5z
4c98f7aa5f update Russian translation 2017-08-28 09:38:29 +03:00
niememat
d756f09c82 Update fix finnish translation 2017-08-26 11:58:36 +03:00
niememat
8b50243270 Update finnish translation 2017-08-26 11:12:21 +03:00
Leonhaeuser
c03247be74 Update German translation 2017-08-25 19:20:16 +02:00
SNoiraud
2ad5095843 Apply changes from 9881 not in refactoring
Bug #009881, #010172
2017-08-25 09:02:02 +02:00
SNoiraud
61a57b8fdf Strange index and surnames count in narrative web
Fixes #010172
2017-08-23 22:06:57 +02:00
SNoiraud
f4dc2a1ff5 After the patch for loop, some missing references
Fixes #010168
2017-08-23 11:59:41 +02:00
Paul Franklin
50b4c62d5e new gramps.pot translation template 2017-08-21 17:22:44 -07:00
SNoiraud
b03816a2c0 10169: timestamp set to zero makes gramps crash on windows. 2017-08-21 17:12:31 +02:00