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:
ChangeLog
src
BaseDoc.py
BasicUtils
Bookmarks.pyConfig
DataViews
EventView.pyFamilyList.pyGrampletView.pyMediaView.pyNoteView.pyPersonView.pyPlaceView.pyRelationView.pyRepositoryView.pySourceView.py__init__.py
DateEdit.pyDateHandler
DisplayModels
DisplayTabs
Editors
_EditAttribute.py_EditChildRef.py_EditLdsOrd.py_EditLocation.py_EditPerson.py_EditPersonRef.py_EditReference.py_EditRepoRef.py
FilterEditor
Filters
Rules
Event
Family
_AllFamilies.py_ChildHasIdOf.py_ChildHasNameOf.py_FamilyPrivate.py_FatherHasIdOf.py_FatherHasNameOf.py_HasAttribute.py_HasEvent.py_HasIdOf.py_HasMarkerOf.py_HasNoteMatchingSubstringOf.py_HasNoteRegexp.py_HasRelType.py_MatchesFilter.py_MotherHasIdOf.py_MotherHasNameOf.py_RegExpIdOf.py__init__.py
MediaObject
Note
_AllNotes.py_HasIdOf.py_HasNote.py_HasNoteMatchingSubstringOf.py_HasNoteRegexp.py_MatchesFilter.py_NotePrivate.py_RegExpIdOf.py__init__.py
Person
_HasMarkerOf.py_HasNoteRegexp.py_MatchIdOf.py_RegExpIdOf.py_RegExpName.py_RelationshipPathBetweenBookmarks.py
Place
Repository
Source
_HasAttributeBase.py_HasEventBase.py_HasGrampsId.py_HasMarkerBase.py_HasNoteRegexBase.py_HasNoteSubstrBase.py_MatchesFilterBase.py_RegExpIdBase.pySideBar
GrampsDbUtils
MarkupText.pyMerge
Navigation.pyPluginUtils
QuickReports.pyReportBase
Selectors
Simple
SubstKeywords.pyTreeTips.pyUndoHistory.pydate_test.pydocgen
gen
db
lib
__init__.pyaddress.pyaddressbase.pyattrbase.pyattribute.pyattrtype.pybaseobj.pycalendar.pychildref.pychildreftype.pydate.pydatebase.pyevent.pyeventref.pyeventroletype.pyeventtype.pyfamily.pyfamilyreltype.pygenderstats.pygrampstype.pyldsord.pyldsordbase.pylocation.pylocationbase.pymarkertype.pymediabase.pymediaobj.pymediaref.pyname.pynametype.pynote.pynotebase.pynotetype.pyperson.pypersonref.pyplace.pyplacebase.pyprimaryobj.pyprivacybase.pyprivsrcnote.pyrefbase.pyrepo.pyreporef.pyrepotype.pyresearcher.pysecondaryobj.pysrc.pysrcbase.pysrcmediatype.pysrcnote.pysrcref.pyurl.pyurlbase.pyurltype.pywitness.py
proxy
utils
glade
plugins
@@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
# $Id: _GrampletView.py $
|
||||
# $Id$
|
||||
|
||||
"""
|
||||
GrampletView interface
|
||||
|
Reference in New Issue
Block a user