Commit Graph

292 Commits

Author SHA1 Message Date
Brian Matherly 3141ed0e71 Cleanup libnarrate.
svn: r13487
2009-11-03 05:25:15 +00:00
Brian Matherly c43c3beba0 Clean up ReportUtils: Move text strings into "Narrator" class in libnarrate. Remove unused functions. Move functions out that are only used once.
svn: r13474
2009-10-31 21:36:57 +00:00
Brian Matherly e03f293238 Fix some residual bugs from the implementation of the new plugin manager.
svn: r13430
2009-10-27 02:35:42 +00:00
Benny Malengier d25cdc3958 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager


svn: r13405
2009-10-25 13:52:29 +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
Doug Blank 99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Gerald Britton 966d2bcd42 Use new iter_objects methods
svn: r13203
2009-09-14 20:50:25 +00:00
Gerald Britton 941fff23ae Tweaks to use inplace arithmetic
svn: r13191
2009-09-10 18:49:48 +00:00
Gerald Britton a052bc3c63 Tweaks to use inplace arithmetic
svn: r13184
2009-09-09 20:37:26 +00:00
Benny Malengier bd48c356cf 3166: Add source notes to DDR/DAR
svn: r13005
2009-08-14 11:28:28 +00:00
Raphael Ackermann 30d6eebd0b 0002542: Crash whilst generating web pages from command line
Throwing Report Error if center person is not in database. Added catching of Report Error to CommandLineReport
if using GUI it is not possible to cause this, as you have to select a person that is in the DB. However on the command line you can specify any PID and even no person with that pid exists an error was thrown.

svn: r13004
2009-08-14 07:14:25 +00:00
Raphael Ackermann 9b676e0f0f typo
svn: r13003
2009-08-14 07:09:15 +00:00
Raphael Ackermann 5ac76d658b 0002832: Somes modules still use Relib reference on docstring
patch by romjerome

fixed wrong doc string in srcref.py

svn: r12949
2009-08-10 19:46:24 +00:00
Raphael Ackermann 65f72560d1 pep8 fixes
fixing typos


svn: r12934
2009-08-09 17:09:32 +00:00
Raphael Ackermann ce53145dfe fix when running command line report other then html and it would try and fail to set css filename on e.g. pdf doc generator
svn: r12933
2009-08-09 17:01:52 +00:00
Raphael Ackermann f6409fe94f fixed typos
svn: r12924
2009-08-08 19:10:36 +00:00
Raphael Ackermann 69f05f43aa Fixes 0003155: GraphViz arrow directions are odd
Patch by Bob Ham <rah@bash.sh>

+ 1 typo in WebCal.py

svn: r12919
2009-08-08 14:28:19 +00:00
Brian Matherly 7f4732714b 0002957: Crash when displaying the configuration of a book created with Gramps 3.0.x
svn: r12841
2009-07-28 04:08:26 +00:00
Gerald Britton 06171f8488 CommandLineReport: simplification and bug fix in option display
svn: r12836
2009-07-24 18:05:07 +00:00
Peter Landgren 6294c0b1b3 Fix of issue 3111, string.lowercase on Windows.
svn: r12831
2009-07-21 17:46:37 +00:00
Benny Malengier 19ea036795 2352: 'NoneType' object has no attribute 'get_family_handle_list'
svn: r12806
2009-07-16 12:41:09 +00:00
Benny Malengier ec87c55434 2352: 'NoneType' object has no attribute 'get_family_handle_list' - report from command line
Remove template code in cli reports and replace with css code


svn: r12802
2009-07-15 15:40:47 +00:00
Gary Burton aa5fce63a7 Remove period character from file format string as it is already supplied by get_ext()
svn: r12789
2009-07-11 19:37:15 +00:00
Gary Burton 01492a1974 Fix bug causing GraphViz report dialog to crash resulting from recent BaseDoc changes
svn: r12782
2009-07-10 16:45:22 +00:00
Gerald Britton b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton fdfacd972c Minor tweaks to use slices instead of lists of items
svn: r12705
2009-06-25 13:41:16 +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 9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +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
Brian Matherly aa800b3ad6 Misc PEP8 cleanup.
svn: r12610
2009-06-02 12:09:34 +00:00
Brian Matherly 4ca984bd2f 0003033: const dependence in gen/plug/docgen stylesheet
svn: r12608
2009-06-02 11:50:17 +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
Gary Burton cc38a53add Bug 2950. Made subgraph optional for Relationship Graph as discussed in bug report. Moved the option to GraphvizReportDialog and refactored FamilyLines to use it.
svn: r12596
2009-05-30 12:12:58 +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
Gerald Britton fc90d5fce2 Bug 3018: remove calls to keys() dictionary method where possible
svn: r12562
2009-05-22 18:43:40 +00:00
Gerald Britton 021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Gerald Britton 21e96b0616 Bug 2888 - minor edits and cleanup
svn: r12529
2009-05-15 18:12:10 +00:00
Gerald Britton 110557c3c7 Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
2009-05-14 20:15:59 +00:00
Peter Landgren bf71f6f367 Fix of issue 2964.
svn: r12518
2009-05-10 16:04:58 +00:00
Gerald Britton 0440ca1c2a Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1
svn: r12508
2009-05-06 14:44:22 +00:00
Gerald Britton 1441ea8ba9 Bug 2888: _PaperMenu: convert from liglade to gtkbuilder
svn: r12468
2009-04-17 18:34:27 +00:00
Brian Matherly 125266878d FileEntry clean up.
svn: r12423
2009-04-10 02:24:13 +00:00
Peter Landgren 8dc14d8106 Fix of issue 2851.
svn: r12378
2009-03-22 08:27:19 +00:00
Peter Landgren 71139e3522 Final fix of issue 2843 for any number of references.
svn: r12370
2009-03-21 08:10:09 +00:00
Brian Matherly 84b972cfb5 Remove src/ReportBase/_PrintTools.py. It is not being used.
svn: r12360
2009-03-19 02:32:16 +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
Peter Landgren aa25958623 Wrong Help reference for reports.
svn: r12343
2009-03-14 14:40:18 +00:00
Peter Landgren 55d5595d47 Fix of issue 2815.
svn: r12330
2009-03-13 10:17:19 +00:00