Raphael Ackermann
3f1f088b55
0002948: error encountered while exporting to 'cd xml'
...
https://bugs.launchpad.net/gramps/+bug/372502
patch by Brad Crittenden
svn: r12920
2009-08-08 15:44:46 +00:00
Benny Malengier
a52bc62be9
2691: Create api documentation with sphinx
...
svn: r12704
2009-06-24 21:56:07 +00:00
Peter Landgren
c333b39b95
Fix of issue 2824.
...
svn: r12336
2009-03-14 10:54:02 +00:00
Brian Matherly
bff93f186a
0002655: Directories and files with accents characters cause failures in Windows.
...
svn: r12106
2009-02-24 04:41:23 +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
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
Jérôme Rapinat
6426e0c777
#2363:Cannot translate Filename:
...
svn: r11027
2008-09-06 08:09:49 +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
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
Raphael Ackermann
90f883e46d
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
2008-02-18 20:07:09 +00:00
Benny Malengier
281d89504b
* src/ExportAssistant.py: part 3 of bug #1584
...
2008-01-22 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9911
2008-01-22 09:00:40 +00:00
Benny Malengier
cf7e05dffa
* part 2 of workaround around bug
...
http://bugzilla.gnome.org/show_bug.cgi?id=56070 , make forward
button accept click after it becomes sensitive.
2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9903
2008-01-21 12:21:57 +00:00
Benny Malengier
58b08de6c1
add missing assinment of forward button
...
svn: r9880
2008-01-18 10:02:20 +00:00
Benny Malengier
37d60133ed
* src/ExportAssistant.py: workaround around bug
...
http://bugzilla.gnome.org/show_bug.cgi?id=56070 as indicated on
Ubuntu launchpad, make forward button accept click after it
becomes sensitive.
2008-01-18 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9879
2008-01-18 09:58:50 +00:00
Raphael Ackermann
719be42081
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/WriteCD.py
* src/plugins/vcardexport.glade
* src/plugins/ExportVCard.py
* src/plugins/writeftree.glade
* src/plugins/ExportCSV.py
* src/plugins/csvexport.glade
* src/plugins/vcalendarexport.glade
* src/plugins/ExportVCalendar.py
* src/plugins/genewebexport.glade
* src/plugins/WriteGeneWeb.py
* src/ExportAssistant.py
* src/ExportOptions.py
* src/ArgHandler.py
work on mnemonics for export dialogues and doc string fixes
svn: r9855
2008-01-16 21:42:05 +00:00
Benny Malengier
ccb0b85b15
* src/gen/db/exceptions.py: wrong exception def, bug #1593
...
* src/GrampsDbUtils/_WriteXML.py: correctly catch the exception
* src/GrampsDbUtils/_GrampsDbWriteXML.py: remove double def of xml export
* src/GrampsDbUtils/_GrampsDbWRFactories.py: remove write backend factory
* src/ExportAssistant.py: on fail, do not set success = True
* src/GrampsDbUtils/__init__.py: don't export unused stuff
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9818
2008-01-15 10:47:25 +00:00
Don Allingham
a65a73d1d7
* various: const.py changes
...
2007-09-07 Don Allingham <don@gramps-project.org>
* src/DateHandler/_Date_fr.py: fix indentation errors
2007-09-07 Don Allingham <don@gramps-project.org>
svn: r8948
2007-09-08 05:54:02 +00:00
Don Allingham
ba04d297b9
2007-08-31 Don Allingham <don@gramps-project.org>
...
* src/ExportAssistant.py (ExportAssistant.pulse_progressbar): fix
display value, crashed if text wasn't specified
svn: r8905
2007-08-31 14:26:59 +00:00
Don Allingham
27aa4ec6a2
2007-08-30 Don Allingham <don@gramps-project.org>
...
* src/BasicUtils/_UpdateCallback.py: add support for text in progressbar
* src/ExportAssistant.py: add support for text in progressbar
* src/ExportOptions.py: add support for text in progressbar
* src/GrampsDbUtils/_WriteGedcom.py: add support for text in progressbar
2007-08-30 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsDBDir.py: use types.InstanceType
* src/RelLib/_SourceBase.py: use types.InstanceType
* src/RelLib/_Source.py: use types.InstanceType
* src/RelLib/_MediaObject.py: use types.InstanceType
* src/RelLib/_Person.py: use types.InstanceType
* src/RelLib/_DateBase.py: use types.InstanceType
* src/RelLib/_ChildRef.py: use types.InstanceType
* src/RelLib/_Family.py: use types.InstanceType
* src/RelLib/_Place.py: use types.InstanceType
* src/RelLib/_RepoRef.py: use types.InstanceType
* src/RelLib/_Note.py: use types.InstanceType
* src/RelLib/_EventRef.py: use types.InstanceType
* src/RelLib/_Repository.py: use types.InstanceType
* src/RelLib/_Event.py: use types.InstanceType
svn: r8900
2007-08-31 03:18:38 +00:00
Benny Malengier
bbcf57edad
progressbar in exportassistant
...
svn: r8898
2007-08-30 21:49:46 +00:00
Benny Malengier
39eee89295
store last export type
...
svn: r8866
2007-08-25 14:31:14 +00:00
Don Allingham
5b26062459
2007-08-24 Don Allingham <don@gramps-project.org>
...
* src/ExportAssistant.py: fix grammar
* src/ExportOptions.py: place for common options, build option dialog for
exporters
* src/GrampsDbUtils/_WriteGedcom.py: handle restrict, private, and new
option dialog
* src/GrampsDbUtils/_PrivateProxyDb.py: add get_researcher()
* src/GrampsDbUtils/exportgedcom.glade: removed
svn: r8864
2007-08-25 05:03:23 +00:00
Benny Malengier
167e4288a1
New export assistant
...
svn: r8857
2007-08-23 11:58:36 +00:00
Benny Malengier
0f408adedf
new export manager-feature parity
...
svn: r8843
2007-08-20 22:41:50 +00:00
Benny Malengier
c0f14c9070
start work on new export manager
...
svn: r8834
2007-08-18 21:13:30 +00:00