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 |
|
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
|
56c85f0255
|
3815: Notes with html show verbatim in narrative web
svn: r15169
|
2010-04-16 20:59:10 +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
|
27dd026a97
|
Fix of issue 2848.
svn: r14064
|
2010-01-13 18:40:55 +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 |
|
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
|
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 |
|
Benny Malengier
|
31f923bab6
|
avoid cli crash if css file is passed that does not exist
svn: r12807
|
2009-07-16 12:48:31 +00:00 |
|
Rob G. Healey
|
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 |
|
Benny Malengier
|
f78db6f418
|
2707: Add markup notes to html output. Finished
svn: r12654
|
2009-06-11 13:01:27 +00:00 |
|
Benny Malengier
|
e4de221227
|
2707: Add markup notes to html output: div and class elements
svn: r12647
|
2009-06-09 20:47:32 +00:00 |
|
Benny Malengier
|
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 |
|
Benny Malengier
|
542b1e404d
|
02707: Add markup notes to html output
part 1: remove template from html output
svn: r12631
|
2009-06-06 09:49:40 +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
|
5eb7e18dc6
|
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
|
2009-05-26 20:48:09 +00:00 |
|
Brian Matherly
|
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 |
|
Brian Matherly
|
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 |
|
Benny Malengier
|
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 |
|
Brian Matherly
|
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 |
|
Brian Matherly
|
3f95d8ddb7
|
Plugins Restructure: Move docgen plugins into plugins/docgen.
svn: r11652
|
2009-01-18 04:59:14 +00:00 |
|