Merge multiple notes branch
svn: r8182
This commit is contained in:
63
ChangeLog
63
ChangeLog
@@ -4,6 +4,37 @@
|
||||
2007-02-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||
* src/GrampsWidgets.py (IconEntry): apply latest fixes from kiwi r5889
|
||||
|
||||
2007-02-19 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDbUtils/_ReadXML.py (start_note, stop_note): Parse
|
||||
legacy notes.
|
||||
* src/GrampsDb/_GrampsDbBase.py (commit_note): Typo.
|
||||
* src/RelLib/_SourceRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Source.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Repository.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_RepoRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Place.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_PersonRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Person.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Name.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_MediaRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_MediaObject.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_EventRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_LdsOrd.py (get_referenced_handles): Incclude notes.
|
||||
* src/RelLib/_Family.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Event.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Address.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_Attribute.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_ChildRef.py (get_referenced_handles): Include notes.
|
||||
* src/RelLib/_NoteBase.py (get_referenced_note_handles): Add method;
|
||||
(set_note_list, get_note_list, remove_note, add_note): Add methods;
|
||||
(__init__): Rewrite to support note list.
|
||||
|
||||
2007-02-19 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDbUtils/_GedcomParse.py: fix PLAC/ADDR mappings
|
||||
|
||||
2007-02-19 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||
* src/GrampsWidgets.py (IconEntry): apply latest fixes from kiwi r5889
|
||||
|
||||
2007-02-18 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDbUtils/_GedcomUtils.py: Add IdMapper class
|
||||
* src/GrampsDbUtils/_GedcomParser.py: refactoring
|
||||
@@ -21,18 +52,26 @@
|
||||
2007-02-18 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDbUtils/_GedcomParse.py: more refactoring
|
||||
|
||||
2007-02-18 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/GrampsDbUtils/_GedcomParse.py: Work around some Tracebacks
|
||||
|
||||
2007-02-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||
* src/DisplayTabs/_NoteTab.py: accelerators replaced with key-press
|
||||
signal handler.
|
||||
* src/DisplayTabs/_ButtonTab.py: accelerators removed; wrong concept.
|
||||
* src/DisplayTabs/_GrampsTab.py: accelerators removed; wrong concept.
|
||||
* src/Editors/_EditPrimary.py: accelerators removed; wrong concept.
|
||||
* src/Editors/_EditSecondary.py: accelerators removed; wrong concept.
|
||||
* src/Editors/_EditReference.py: accelerators removed; wrong concept.
|
||||
* src/ManagedWindow.py: accelerators removed; wrong concept.
|
||||
2007-02-18 Alex Roitman <shura@gramps-project.org>
|
||||
* src/Editors/_EditAttribute.py (EditAttribute): Correct constant
|
||||
names.
|
||||
* src/Editors/_EditAddress.py (EditAddress): Correct constant
|
||||
names.
|
||||
* src/Config/_GrampsConfigKeys.py: Regenerate file.
|
||||
* src/Config/gen_schema_keys.py (copy): Update comments.
|
||||
* data/gramps.schemas.in: Add config for notes prefix.
|
||||
* src/RelLib/_PrimaryObject.py: Change to derive from the
|
||||
BasicPrimaryObject class.
|
||||
* src/RelLib/_BasicPrimaryObject.py: Add new base class.
|
||||
* src/GrampsDb/_GrampsBSDDB.py: Add map and methods for Notes.
|
||||
* src/GrampsDb/_GrampsInMemDB.py: Add map and methods for Notes.
|
||||
* src/GrampsDb/_GrampsDbBase.py: Add map and methods for Notes.
|
||||
* src/GrampsDb/_GrampsDbConst.py: Add Note's constants.
|
||||
* src/RelLib/_NoteType.py: Add note types.
|
||||
* src/RelLib/_Note.py: Rewrite as a primary object.
|
||||
* src/RelLib/_Repository.py (has_source_reference,
|
||||
remove_source_references, replace_source_references): Remove
|
||||
redundant methods.
|
||||
|
||||
2007-02-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
|
||||
* src/GrampsDb/_GrampsDbWriteXML.py: add non-gtk xml writer
|
||||
|
Reference in New Issue
Block a user