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
|
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 |
|
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 |
|
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 |
|
Brian Matherly
|
e2bc58fe63
|
0001711: Inconsistant names for graphical reports
svn: r10152
|
2008-03-01 22:47:48 +00:00 |
|
Raphael Ackermann
|
c962d5e6e1
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
* various (294 files)
pep8 doc fixes & pylint fixes
svn: r10103
|
2008-02-24 13:55:55 +00:00 |
|
Brian Matherly
|
cc6654ddab
|
Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports.
svn: r10074
|
2008-02-20 04:52:10 +00:00 |
|
Benny Malengier
|
f62e8b988b
|
2008-01-28 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/MarkerReport.py: fix bug #1669 with None type cmp
svn: r9967
|
2008-01-31 08:22:43 +00:00 |
|
Raphael Ackermann
|
9d11c72ca2
|
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/Summary.py
* src/plugins/WebCal.py
* src/plugins/KinshipReport.py
* src/plugins/DescendReport.py
* src/plugins/DetDescendantReport.py
* src/plugins/ExtractCity.py
* src/plugins/EventNames.py
* src/plugins/DumpGenderStats.py
* src/plugins/Desbrowser.py
* src/plugins/Checkpoint.py
* src/plugins/OwnerEditor.py
* src/plugins/ChangeNames.py
* src/plugins/AncestorReport.py
* src/plugins/MarkerReport.py
* src/plugins/DateParserDisplayTest.py
* src/plugins/FindDupes.py
* src/plugins/SoundGen.py
* src/plugins/TestcaseGenerator.py
* src/plugins/Rebuild.py
* src/plugins/DescendChart.py
* src/plugins/EndOfLineReport.py
* src/plugins/AncestorChart.py
* src/plugins/DetAncestralReport.py
* src/plugins/CountAncestors.py
* src/plugins/Check.py
* src/plugins/EventCmp.py
* src/plugins/FamilyGroup.py
* src/plugins/RelCalc.py
* src/plugins/MediaManager.py
* src/plugins/ChangeTypes.py
* src/plugins/StatisticsChart.py
* src/plugins/FamilyLines.py
* src/plugins/PatchNames.py
svn: r9953
|
2008-01-29 07:40:35 +00:00 |
|
Raphael Ackermann
|
ebf12e3106
|
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
* various: add capitalization fixes according to HIG (plus ellipsis ...)
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en
svn: r9951
|
2008-01-28 21:22:06 +00:00 |
|
Brian Matherly
|
77af7ed092
|
Refactoring the report system: reports no longer require dbstate.
svn: r9924
|
2008-01-24 12:50:33 +00:00 |
|
Brian Matherly
|
2f0d587bec
|
More refactoring in the report system. Book report should work again.
svn: r9916
|
2008-01-23 05:41:46 +00:00 |
|
Brian Matherly
|
07e1529f27
|
Refactoring the report system. Decouple MenuOptions from the code that displays them. (Book Report is broken and needs to be fixed.)
svn: r9875
|
2008-01-18 05:39:50 +00:00 |
|
Brian Matherly
|
81e521c53b
|
More refactoring in the report system. More reports use MenuOptions now. BareReportDialog no longer has "center person".
svn: r9714
|
2008-01-05 20:42:05 +00:00 |
|
Brian Matherly
|
bf3900f043
|
Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
|
2008-01-05 20:10:26 +00:00 |
|
Brian Matherly
|
05575ad026
|
Refactor various aspects of the report system.
svn: r9496
|
2007-12-13 01:52:03 +00:00 |
|
Jérôme Rapinat
|
d04df1c3c8
|
src/plugins typo
svn: r9338
|
2007-11-12 18:40:26 +00:00 |
|
Don Allingham
|
d58641415d
|
2007-10-08 Don Allingham <don@gramps-project.org>
* various: gen.lib integration. probably touches almost every file
* various: gen.utils integration
svn: r9101
|
2007-10-08 16:41:39 +00:00 |
|
Benny Malengier
|
64a0e59955
|
* src/plugins/MarkerReport.py: localize fixed markers, issue #1137
2007-09-20 Benny Malengier <benny.malengier@gramps-project.org>
svn: r8997
|
2007-09-21 14:05:30 +00:00 |
|
Brian Matherly
|
9a71cbafd2
|
Typo in MarkerReport.py
svn: r8788
|
2007-07-29 21:28:24 +00:00 |
|
Brian Matherly
|
a2b455b552
|
Change the way marker types are collected in MarkerReport.py.
svn: r8787
|
2007-07-29 20:12:02 +00:00 |
|
Brian Matherly
|
7d93f8839b
|
Multiple enhancements to the marker report.
svn: r8784
|
2007-07-28 22:40:55 +00:00 |
|
Brian Matherly
|
9e1a5abf94
|
Add marker report
svn: r8776
|
2007-07-27 04:14:07 +00:00 |
|