tizen_2.0_build
authorsung1103.park <sung1103.park@samsung.com>
Tue, 21 Aug 2012 10:27:15 +0000 (19:27 +0900)
committersung1103.park <sung1103.park@samsung.com>
Tue, 21 Aug 2012 10:27:15 +0000 (19:27 +0900)
24 files changed:
CMakeLists.txt
debian/changelog
debian/control [changed mode: 0644->0755]
debian/copyright [deleted file]
debian/desktop [changed mode: 0644->0755]
debian/rules
draglock.xml.in [new file with mode: 0755]
include/draglock-bg.h [changed mode: 0644->0755]
include/draglock-slide.h [changed mode: 0644->0755]
include/draglock-time.h [changed mode: 0644->0755]
include/draglock-ui.h [changed mode: 0644->0755]
include/draglock-util.h [changed mode: 0644->0755]
include/draglock.h [changed mode: 0644->0755]
packaging/org.tizen.draglock.spec
res/edje/draglock-slide.edc [changed mode: 0644->0755]
res/edje/draglock-time.edc [changed mode: 0644->0755]
res/edje/draglock-ui.edc [changed mode: 0644->0755]
res/edje/draglock.edc [changed mode: 0644->0755]
src/draglock-bg.c [changed mode: 0644->0755]
src/draglock-slide.c [changed mode: 0644->0755]
src/draglock-time.c [changed mode: 0644->0755]
src/draglock-ui.c [changed mode: 0644->0755]
src/draglock-util.c [changed mode: 0644->0755]
src/draglock.c [changed mode: 0644->0755]

index aafa2ae..1a65ef4 100755 (executable)
@@ -21,6 +21,7 @@ SET(LOCALEDIR "${RESDIR}/locale")
 SET(IMAGEDIR "${RESDIR}/images")
 SET(ICONDIR "${RESDIR}/icons/default/small")
 SET(EDJEDIR "${RESDIR}/edje")
+SET(MANIFESTXMLDIR "/opt/share/packages")
 
 IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
        SET(CMAKE_BUILD_TYPE "Release")
@@ -81,8 +82,8 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS} "-lm")
 INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${BINDIR})
 
 # install desktop file
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/debian/desktop ${CMAKE_BINARY_DIR}/${PKGNAME}.desktop)
-INSTALL(FILES ${CMAKE_BINARY_DIR}/${PKGNAME}.desktop DESTINATION /opt/share/applications)
+CONFIGURE_FILE(${PROJECT_NAME}.xml.in ${CMAKE_CURRENT_BINARY_DIR}/org.tizen.${PROJECT_NAME}.xml)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.tizen.${PROJECT_NAME}.xml DESTINATION ${MANIFESTXMLDIR})
 
 #install application HOME directory
 INSTALL(DIRECTORY DESTINATION ${DATADIR})
index 86349d8..d9c72c6 100644 (file)
@@ -1,7 +1,77 @@
-draglock (0.1.5-1) unstable; urgency=low
+draglock (0.1.7-1) unstable; urgency=low
+
+  * time and locale related bugs was fixed
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.7-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Thu, 24 May 2012 16:25:23 +0900
+
+draglock (0.1.6-1) unstable; urgency=low
 
   * Fixed problem printing time with wrong format
-  * Git: pkgs/d/draglock
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.6-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Mon, 23 Apr 2012 16:43:58 +0900
+
+draglock (0.1.5-1) unstable; urgency=low
+
+  * Fixed problem printing wrong date when locale is changed
+  * Git: slp/pkgs/d/draglock
   * Tag: draglock_0.1.5-1
 
- -- youngsub ko <ys4610.ko@samsung.com>  Mon, 16 Apr 2012 17:38:10 +0900
+ -- youngsub ko <ys4610.ko@samsung.com>  Tue, 10 Apr 2012 18:18:18 +0900
+
+draglock (0.1.4-1) unstable; urgency=low
+
+  * Fix problem printing efl related error message infinitely
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.4-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Fri, 06 Apr 2012 16:26:32 +0900
+
+draglock (0.1.3-1) unstable; urgency=low
+
+  * Fixed problem displaying wrong time after wake-up from suspend
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.3-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Wed, 04 Apr 2012 13:38:43 +0900
+
+draglock (0.1.2-2) unstable; urgency=low
+
+  * Build error fixed
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.2-2
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Wed, 21 Mar 2012 15:53:42 +0900
+
+draglock (0.1.2-1) unstable; urgency=low
+
+  * Get setting lock screen wallpaper
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.2-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Wed, 21 Mar 2012 13:54:52 +0900
+
+draglock (0.1.1-1) unstable; urgency=low
+
+  * Change source package name
+  * Git: slp/pkgs/d/draglock
+  * Tag: draglock_0.1.1-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Tue, 20 Mar 2012 14:03:45 +0900
+
+com.samsung.draglock (0.1.0-1) unstable; urgency=low
+
+  * Update build script
+  * Git: slp/pkgs/d/draglock
+  * Tag: com.samsung.draglock_0.1.0-1
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Mon, 19 Mar 2012 16:41:00 +0900
+
+com.samsung.draglock (0.0.0-1) unstable; urgency=low
+
+  *  Initial Release
+
+ -- youngsub ko <ys4610.ko@samsung.com>  Thu, 08 Mar 2012 14:16:44 +0900
old mode 100644 (file)
new mode 100755 (executable)
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index e69de29..0000000
old mode 100644 (file)
new mode 100755 (executable)
index 4c6a36d..1c98435 100755 (executable)
@@ -99,7 +99,7 @@ binary-arch: build install
 #      dh_installinfo
        dh_installman
        dh_link
-       dh_strip --dbg-package=org.tizen.draglock-dbg
+       dh_strip --dbg-package=com.samsung.draglock-dbg
        dh_compress
        dh_fixperms
 #      dh_perl
diff --git a/draglock.xml.in b/draglock.xml.in
new file mode 100755 (executable)
index 0000000..44c34f4
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="@PKGNAME@" version="0.1.8-2" install-location="internal-only">
+       <label>@PROJECT_NAME@</label>
+       <author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>
+       <author email="seungtaek.chung@samsung.com" href="www.samsung.com">seungtaek chung</author>
+       <author email="sung1103.park@samsung.com" href="www.samsung.com">Sung Park</author>
+       <description>@PROJECT_NAME@</description>
+       <ui-application appid="@PKGNAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="false">
+               <icon>@PKGNAME@.png</icon>
+               <label>@PROJECT_NAME@</label>
+       </ui-application>
+</manifest>
old mode 100644 (file)
new mode 100755 (executable)
index cdf4dba..5f327f0
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef DRAGLOCK_BG_H_
 #define DRAGLOCK_BG_H_
old mode 100644 (file)
new mode 100755 (executable)
index 734dc6f..fa4502b
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef DRAGLOCK_SLIDE_H_
 #define DRAGLOCK_SLIDE_H_
old mode 100644 (file)
new mode 100755 (executable)
index 2cdabef..98c7b47
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef DRAGLOCK_TIME_H_
 #define DRAGLOCK_TIME_H_
old mode 100644 (file)
new mode 100755 (executable)
index 9cfbea8..8b306e2
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef DRAGLOCK_UI_H_
 #define DRAGLOCK_UI_H_
old mode 100644 (file)
new mode 100755 (executable)
index 34c9add..80cd152
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef __DRAGLOCK_UTIL_H__
 #define __DRAGLOCK_UTIL_H__
old mode 100644 (file)
new mode 100755 (executable)
index 6fc1edb..0283242
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #ifndef __DRAGLOCK_H__
 #define __DRAGLOCK_H__
index 56a19b3..ca59a79 100755 (executable)
@@ -2,8 +2,8 @@
 
 Name:       org.tizen.draglock
 Summary:    Lock screen application
-Version: 0.1.5
-Release:    1
+Version: 0.1.8
+Release:    2
 Group:      TBD
 License:    Flora Software License
 Source0:    %{name}-%{version}.tar.gz
@@ -45,7 +45,6 @@ mkdir -p %{buildroot}/opt/apps/org.tizen.draglock/data
 
 %post
 /sbin/ldconfig
-chown -R 5000:5000 /opt/apps/org.tizen.draglock/data
 
 GOPTION="-g 6514"
 
@@ -53,8 +52,7 @@ GOPTION="-g 6514"
 
 %files
 %defattr(-,root,root,-)
-%dir /opt/apps/org.tizen.draglock/data
+%attr(-,inhouse,inhouse) %dir /opt/apps/org.tizen.draglock/data
 /opt/apps/org.tizen.draglock/bin/draglock
 /opt/apps/org.tizen.draglock/res/edje/draglock.edj
-/opt/share/applications/org.tizen.draglock.desktop
-
+/opt/share/packages/%{name}.xml
old mode 100644 (file)
new mode 100755 (executable)
index 1b54f3d..7b8057d
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #define DRAGLOCK_ARROW_RECT(pname, rel1x, rel2x)\
        part {\
@@ -306,6 +305,7 @@ group {
                                state: "default" 0.0;
                                min: 126 0;
                                align: 0.0 0.0;
+                               fixed: 1.0 1.0;
 
                                rel1 {
                                        to: "bg";
@@ -327,6 +327,7 @@ group {
                                state: "default" 0.0;
                                min: 126 0;
                                align: 1.0 0.0;
+                               fixed: 1.0 1.0;
 
                                rel1 {
                                        relative: 1.0 0.0;
@@ -428,4 +429,4 @@ group {
                        target: "lock.image.r";
                }
        }
-}
+}
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 587852f..a3ed5d9
@@ -1,34 +1,22 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 group {
        name: "draglock-time";
 
-       styles {
-               style {
-                       name: "style_time";
-                       base: "font=SLP:style=Medium font_size=140 color=#f9f9f9ff align=right valign=top";
-               }
-               style {
-                       name: "style_time_period";
-                       base: "font=HelveticaNeue:style=Medium font_size=38 color=#f9f9f9ff align=right";
-               }
-       }
-
        parts {
                part {
                        name: "bg";
@@ -116,6 +104,7 @@ group {
                                state: "default" 0.0;
                                text {
                                        font: "SLP:style=Medium";
+                                       text_class: "slp_medium";
                                        size: 34;
                                        min: 0 0;
                                        align: 1.0 0.5;
@@ -156,21 +145,26 @@ group {
 
                part {
                        name: "text.time";
-                       type: TEXTBLOCK;
+                       type: TEXT;
                        scale: 1;
 
                        description {
                                state: "default" 0.0;
-                               text {
-                                       style: "style_time";
-                               }
                                color: 249 249 249 255;
+
                                rel1 {
                                        to: "rect.time";
                                }
                                rel2 {
                                        to: "rect.time";
                                }
+                               text {
+                                       font: "SLP:style=Medium";
+                                       text_class: "slp_medium";
+                                       size: 140;
+                                       min: 0 0;
+                                       align: 1.0 0.5;
+                               }
                        }
                }
 
@@ -183,6 +177,7 @@ group {
                                state: "default" 0.0;
                                min: 314 13;
                                align: 1.0 1.0;
+                               fixed: 1.0 1.0;
 
                                rel1 {
                                        relative: 1.0 1.0;
@@ -205,17 +200,15 @@ group {
 
                part {
                        name: "text.time.period";
-                       type: TEXTBLOCK;
+                       type: TEXT;
                        scale: 1;
 
                        description {
                                state: "default" 0.0;
                                min: 0 38;
                                align: 1 1;
+                               color: 249 249 249 255;
 
-                               text {
-                                       style: "style_time_period";
-                               }
                                rel1 {
                                        relative: 0.0 0.0;
                                        to_x: "bg";
@@ -225,6 +218,13 @@ group {
                                        relative: 0.0 0.0;
                                        to: "rect.time.period";
                                }
+                               text {
+                                       font: "SLP:style=Medium";
+                                       text_class: "slp_medium";
+                                       size: 38;
+                                       min: 0 0;
+                                       align: 1.0 0.0;
+                               }
                        }
                }
        }
old mode 100644 (file)
new mode 100755 (executable)
index 90d1ad8..ae93551
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 group {
        name: "draglock-ui";
@@ -54,6 +53,8 @@ group {
                                state: "default" 0.0;
                                align: 0.0 1.0;
                                min: 0 356;
+                               fixed: 1.0 1.0;
+
                                rel1 {
                                        relative: 0.0 1.0;
                                        to: "bg";
old mode 100644 (file)
new mode 100755 (executable)
index bc6df7d..81266b3
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 collections {
        #include "draglock-ui.edc"
old mode 100644 (file)
new mode 100755 (executable)
index bc07967..781ce8f
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include <app.h>
 #include <vconf.h>
old mode 100644 (file)
new mode 100755 (executable)
index b47108f..03c53ae
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include "draglock.h"
 #include "draglock-util.h"
old mode 100644 (file)
new mode 100755 (executable)
index cbdc247..1acf226
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include <time.h>
 #include <runtime_info.h>
old mode 100644 (file)
new mode 100755 (executable)
index 0bf2e05..bb14144
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include <app.h>
 #include "draglock.h"
old mode 100644 (file)
new mode 100755 (executable)
index 6234f43..51f3af1
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include <app.h>
 #include <Ecore_X.h>
old mode 100644 (file)
new mode 100755 (executable)
index ee36913..a2472fb
@@ -1,19 +1,18 @@
 /*
-  * 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.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
+ * 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.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #include <stdio.h>
 #include <app.h>