* src/DateEdit.py: example use of help
* src/GrampsDisplay.py: internationalization of help system
* src/Editors/_EditPrimary.py: define_help_button link to webpage
* src/Editors/_EditSecondary.py: define_help_button link to webpage
* src/Editors/_EditReference.py: define_help_button link to webpage
* src/Editors/_EditFamily.py: remove empty line
svn: r10036
* src/DataViews/RelationView.py (RelationshipView.write_parents):
added Sibling/Children add buttons; rearranged display;
lost a bit of vertical space
svn: r10034
* src/ObjectSelector/* : #1744: src/ObjectSelector is not used anmyore
* src/TreeViews/* : #1744: src/TreeViews is not used anmyore
* src/Treetips.py : changed class comment. pep8 fix for doc: ''' --> """
* src/plugins/SoundGen.py: remove ... in menu. imports cleanup
svn: r10033
* src/DataViews/GrampletView.py: right-click on name link edits
* src/plugins/DefaultGramplets.py: change tooltip of relation gramplet
to indicate the right-click edit option
svn: r10029
* src/Editors/_EditFamily.py: popup: edit child at top, add images.
* src/DisplayTabs/_EmbeddedList.py: allow popup with image/custom text
* src/DisplayModels/_BaseModel.py: add comment to function
* src/DisplayModels/_NoteModel.py: test, UTF-8 for preview
svn: r10020
* src/Utils.py: general methods to convert abs to rel
* src/Editors/AddMedia.py: show existing descr and select file if pos
* src/Editors/_EditPerson.py: view photo needs db for media path
* src/Editors/_EditMedia.py: better path/mime handling
* src/DataViews/MediaView.py: use full path to view
Start of issue #1208
2008-02-11 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10017
* src/Editors/_EditEvent.py:
* src/Editors/_EditFamily.py:
* src/Editors/_EditMedia.py:
* src/Editors/_EditNote.py:
* src/Editors/_EditPerson.py:
* src/Editors/_EditPlace.py:
* src/Editors/_EditPrimary.py:
* src/Editors/_EditRepository.py:
* src/Editors/_EditSource.py:
0001745: fix where on update empty ID field would not be filled
automatically
svn: r10004
* src/Editors/_EditPerson.py: pylint fixes & doc fixes
fixed 0001347: double gid should not be allowed for Person View
Still open for all the other list views.
svn: r10001
* src/plugins/Checkpoint.py:
* src/plugins/checkpoint.glade: remove this plugin as it is superceded by
functionality built in to the Family Tree Manager.
svn: r9998
* example/gramps/data.gramps: replace example.gramps to one generated with
trunk.
0001721: update data.gramps so that it conforms to new style notes.
svn: r9997
* src/DataViews/GrampletView.py
* src/ReportBase/_ReportUtils.py
* src/gen/proxy/private.py
* src/plugins/WebCal.py
* src/plugins/CmdRef.py
* src/Models/_ListCursor.py
* src/Models/_PathCursor.py
PEP 8 fixes. Change
if var == True --> if var
if var is True --> if var
if var == False --> if not var
if var == None --> if var is None
svn: r9994