2006-05-21 Don Allingham <don@gramps-project.org>
* src/GrampsWidgets.py (MonitoredEntry.set_text): added function svn: r6745
This commit is contained in:
parent
3875cdb615
commit
99a2140ba1
@ -1,3 +1,6 @@
|
||||
2006-05-21 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsWidgets.py (MonitoredEntry.set_text): added function
|
||||
|
||||
2006-05-21 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_WriteGedcom.py: Repository export.
|
||||
* src/GrampsDb/_GrampsInMemDB.py (GrampsInMemDB.__init__): Remove
|
||||
|
10
NEWS
10
NEWS
@ -1,3 +1,13 @@
|
||||
Verison 2.1.3
|
||||
* Add user defined custom types to appropriate menus
|
||||
* Select Place dialog replaces text entry of places
|
||||
* Icon improvements
|
||||
* Improved navigation in Pedigree View
|
||||
* Fully functional side bar filter
|
||||
* Bookmarks for all object types saved and loaded (XML)
|
||||
* Marker colors are adjustable
|
||||
* Bug fixes
|
||||
|
||||
Version 2.1.0 -- the "What are you going to do, bleed on me?" release
|
||||
* Initial unstable release of 2.1.0.
|
||||
* Far too many changes to specify. See http://gramps-project.org/whats_new/
|
||||
|
@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
GNOME_DOC_INIT
|
||||
|
||||
RELEASE=0.SVN$(svnversion -n .)
|
||||
dnl RELEASE=1
|
||||
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||
RELEASE=1
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
@ -280,6 +280,9 @@ class MonitoredEntry:
|
||||
if autolist:
|
||||
AutoComp.fill_entry(obj,autolist)
|
||||
|
||||
def set_text(self, text):
|
||||
self.obj.set_text(text)
|
||||
|
||||
def connect(self, signal, callback):
|
||||
self.obj.connect(signal, callback)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user