2007-01-06 Don Allingham <don@gramps-project.org>

* src/Editors/_EditAddress.py: new date entry
	* src/Editors/_EditLdsOrd.py: new date_entry
	* src/Editors/_EditSourceRef.py: new date_entry
	* src/Editors/_EditEventRef.py: new date_entry
	* src/Editors/_EditMedia.py: new date_entry
	* src/Editors/_EditName.py: new date_entry
	* src/Editors/_EditEvent.py: new date_entry
	* src/GrampsWidgets.py: add options to ValidatedDateEntry to specify colors and icon
	* src/glade/gramps.glade: new date_entry
	* src/Errors.py: new date_entry
	* src/DateEdit.py: new date_entry



svn: r7872
This commit is contained in:
Don Allingham
2007-01-06 22:35:29 +00:00
parent aa1a8d08a1
commit 2b30971dc3
12 changed files with 195 additions and 282 deletions

View File

@@ -128,3 +128,10 @@ class UnavailableError(Exception):
def __str__(self):
return self.value
class MaskError(Exception):
pass
class ValidationError(Exception):
pass