jihoon pushed a commit to branch master.

commit 532457da718839dfe6403751e619ee88e39bdf1f
Author: Jihoon Kim <[email protected]>
Date:   Mon May 27 16:20:18 2013 +0900

    Add ELM_INPUT_PANEL_LAYOUT_DATETIME
---
 ChangeLog                  | 4 ++++
 NEWS                       | 1 +
 src/lib/elm_entry_common.h | 3 ++-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 227e5c7..1ea7c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1368,3 +1368,7 @@
 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.
diff --git a/NEWS b/NEWS
index 2e332fe..c1bf715 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
 
diff --git a/src/lib/elm_entry_common.h b/src/lib/elm_entry_common.h
index b146000..d572b15 100644
--- a/src/lib/elm_entry_common.h
+++ b/src/lib/elm_entry_common.h
@@ -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

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to