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
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
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
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
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
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
Brian Matherly
9b1392c912
Clean up descendant tree - PEP8, naming, etc.
...
svn: r13603
2009-11-17 05:11:32 +00:00
Benny Malengier
ed619cfdd6
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
...
svn: r13400
2009-10-24 13:53:20 +00:00
Gerald Britton
a052bc3c63
Tweaks to use inplace arithmetic
...
svn: r13184
2009-09-09 20:37:26 +00:00
Raphael Ackermann
30d6eebd0b
0002542: Crash whilst generating web pages from command line
...
Throwing Report Error if center person is not in database. Added catching of Report Error to CommandLineReport
if using GUI it is not possible to cause this, as you have to select a person that is in the DB. However on the command line you can specify any PID and even no person with that pid exists an error was thrown.
svn: r13004
2009-08-14 07:14:25 +00:00
Benny Malengier
fb3ec68c6a
part 3 : split basedoc in files, remove Utils dependance, move fontscale in gen,
...
update build system
svn: r12603
2009-05-31 14:59:56 +00:00
Benny Malengier
8dd7adc607
part 2 basedoc: move BaseDoc.py to /gen/plug/docgen and add /gen/plug/docbackend
...
that was missing in part 1
Still to come: makefiles and splitting new basedoc.py in small files
svn: r12591
2009-05-29 22:25:44 +00:00
Gerald Britton
021b754939
Bug 3011: change old-style classes to new-style classes
...
svn: r12559
2009-05-21 17:19:50 +00:00
Benny Malengier
bf305d9251
2665: PDF: Paginate error in descendant chart (graphical) on person without descendants
...
svn: r11986
2009-02-14 13:45:44 +00:00
Benny Malengier
e57f18a698
2586: Add spouses to the Descendant Tree report
...
Avoid crash on no spouse, patch by Craig
svn: r11732
2009-01-26 08:53:29 +00:00
Benny Malengier
b742846a7a
2586: Add spouses to the Descendant Tree report
...
svn: r11671
2009-01-20 09:10:01 +00:00
Brian Matherly
96f9411caa
Move all draw reports into plugins/drawreport.
...
svn: r11634
2009-01-16 21:10:36 +00:00