* src/Date.py (is_equal): Add method -- needed to compare dates
for being identical, since __cmp__ only compares the sorting value and ignores the modifiers. * src/RelLib.py (Event.are_equal, LdsOrd.are_equal): Use is_equal() method to compare dates. * src/AddrEdit.py: Use is_equal() method to compare dates. * src/EventEdit.py: Use is_equal() method to compare dates. * src/gramps.glade (date_edit): Re-order widgets, add hot keys; (event_edit, addr_edit): Remove button relief as in editPerson. svn: r3558
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2004-09-19 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/Date.py (is_equal): Add method -- needed to compare dates
|
||||
for being identical, since __cmp__ only compares the sorting value
|
||||
and ignores the modifiers.
|
||||
* src/RelLib.py (Event.are_equal, LdsOrd.are_equal):
|
||||
Use is_equal() method to compare dates.
|
||||
* src/AddrEdit.py: Use is_equal() method to compare dates.
|
||||
* src/EventEdit.py: Use is_equal() method to compare dates.
|
||||
* src/gramps.glade (date_edit): Re-order widgets, add hot keys;
|
||||
(event_edit, addr_edit): Remove button relief as in editPerson.
|
||||
|
||||
2004-09-19 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/gramps.glade: remove button border for date editor button
|
||||
* src/DateDisplay.py: fix quality prefix display
|
||||
|
Reference in New Issue
Block a user