jihoon pushed a commit to branch master.

commit 6d51904588e0c7201d4fd0925e09bd2c3e0aea84
Author: Jihoon Kim <[email protected]>
Date:   Mon May 27 16:14:52 2013 +0900

    Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, EDJE_INPUT_PANEL_LAYOUT_DATETIME 
layout
---
 ChangeLog                     | 5 +++++
 NEWS                          | 5 ++++-
 src/lib/ecore_imf/Ecore_IMF.h | 3 ++-
 src/lib/edje/Edje_Common.h    | 3 ++-
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4a089a4..113c1b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-27  Jihoon Kim (jihoon)
+
+        * Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout
+        * Add EDJE_INPUT_PANEL_LAYOUT_DATETIME layout
+
 2013-05-24  Daniel Willmann
         * Fix srv->start_time (initialization missing). So now 
           ecore_con_server_uptime_get() is working for plain TCP connections.
diff --git a/NEWS b/NEWS
index a5a1f64..29ba236 100644
--- a/NEWS
+++ b/NEWS
@@ -97,7 +97,10 @@ Additions:
      - Add ecore_imf_context_input_panel_layout_variation_set/get API
      - Add ecore_imf_input_panel_hide API
      - Add ecore_imf_context_input_panel_event_callback_call, clear API
-    * Add edje_object_part_text_input_panel_layout_variation_set/get API
+     - Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout
+    * Edje:
+     - Add edje_object_part_text_input_panel_layout_variation_set/get API
+     - Add EDJE_INPUT_PANEL_LAYOUT_DATETIME layout
     * Evil:
      - Add mkdtemp.
     * ecore_x:
diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 7e740c7..842b8fc 100644
--- a/src/lib/ecore_imf/Ecore_IMF.h
+++ b/src/lib/ecore_imf/Ecore_IMF.h
@@ -263,7 +263,8 @@ typedef enum
    ECORE_IMF_INPUT_PANEL_LAYOUT_INVALID,         /**< Never use this */
    ECORE_IMF_INPUT_PANEL_LAYOUT_HEX,             /**< Hexadecimal layout 
@since 1.2 */
    ECORE_IMF_INPUT_PANEL_LAYOUT_TERMINAL,        /**< Command-line terminal 
layout including ESC, Alt, Ctrl key, so on (no auto-correct, no 
auto-capitalization) @since 1.2 */
-   ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD         /**< Like normal, but no 
auto-correct, no auto-capitalization etc. @since 1.2 */
+   ECORE_IMF_INPUT_PANEL_LAYOUT_PASSWORD,        /**< Like normal, but no 
auto-correct, no auto-capitalization etc. @since 1.2 */
+   ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME         /**< Date and time layout 
@since 1.8 */
 } Ecore_IMF_Input_Panel_Layout;
 
 /**
diff --git a/src/lib/edje/Edje_Common.h b/src/lib/edje/Edje_Common.h
index 7512484..58ef0fa 100644
--- a/src/lib/edje/Edje_Common.h
+++ b/src/lib/edje/Edje_Common.h
@@ -981,7 +981,8 @@ typedef enum _Edje_Input_Panel_Layout
    EDJE_INPUT_PANEL_LAYOUT_INVALID,         /**< Never use this */
    EDJE_INPUT_PANEL_LAYOUT_HEX,             /**< Hexadecimal layout @since 1.2 
*/
    EDJE_INPUT_PANEL_LAYOUT_TERMINAL,        /**< Command-line terminal layout 
including esc, alt, ctrl key, so on (no auto-correct, no auto-capitalization) 
@since 1.2 */
-   EDJE_INPUT_PANEL_LAYOUT_PASSWORD         /**< Like normal, but no 
auto-correct, no auto-capitalization etc. @since 1.2 */
+   EDJE_INPUT_PANEL_LAYOUT_PASSWORD,        /**< Like normal, but no 
auto-correct, no auto-capitalization etc. @since 1.2 */
+   EDJE_INPUT_PANEL_LAYOUT_DATETIME         /**< Date and time layout @since 
1.8 */
 } Edje_Input_Panel_Layout;
 
 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