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 |
|
Doug Blank
|
ef066a3b6a
|
Feature #2393: Allow the use of user-defined (mega)-widgets by MD Nauta; added register_option()
svn: r11861
|
2009-02-05 02:23:46 +00:00 |
|
Benny Malengier
|
829d78b611
|
New mapservice plugin structure, as a general solution to #2659
* configure.in
* src/DataViews/PlaceView.py
* src/Config/_GrampsConfigKeys.py
* src/gen/plug/_manager.py
* src/plugins/mapservices
* src/plugins/mapservices/googlemap.py
* src/plugins/mapservices/openstreetmap.py
* src/plugins/lib/Makefile.am
* src/plugins/lib/libmapservice.py
* src/plugins/Makefile.am
* src/widgets/menutoolbuttonaction.py
* src/widgets/Makefile.am
* src/PageView.py
* po/POTFILES.in
svn: r11811
|
2009-02-02 21:55:22 +00:00 |
|
Brian Matherly
|
497e8d8233
|
Add support for plugin "libraries" that do not specifically tie into the plugin system and can be imported by other plugins.
svn: r11758
|
2009-01-30 02:16:00 +00:00 |
|
Brian Matherly
|
a6fa59cc35
|
Add support for subdirectories in the plugins directory.
svn: r11631
|
2009-01-16 16:21:54 +00:00 |
|
Doug Blank
|
2a8b08675b
|
Reset import and export lists (others may need to be reset, too)
svn: r11361
|
2008-11-29 16:27:08 +00:00 |
|
Brian Matherly
|
2e9a488e3e
|
Refactor export plugin framework. All importers and exporters are now plugins.
svn: r11243
|
2008-11-04 04:12:51 +00:00 |
|
Brian Matherly
|
8e8f37d5d3
|
Create a new plugin class for Import plugins.
svn: r11142
|
2008-10-14 02:34:28 +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 |
|