Vassilii Khachaturov
3b868f6eab
* From Egor Reentov <Egor.Gramps@gmail.com>:
...
Adding i18n of strings in AncestorTree.py and DescendTree.py
(CR'ed with Benny's and Jerome's help --- thanks a lot, folks!)
* Merged Egor's and other recent new strings into ru.po
(from a local gramps.pot - not checking it in)
"POT-Creation-Date: 2011-02-20 20:52+0200\n"
* Minor fixes of ru.po along the way
svn: r16683
2011-02-20 19:41:37 +00:00
Craig J. Anderson
b1876829fb
Somehow a not had been removed from an if statement making the report only show one level of spouses max. Inserted the not again.
...
fixes error 4603
svn: r16650
2011-02-17 16:57:43 +00:00
Craig J. Anderson
4232d8b621
Updates to all three reports.
...
Ancestor
Descendant
Family Descendant
fixes error 4602, 4603
and other errors I found
svn: r16626
2011-02-15 23:31:16 +00:00
Craig J. Anderson
baaa890efc
added 'raise ReportError' if the person/family is not in the database (cli mostly)
...
svn: r16596
2011-02-10 14:41:46 +00:00
Craig J. Anderson
74c7fbed87
fixed 4602
...
fixed 4623
various code clean up
svn: r16595
2011-02-10 03:55:34 +00:00
Jérôme Rapinat
c67d02847b
4326: typos (by PaulFranklin); part I
...
svn: r16543
2011-02-02 18:33:16 +00:00
Gerald Britton
adf976821f
Remove unneeded line continuations and tidy up
...
svn: r16472
2011-01-25 18:47:12 +00:00
Gerald Britton
e8f9c8422a
Tweaks to graphical tree reports
...
svn: r16422
2011-01-21 14:30:14 +00:00
Jérôme Rapinat
e2fcc1d9d0
Avoid quote warnings during '$ make distcheck'
...
svn: r16414
2011-01-19 16:16:21 +00:00
Craig J. Anderson
7e9ed2e31f
added back copyright notices
...
added great updates given to me by Gerald Britton
svn: r16402
2011-01-17 20:52:25 +00:00
Jérôme Rapinat
526268641a
typos (contribution by Paul Franklin)
...
svn: r16393
2011-01-17 08:31:26 +00:00
Craig J. Anderson
459bc9e87b
removed '+' from
...
_("text" +
"more text")
lines to help with translations.
svn: r16391
2011-01-16 20:47:57 +00:00
Craig J. Anderson
5fad02da57
accidently backed out some work dealing with shadows.
...
svn: r16390
2011-01-16 04:35:07 +00:00
Craig J. Anderson
21772a92db
update shadows to be more like Descendant report
...
updated _fill function to be iterative. not recursive.
svn: r16389
2011-01-16 04:27:43 +00:00
Craig J. Anderson
b159aa02c2
small updates. remove box.shadow and used report_opt.box_shadow
...
also removed .prev from Descendant reports.
updated shadows to be more consistent.
svn: r16380
2011-01-14 19:20:19 +00:00
Craig J. Anderson
8145163220
This is speed/memory improvement number 1 for the Ancestor report
...
added a CalcItems helper class to calculate text for boxes.
also fixed some strings that were concatinated (due to length),
but did not have a space at the end or beginning.
svn: r16367
2011-01-12 03:16:48 +00:00
Jérôme Rapinat
3d8e5d5311
4326: typo (contribution by Paul Franklin)
...
svn: r16357
2011-01-10 09:20:13 +00:00
Craig J. Anderson
df9825821b
In this commit:
...
Update Ancestor report
Updated Descendant report
new Family Descendant report
new docs for these reports are found at
http://www.gramps-project.org/wiki/index.php?title=User:Ander882
included into trunk for hopeful inclusion into 3.3
svn: r16348
2011-01-07 16:11:17 +00:00
Doug Blank
801f3218b4
fixed surname; added bold holidays; sorted events pers day, holidays last; removed duplicate entry in US 2011; added Mardi Gras in US
...
svn: r16295
2010-12-17 17:26:02 +00:00
Craig J. Anderson
de35544b79
The new version of SubstKeywords by ander882@hotmail.com
...
docs at: http://www.gramps-project.org/wiki/index.php?title=Display_formatting33
svn: r16252
2010-12-06 03:10:35 +00:00
Peter Landgren
919f632993
Issue 4162, correction of box width.
...
svn: r15702
2010-08-11 07:00:14 +00:00
Brian Matherly
df32be43de
0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
...
svn: r15294
2010-05-01 04:12:42 +00:00
Doug Blank
dcfb25abc4
Trunk is now version 3.3.0
...
svn: r14653
2010-03-06 22:47:25 +00:00
Craig J. Anderson
bf09340cb7
(1)Removed dependancy on (not needed) dependancy SubstKeywords. (2)Code cleanup. (3)better use of def get_info.
...
svn: r14637
2010-03-05 21:36:59 +00:00
Doug Blank
843fb89ba0
Plugins required to be correct version
...
svn: r14300
2010-02-10 12:13:47 +00:00
Rob G. Healey
28b8f6a0f3
Fixed BirthdayReport and Calendar report from errors in commit 14178, which I created.
...
svn: r14185
2010-02-01 23:07:44 +00:00
Rob G. Healey
377b0937f6
Remove GrampsLocale.long_months for DateHandler.display.long_months.
...
svn: r14178
2010-02-01 09:57:14 +00:00
Gerald Britton
90a172393d
fix little bug checking for wrong condition
...
svn: r14158
2010-01-28 19:35:51 +00:00
Gerald Britton
07decce138
Tweaks
...
svn: r14143
2010-01-26 14:21:51 +00:00
Gerald Britton
8f0582df8a
Use built-in functions to replace for loops:
...
Old code:
for x in y:
f(x)
New Code:
map(f, y)
Also use defaultdict instead of simple dict when advantageous and use list comprehensions
instead of for loops where map() could be used but requires lambdas.
svn: r14135
2010-01-25 17:45:21 +00:00
Brian Matherly
f04880ec09
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
...
svn: r14091
2010-01-18 04:42:17 +00:00
Brian Matherly
c5f54d0cfc
Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
...
svn: r14072
2010-01-14 04:08:04 +00:00
Jérôme Rapinat
f56402cf37
3473: To dynamicaly change calendar option on the Gramps session
...
svn: r14008
2010-01-09 17:51:58 +00:00
Jérôme Rapinat
bf944b0de3
2385: drawreports and multiple calendars
...
svn: r13925
2009-12-27 11:09:58 +00:00
Doug Blank
ab3dfe1415
3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
...
svn: r13894
2009-12-23 15:55:58 +00:00
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Rob G. Healey
35b2dee97a
Added to *.gpr.py files and WebCal. Updated EventList and add _find_death_date().
...
svn: r13878
2009-12-21 07:44:25 +00:00
Doug Blank
3a8b4d7e40
Moved fallback functions from Db to gen.utils
...
svn: r13876
2009-12-21 05:58:55 +00:00
Jérôme Rapinat
b02a7cb4c6
2385: Fan chart and multiple calendars
...
svn: r13783
2009-12-13 14:22:57 +00:00
Jérôme Rapinat
9a23a34ff1
#2385 : Fan chart and multiple calendars (only for years on french calendar; < 15)
...
svn: r13744
2009-12-09 08:37:08 +00:00
Brian Matherly
6392a15610
Add draw_wedge function that was removed from ReportUtils.py.
...
svn: r13735
2009-12-06 22:42:12 +00:00
Jérôme Rapinat
927ac824b9
#2385 : Fan chart and multiple calendars (like TimeLine.py)
...
svn: r13725
2009-12-06 09:38:10 +00:00
Doug Blank
e07455b891
3410: holidays.xml is reported to not load from user's plugin directory
...
svn: r13703
2009-12-05 03:09:21 +00:00
Jérôme Rapinat
15f9344340
3391: Some sentences missed the final dot
...
svn: r13674
2009-11-26 11:13:44 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +00:00
Brian Matherly
9b1392c912
Clean up descendant tree - PEP8, naming, etc.
...
svn: r13603
2009-11-17 05:11:32 +00:00
Brian Matherly
c43c3beba0
Clean up ReportUtils: Move text strings into "Narrator" class in libnarrate. Remove unused functions. Move functions out that are only used once.
...
svn: r13474
2009-10-31 21:36:57 +00:00
Benny Malengier
53de46901e
add license to gpr.py files
...
svn: r13424
2009-10-26 19:15:58 +00:00
Benny Malengier
cad5461b2d
3282: Gramps should only display marriage event with role = family (or primary)
...
svn: r13411
2009-10-25 16:52:45 +00:00
Benny Malengier
d25cdc3958
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
...
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager
svn: r13405
2009-10-25 13:52:29 +00:00