svn: r8243
This commit is contained in:
Alex Roitman 2007-02-26 07:02:29 +00:00
parent 473cee5793
commit 5ae0ac4550
2 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,14 @@
2007-02-25 Alex Roitman <shura@gramps-project.org>
* src/DisplayTabs/_NoteTab.py: Import RelLib.
2007-02-25 Don Allingham <don@gramps-project.org> 2007-02-25 Don Allingham <don@gramps-project.org>
* src/ViewManager.py: attribution for icons * src/ViewManager.py: attribution for icons
* src/GrampsDbUtils/_GedcomParse.py: enhancements in parsing * src/GrampsDbUtils/_GedcomParse.py: enhancements in parsing
* src/GrampsDbUtils/_GedcomTokens.py: remove double AGNC * src/GrampsDbUtils/_GedcomTokens.py: remove double AGNC
* src/DataViews/__init__.py: Add NoteView * src/DataViews/__init__.py: Add NoteView
* src/DataViews/_NoteView.py: Added * src/DataViews/_NoteView.py: Added
* src/Config/_GrampsConfigKeys.py: Added new keys to handle note dialog * src/Config/_GrampsConfigKeys.py: Added new keys to handle note
width dialog width.
* src/Editors/__init__.py: Add _EditNote.py * src/Editors/__init__.py: Add _EditNote.py
* src/Editors/_EditNote.py: Added * src/Editors/_EditNote.py: Added
* src/DisplayTabs/_NoteTab.py: Updated to the new list format * src/DisplayTabs/_NoteTab.py: Updated to the new list format

View File

@ -1,7 +1,7 @@
# #
# Gramps - a GTK+/GNOME based genealogy program # Gramps - a GTK+/GNOME based genealogy program
# #
# Copyright (C) 2000-2006 Donald N. Allingham # Copyright (C) 2000-2007 Donald N. Allingham
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -34,7 +34,7 @@ from gettext import gettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
import Spell import Spell
import Errors import Errors
import RelLib
from DisplayTabs import log from DisplayTabs import log
from _NoteModel import NoteModel from _NoteModel import NoteModel
from _EmbeddedList import EmbeddedList from _EmbeddedList import EmbeddedList