Commit Graph

1470 Commits

Author SHA1 Message Date
Petr Hejl
3c84e93b7a 8051: Can't fill in calculated and estimated dates in cs locale 2014-09-11 17:17:34 +02:00
Paul Franklin
3fba4f0ec0 8021: Grafical reports don't use the correct name format 2014-09-10 15:38:56 -07:00
Paul Franklin
ed0ff156ee 8014: Importing gedcom files containing multibyte UTF-8 characters fails 2014-09-01 19:05:48 -07:00
Paul Franklin
1fc35fd0cc revert part of 8014 patch, pending further review 2014-08-25 11:39:41 -07:00
Björn Samvik
1a8e08d80f 8014: Importing gedcom files containing multibyte UTF-8 characters fails 2014-08-25 10:55:21 -07:00
Nick Hall
7ec13cac24 8011: Fix backlinks code in place report
Backlinks for places can now also be places as well as events.
2014-08-24 19:01:04 +01:00
Paul Franklin
63f4abfe47 python3 bytes-string mismatch with ICU installed 2014-08-22 18:15:50 -07:00
Paul Franklin
ca65aa8b37 8012: Text reports don't use the correct name format 2014-08-22 18:01:59 -07:00
Paul Franklin
39beb81e59 tweak to "default" CSS choice for the narrated web report 2014-08-20 07:55:14 -07:00
Paul Franklin
04b4489a34 enable the "default" CSS choice for the narrated web report
Otherwise, whenever you start the report, you get this:

WARNING: _enumeratedlist.py: line 124: Value 'default' not found for option 'StyleSheet'
2014-08-17 12:48:14 -07:00
Jérôme Rapinat
9f05e33bc2 6934: better GUI support for embeded custom attributes list on media object (backport from master) 2014-08-17 19:19:07 +02:00
Paul Franklin
f867caf61e 7276: translate some punctuation marks -- partial 2014-08-13 09:23:04 -07:00
Nick Hall
1ad6634888 Allow gramplets to be displayed in the dashboard only
Add a new navigation type of 'Dashboard' in gramplet definitions.
Define the dashboard To Do gramplet to be dashboard-only.
2014-08-12 18:54:29 +01:00
Malcom Lewis
9eacd472da Update FSF address to current location. 2014-08-08 19:36:49 -07:00
Jérôme Rapinat
66b051d3f0 7258 7618 7837: let the win() stuff to windows, fix url/uri handling with non-ascii characters under linux and mac (not tested under mac) 2014-07-17 15:20:47 +02:00
Paul Franklin
42ce347ff5 simplify Canadian Ash Wednesday holiday 2014-07-15 22:57:49 -07:00
Nick Hall
78e5ed05fc 7856: Fix error when no place is selected
Check that a place has been selected when saving.
Use the standard place selection widget to be consistent.
This also implements feature request #7893.
2014-07-16 00:24:46 +01:00
Nick Hall
27fdeb65d6 7915: Prevent user creating a cycle in the place hierarchy 2014-07-15 19:41:14 +01:00
Nick Hall
4ffa3e8c49 7846: Prevent creation of a place cycle when merging 2014-07-14 22:57:17 +01:00
Nick Hall
82543486d0 7846: Avoid infinite loop when place cycle encountered 2014-07-14 22:57:15 +01:00
Nick Hall
9d419f3f5c 7911: Fix bug adding parent places to a new place 2014-07-14 22:57:12 +01:00
Nick Hall
9cc216ed2e 7904: Fix place type for places without a main location 2014-07-12 21:32:14 +01:00
Paul Franklin
b67b060c8c 7861: In Ahnentafel Report, Use Christening Date if no Birth Date 2014-07-11 15:39:00 -07:00
Ondrej Krc-Jediny
a170243369 7869: Various small issues in gramps.pot 2014-07-10 12:47:30 -07:00
Paul Franklin
c8cf6377c6 7739: [Narweb:] Missing webpage for media [under some circumstances] 2014-07-10 09:25:18 -07:00
Ondrej Krc
c1b7e8aa67 7882: Invalid link for Merge citation Help button 2014-07-05 10:10:09 +02:00
Josip
b584c0d450 7883: I can't add a people in my tree 2014-07-05 01:25:46 +02:00
Paul Franklin
6592a2e719 7839: Place report does not run 2014-06-28 13:03:26 -07:00
John Ralls
1537eed079 7851: translations don't show in many labels
Ensure python text domain gets the right encoding.

(cherry picked from commit 65dbb1bd46)
2014-06-23 20:17:26 -07:00
Nick Hall
bf7d9c48fa 7837: Fix path when using drag & drop to add media 2014-06-22 00:04:45 +01:00
Nick Hall
2706bfb552 7842: Fix custom place types in the place editor
Allow place type combobox to receive focus.
Store custom place types in the metadata table.
2014-06-21 17:34:22 +01:00
Nick Hall
604e9ac9aa 7836: Limit the number of generations displayed in the ancestor gramplet 2014-06-21 14:25:44 +01:00
Nick Hall
bcb9141273 7834: export of a subset of the tree fails 2014-06-19 12:06:36 -07:00
Ross Gammon
166dace001 7828: Syntax Error with python3 on test function for Ukrainian relationship calculator 2014-06-17 16:50:58 +02:00
Jérôme Rapinat
3b5eb5adf3 Bump to 4.1.1 2014-06-16 15:12:27 +02:00
Jérôme Rapinat
c031eea046 typo on versioning 2014-06-15 13:52:27 +02:00
Jérôme Rapinat
5f722e4c6c make official '4.1.0' release 2014-06-15 13:37:09 +02:00
Paul Franklin
dc175ea1a1 add translated-output option to B.R. TOC and Index reports 2014-06-14 13:38:26 -07:00
Paul Franklin
707edf3df0 Fix alphabetic index and toc bug in books
Another bad indent from master commit [796240] (and gramps40 [3196f8])
2014-06-13 09:24:31 -07:00
Marc Hulsman
076d514cd2 Add unit test for treemodel nodes 2014-06-12 22:55:35 +01:00
Marc Hulsman
35c4236f27 Add unit test for tree cursors 2014-06-12 22:55:29 +01:00
Nick Hall
baf368c049 7471: Fix python3 sort key errors
Ensure input to strxfrm is correct type.
Apply patch by Marc Hulsman.
2014-06-12 22:06:28 +01:00
Nick Hall
ccd6c3143e Fix alphabetic index and toc bug in books
Bad indent introduced in commit [796240].
2014-06-11 22:34:20 +01:00
Paul Franklin
c7ffa8d075 7398: Gedcom import deletes first char of notes 2014-06-11 10:06:21 -07:00
Paul Franklin
e8ba397f75 improve plugin warning 2014-06-08 13:03:10 -07:00
Paul Franklin
f21e23cd70 7678 typo 2014-06-08 12:59:16 -07:00
Jérôme Rapinat
d16feb7265 7678: some gir modules were not called 2014-06-07 13:28:18 +02:00
Jérôme Rapinat
6e25dd83f5 7678: some fixes around gettext and messages handling 2014-06-07 13:02:27 +02:00
Paul Franklin
090721408b 7784 "IndexError: list index out of range" on [initial CLI "gramps -t"] 2014-06-05 08:02:37 -07:00
Jérôme Rapinat
ed284d44a5 7678: typo, missing self argument on fallback for personpos_at_angle() 2014-06-04 12:12:02 +02:00