Commit Graph

22047 Commits

Author SHA1 Message Date
Jérôme Rapinat
882796ac53 7706: typo, 'val' not defined on gui.viewmanager 2014-05-17 15:35:01 +02:00
Jérôme Rapinat
41cb84a7cc 7648: [Unit test] database dir and environment; https://gramps-project.org/bugs/view.php?id=7648#c36301 ; works on jralls' config, not yet on mine 2014-05-17 15:22:24 +02:00
Nick Hall
a055aaba8a 7710: Fix crash in fan chart view when scrolling 2014-05-17 01:18:39 +01:00
Nick Hall
545e7702e7 Fix list size in check tool 2014-05-16 23:01:11 +01:00
Nick Hall
cd44e173e3 Fix resizing of widgets in dialogs 2014-05-16 22:11:36 +01:00
Nick Hall
a1b069e3d8 Fix import bug introduced in [27dab7] 2014-05-16 18:03:30 +01:00
Jérôme Rapinat
60761c0aff 7705: 'uni_to_gui' not called on gui.viewmanager 2014-05-16 16:27:19 +02:00
Bob Igo aka human-being
9e15649868 7699: update and run again tools.sh; it outputs two DB files for human inspection 2014-05-16 11:52:53 +02:00
Nick Hall
dce7a6d7f7 Fix bug in latitude/longitude conversion
Fixed unit test for python3.  int('+ 1') works in python2 but not python3.
Also corrected a unit test.
2014-05-15 19:06:30 +01:00
Jérôme Rapinat
fb30873888 start to complete place object names on 'data.gramps' sample 2014-05-15 20:01:59 +02:00
Nick Hall
ae3ef1894f Suppress output and fix for python3 2014-05-15 17:55:00 +01:00
Nick Hall
01db5db7b4 Fix for python3 2014-05-15 17:55:00 +01:00
Jérôme Rapinat
a1e1b32fa9 update 'data.gramps' according to [27dab7] and [5468dd] 2014-05-15 14:38:49 +02:00
Jérôme Rapinat
365ac50b83 update 'example.gramps' according to [27dab7] and [5468dd] 2014-05-15 14:36:16 +02:00
Nick Hall
98aaf8feab Fix unit tests after XML format change 2014-05-15 01:17:42 +01:00
Nick Hall
afd154a19e 7650: New unit tests for merging places 2014-05-15 00:10:53 +01:00
Nick Hall
27dab7c811 Update Gramps XML schemas
Also made a slight change to the XML format for places.
2014-05-14 22:11:56 +01:00
Paul Franklin
5f7f7104ac typo (unused import) 2014-05-14 11:56:12 -07:00
Nick Hall
5468dd31d0 7692: Add alternative place names to Gramps XML 2014-05-14 19:28:00 +01:00
Nick Hall
9c879279a6 Prevent removing idle process after it has finished 2014-05-14 00:52:04 +01:00
Paul Franklin
5d4ffa5d2d 5690: Can create multiple events with same Gramps-ID 2014-05-13 14:35:53 -07:00
Nick Hall
3218218e23 7435: Revert b38e59 to fix error when creating new media object 2014-05-13 22:16:14 +01:00
Nick Hall
9c637e57c7 7325: Use utility function to get full media path 2014-05-13 21:33:23 +01:00
Nick Hall
643e742556 7960: Store custom event attribute types in the metadata 2014-05-13 20:52:27 +01:00
Nick Hall
737e8eb74b 7571: Fix custom event types 2014-05-13 18:34:50 +01:00
Jérôme Rapinat
a58b0f601c 7657: 7648: SyntaxError with python3 on 'gramps.cli.test.cli_test' 2014-05-13 18:24:23 +02:00
Jérôme Rapinat
09244d037d 7659: SyntaxError with python3 on 'gramps.gen.db.test.grampsdbtestbase' 2014-05-13 18:02:42 +02:00
John Ralls
3259255c38 7519: "Family Tree Directory Path" with accented characters
Take 2.
2014-05-12 07:32:24 -07:00
Paul Franklin
3b15d81e43 5690: Can create multiple events with same Gramps-ID 2014-05-11 10:35:50 -07:00
donfano
e8297dea89 7685: Correction of the LDS ordinance names in French 2014-05-11 10:35:28 +02:00
Pitxyoki
aad0b84553 7671: Typo on Portuguese translation for 'third grandson/daughter' 2014-05-09 12:21:59 +02:00
Human
49e6469962 7258 7665: NameError: global name 'conv_to_unicode' is not defined 2014-05-08 16:05:37 +02:00
Jérôme Rapinat
5dc84c83a9 7649: [Unit test] gramps type, encoding and to_struct(); specific to python2 2014-05-07 17:15:26 +02:00
John Ralls
a611678f37 7666: ANSEL GEDCOM import messes up foreign characters
Make the ansel code strings bytestrings.

(cherry picked from commit 8d9436a8fc0a4ba17c07a9f351699b5754847f6b)
2014-05-05 20:32:57 -04:00
Jérôme Rapinat
c45167c170 7663: readonly/readwrite and 'create_id' method into 'gen/db/test/db_test.py', no more 'create_id' in the DB code, see [2a6081] for more details 2014-05-04 17:46:05 +02:00
Jérôme Rapinat
1adceaa36e update template; consistency on translation strings 2014-05-04 16:11:31 +02:00
Paul Franklin
2a608151c2 7582: Cannot remove a primary object having a new created backreference
This removes the create_id method from gen/db/write.py, since
after a recent "from __future__ import unicode_literals" (there)
it started producing unicode.  Instead the create_id method in
gen/utils/id.py is used, as its code is essentially identical,
in use in many other places -- and does not produce unicode.
2014-05-03 15:16:41 -07:00
Paul Franklin
92f5a5e36c use a standard string, not a unique string 2014-05-03 15:16:40 -07:00
verthezp
59366bad7d 7662: Missing closing bracket in Web_Basic-Spruce.css 2014-05-03 17:34:48 +02:00
Jérôme Rapinat
ac1bbc8d83 7648 7258: typo, io module called twice 2014-05-01 18:21:51 +02:00
Jérôme Rapinat
1a0e5c2c69 7628: Relationship calculator not displaying data 2014-04-30 20:07:27 +02:00
John Ralls
4327f6952b 7646: [Unit test] typo on 'gramps.gen.utils.file.py'
Replace the call with ensuring that dirname is unicode; since
TMP_DIR is guaranteed to be, os.path.join() willl return a unicode so
further conversion is unnecessary.
2014-04-30 07:33:00 -07:00
Josip
9e0adbad8d 7628: Relationship calculator not displaying data 2014-04-29 16:56:00 +02:00
Jérôme Rapinat
6dcd54ac53 merge from gramps40 the strings for appdata related to french translation 2014-04-29 11:21:56 +02:00
Jérôme Rapinat
09e26e5069 update template and french translation 2014-04-29 11:11:33 +02:00
Mirko Leonhaeuser
ea38d5ab55 update German translation 2014-04-28 21:27:54 +02:00
Paul Franklin
e8bfbc9050 fix (Arabic) comma in some other translated-output reports 2014-04-27 16:19:28 -07:00
Paul Franklin
a5d7532ba5 fix comma in translated-output Ancestor and Descendant Tree reports 2014-04-27 16:17:41 -07:00
Paul Franklin
4927422d7e enable name displayer to show a locale-specific (Arabic) comma 2014-04-27 16:14:15 -07:00
Jérôme Rapinat
f79a97bce8 7630: Unable to edit citations on association 2014-04-26 09:04:54 +02:00