Commit Graph

121 Commits

Author SHA1 Message Date
Josip Pisoj
53c9c30890 bug #5554: Automake problem
svn: r18851
2012-02-10 20:25:15 +00:00
Paul Franklin
4cdc101c26 typos (and one file's SVN properties)
svn: r18651
2011-12-24 19:08:19 +00:00
Paul Franklin
4b5c061554 typos
svn: r18639
2011-12-19 22:43:21 +00:00
Paul Franklin
3c54cda718 typos
svn: r18594
2011-12-13 17:10:21 +00:00
Paul Franklin
c83653f017 for Python files and Makefile.am files in the "src" (only) sub-tree:
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none


svn: r18554
2011-12-06 16:56:50 +00:00
Paul Franklin
0d819226ec 5187: Plugins twice on plugin list -- slight name change, to unique ones
svn: r18528
2011-11-29 01:24:09 +00:00
Jérôme Rapinat
1a47bb5287 5187: Plugins twice in plugin list; more descriptive as suggested by Paul F.
svn: r18419
2011-11-09 12:20:08 +00:00
Jérôme Rapinat
5aac8af130 5187: Plugins twice in plugin list (use book description)
svn: r18414
2011-11-08 10:16:44 +00:00
Jérôme Rapinat
37d7927a8f 5187: Plugins twice in plugin list
svn: r18407
2011-11-07 08:41:45 +00:00
Jérôme Rapinat
2b0b029a8e 5338: Family Descendant Chart text errors; english locale -> gen.ggettext
svn: r18395
2011-11-01 13:25:30 +00:00
Jérôme Rapinat
64bbc22485 5338: Family Descendant Chart text errors
svn: r18389
2011-10-31 09:54:23 +00:00
Brian Matherly
93ec059b3d Remove ErrorDialog and WarningDialog from reports. Replace with User.warn() and User.notify_error().
svn: r18388
2011-10-31 02:40:19 +00:00
Brian Matherly
789e59ba50 Cleanup Timeline Report and improve handling of data with no dates.
svn: r18385
2011-10-30 05:26:08 +00:00
Brian Matherly
0b8ea1202d Implement new "User()" class for reports to indicate progress and prompt the user. This allows the removal of from "gui.utils import ProgressMeter" from reports so that they don't depend on gui.
svn: r18378
2011-10-29 05:02:33 +00:00
Craig J. Anderson
dd92bf6e1a fixes:
http://www.gramps-project.org/bugs/view.php?id=5175
put in a valid email address



svn: r18168
2011-09-15 00:19:26 +00:00
Brian Matherly
b0b919d148 Patch from Paul Franklin - Partial work for: 0004646: reports cannot be run from the command line in a non-GUI environment
svn: r18047
2011-08-19 01:57:43 +00:00
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