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
0254a5177f
Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters.
...
svn: r11016
2008-09-04 11:46:43 +00:00
Gary Burton
8eec2297bb
Remove debugging code
...
svn: r10896
2008-07-21 18:35:37 +00:00
Gary Burton
97170b5251
Make exclusion of unlinked records optional
...
svn: r10883
2008-07-20 18:33:04 +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
Peter Landgren
7b9a2713ba
Fix of issue 2253 in trunk
...
svn: r10861
2008-07-14 18:56:39 +00:00
Gary Burton
3cc07e26dd
Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied.
...
svn: r10846
2008-07-07 19:32:18 +00:00
Gary Burton
656b4da5ab
Make sure Gedcom ADDR token if location is populated. Bug #2216
...
svn: r10832
2008-06-28 11:50:41 +00:00
Gerald Britton
4982292774
Code optimizations wrt handling of None - bug 2212
...
svn: r10811
2008-06-16 15:01:46 +00:00
Brian Matherly
0b70388483
0002204: Narrative Web report "restrict living" is different than Gramps 2.x
...
svn: r10786
2008-06-05 03:45:14 +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
James G Sack
68e9450ef0
src/GrampsDbUtils/_WriteGedcom.py :#2008 fix bug in breakout()
...
src/GrampsDbUtils/test/gedwrite_breakup_test.py : unittest for breakout
svn: r10470
2008-04-05 04:34:46 +00:00
Gary Burton
b06e1b67b9
Allow event details to include an address clause. See gedcom specification at http://homepages.rootsweb.com/~pmcbride/gedcom/55gcch2.htm#EVENT_DETAIL
...
svn: r10336
2008-03-18 22:12:49 +00:00
James G Sack
9a0a08bfd2
#1849 : omit Y if person/family event has subordinate data
...
svn: r10204
2008-03-07 07:28:15 +00:00
Raphael Ackermann
9aee82d6d0
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DataViews/EventView.py
* src/DataViews/FamilyList.py
* src/DataViews/PedigreeView.py
* src/DataViews/PersonView.py
* src/GrampsCfg.py
* src/Editors/_EditPrimary.py
* src/DisplayTabs/_EmbeddedList.py
* src/DisplayTabs/_BackRefList.py
* src/plugins/RelCalc.py
* src/QuickReports.py
* src/Relationship.py
* src/Selectors/_BaseSelector.py
* src/GrampsWidgets.py
* src/DbManager.py
* src/DisplayState.py
* src/DisplayModels/_BaseModel.py
* src/DisplayModels/_PeopleModel.py
* src/GrampsDbUtils/_GrampsDbWriteXML.py
* src/gramps_main.py
* src/Filters/Rules/_MatchesFilterBase.py
* src/ManagedWindow.py
pep8 updates. replace ''' with """ for comments
* src/GrampsDbUtils/_WriteGedcom.py: doc fixes
added support for exportin source, notes and repos that are not linked to
other records.
0001707: export to gedcom doesn't include source, if source is the only
thing in the db
svn: r10051
2008-02-18 15:52:40 +00:00
Benny Malengier
55ba9c4d37
2008-02-15 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/DataViews/RelationView.py
* src/DataViews/PedigreeView.py
* src/ReportBase/_ReportUtils.py
* src/Editors/_EditPerson.py
* src/Editors/_EditMediaRef.py
* src/DisplayTabs/_GalleryTab.py: also correct wrong popup menu
* src/plugins/Summary.py
* src/plugins/WriteCD.py
* src/plugins/IndivComplete.py
* src/plugins/NarrativeWeb.py
* src/plugins/WritePkg.py
* src/plugins/GVFamilyLines.py
* src/plugins/DefaultGramplets.py
* src/plugins/SimpleBookTitle.py
* src/plugins/Check.py
* src/plugins/GVRelGraph.py
* src/plugins/FamilyLines.py
* src/Selectors/_SelectObject.py
* src/GrampsDbUtils/_WriteGedcom.py
#1787 , #1208 : use relative path correctly
svn: r10048
2008-02-18 14:06:41 +00:00
Doug Blank
ad0cfb3540
RelLib -> gen.lib
...
svn: r9935
2008-01-25 21:49:40 +00:00
Doug Blank
062da0f9ac
2008-01-25 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__date):
applied quality patch (with fixes) from issue #1210
svn: r9934
2008-01-25 21:47:38 +00:00
Raphael Ackermann
2225ac3d78
2008-01-15 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/GrampsDbUtils/_GrampsDbWriteXML.py
* src/GrampsDbUtils/_WriteGedcom.py
* src/plugins/ExportCSV.py
* src/plugins/ExportVCalendar.py
* src/plugins/ExportVCard.py
* src/plugins/WriteCD.py
* src/plugins/WriteFtree.py
* src/plugins/WriteGeneWeb.py
* src/plugins/WritePkg.py
* src/PluginUtils/_PluginMgr.py: pylint fixes
pylint fixes and work on 0001597
svn: r9812
2008-01-15 09:16:45 +00:00
James G Sack
1ecf25c776
fix #1418 ASSO in/out errors
...
svn: r9452
2007-12-06 22:20:26 +00:00
James G Sack
c630199892
add missing () to function call (obvious "typo") fixes bug RJ reported on -devel
...
svn: r9446
2007-12-05 22:20:08 +00:00
James G Sack
691baa87a5
fix #1364 typo in LDS_ORD_NAME table
...
svn: r9332
2007-11-12 08:22:04 +00:00
Benny Malengier
4a6723072e
2007-10-17 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone
svn: r9202
2007-10-17 08:47:16 +00:00
Alex Roitman
814e3d6695
* src/GrampsDbUtils/_WriteGedcom.py (__submitter): Remove old usage.
...
svn: r9111
2007-10-08 21:39:51 +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
Don Allingham
dc8b47a270
2007-10-03 Don Allingham <don@gramps-project.org>
...
* various: create gen package, move proxy files to this library
svn: r9066
2007-10-03 17:14:26 +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
19e136f0f8
2007-09-06 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: more pylint fixes
svn: r8937
2007-09-07 02:44:22 +00:00
Don Allingham
2009352082
2007-09-06 Don Allingham <don.allingham@dothill.com>
...
* src/GrampsDbUtils/_WriteGedcom.py: pylint
svn: r8935
2007-09-06 23:38:38 +00:00
Don Allingham
afef83a33a
* src/GrampsDbUtils/_WriteGedcom.py: pylint cleanup
...
* src/GrampsDbUtils/_GedcomParse.py: fix child references
* src/ArgHandler.py: fix calling sequence for gedcom
2007-09-05 Don Allingham <don@gramps-project.org>
svn: r8931
2007-09-06 04:36:04 +00:00
Don Allingham
6f0ed956a2
* src/GrampsDbUtils/_WriteGedcom.py: Fix note level (bug #1204 )
...
2007-09-01 Don Allingham <don@gramps-project.org>
svn: r8922
2007-09-01 22:26:23 +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
Don Allingham
d2d426ce7c
* src/GrampsDbUtils/_WriteGedcom.py (GedcomWriter.__write_person_name): fix
...
handling of patronymic names
2007-08-30 Don Allingham <don@gramps-project.org>
svn: r8895
2007-08-30 18:32:15 +00:00
Don Allingham
90e3ff34cb
* src/RelLib/_Source.py: fix fast unserialize()
...
* src/RelLib/_Place.py: fix fast unserialize()
* src/GrampsDbUtils/_WriteGedcom.py: double pass on progress bar
2007-08-29 Don Allingham <don@gramps-project.org>
svn: r8891
2007-08-30 04:27:30 +00:00
Don Allingham
daca21383a
2007-08-28 Don Allingham <don@gramps-project.org>
...
* src/ExportOptions.py: filter proxy first pass
* src/GrampsDbUtils/_FilterProxyDb.py: filter proxy first pass
* src/GrampsDbUtils/_WriteGedcom.py: filter proxy first pass
* src/Filters/_GenericFilter.py: filter proxy first pass
svn: r8886
2007-08-29 04:17:20 +00:00
Don Allingham
63c3d10963
svn: r8881
2007-08-28 03:57:56 +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
Don Allingham
94aa96e72d
* src/GrampsDbUtils/_WriteGedcom.py: Generate LONG and LATI
...
* src/docgen/Makefile.am: replace LPRDoc with GtkPrint
2007-08-24 Don Allingham <don@gramps-project.org>
svn: r8860
2007-08-24 21:54:06 +00:00
Don Allingham
2f85845d32
2007-08-22 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_GedcomParse.py: use FACT for custom attributes, handle
custom event descriptions as notes
* src/GrampsDbUtils/_WriteGedcom.py: use FACT for custom attributes, handle
custom event descriptions as notes
* src/GrampsDbUtils/_GedTokens.py: add TOKEN_FACT
svn: r8855
2007-08-23 03:51:05 +00:00
Don Allingham
282fa4ac2e
2007-08-21 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_GedcomParse.py: code cleanup
* src/GrampsDbUtils/_GedcomLex.py: code cleanup
* src/GrampsDbUtils/_WriteGedcom.py: code cleanup
svn: r8852
2007-08-22 03:47:51 +00:00
Don Allingham
21c59e9e8f
* src/GrampsDbUtils/_ParseGedcom.py: check for MARR event in std_event,
...
not in family_even
* src/RelLib/_FamilyRelType.py: default marriage type to unknown
* src/GrampsDbUtils/_WriteGedcom.py: Don't add description to EVEN tag
2007-08-20 Don Allingham <don@gramps-project.org>
svn: r8846
2007-08-21 04:17:12 +00:00
Don Allingham
62044e33a1
2007-08-19 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py (breakup): fix index check
svn: r8840
2007-08-20 03:15:13 +00:00
Don Allingham
c951994948
2007-08-18 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_GedcomParse.py: fix event names, url type
* src/GrampsDbUtils/_WriteGedcom.py: remove non-standard format types
* src/GrampsDbUtils/gedcomexport.glade: remove non-standard format types
svn: r8836
2007-08-19 03:25:07 +00:00
Don Allingham
4d04c83327
2007-08-15 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: Match parser and writer
* src/GrampsDbUtils/_GedcomParser.py: Match parser and writer
* src/GrampsDbUtils/_WriteGedcom.py: write adoption records
2007-08-14 Don Allingham <don@gramps-project.org>
svn: r8821
2007-08-16 04:30:49 +00:00
Don Allingham
2a3897c685
svn: r8819
2007-08-15 04:14:19 +00:00
Don Allingham
3a4ba79b64
2007-08-14 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: fix problems identified by gedchk
svn: r8818
2007-08-15 03:32:08 +00:00
Don Allingham
8cf2437f40
2007-08-13 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: improve FAM structure
svn: r8816
2007-08-14 04:02:18 +00:00
Don Allingham
1a7b3abb26
* src/GrampsDbUtils/_WriteGedcom.py: LANG values, additional
...
refactoring
2007-08-12 Don Allingham <don@gramps-project.org>
svn: r8815
2007-08-13 03:40:36 +00:00
Don Allingham
9bd87e4e97
2007-08-12 Don Allingham <don@gramps-project.org>
...
* src/GrampsDbUtils/_WriteGedcom.py: remove unused options,
handle source TEXT
svn: r8814
2007-08-13 00:00:16 +00:00
Don Allingham
215595a56b
2007-08-09 Don Allingham <don@gramps-project.org>
...
* GrampsDbUtils/_WriteGedcom.py: use utf8 encoding only
* GrampsDbUtils/gedcomexport.glade: use utf8 encoding only
svn: r8806
2007-08-10 03:53:48 +00:00