Sync private git to RSA git.
authorhhh.kwon <hhh.kwon@samsung.com>
Fri, 9 Nov 2012 10:21:23 +0000 (19:21 +0900)
committerhhh.kwon <hhh.kwon@samsung.com>
Fri, 9 Nov 2012 10:31:29 +0000 (19:31 +0900)
Change-Id: I7ec3d7188f141383ff2e4b37fed4f2783fc30dd9

17 files changed:
src/_cpu.c
src/_cpu.h
src/_eina.c
src/_eina.h
src/_genlist.c
src/_genlist.h
src/_info.c
src/_info.h
src/_logic.c
src/_logic.h
src/_progressbar.c
src/_progressbar.h
src/_util_efl.c
src/_util_efl.h
src/_util_log.h
src/taskmanager.c
src/taskmanager.h

index 5b7f7377c842b7b55dc0007411c37a436eb9e2f2..ee5cb18d529089707252efed89bd3df8027ffb21 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 15a29ec911e16bb19b08e65003a2e5c62ec2d8bd..d724ee3a24b36942355d56821f8399f667b950a0 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index eeb0e070e5299ad0a83d64ca23501e92ee581633..637db7e471759998ce0331e63f1820349d6a6d35 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 8d8ef060931dbf25a7b1d4e5c7d35cf7629f129d..917fcdfb2b4503cee2872635c19570a24c9bdf09 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 13a61a26fbef4ee929ba12f4b7a4b0897213705f..a7d0b76718306a723420a7c0b6537e4e43f9b54a 100755 (executable)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -327,8 +327,8 @@ static Evas_Object *_gl_content_get_app(void *data, Evas_Object *obj,
                retvm_if(rt == NULL, NULL, "Failed to add rectangle\n");
 
                evas_object_color_set(rt, 0, 0, 0, 0);
-               evas_object_size_hint_min_set(rt, 
-                                       (int)72 * elm_scale_get(), 
+               evas_object_size_hint_min_set(rt,
+                                       (int)72 * elm_scale_get(),
                                        (int)72 * elm_scale_get());
                elm_object_part_content_set(icon, "icon_ly", rt);
 
@@ -484,8 +484,8 @@ static Evas_Object *_gl_content_get_his(void *data, Evas_Object *obj,
                retvm_if (rt == NULL, NULL, "Failed to add rectangle\n");
 
                evas_object_color_set(rt, 0, 0, 0, 0);
-               evas_object_size_hint_min_set(rt, 
-                                       (int)72 * elm_scale_get(), 
+               evas_object_size_hint_min_set(rt,
+                                       (int)72 * elm_scale_get(),
                                        (int)72 * elm_scale_get());
                elm_object_part_content_set(icon, "icon_ly", rt);
 
index fd15c30625c6761ef679b2ce21ef66b9cb8d3abf..fd1b0c6c7fa0d233076a0004f5b518801c847258 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 33b41c5c2311ecf28a0a1765bacb1f5dcb60e2d6..3c72c5a94bf8528581f886cbc8815438822a8423 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index dd721f4f447140816937d9765d215f39684c96e2..1742f28ba77797b727c9f7fc0f4832ef6ea564e7 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 45b7d874b20739118f99daab24d3ebd16b03dfc5..efe622200dc0594b49e304ae46fea2494764d7e4 100755 (executable)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index aff83387a7813ec74b860d20f0f48724e92e9c8f..1424fccfa1c56e4c180976450bb14ec143df1f92 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 3c3b19ffb4701ae0b5599f15f7017669ff65e354..ea50b6bfd07d3fd707367551b496d4aede155062 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 26646250e9cffbf8078f55ec8faf5fa8b3cc3416..234459b87eff13ff8edaf23896eaba175f282161 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 9f8d71a54c317d92704c119fd1e6e7c4d5026a45..95f3500a3644c406e52791de703fa57839c5684d 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index db7930aa054e1ecaf924fd81f3882c7c66ac4d63..030e51ebaae36dd06bdca5fca260e47815a5b4b1 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 8143e7f16b7c1dba8caeef1d5fdaf4b51564056a..ffc3d3db34006f178db81bd6916b9c7dcf995789 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
index 19d7491c238c8dc55760c85a854b04df7c26e94e..6407ca8bf51badef529a90c1003c623b33345076 100755 (executable)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -43,7 +43,7 @@ static struct text_part main_txt[] = {
 
 static void update_ts(Evas_Object *eo, struct text_part *tp, int size)
 {
-       int i = 0;
+       int i;
 
        if (eo == NULL || tp == NULL || size < 0)
                return;
index b535d70e630bb6fd923bee6748225c8d923f9843..73e3af339d872041d1e8afe4d555ac612096f6f7 100755 (executable)
@@ -1,12 +1,12 @@
 /*
  * Copyright 2012  Samsung Electronics Co., Ltd
- * 
+ *
  * Licensed under the Flora License, Version 1.0 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *     http://www.tizenopensource.org/license
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.