2013-05-27 Tae-Hwan Kim (bluezery)
* Add support elm_object_item_signal_emit() for elm_list.
+
+2013-05-27 Jihoon Kim (jihoon)
+
+ * Add ELM_INPUT_PANEL_LAYOUT_DATETIME.
* Add elm_entry smart callback - "text,set,done".
* Add selection handlers to entry.
* Add support elm_object_item_signal_emit() for elm_list.
+ * Add ELM_INPUT_PANEL_LAYOUT_DATETIME.
Improvements:
ELM_INPUT_PANEL_LAYOUT_INVALID, /**< Never use this */
ELM_INPUT_PANEL_LAYOUT_HEX, /**< Hexadecimal layout */
ELM_INPUT_PANEL_LAYOUT_TERMINAL, /**< Command-line terminal layout including esc, alt, ctrl key, so on (no auto-correct, no auto-capitalization) */
- ELM_INPUT_PANEL_LAYOUT_PASSWORD /**< Like normal, but no auto-correct, no auto-capitalization etc. */
+ ELM_INPUT_PANEL_LAYOUT_PASSWORD, /**< Like normal, but no auto-correct, no auto-capitalization etc. */
+ ELM_INPUT_PANEL_LAYOUT_DATETIME /**< Date and time layout @since 1.8 */
} Elm_Input_Panel_Layout; /**< Type of input panel (virtual keyboard) to use - this is a hint and may not provide exactly what is desired. */
enum