Commit Graph

105 Commits

Author SHA1 Message Date
Jérôme Rapinat
e66777a888 enable translation on title enum list
svn: r17188
2011-04-21 16:28:04 +00:00
Craig J. Anderson
b5b20b7f7d small error found and fixed.
svn: r17079
2011-04-07 22:46:07 +00:00
Craig J. Anderson
19f254e3a1 missing space
svn: r17076
2011-04-07 17:04:28 +00:00
Craig J. Anderson
2b2f7cc7ca fixes:
http://www.gramps-project.org/bugs/view.php?id=4767#c18712
http://www.gramps-project.org/bugs/view.php?id=4603#c18711
this could well be final for these two reports.


svn: r17074
2011-04-07 16:58:02 +00:00
Craig J. Anderson
0cbeb502e9 updates as per: http://www.gramps-project.org/bugs/view.php?id=4767#c18708
svn: r17070
2011-04-07 01:50:45 +00:00
Craig J. Anderson
4f076b9de7 updates for: http://www.gramps-project.org/bugs/view.php?id=4767#c18699
svn: r17067
2011-04-06 20:07:28 +00:00
Craig J. Anderson
f247582a8c fixes error found on: http://www.gramps-project.org/bugs/view.php?id=4603#c18674
basically the children of a spouse of a spouse are not direct descendants.  do not bold them


svn: r17063
2011-04-06 16:43:26 +00:00
Craig J. Anderson
4350b0d073 incramental update for: http://www.gramps-project.org/bugs/view.php?id=4767
re 18636:  Ok, I've gone with 'Whether to include a separate marital box in the report'

re 18637:
1) missing information is a future feature.  
a check box to "include placeholders for missing generations"...  I'll think about it.  But I think I may go your way.

2) it deals with space available for missing boxes.  Or instead of displaying an empty box with "include placeholders for missing generations" above, no box is displayed and the space for it is still there.

3) This has nothing to do with marriages boxes.  Fathers have a display format, and Mothers have a display format.  The center person is neither a Father or Mother.  So which display box should we use?

4) good.  But most common?  I have no idea what those are...  I'll think about it, but if you have any ideas...

5) Done

6) Done and Done (above)

7) I was thinking that scale was sizing and resizing is sizing too.  Hense the 's'.  I may still be wrong.

8) I'm under the impression that people don't see the tool tip.

9) wow.  checked a 3.2 version and there is no 'include title' option...  wow.

10) I don't see a 'include border' either in 3.2.  Set to default to False

11) done but I can't seem to get the text box or enumerated list to be greyed out.  I'll work on it more.


svn: r17047
2011-04-05 14:49:34 +00:00
Craig J. Anderson
c50862b54e updates to fix: http://www.gramps-project.org/bugs/view.php?id=4767
Ancestor report:
- removed father uses main option
  changed to 'center person uses' option on tree tab
- option main_disp to father_disp
- opton sec_dis to mother_disp
- moved secondary tab to display tab
- display boxes are now labeled 'father display' and mother display'

Descendant report:
- changed cli opts to 'descend_disp' and 'spouse_disp'
- removed 'use separate display for spouses'
- changed default note location to bottom left

Both reports:
- added 'Sizes' tab to hold scale and resize options only
- 'print' tab is now the 'include' tab
- options on the include tab say 'include' instead of 'print'
- moved 'Note' tab into the 'include' tab and labeled 'include note'
- moved some of the resize tooltip into the description
- tried to get the 'compress' tool tip a little better



svn: r17030
2011-04-03 01:13:32 +00:00
Craig J. Anderson
822c49a472 This is a fix for: http://www.gramps-project.org/bugs/view.php?id=4767
Unified cli option names
removed a '2' from a class name


svn: r16999
2011-03-30 23:33:01 +00:00
Craig J. Anderson
d02df00f93 updated this file to show version 3.4 instead of 3.3
svn: r16929
2011-03-25 15:40:42 +00:00
Craig J. Anderson
b2bc4d13e5 Fixes: http://www.gramps-project.org/bugs/view.php?id=4729
Modified how the first two options on the 'page' tab are worded
also removes the 'Resize Page to Fit Tree size.' option in the bookreport
-This line, and those below, will be ignored--

M    src/plugins/drawreport/AncestorTree.py
M    src/plugins/drawreport/DescendTree.py
M    src/plugins/drawreport/drawplugins.gpr.py


svn: r16928
2011-03-25 15:36:49 +00:00
Doug Blank
a00dcd0c2b Move all trunk plugins to version 3.4
svn: r16874
2011-03-21 20:43:00 +00:00
Craig J. Anderson
1c8384ff20 fixes for error:
http://www.gramps-project.org/bugs/view.php?id=4751

Too much work was done inside of __init__.  Moved it out.


svn: r16842
2011-03-17 16:28:18 +00:00
Craig J. Anderson
ed32530f57 Fixes (part one) for
http://www.gramps-project.org/bugs/view.php?id=4727
too much report work was done in __init__()  Moved it to begin_report()

also modified libtreebase to not have so many pointers to .doc


svn: r16777
2011-03-07 15:54:03 +00:00
Gerald Britton
0bf7dbc351 0004715: Statistic Diagram Parameter box too big for 1024x768\
regression from commit 16035

svn: r16754
2011-03-04 14:13:16 +00:00
Craig J. Anderson
62a951147b found that the 'one page' option should be false by default.
svn: r16747
2011-03-02 18:02:11 +00:00
Craig J. Anderson
97040bfd6e Updated MakeAncestorTree.recurse to MakeAncestorTree.iterate
an iterative version of recurse.  Mostly done to try and reduce
memory usage.  Use
http://www.gramps-project.org/bugs/view.php?id=4670
http://www.gramps-project.org/bugs/view.php?id=4708
to test.



svn: r16735
2011-03-01 03:17:33 +00:00
Craig J. Anderson
84d40e946d This is in responce to:
http://www.gramps-project.org/bugs/view.php?id=4670
1. cannot display individuals without parents (AncestorsTree)

Also a little code cleanup to prepare for an iterative
version of recurse


svn: r16731
2011-02-28 16:21:41 +00:00
Doug Blank
fd4c68835d Removed debugging code
svn: r16707
2011-02-23 23:39:11 +00:00
Gerald Britton
3ff2a2ef91 Simplify using partials and lambdas
svn: r16704
2011-02-23 18:23:56 +00:00
Gerald Britton
045ecbab89 Teaks for readability
svn: r16689
2011-02-21 15:46:07 +00:00
Vassilii Khachaturov
1a41a34b30 harmonize l10n string with DescendTree.py, by suggestion from Egor
svn: r16685
2011-02-20 21:44:55 +00:00
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