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 |
|
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 |
|
Kees Bakker
|
e749210de2
|
Use list comprehension instead of filter(lambda as suggested by Gerald.
* src/plugins/ImportProGen.py
svn: r10841
|
2008-07-03 21:05:06 +00:00 |
|
Kees Bakker
|
a792472852
|
Do not set patronimic, just give a warning. (Not sure how it is used by
Pro-Gen.)
Accept other input filenames (.PER, .REL or .MEM) as well.
* src/plugins/ImportProGen.py
svn: r10767
|
2008-05-29 18:55:13 +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 |
|
Kees Bakker
|
cad6ff69a6
|
Add code to import the rest of the input data. Still having problem
with adding attributes for Birth events and such.
* src/plugins/ImportProGen.py
svn: r10691
|
2008-05-08 11:51:27 +00:00 |
|
Kees Bakker
|
39c8d63029
|
More work done, still plenty to do.
src/plugins/ImportProGen.py
svn: r10650
|
2008-04-28 20:27:37 +00:00 |
|
Kees Bakker
|
480a29867e
|
More work to import and create families not in the REL database of
Pro-Gen.
* src/plugins/ImportProGen.py
svn: r10646
|
2008-04-27 15:31:20 +00:00 |
|
Kees Bakker
|
09246035b3
|
Start of a new (unsupported) plugin to import from Pro-Gen.
* src/plugins/ImportProGen.py
svn: r10639
|
2008-04-25 14:37:20 +00:00 |
|