4811 Commits

Author SHA1 Message Date
Stanislav Bolshakov
ebca378ce6 Add translation context to ChildRefType
Needed for Russian.
2022-03-13 22:36:57 +00:00
SNoiraud
01c7227e4a Kinship report: change max number of generations
Fixes #12004
2022-03-12 22:37:28 +00:00
Christopher Horn
dfe221d48e Add round trip Ancestry.com _APID tag support
Implements #9925
2022-03-12 22:32:50 +00:00
Stanislav Bolshakov
3b59aa3a44 Minor string fixes
Add or remove whitespace.
Append full stops to ends of sentences.
Remove full stops after ellipses.
2022-03-12 22:09:39 +00:00
Nick Hall
795e1abd0f Change "death cause" to "cause of death" 2022-03-12 22:05:04 +00:00
Nick Hall
e0cb1125f2 Provide better formatting for the import statistics
Also fix concatenation bug.
2022-03-12 17:19:22 +00:00
Nick Hall
72220a5038 Enhance InfoDialog to display simple tables 2022-03-12 17:06:41 +00:00
zradosłav
255d4e4997 Geography: remove redundant class members 2022-03-11 23:43:34 +00:00
zradosłav
13bff0de47 Geography: simplify popup menu builder 2022-03-11 23:40:54 +00:00
zradosłav
57711d29ae Geography: Use Gtk.SeparatorMenuItem instead of empty Gtk.MenuItem 2022-03-11 23:40:54 +00:00
zradosłav
2b38921991 Geography: Change Gtk.MenuItem to Gtk.CheckMenuItem for map providers 2022-03-11 23:40:54 +00:00
SNoiraud
9b5e96590e Add "All supported files" as file type selection
Fixes #12161
2022-03-11 22:58:29 +00:00
SNoiraud
30a58130a5 Date input: allow yyyy-mm for iso format 2022-03-11 21:30:19 +00:00
SNoiraud
6d24ab7d75 Gramps crashes on import of large KML file
Fixes #11954
2022-03-10 22:12:07 +00:00
Nick Hall
45f4b711a3 Fix bug preventing Gramps from starting.
Small mistake in commit 22c1d79eaeb655584c48b6cdb452a1015ca656a3.
2022-03-07 19:54:23 +00:00
David Straub
eb6ee86d09 Skip inspect.stack also when debug logging is disabled 2022-03-07 19:07:02 +00:00
David Straub
22c1d79eae Wrap inspect.stack in if __debug__ 2022-03-07 19:07:02 +00:00
André Apitzsch
fd26b5f066 Replace TEMP_DIR by tempfile object 2022-03-07 18:55:45 +00:00
Nick Hall
dd29d9f29c Fix datehandlers for round trip
Parsers should be able to parse the output from the displayer.
2022-03-06 22:01:22 +00:00
Nick Hall
857f6a1c8e Enhance date handler tests
* Add tests for all languages with a custom date handler.
* Remove some months so that the tests run quicker.
2022-03-06 22:01:21 +00:00
Nick Hall
a10de553c1 Link to translated wiki pages in welcome gramplet 2022-03-06 21:33:06 +00:00
Tammo Jan Dijkema
2aaeea8784 Add fanchart option with overhang
A fanchart consisting of half a circle fills paper with aspect ratio
1:2. Common paper and screens have larger aspect ratios (e.g. 16:9 or
1:1.41). By adding an overhang to the fanchart, more space can be used.
2022-03-05 22:41:04 +00:00
Tammo Jan Dijkema
2b033dfaff Do not round rotation in SVG
When making >8 generation fan charts, the rounding of rotation becomes visible. SVG does not force rotation to be integers, so better not round this.
2022-03-05 22:17:00 +00:00
Bora Atıcı
ca0e77d1f4 Add Turkish Relationship Calculator 2022-03-05 18:06:19 +00:00
Himanshu Gohel
e2591b9766 Fix spelling of "Descendants"
Resolves #12535
2022-03-01 22:35:53 +00:00
SNoiraud
84d523a109 Geography: better management when closing database 2022-03-01 22:12:18 +00:00
prismatisch
990d4ed1b2 Add source icon to editor dialogs
Implements #11372.
2022-02-27 17:58:06 +00:00
SNoiraud
557c1c724a Geography: add two new icons 2022-02-26 19:03:42 +00:00
prculley
e468072694 Tests update for Note rework 2022-02-26 18:17:06 +00:00
prculley
18c61c3e1b Note LINK support for merge of other objects 2022-02-26 18:17:06 +00:00
prculley
1d29196344 Note LINK support for deletes of other objects 2022-02-26 18:17:06 +00:00
prculley
f57c38e220 Support Note LINKS as backlinks 2022-02-26 18:17:06 +00:00
prculley
11d5a64643 Fix MultiSelectDialog for two issues;
1) it would rerun an 'ok' after a 'no' on same object if the
     user selected 'Use answer for rest'.
  2) Dialogs called within an operation would have wrong parent.
2022-02-26 18:17:06 +00:00
prculley
80908fc6f7 Rework primary object Deletes in views 2022-02-26 18:17:06 +00:00
Nick Hall
c01b81809a Update gramps.pot 2022-02-25 22:47:19 +00:00
Nick Hall
f54104a71b Fix translation context regression 2022-02-25 22:36:02 +00:00
Dave Scheipers
d585e99c5a Update welcome gramplet 2022-02-25 17:31:39 +00:00
Matthias Kemmer
1a94c7868a Add option name_format to treedoc
Implements #12136
2022-02-23 22:35:47 +00:00
Matthias Kemmer
de3648df39 Add a note gramplet for NoteView 2022-02-23 22:01:27 +00:00
Serge Noiraud
84da4b896b
Symbols enhancement
* Add the possibility to set all default value to a string.
* Gui configuration improvement.
* Possibility to drag and drop a symbol from the symbol list.  In this case, the glyph must be present in the current font to be displayed.
* Replace death symbol by buried, cremated or killed symbol depending on the event type.
2022-02-23 19:24:22 +00:00
vantu5z
f290fd9bcf Use a contrasting text color in pedigree view
White text shows up better in boxes with a dark background color.

Fixes #11799
2022-02-22 22:39:46 +00:00
Dave Scheipers
a6773e3612 Add Abbreviation column to source and citation selectors
Implements #11710
2022-02-22 22:02:43 +00:00
SNoiraud
5b31272c7c Geography: better handling of bad tile path
Fixes #11629
2022-02-22 19:30:44 +00:00
Nick Hall
183280b35a Add unit tests for quarter dates 2022-02-19 21:09:43 +00:00
Steve Youngs
76ee061b25 Teach DateParser about calendar quarter dates
The calendar year can be divided into four quarters, often abbreviated
as Q1, Q2, Q3, and Q4. Q1 is 1 January to 31 March, Q2 1 April to
30 June, Q3 is 1 July to 30 September and Q4 is 1 October to 31 December

This commit teaches DateParser to parse quarter dates and represet them
as a date range. An example quarter date is "Q2 2020" which is converted
to "between 1 April 2020 and 30 June 2020". This is a one way conversion
2022-02-19 21:08:36 +00:00
CWSchulze
47b57d5b59 Enable "file:///" URI paths for addons location 2022-02-19 18:37:27 +00:00
John Muccigrosso
b9d2c0f00e Increase information in database summary text report
Add type counts for events, places, sources, citations,
repositories and notes.
2022-02-18 23:29:10 +00:00
John Muccigrosso
33e0345eb0 Fix presumed typo in menu item
"Sorts events" should be "Sort events".
2022-02-18 23:05:52 +00:00
John Muccigrosso
e28a37ba14 Explicitly set birth name in GEDCOM export
Following discussion at https://gramps.discourse.group/t/distinguish-birth-and-married-names-in-ged-file/815/7 .
2022-02-18 22:49:17 +00:00
prculley
ba0c222c4e Relationship Graph: Add option for 'offset parents'
Replaces 'use subgraph' option
Fix extra node appearing when a spouse is filtered out

Fixes #11550, #11494
2022-02-18 20:40:08 +00:00