[dali_1.4.2] Merge branch 'devel/master' 00/197500/1
authorRichard Huang <r.huang@samsung.com>
Fri, 11 Jan 2019 12:39:43 +0000 (12:39 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 11 Jan 2019 12:39:43 +0000 (12:39 +0000)
Change-Id: Ifd845ea871e1138c19e96a9845a06e63d1cea9ea

dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp [changed mode: 0644->0755]
dali-toolkit/public-api/dali-toolkit-version.cpp
dali-toolkit/public-api/visuals/visual-properties.h
dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json
packaging/dali-toolkit.spec

old mode 100644 (file)
new mode 100755 (executable)
index 2fa2c8b..e06b958
@@ -49,7 +49,7 @@ attribute mediump vec2    aPosition;
 attribute mediump vec2    aTexCoord;
 attribute mediump vec4    aColor;
 uniform   mediump vec2    uOffset;
-uniform   mediump mat4    uMvpMatrix;
+uniform     highp mat4    uMvpMatrix;
 varying   mediump vec2    vTexCoord;
 varying   mediump vec4    vColor;
 
index d8b2cb5..ea22350 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 4;
-const unsigned int TOOLKIT_MICRO_VERSION = 1;
+const unsigned int TOOLKIT_MICRO_VERSION = 2;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cb36f29..dd1447b 100644 (file)
@@ -129,7 +129,7 @@ enum
 } // namespace Property
 
 /**
- * @brief Visual Transfrom for the offset or size.
+ * @brief Visual Transform for the offset or size.
  * @SINCE_1_2.60
  */
 namespace Transform
@@ -162,7 +162,7 @@ namespace Property
 {
 
 /**
- * @brief Enumeration for the type of Transfrom Property.
+ * @brief Enumeration for the type of Transform Property.
  * @SINCE_1_2.60
  */
 enum Type
index 4322001..43bd4e5 100755 (executable)
@@ -67,8 +67,7 @@
       "autoScrollLoopCount":2,
       "autoScrollGap":50,
       "autoScrollSpeed":80,
-      "ignoreSpacesAfterText":false,
-      "matchSystemLanguageDirection":true
+      "ignoreSpacesAfterText":false
     },
 
     "TextLabelFontSize0":
       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" },
-      "enableSelection":false,
-      "matchSystemLanguageDirection":true
+      "enableSelection":false
     },
 
     "TextFieldFontSize0":
       "enableScrollBar":true,
       "scrollBarShowDuration":0.8,
       "scrollBarFadeDuration":0.5,
-      "enableSelection":false,
-      "matchSystemLanguageDirection":true
+      "enableSelection":false
     },
     "ProgressBar":
     {
index b8b2838..ad3021b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.4.1
+Version:    1.4.2
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT