Commit Graph

230 Commits

Author SHA1 Message Date
Benny Malengier a8b72a6eff #2489 Abbreviations are sometimes hard to translate
svn: r11293
2008-11-12 09:50:50 +00:00
Peter Landgren baea3b276b Update due to new context prefix.
svn: r11276
2008-11-08 15:37:32 +00:00
Brian Matherly 9c364490ce Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
svn: r11100
2008-10-02 04:02:10 +00:00
Brian Matherly 5c3bffeb21 0002418: Gramps hangs when producing graphs on Windows
svn: r11097
2008-09-30 01:40:16 +00:00
Brian Matherly e811924e77 Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added.
svn: r11086
2008-09-27 13:56:17 +00:00
Brian Matherly d092df28a5 0002386: Command line reports do not work.
svn: r11062
2008-09-15 02:20:25 +00:00
Gary Burton 3ed982112e Add a new place report
svn: r11008
2008-09-01 20:08:39 +00:00
Kees Bakker b677214dac Correct typo from previous update.
* src/ReportBase/_ReportUtils.py
(Hmmm, what about a minimum test before commit?)


svn: r10946
2008-07-29 19:39:18 +00:00
Jérôme Rapinat 856cd41a57 #2299 baptism and burial statements lack sources on Detailed reports
svn: r10939
2008-07-28 16:21:31 +00:00
Jérôme Rapinat 26133e7fd8 #2300: error in baptised_str()'s logic at the end
svn: r10916
2008-07-23 09:11:08 +00:00
Jérôme Rapinat 9f801f3aa5 #2124: Baptism as alternate birth event on Det (Ancestral,Descendant) reports and Ancestral report
svn: r10909
2008-07-22 08:58:51 +00:00
Brian Matherly 428919875c 0002286: Unselecting "use complete sentences" has no effect for the burial information in the Detailed Ancestor and Descendant reports. (contribution from James Friedmann <jfriedmannj@gmail.com>)
svn: r10902
2008-07-22 03:05:44 +00:00
Brian Matherly 8fb9097815 0002271: Exception when creating HTML report (place_name must be unicode)
svn: r10891
2008-07-21 03:17:53 +00:00
Gerald Britton 882199f1c2 Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
2008-07-17 18:10:32 +00:00
Gerald Britton 5d8934efa2 Fix 0002184: BUG: IndexError: tuple index out of range
svn: r10819
2008-06-18 13:17:36 +00:00
Peter Landgren de6b1f80c2 Fix of issue #2226.
svn: r10813
2008-06-17 14:02:08 +00:00
Gerald Britton 4982292774 Code optimizations wrt handling of None - bug 2212
svn: r10811
2008-06-16 15:01:46 +00:00
Stéphane Charette da98881140 bug report 2214: fix for "Graphviz reports cause GRAMPS to hang for long periods of time"
svn: r10797
2008-06-09 08:49:32 +00:00
Brian Matherly 3a98ddd4fd 0002122: Detailed Ancestor Report reports people as buried who have no birth events (contributed by Gerald Britton <gerald.britton@gmail.com>)
svn: r10781
2008-06-02 00:59:14 +00:00
Kees Bakker b57eafff1a Correct typo __draw_doc_list =>__drawdoc_list.
* src/ReportBase/_DrawFormatComboBox.py


svn: r10768
2008-05-29 20:36:45 +00:00
Zsolt Foldvari 998908175f Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>


svn: r10762
2008-05-25 19:55:47 +00:00
Stéphane Charette 0774bf2a8e bug reports #2176, #2177, #2178; various Graphviz issues, merged up from gramps30
svn: r10758
2008-05-24 08:59:32 +00:00
Brian Matherly 92d5ba8dfd Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work.
svn: r10745
2008-05-20 03:19:58 +00:00
Brian Matherly 3afbd461c0 Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
svn: r10741
2008-05-18 19:24:28 +00:00
Peter Landgren eb15b26284 Fix of bugs 2121 and 2134
svn: r10713
2008-05-13 08:39:27 +00:00
Stéphane Charette 75a04613be revert my previous incorrect fix for svn #2121
svn: r10701
2008-05-11 05:36:34 +00:00
Brian Matherly c58a40164d 0002143: The dpi value is not set to 72 for ps/pdf formats for the FIRST report.
svn: r10700
2008-05-11 05:05:11 +00:00
Stéphane Charette 679f0c68ad bug report #2121, GraphViz problems when the page=... option is specified with the new versions of GraphViz
svn: r10678
2008-05-06 05:37:00 +00:00
Brian Matherly 5181e073e9 Add StyleOption class for reports and use it in WebCal.
svn: r10651
2008-04-29 04:47:50 +00:00
Brian Matherly c4024f91db Pylint updates for GraphvizReportDialog.
svn: r10625
2008-04-23 04:42:08 +00:00
Brian Matherly 634fd3964d General cleanup to GraphizReportDialog.
svn: r10624
2008-04-23 03:25:41 +00:00
Brian Matherly 26cdcd680e Merge BareReportDialog with ReportDialog. BareReportDialog is now gone.
svn: r10620
2008-04-22 03:45:09 +00:00
Eero Tamminen 660e642bd9 fix more typos
svn: r10570
2008-04-16 18:33:58 +00:00
Eero Tamminen 2ef49fc82e correct PDF, PostScript and TrueType capitalization
svn: r10566
2008-04-15 19:43:54 +00:00
Brian Matherly a46e733398 Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
svn: r10474
2008-04-05 14:17:15 +00:00
Brian Matherly ac83ce0468 Make the report wiki url a constant.
svn: r10472
2008-04-05 12:38:47 +00:00
Brian Matherly 474d681011 Remove deprecated tooltip support from the report system.
svn: r10463
2008-04-04 03:33:15 +00:00
Brian Matherly 50539237d7 Enable the "help" button to work on the report dialog.
svn: r10462
2008-04-04 02:46:36 +00:00
Brian Matherly cf6073a4ba Remove support for "View" reports. In the future, use either tools, gramplets, or quick views.
svn: r10424
2008-03-30 04:38:37 +00:00
Brian Matherly 5918599acf 0001957: Orientation switch doesn't work for Graphviz reports.
0001940: GS PDF output is broken for Graphiz graphs. Page size depends on dpi

svn: r10346
2008-03-20 03:18:35 +00:00
Peter Landgren b078464281 Decimal comma/point, Issue 1939, fixed.
svn: r10321
2008-03-15 09:08:54 +00:00
Peter Landgren 51e3fe7e75 Unnessecary empty translatable string made untranslatable
svn: r10317
2008-03-15 08:02:10 +00:00
Brian Matherly f184e22720 0001779: Texts "in." and "cm." on Document Options tab is not translatable
svn: r10314
2008-03-15 04:23:23 +00:00
Brian Matherly 54ec566e55 0001893: python src/gramps.py -u -O "merge" -a report -p "name=navwebpage,show=off": IndexError: list index out of range
svn: r10281
2008-03-12 03:24:23 +00:00
Brian Matherly 955ec96cc1 Patch from Peter Landgren with modification by Brian Matherly:
0001761: Style editor problems
0001921: Custom style colors not saving

svn: r10275
2008-03-12 02:21:03 +00:00
Doug Blank 6ab09e3d39 2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/ReportBase/_WebReportDialog.py:
	* src/ReportBase/_ReportDialog.py:
	* src/ReportBase/_GraphvizReportDialog.py:
	* src/ReportBase/_DocReportDialog.py:
	* src/ReportBase/_BareReportDialog.py:
	0001814: Applied patch to move print options below option tabs



svn: r10240
2008-03-09 19:39:56 +00:00
Raphael Ackermann 3650d1c564 2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/ReportBase/_CommandLineReport.py: print warning if show=option is 
	not a valid option. Addresses some of 0001891.

svn: r10196
2008-03-05 20:31:20 +00:00
Doug Blank e63589a044 new QR MISC category
svn: r10189
2008-03-05 04:03:50 +00:00
Brian Matherly d78dacb08b 0001873: AttributeError: 'NoneType' object has no attribute 'get_gramps_id'
Fix typo in CountAncestors

svn: r10168
2008-03-02 21:21:48 +00:00
Brian Matherly e2bc58fe63 0001711: Inconsistant names for graphical reports
svn: r10152
2008-03-01 22:47:48 +00:00