Added time-error signal - NB#22155
authorLuc Pionchon <luc.pionchon@nokia.com>
Sun, 28 May 2006 22:21:47 +0000 (22:21 +0000)
committerLuc Pionchon <luc.pionchon@nokia.com>
Sun, 28 May 2006 22:21:47 +0000 (22:21 +0000)
commitef27a7f89a0613bf3eb0c5452aa219adf66861cd
treed5b15e4ade7a6b85c57893e27725a40ff9a20fc5
parent0c5572c293ee73bc1bd4552e6c84e3a99f0ee466
Added time-error signal - NB#22155

* hildon-widgets/hildon-time-editor.c:
        (hildon_time_editor_class_init): added time-error signal
        (validated_conversion): added 'error_code' output parameter.
        (hildon_time_editor_real_validate): use 'error_code' and trigger
        'time-error' signal when apprpriate.
        (highlight_callback): avoid revalidation

        * hildon-widgets/hildon-time-editor.h (HildonTimeEditorErrorType):
        new enumerative type for error types
        (_HildonTimeEditorClass): added time_error signal

        * hildon-widgets/Makefile.am (hildon-libs-enum-types.c): added time-editor.h
ChangeLog
hildon-widgets/Makefile.am
hildon-widgets/hildon-time-editor.c
hildon-widgets/hildon-time-editor.h