|
1ff2b969c4
|
0005529: Implement clickable links in reports, at least for odf. Implemented for odf output only, using mark.type LOCAL_HYPERLINK and LOCAL_TARGET.
svn: r18766
|
2012-01-24 18:13:23 +00:00 |
|
|
abddb6bcf6
|
0005528: ODF output fails validation. Added generation of settings.xml, and fixed illegal characters in style-name
svn: r18765
|
2012-01-24 16:00:11 +00:00 |
|
|
e5a490d5da
|
5317: Multi-line photo captions are not rendered correctly in output reports
patch from Adam Stein <adam@csh.rit.edu>
svn: r18760
|
2012-01-22 04:03:29 +00:00 |
|
|
bb6ad450e3
|
Patch by Adam Stein <adam@csh.rit.edu > - Partial completion of "0002513: Using section/region on media_ref as thumbnail on reports"
svn: r17917
|
2011-07-12 03:30:58 +00:00 |
|
|
4750ab4816
|
Endnotes improvment, see issue 4997 & 4998.
svn: r17809
|
2011-06-19 11:47:22 +00:00 |
|
|
b49ca7608e
|
0004905: Bug in ODF output format that ONLY crops the first image correctly (Patch from Adam Stein)
svn: r17483
|
2011-05-13 03:58:41 +00:00 |
|
|
3d4f4f031c
|
Patch from Adam Stein <adam@csh.rit.edu>: Add support for links and cropped images in ODF document output. Also related to: http://www.gramps-project.org/bugs/view.php?id=4774
svn: r17451
|
2011-05-08 03:29:36 +00:00 |
|
|
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 |
|
|
a5122b4d1d
|
4370: Reports in ODT format are corrupted
svn: r16210
|
2010-11-18 20:19:50 +00:00 |
|
|
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 |
|
|
f89bfe0796
|
copyright Jakim Friant, ticket 4237: Line Styles in Report not Fully Supported
svn: r15911
|
2010-09-17 12:08:38 +00:00 |
|
|
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 |
|
|
7244e05a25
|
Optimize docgen backends by consolidating calls to write methods
svn: r15527
|
2010-06-04 17:19:26 +00:00 |
|
|
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 |
|
|
df32be43de
|
0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
|
2010-05-01 04:12:42 +00:00 |
|
|
56c85f0255
|
3815: Notes with html show verbatim in narrative web
svn: r15169
|
2010-04-16 20:59:10 +00:00 |
|
|
ac90dd4db5
|
ODFDoc : Issue 2576 : change run-through form background to foreground.
svn: r14916
|
2010-03-23 18:40:24 +00:00 |
|
|
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 |
|
|
27dd026a97
|
Fix of issue 2848.
svn: r14064
|
2010-01-13 18:40:55 +00:00 |
|
|
aec92a4929
|
ODFDoc : issue 3439, 3440, 3461, 3462
svn: r14026
|
2010-01-11 08:11:50 +00:00 |
|
|
da41542da6
|
ODFDoc : issue 3440; only remove fo:max-height.
svn: r13989
|
2010-01-07 20:40:24 +00:00 |
|
|
06f3521239
|
ODFdoc : issues 3439, 3440, 3461 and 3462.
svn: r13867
|
2009-12-20 23:51:18 +00:00 |
|
|
ed619cfdd6
|
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
|
2009-10-24 13:53:20 +00:00 |
|
|
442eaf9923
|
ODFDoc : issue 3187 : <, > and & should be escaped
svn: r13118
|
2009-08-25 16:48:12 +00:00 |
|
|
3d13046fa0
|
ODFDoc : Styled notes : Bad format, font, indents and spacing.
svn: r13113
|
2009-08-23 22:00:34 +00:00 |
|
|
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 |
|
|
e60588a5b0
|
ODFDoc : highlight problem in styled notes.
svn: r13081
|
2009-08-19 22:01:28 +00:00 |
|
|
6e7970895d
|
ODFDoc : forgot to suppress a print line.
svn: r13056
|
2009-08-17 22:38:50 +00:00 |
|
|
786bf9b1fd
|
ODFDoc : Styled notes integration.
svn: r13054
|
2009-08-17 22:23:26 +00:00 |
|
|
fdfacd972c
|
Minor tweaks to use slices instead of lists of items
svn: r12705
|
2009-06-25 13:41:16 +00:00 |
|
|
ae28b8538b
|
Fixed Utils.open_file_with_default_application() to gui.utils instead of Utils now. Works again.
svn: r12699
|
2009-06-23 20:49:18 +00:00 |
|
|
aa5aa031c0
|
fix ODF output put, prettify kinship html output
svn: r12657
|
2009-06-12 07:31:30 +00:00 |
|
|
a177da80b0
|
2707: Add markup notes to html output
Part 2: enable css, clean up code.
TODO: better output, support in default css files, test
svn: r12644
|
2009-06-08 23:19:37 +00:00 |
|
|
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 |
|
|
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 |
|
|
a01e27d254
|
ODFDoc : internal permission of files and encoding.
svn: r12514
|
2009-05-08 20:22:56 +00:00 |
|
|
c56c25b932
|
Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read.
svn: r12359
|
2009-03-19 02:24:29 +00:00 |
|
|
0214b842cd
|
Remove the "print_label" construct from the reports. The only label is "Open with default viewer". No need to check the mime type or to look for the default application because Gramps uses the host OS to figure it out for the user.
svn: r12351
|
2009-03-16 04:22:12 +00:00 |
|
|
cfadb3fafc
|
issue 2688: some wrong bindings and <super> not working yet. All should work now
svn: r11957
|
2009-02-10 23:07:35 +00:00 |
|
|
3259b393da
|
Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know.
svn: r11781
|
2009-02-01 04:21:17 +00:00 |
|
|
3f95d8ddb7
|
Plugins Restructure: Move docgen plugins into plugins/docgen.
svn: r11652
|
2009-01-18 04:59:14 +00:00 |
|