Commit Graph

25553 Commits

Author SHA1 Message Date
Nick Hall
1d5788bb2d Remove version from the database type column
The version is still available in the information dialog and
from the command line.
2017-08-20 19:29:14 +01:00
Paul Franklin
bb8a214c68 cope with pathlogical "person" 2017-08-19 19:01:39 -07:00
prculley
87a54127ff Correct issue with exception on database change in Gramplets
Fixes #10147
2017-08-19 23:14:17 +01:00
Serge Noiraud
8a648e7e22 Reorganization of the narrative web report. (#445)
* Reorganization of the narrative web report.

Resolves  #010151, #07740

* Add empty role to person and family backref lists
2017-08-19 19:54:15 +02:00
prculley
1d51fa4f61 Fix for InMemory db close error 2017-08-15 22:50:14 +01:00
niememat
8760bb9f6f Update fix finnish translation 2017-08-14 16:44:11 +03:00
vantu5z
ceb14a0820 update Russian translation 2017-08-14 13:23:58 +03:00
Paul Franklin
30e973162f Cannot edit dates in Swedish locale and "day month year" format
Fixes #10149
2017-08-12 14:33:35 -07:00
Paul Franklin
7719e995e0 Gramps does not check [for] installed DB backend on DB selector
Fixes #10148
2017-08-10 22:13:34 -07:00
Paul Culley
3311224e48 Typo in note get_schema (#444) 2017-08-10 13:55:08 -05:00
Paul Franklin
d277b169f1 Crash when import complex .gramps 5.0 current branch backup file
Fixes #10152
2017-08-10 11:48:36 -07:00
Paul Franklin
4657f91116 add a few comments to the date parser (since I keep forgetting) 2017-08-10 00:08:26 -07:00
Paul Franklin
b9b4d2e175 fix no-day numeric date display in y-m-d locales 2017-08-07 15:03:52 -07:00
Paul Franklin
f18aac14fd translate three small-dialog "close" buttons 2017-08-06 18:32:47 -07:00
Kaj Mikkelsen
da849a1408 New danish translation after review 2017-08-05 17:00:32 +02:00
Leonhaeuser
61d11594e4 update Germantranslation 2017-08-03 20:42:57 +02:00
romjerome
ce4c24caa9 update french translation 2017-08-01 12:14:09 +02:00
romjerome
5662741b03 merge forward (working release steps on gramps42) 2017-08-01 11:59:34 +02:00
Paulo Henrique Paiva de Moraes
bcec235e3b update Brazilian Portuguese translation 2017-07-31 19:20:23 -07:00
Paulo Henrique Paiva de Moraes
44195cb607 update Brazilian Portuguese translation 2017-07-31 12:58:53 -07:00
Bernard Banko
097865b0c1 Slovenian translation update 2017-07-31 19:30:59 +02:00
Zdeněk Hataš
aa3a1cc199 czech translation update 2017-07-31 10:37:10 +02:00
Kaj Mikkelsen
db357e6af5 update Danish translation 2017-07-30 10:46:03 -07:00
Paul Franklin
d09002755b remove obsolete translations (with doubled-percent-signs) 2017-07-30 10:41:36 -07:00
vantu5z
3c50a832e7 update Russian translation 2017-07-30 19:47:42 +03:00
niememat
2789ad40a8 Update finnish translation 2017-07-30 13:32:13 +03:00
Paul Franklin
eccbb93775 new gramps.pot translation template 2017-07-29 13:45:01 -07:00
Paul Franklin
79a3b4d57d tidy up POTFILES.* (add recently translatable modules, etc.) 2017-07-29 13:42:17 -07:00
prculley
2d592fa521 Prevent dbapi from nesting transactions for metadata
Fixes #10038.
2017-07-29 21:03:17 +01:00
Nick Hall
c7249b5ca9 Tidy up database summary information 2017-07-29 19:28:26 +01:00
romjerome
185d89c917 typo 2017-07-29 14:53:07 +02:00
Nick Hall
63bb36ea44 Reorganise DBAPI plugins
Add SQLite and PostgreSQL plugins.
Remove DBAPI and InMemoryDb plugins.
2017-07-28 23:42:55 +01:00
Nick Hall
1513315d05 Remove unused imports 2017-07-28 19:35:11 +01:00
Nick Hall
e24ba2f198 Remove settings.py file 2017-07-28 19:35:11 +01:00
Paul Franklin
d0880a07a0 fix another typo in the new lt.po 2017-07-27 19:46:04 -07:00
Bernard Banko
2eb81c320b lt.po: Added quotes add the end of the last string 2017-07-28 00:06:56 +02:00
Tadas Masiulionis
bb604521f2 update Lithuanian translation 2017-07-27 12:52:20 -07:00
niememat
e08e1237d9 Finnish translation update 2017-07-26 19:28:42 +03:00
Matti Niemelä
aef8668d9f update Finnish translation 2017-07-25 13:01:44 -07:00
Frederik De Richter
b229bd331b update Netherlands translation 2017-07-24 23:28:13 -07:00
Zdeněk Hataš
fb28f71095 czech translation update 2017-07-24 10:17:00 +02:00
vantu5z
6d4e4ba6cc [Russian translation] fix typo
PR #439
Thanks to schoonc
2017-07-24 11:05:57 +03:00
Paul Franklin
0fa3d4af76 Date Editor has 'Type' and 'Quality' labels swapped
Fixes #10135
2017-07-23 11:25:19 -07:00
Paul Franklin
fda7c3becb new gramps.pot translation template 2017-07-22 15:13:42 -07:00
Nick Hall
b83283e081 Allow multiple collations per connection
This fixes collation for translated reports and multi-user access
for PostgreSQL.
2017-07-22 19:46:26 +01:00
vantu5z
95d84573d4 update Russian translation 2017-07-21 11:01:48 +03:00
Paul Culley
7771fa063a Gramplets HandleErrors with Family Merge and issues on close/open (#424)
Unless a Gramplet has navtype=['Person'] in .gpr it will not get an
automatic connection to Person active-changed.
To prevent multiple connections after db close/open, all connections
are made through Gramplet class 'connect', rather than directly to db

fixes #10082, #10081, #10090, #10089
2017-07-17 16:53:23 -05:00
Leonhaeuser
d01fbf05ec Update German translation 2017-07-17 21:14:12 +02:00
prculley
f40526366a Add title properties to more of schema 2017-07-17 16:13:12 +01:00
prculley
d6ca3cf527 Fix source attribute lists in schema 2017-07-17 16:13:12 +01:00