Doug Blank
a00dcd0c2b
Move all trunk plugins to version 3.4
...
svn: r16874
2011-03-21 20:43:00 +00:00
Brian Matherly
e6befe67b9
Separate some general code from GUI specific code - particularly for graph generators so that graphs can be generated from the CLI.
...
svn: r16838
2011-03-17 03:02:36 +00:00
Craig J. Anderson
1a3a101420
Fixed issue 4670.
...
'one_page' option in the Ancestor/Descendant graphical repororts did not
change the page type to 'custom'.
also landscape orientation did not switch the page.height and page.width
properties which made items print outside the page and give infinate loop
errors.
svn: r16708
2011-02-24 17:11:35 +00:00
Jérôme Rapinat
0f8a04fa52
typo - PostScript trademark (contribution by Paul Franklin)
...
svn: r16693
2011-02-22 08:58:50 +00:00
Gerald Britton
a19e65073c
Use built-in map function to simplify some list comprehensions
...
svn: r16636
2011-02-16 20:06:40 +00:00
Jérôme Rapinat
7028619387
4612: 'elf' instead of 'self' (fixed by Harald Rosemann)
...
svn: r16585
2011-02-06 13:08:45 +00:00
Gerald Britton
adf976821f
Remove unneeded line continuations and tidy up
...
svn: r16472
2011-01-25 18:47:12 +00:00
Benny Malengier
a5122b4d1d
4370: Reports in ODT format are corrupted
...
svn: r16210
2010-11-18 20:19:50 +00:00
Benny Malengier
0c17ab1b2f
4292: Error in RTF output
...
svn: r16013
2010-10-19 15:37:55 +00:00
Peter Landgren
1d8a776cd3
Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk.
...
svn: r15959
2010-10-09 12:33:47 +00:00
Benny Malengier
0c5b792c76
3969: [NarWeb] Narrated Web Site: Newlines and white space are not preserved in note text
...
Patch of Tim Lyons and Benny Malengier
svn: r15923
2010-09-23 21:03:15 +00:00
Benny Malengier
f89bfe0796
copyright Jakim Friant, ticket 4237: Line Styles in Report not Fully Supported
...
svn: r15911
2010-09-17 12:08:38 +00:00
Doug Blank
69b845c388
Census report made this value too big (it tried to make more than 50 columns) even though the US 1880 census only has about 24.
...
svn: r15815
2010-08-25 05:07:44 +00:00
Gerald Britton
7244e05a25
Optimize docgen backends by consolidating calls to write methods
...
svn: r15527
2010-06-04 17:19:26 +00:00
Serge Noiraud
59ab92808d
Open Document : Issue 4018 and 4017 : random page break + top and bottom margin for paragraphs.
...
svn: r15490
2010-05-27 19:12:11 +00:00
Nick Hall
a1c96c8a93
Append space to paragraph leader in ascii reports. (revert 15388)
...
svn: r15404
2010-05-13 17:12:18 +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
Peter Landgren
487d099611
Issue 3823, improved support for 2-byte unicode sequence.
...
svn: r15182
2010-04-17 13:57:51 +00:00
Benny Malengier
56c85f0255
3815: Notes with html show verbatim in narrative web
...
svn: r15169
2010-04-16 20:59:10 +00:00
Raphael Ackermann
e740d374a9
doc typos
...
svn: r15026
2010-04-04 11:58:34 +00:00
Serge Noiraud
ac90dd4db5
ODFDoc : Issue 2576 : change run-through form background to foreground.
...
svn: r14916
2010-03-23 18:40:24 +00:00
Doug Blank
dcfb25abc4
Trunk is now version 3.3.0
...
svn: r14653
2010-03-06 22:47:25 +00:00
Doug Blank
843fb89ba0
Plugins required to be correct version
...
svn: r14300
2010-02-10 12:13:47 +00:00
Peter Landgren
39ba257b49
make use of new module constfunc.
...
svn: r14284
2010-02-08 17:23:48 +00:00
Peter Landgren
a001b744b4
Notes and Endnotes look better now, but there are more to done.
...
svn: r14144
2010-01-26 19:00:16 +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
Peter Landgren
418618d856
Better output of pre- and unformatted notes and of end notes references.
...
svn: r14098
2010-01-19 12:47:48 +00:00
Peter Landgren
e18dd1d560
Better output of pre- and unformatted notes and of end notes references.
...
svn: r14097
2010-01-19 12:47:17 +00:00
Gerald Britton
517a5e3c90
Tweaks and minor refactoring
...
svn: r14096
2010-01-18 20:14:59 +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
Peter Landgren
98ad2bda38
Trying to fix Notes and end notes ref. It is better now, but still some more to do.
...
svn: r14079
2010-01-14 19:53:08 +00:00
Peter Landgren
27dd026a97
Fix of issue 2848.
...
svn: r14064
2010-01-13 18:40:55 +00:00
Serge Noiraud
aec92a4929
ODFDoc : issue 3439, 3440, 3461, 3462
...
svn: r14026
2010-01-11 08:11:50 +00:00
Serge Noiraud
da41542da6
ODFDoc : issue 3440; only remove fo:max-height.
...
svn: r13989
2010-01-07 20:40:24 +00:00
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Serge Noiraud
06f3521239
ODFdoc : issues 3439, 3440, 3461 and 3462.
...
svn: r13867
2009-12-20 23:51:18 +00:00
Doug Blank
2ed9ac56e4
Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items
...
svn: r13660
2009-11-23 01:39:29 +00:00
Jérôme Rapinat
22b476be8a
3343: Misnamed report format. Open Document to OpenDocument
...
svn: r13632
2009-11-19 11:13:39 +00:00
Doug Blank
f272ce3dd1
Move gtk-based items out of scope of import for cli
...
svn: r13599
2009-11-16 22:39:54 +00:00
Doug Blank
406e46eac9
Added link and underline sections to base and html docgen types; defaults to silent pass so that we can add to other docgen types without breaking anything yet
...
svn: r13587
2009-11-15 13:15:54 +00:00
Benny Malengier
e03cd66c2d
3304: current HTML modules add a newline for every doc.write_text()
...
svn: r13439
2009-10-28 08:15:16 +00:00
Benny Malengier
53de46901e
add license to gpr.py files
...
svn: r13424
2009-10-26 19:15:58 +00:00
Jérôme Rapinat
af0455bcdd
typo
...
svn: r13407
2009-10-25 14:58:17 +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
Jérôme Rapinat
d1fbb2bff9
3309: HtmlDoc module ignores title-style of reports (contribution by lcc)
...
svn: r13399
2009-10-24 07:17:04 +00:00
Doug Blank
edc6dc8f0f
3259: CSS ordering broken for html text reports from lcc
...
svn: r13333
2009-10-07 13:18:51 +00:00
Gerald Britton
941fff23ae
Tweaks to use inplace arithmetic
...
svn: r13191
2009-09-10 18:49:48 +00:00
Serge Noiraud
442eaf9923
ODFDoc : issue 3187 : <, > and & should be escaped
...
svn: r13118
2009-08-25 16:48:12 +00:00
Serge Noiraud
3d13046fa0
ODFDoc : Styled notes : Bad format, font, indents and spacing.
...
svn: r13113
2009-08-23 22:00:34 +00:00
Serge Noiraud
8e7c827c83
ODFDoc : More pylint compliant.
...
Duplicate styles and fonts suppression.
Multi line now works correctly : tested with multi-lines attribut.
svn: r13102
2009-08-21 20:54:14 +00:00