Add ELM_INPUT_PANEL_LAYOUT_DATETIME
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 27 May 2013 07:20:18 +0000 (16:20 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 27 May 2013 07:20:18 +0000 (16:20 +0900)
legacy/elementary/ChangeLog
legacy/elementary/NEWS
legacy/elementary/src/lib/elm_entry_common.h

index 227e5c7..1ea7c40 100644 (file)
 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.
index 2e332fe..c1bf715 100644 (file)
@@ -70,6 +70,7 @@ Additions:
    * 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:
 
index b146000..d572b15 100644 (file)
@@ -47,7 +47,8 @@ typedef enum
    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