4031 Commits

Author SHA1 Message Date
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
Paul Franklin
e215393abd 7276: translate some currently-untranslated punctuation marks 2017-08-21 00:32:20 -07:00
Paul Franklin
04bb34b5e3 proofread and tidy up both POTFILES.in and POTFILES.skip 2017-08-21 00:26:11 -07:00
SNoiraud
f0dadd9576 Better solution for avoiding loop in narrativeweb. 2017-08-21 00:30:33 +02:00
SNoiraud
73f2f05b26 Avoid loop in narrativeweb with citation, source, and media. 2017-08-20 23:50:08 +02:00
Nick Hall
08aee19e5e Use the default database backend for database conversion 2017-08-20 19:55:37 +01:00
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
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
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
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
0fa3d4af76 Date Editor has 'Type' and 'Quality' labels swapped
Fixes #10135
2017-07-23 11:25:19 -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
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
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
prculley
d275b3f7a3 Add db undo/redo, callback, and callback manager tests for both dbs 2017-07-17 09:52:15 -05:00
prculley
48eb507f98 Guarantee order on db emits Partial fix #10068 2017-07-17 09:52:15 -05:00
prculley
a1205009f4 Undo of delete person on dbapi fails; fixes #10070 2017-07-17 09:52:15 -05:00
Nick Hall
8f69201a70 Fix creating new PostgreSQL database
PostgreSQL will rollback the entire transaction on errors.
Change the code so that we know that columns created dynamically
do not already exist.
2017-07-15 00:41:23 +01:00
Thomas Guyot-Sionnest
fd2af705e7 Use all parameters in settings.ini for postgresql
Read all parameters defined in settings.ini as keyword arguments for
postgresql. This also fixes port being ignored.
2017-07-14 18:01:51 +01:00
Paul Franklin
d611b8b99c ignore whether 32-bit or 64-bit when reporting Windows o.s.
Fixes #8832
2017-07-10 10:47:20 -07:00
prculley
213243ae3d Fix verify tool to close and save configs properly
Fixes #10121

Signed-off-by: Paul Franklin <pf.98052@gmail.com>
2017-07-07 12:10:26 -07:00
John Ralls
d10561f27c Open web links with /usr/bin/open on Mac and Python older than 3.5
Works around https://bugs.python.org/issue24452
Fixes #10105
2017-07-03 10:24:47 -07:00
Paul Franklin
b36ca736ea translate some punctuation marks
more colons for French

Issue #7276
2017-07-02 09:54:51 -07:00
Paul Franklin
0b263eb5d5 revert half of 0fa5454831 (LANG), make new gramps.pot template 2017-07-01 20:41:51 -07:00
Paul Franklin
4eabee4b92 slight tweaks to two wiki pointers 2017-07-01 20:22:27 -07:00
SNoiraud
dc8ec0a964 Narrated Web: path to alternate image is wrong
Fixes #9881
2017-06-30 15:24:24 +02:00
vantu5z
0fa5454831 [about dialog] - some strings to translate 2017-06-30 09:04:46 +03:00
Paul Franklin
8611494069 don't print a 'Distribution' line in Windows error reports 2017-06-29 11:25:43 -07:00
SNoiraud
afdd7c74c3 Narrative web : crash using OSM when bad lat/lon
Fixes : 10111
2017-06-28 17:36:58 +02:00
John Ralls
19adb31b0e FamilyGroup Report crash
Python's sort routine gratuitously converts the bytearrays returned by
ICU::Collator::getByteArray to a string when storing it. This resulted
in a TypeError when attempting to compare a just-returned bytearray
with a stored string.

We work around this by converting the bytearray into its hexadecimal
representation and then decoding that into a string.

Fixes #10077.
2017-06-27 11:25:14 -07:00
Paul Franklin
cd88b2a0b6 typo (thanks, Sveinn Felli) 2017-06-27 10:07:20 -07:00
Paul Franklin
28c0638c38 don't print a 'Distribution' line in Windows' Help=>About 2017-06-27 09:06:11 -07:00
Paul Culley
dc645c813b ReorderIds tool crashes with 'bytes' error on bsddb (#428)
fixes #10098
2017-06-26 22:17:40 +01:00
Nick Hall
3e5a90b4b1 typo
Traceback (most recent call last):
  File "C:\Program Files\GrampsAIO64-5.0.0-alpha2\gramps\gui\configure.py", line 1248, in autobackup_changed
    self.uistate.set_autobackup_timer()
AttributeError: 'DisplayState' object has no attribute 'set_autobackup_timer'

https://gramps-project.org/bugs/view.php?id=10098#c52129

Issue #10098
2017-06-23 12:55:33 -07:00
prculley
d8ba3f746c Unnecessarily long relative paths generated on Windows
The relative_path file utility function returns paths with '..\..'
on Windows unnecessarily.

fixes #10087
2017-06-23 19:31:47 +01:00