2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/* Everything but src/images/* and src/data/* add correct svn 
	properties with the commands:
	svn propset -R svn:mime-type text/plain src/
	svn propset -R svn:eol-style native src/
	svn propset -R svn:keywords Id src/
	See below why the Id keyword is enough. From svn help propset
	svn:keywords   - Keywords to be expanded.  Valid keywords are:
      URL, HeadURL             - The URL for the head version of the object.
      Author, LastChangedBy    - The last person to modify the file.
      Date, LastChangedDate    - The date/time the object was last modified.
      Rev, Revision,           - The last revision the object changed.
      LastChangedRevision
      Id                       - A compressed summary of the previous
                                   4 keywords.

svn: r9912
This commit is contained in:
Raphael Ackermann 2008-01-22 09:17:46 +00:00
parent 281d89504b
commit bbe2cc6d4e
183 changed files with 201 additions and 185 deletions

View File

@ -1,13 +1,29 @@
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* Everything but src/images/* and src/data/* add correct svn
properties with the commands:
svn propset -R svn:mime-type text/plain src/
svn propset -R svn:eol-style native src/
svn propset -R svn:keywords Id src/
See below why the Id keyword is enough. From svn help propset
svn:keywords - Keywords to be expanded. Valid keywords are:
URL, HeadURL - The URL for the head version of the object.
Author, LastChangedBy - The last person to modify the file.
Date, LastChangedDate - The date/time the object was last modified.
Rev, Revision, - The last revision the object changed.
LastChangedRevision
Id - A compressed summary of the previous
4 keywords.
2008-01-22 Benny Malengier <benny.malengier@gramps-project.org>
* src/ExportAssistant.py: part 3 of bug #1584
2008-01-22 Benny Malengier <benny.malengier@gramps-project.org>
* src/Editors/_EditPerson.py: callback for gallerytab no longer needed
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
2008-01-21 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/DbLoader.py: added import gobject
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
2008-01-21 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/FilterEditor/_ShowResults.py
* src/GrampsCfg.py
* src/ReportBase/_StyleComboBox.py

View File

@ -28,7 +28,7 @@ interfaces should be derived from the core classes.
"""
__author__ = "Donald N. Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9679 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6086 2006-03-06 03:54:58Z dallingham $
# $Id$
"""
A set of basic utilities that everything in GRAMPS can depend upon.

View File

@ -23,7 +23,7 @@
"Handle bookmarks for the gramps interface"
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9748 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 5872 2006-02-03 15:49:59Z hippy $
# $Id$
"""
This package implements access to GRAMPS configuration.

View File

@ -24,7 +24,7 @@ Provides the event view
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9722 $"
#-------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ FamilyList View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9598 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _GrampletView.py $
# $Id$
"""
GrampletView interface

View File

@ -24,7 +24,7 @@ Media View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9722 $"
#-------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ Place View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9770 $"
#-------------------------------------------------------------------------
#

View File

@ -25,7 +25,7 @@ PersonView interface
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9861 $"
#------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ Place View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9722 $"
#-------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ Relationship View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9870 $"
#-------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ Repository View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9722 $"
#-------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ Source View
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9722 $"
#-------------------------------------------------------------------------
#

View File

@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6067 2006-03-04 05:24:16Z dallingham $
# $Id$
"""
Package init for the DataView package

View File

@ -34,7 +34,7 @@ unambiguously built using UI controls such as menus and spin buttons.
"""
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#

View File

@ -26,7 +26,7 @@ localized tasks.
"""
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9806 $"
#-------------------------------------------------------------------------
#

View File

@ -28,7 +28,7 @@ English.
"""
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9713 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _DateHandler.py 6136 2006-03-11 04:58:58Z rshura $
# $Id$
"""
Class handling language-specific selection for date parser and displayer.

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _Date_nb.py 9101 2007-10-08 16:41:39Z dallingham $
# $Id$
"""
Norwegian-specific classes for parsing and displaying dates.

View File

@ -21,7 +21,7 @@
# Portuguese version translated by Duarte Loreto <happyguy_pt@hotmail.com>, 2007.
# Based on the Spanish file.
# $Id: _Date_es.py 6504 2006-05-01 21:11:26Z rshura $
# $Id$
"""
Portuguese-specific classes for parsing and displaying dates.

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: Date_sk.py, v 1.1.2.4 2006/04/16 03:20:06 rshura Exp $
# $Id$
"""
Slovak-specific classes for parsing and displaying dates.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6133 2006-03-11 01:12:06Z rshura $
# $Id$
"""
Class handling language-specific selection for date parser and displayer.

View File

@ -25,7 +25,7 @@ TreeModel for the GRAMPS Person tree.
"""
__author__ = "Donald N. Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9689 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _NoteBackRefList.py 7068 2006-07-24 23:06:49Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _PlaceBackRefList.py 7068 2006-07-24 23:06:49Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -26,7 +26,7 @@ mechanism for the user to edit attribute information.
"""
__author__ = "Donald N. Allingham"
__version__ = "$Revision$"
__version__ = "$Revision: 9101 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditChildRef.py 6282 2006-04-06 22:02:46Z rshura $
# $Id$
"""
The EditChildRef module provides the EditChildRef class. This provides a

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditAttribute.py 6248 2006-03-31 23:46:34Z dallingham $
# $Id$
"""
The EditLdsOrd module provides the EditLdsOrd class. This provides a

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: LocEdit.py 6051 2006-03-03 00:38:41Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -26,7 +26,7 @@ to edit information about a particular Person.
"""
__author__ = "Don Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9908 $"
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditPersonRef.py 6282 2006-04-06 22:02:46Z rshura $
# $Id$
"""
The EditPersonRef module provides the EditPersonRef class. This provides a

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditSourceRef.py 6068 2006-03-04 06:34:48Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditSourceRef.py 6155 2006-03-16 20:24:27Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _EditRule.py 6840 2006-06-01 22:37:13Z dallingham $
# $Id$
"""
Custom Filter Editor tool.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _ShowResults.py 6840 2006-06-01 22:37:13Z dallingham $
# $Id$
"""
Custom Filter Editor tool.

View File

@ -18,6 +18,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: FilterEditor.py 6835 2006-06-01 03:24:44Z dallingham $
# $Id$
from _FilterEditor import FilterEditor

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _Everything.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _FamilyPrivate.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasAttribute.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasEvent.py 7607 2006-11-10 21:27:08Z loshawlos $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 6634 2006-05-12 22:38:48Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasAttribute.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNameOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _AllRepos.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasRepo.py 7737 2006-11-30 20:30:28Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteRegexp.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 7686 2006-11-24 23:14:25Z romjerome $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _RepoPrivate.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _RegExpIdOf.py 7144 2006-08-07 20:16:00Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasEvent.py 7607 2006-11-10 21:27:08Z loshawlos $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _SearchName.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _RelationshipPathBetween.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6521 2006-05-03 01:02:54Z rshura $
# $Id$
"""
Package providing filter rules for GRAMPS.

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasAttributeBase.py,v 1.1 2006/08/04 23:08:14 shura Exp $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasEvent.py 6635 2006-05-13 03:53:06Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasNoteMatchingSubstringOf.py 6634 2006-05-12 22:38:48Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MatchesFilter.py 6932 2006-06-21 16:30:35Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _HasIdOf.py 6529 2006-05-03 06:29:07Z rshura $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _RepoSidebarFilter.py 7866 2007-01-04 05:09:41Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _ReadGedcom.py 8032 2007-02-03 17:11:05Z hippy $
# $Id$
"""
Import from GEDCOM

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _ReadGedcom.py 8032 2007-02-03 17:11:05Z hippy $
# $Id$
"""
Import from GEDCOM

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _WriteXML.py 8081 2007-02-10 23:40:48Z zfoldvar $
# $Id$
"""
Contains the interface to allow a database to get written using

View File

@ -35,7 +35,7 @@ on using these factories see the _GrampsDbUtilsFactories.py file comments.
"""
__version__ = "$Revision$"
__version__ = "$Revision: 9818 $"
from _GrampsDbWRFactories import \
gramps_db_reader_factory

View File

@ -22,7 +22,7 @@
"Handling formatted ('rich text') strings"
__revision__ = "$Revision$"
__revision__ = "$Revision: 9778 $"
__author__ = "Zsolt Foldvari"
#-------------------------------------------------------------------------

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: MergeData.py 6777 2006-05-25 20:35:04Z dallingham $
# $Id$
#-------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: __init__.py 6169 2006-03-18 01:30:23Z dallingham $
# $Id$
"""
"""

View File

@ -26,7 +26,7 @@ the history changes, the UI XML string and the action groups are updated.
"""
__author__ = "Donald N. Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 8680 $"
#-------------------------------------------------------------------

View File

@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: _MenuOptions.py 9422 2007-11-28 22:21:18Z dsblank $
# $Id$
"""
Abstracted option handling.

View File

@ -23,7 +23,7 @@
"ToolGeneration Framework"
__author__ = "Alex Roitman"
__version__ = "$Revision$"
__version__ = "$Revision: 9830 $"
#-------------------------------------------------------------------------
#

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: Report.py 6044 2006-03-03 00:10:52Z rshura $
# $Id$
#The following is bad, we import lists here, and obtain pointers to them
#If in _PluginMgr the list changes, that is ok, if however the list is

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id: QuickReports.py 8857 2007-08-23 11:58:36Z bmcage $
# $Id$
"""
This module provides the functions to build the quick report context menu's

Some files were not shown because too many files have changed in this diff Show More