* src/gramps_main.py: Remov unused module.
* src/DateDisplay.py (verify_format): Correct check. * src/Date.py (is_regular): Add method to detect exact single non-empty dates; (set): Add text string as an optional argument. * src/DateEdit.py: Use DateHandler instead of low-level DateDisplay; (check): Display yellow LED for anything other than regular dates. svn: r3562
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
LED functionality; (SourceEditor.on_sourceok_clicked): Set date using
|
||||
date object, instead of parsing text.
|
||||
|
||||
* src/gramps_main.py: Remov unused module.
|
||||
* src/DateDisplay.py (verify_format): Correct check.
|
||||
* src/Date.py (is_regular): Add method to detect exact single
|
||||
non-empty dates; (set): Add text string as an optional argument.
|
||||
* src/DateEdit.py: Use DateHandler instead of low-level DateDisplay;
|
||||
(check): Display yellow LED for anything other than regular dates.
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user