apps/core/preloaded/ug-image-viewer-efl.git
9 years agoMerge "Fix pointer casts incompatible with 64 bit architectures" into tizen tizen
MyungJoo Ham [Thu, 29 May 2014 12:29:34 +0000 (05:29 -0700)]
Merge "Fix pointer casts incompatible with 64 bit architectures" into tizen

10 years agoFix pointer casts incompatible with 64 bit architectures 69/19269/1
Ilya Palachev [Wed, 9 Apr 2014 17:17:51 +0000 (21:17 +0400)]
Fix pointer casts incompatible with 64 bit architectures

Tizen toolchain team in Samsung company is planning to build Tizen
for new arm 64 bit architecture - Aarch64. But package
"ug-image-viewer-efl" cannot be built for this architecture
because of build errors of the following type:

error: cast from pointer to integer of different size

error: cast from 'void*' to 'int' loses precision

The reason that there are several casts from pointer type to type
(int) in the current implementation of package. These casts
are correct for 32-bit architectures, since on them both pointer
types and (int) have the same size - 32 bits. But on 64-bit
architectures pointer types have size 64 bit and (int) has size
32 bit, and cast from one to another can provide incorrect results.

This problem can be fixed just by simple replacement of (int)
variables with (size_t) variables, since it does not change the logic
of code and provide additional compatibility with 64-bit
architectures. This fix does not affect external API functions,
since only types of local variables and prototypes of static
functions are changed.

Also options "-mfpu=neon" and "-mfloat-abi=softfp" are not recognized
by GCC if aarch64 is the target architecture. The replacements of
these options are "simd" and "fp" suffixes for option "-march".

Also execstack command does not work for aarch64 binaries, since
aarch64 support is not included to version of execstack used in
Tizen. That's why we have disabled this command just for the case of
aarch64.

The patch has been checked for build compatibility under armv7l, i586
and aarch64 architectures and build results are available at
https://build.tizen.org/package/show?package=ug-image-viewer-efl&project=devel%3Aarm_toolchain%3AMobile%3AMain

Change-Id: Ia476533b6b8c45ffb655db96e09d0c7ea2cde912
Signed-off-by: Ilya Palachev <i.palachev@samsung.com>
10 years agoModify SMACK manifest according three domain model 42/19142/2 accepted/tizen_mobile accepted/tizen/mobile/20140702.072529 submit/tizen/20140429.223737
seong.chung [Tue, 8 Apr 2014 04:03:25 +0000 (13:03 +0900)]
Modify SMACK manifest according three domain model

Apply default manifest (request floor label)

Reference site
https://wiki.tizen.org/wiki/Security:SmackThreeDomainModel

Change-Id: I34b7afba2127588c0344a5cb437e961dd0b2c2b2
Signed-off-by: seong.chung <seong.chung@samsung.com>
10 years agoremove bak file tizen_2.1 accepted/tizen/20130530.164551 submit/tizen/20130529.220734 submit/tizen_2.1/20130514.055123
Jisung Ahn [Tue, 7 May 2013 01:56:38 +0000 (10:56 +0900)]
remove bak file

Change-Id: I1dfcd6e5beb832791d17c5d2b7738b6cf2f2bc13

10 years agoupdate license
Jisung Ahn [Wed, 1 May 2013 08:34:47 +0000 (17:34 +0900)]
update license

Change-Id: Ia834160fe2ff41957fd659c24f23734b4db974f9

11 years agofix operation name
Jisung Ahn [Fri, 26 Apr 2013 06:32:20 +0000 (15:32 +0900)]
fix operation name

Change-Id: Iaaf7e6aa185c28952b76e4063e4bd6cd737e2cea

11 years agoMerge "fixing the invalid pointer usage" into tizen_2.1
Stanislav Radomskiy [Thu, 25 Apr 2013 05:01:09 +0000 (14:01 +0900)]
Merge "fixing the invalid pointer usage" into tizen_2.1

11 years agoMerge "Update license" into tizen_2.1
Sangjin Han [Thu, 18 Apr 2013 09:30:30 +0000 (18:30 +0900)]
Merge "Update license" into tizen_2.1

11 years agoUpdate license
Hyunwoo Kim [Thu, 18 Apr 2013 09:20:14 +0000 (18:20 +0900)]
Update license

Change-Id: I6b56d26c29c329e754ea86b83fecb6660b71d173

11 years agofixing the invalid pointer usage
Stanislav Radomskiy [Mon, 15 Apr 2013 11:47:23 +0000 (14:47 +0300)]
fixing the invalid pointer usage

fixing TDIS-5268 bug

Change-Id: Ibd9530d75710a68a5c1f00e7717e8cc4f607cd40

11 years agoMerge branch 'master' into 2.1 2.1b_release accepted/tizen_2.1/20130425.022936 submit/tizen_2.1/20130424.223701
Jisung Ahn [Tue, 16 Apr 2013 07:37:28 +0000 (16:37 +0900)]
Merge branch 'master' into 2.1

11 years agochange vconf key for slideshow
Jisung Ahn [Tue, 16 Apr 2013 07:36:59 +0000 (16:36 +0900)]
change vconf key for slideshow

Change-Id: I66c80eb67a8d6862c63250e39c366900699e772d

11 years agoMerge branch 'master' into 2.1
Jisung Ahn [Fri, 5 Apr 2013 09:48:32 +0000 (18:48 +0900)]
Merge branch 'master' into 2.1

11 years agoadd public result at crop
Jisung Ahn [Fri, 5 Apr 2013 08:21:46 +0000 (17:21 +0900)]
add public result at crop

Change-Id: I52d32b0f38783ba4f87a7e6edc725e88dbc079d1

11 years agoMerge branch 'master' into 2.1
Jisung Ahn [Mon, 1 Apr 2013 08:07:12 +0000 (17:07 +0900)]
Merge branch 'master' into 2.1

11 years agoremove fatal to fail popup, show only one file that not in db
Jisung Ahn [Mon, 1 Apr 2013 05:48:28 +0000 (14:48 +0900)]
remove fatal to fail popup, show only one file that not in db

Change-Id: I5a0d8d5c7523914814a68ea4a0caa6f5330f7752

11 years agoMerge branch 'master' into 2.1
Jisung Ahn [Sat, 30 Mar 2013 02:34:46 +0000 (11:34 +0900)]
Merge branch 'master' into 2.1

Conflicts:
feature/include/ivug-ext-ug.h
feature/src/ivug-ext-ug.c
main/src/view/ivug-main-view-menu.cpp

Change-Id: I0faa95a402b5f6471172bf630f0e2528059ac205

11 years agoadd print function
Jisung Ahn [Sat, 30 Mar 2013 02:30:52 +0000 (11:30 +0900)]
add print function

Change-Id: I5fb352fdf5840ccbcf89d8d9d3368545903419b3

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:05:03 +0000 (01:05 +0900)]
merge with master

11 years agoupdate version
Jisung Ahn [Wed, 13 Mar 2013 06:12:43 +0000 (15:12 +0900)]
update version

Change-Id: Iaccee802dcfdf73d801a204f5f6f4365bf79df00

11 years agoupdate name view
Jisung Ahn [Wed, 13 Mar 2013 06:08:58 +0000 (15:08 +0900)]
update name view

Change-Id: Iee33b13d6871a17c8ee507a87c13ff13dabec363

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:38:26 +0000 (01:38 +0900)]
Tizen 2.1 base

11 years agofix scissor box parent
Jisung Ahn [Mon, 4 Mar 2013 07:54:15 +0000 (16:54 +0900)]
fix scissor box parent

Change-Id: I12187c6e81c92d82d59a03b97e7f91b6daeee514

11 years agoshow fail popup when rename failed
Jisung Ahn [Mon, 25 Feb 2013 02:58:03 +0000 (11:58 +0900)]
show fail popup when rename failed

Change-Id: I19f5c1e41ca9f697b624129687778f0bb0f9628d

11 years agoMerge branch 'master' into gerrithost/master
Hyunwoo Kim [Tue, 12 Feb 2013 01:44:49 +0000 (10:44 +0900)]
Merge branch 'master' into gerrithost/master

11 years agoFix NABI TDIS-3807
Hyunwoo Kim [Fri, 8 Feb 2013 12:30:30 +0000 (21:30 +0900)]
Fix NABI TDIS-3807

Change-Id: Ib67a07ff7a8ec0a18b99ab5780e27d8b984b7759

11 years agoIncrease version_1
Hyunwoo Kim [Thu, 7 Feb 2013 13:47:26 +0000 (22:47 +0900)]
Increase version_1

Change-Id: I936d30560deedb9f45cbcece7a8183f8d31ca116

11 years agoMerge "Increase version" into tizen_2.0
Hyunwoo Kim [Thu, 7 Feb 2013 13:05:14 +0000 (22:05 +0900)]
Merge "Increase version" into tizen_2.0

11 years agoIncrease version
Hyunwoo Kim [Thu, 7 Feb 2013 13:00:17 +0000 (22:00 +0900)]
Increase version

Change-Id: I3ea1c13a533147cda93631b814b82e2c004bee25

11 years agoFix for ug is not launched
Hyunwoo Kim [Thu, 7 Feb 2013 11:42:51 +0000 (20:42 +0900)]
Fix for ug is not launched

Change-Id: I7e03998c5491fb1593bfbdc44a028fc689084d03

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 4 Feb 2013 13:11:42 +0000 (22:11 +0900)]
Merge branch 'master' into 2.0

11 years agoapply cnp mode to entry
Jisung Ahn [Mon, 4 Feb 2013 13:11:13 +0000 (22:11 +0900)]
apply cnp mode to entry

Change-Id: I70a6b951260ffe280b2ae8bb8f6ab6ab0f508397

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 4 Feb 2013 12:22:35 +0000 (21:22 +0900)]
Merge branch 'master' into 2.0

11 years agoadd license sentence
Jisung Ahn [Mon, 4 Feb 2013 12:22:00 +0000 (21:22 +0900)]
add license sentence

Change-Id: Ieda83f73f0c8b9cdae671e2dff9324e27869c19a

11 years agoMerge branch '2.0'
Jisung Ahn [Mon, 4 Feb 2013 12:11:06 +0000 (21:11 +0900)]
Merge branch '2.0'

11 years agofix size evaluation error
Jisung Ahn [Mon, 4 Feb 2013 11:06:50 +0000 (20:06 +0900)]
fix size evaluation error

Change-Id: I18748429709ae95aa67f36d232ea62bd1e35ae4e

11 years agofix region at setas
Jisung Ahn [Mon, 4 Feb 2013 10:12:00 +0000 (19:12 +0900)]
fix region at setas

Change-Id: Id84e0d6b7ab26ed12b9e64507aee45fba3bcd677

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 4 Feb 2013 06:10:09 +0000 (15:10 +0900)]
Merge branch 'master' into 2.0

11 years agochange app icon
Jisung Ahn [Mon, 4 Feb 2013 05:11:03 +0000 (14:11 +0900)]
change app icon

Change-Id: I048109a0debf7f16660030f24c771dbf36564e42

11 years agoreset zoom level after rotate by exif
Jisung Ahn [Thu, 31 Jan 2013 08:24:20 +0000 (17:24 +0900)]
reset zoom level after rotate by exif

Change-Id: I8248a0ac7ed2cc52442de15f7ae7486c339c7889

11 years agorename first before db
Jisung Ahn [Thu, 31 Jan 2013 06:19:14 +0000 (15:19 +0900)]
rename first before db

Change-Id: I247da4b41d31d2a35ea946949be0a1a6b94e01ed

11 years agoMerge branch '2.0'
Jisung Ahn [Wed, 30 Jan 2013 08:23:33 +0000 (17:23 +0900)]
Merge branch '2.0'

11 years agoMerge branch '2.0'
Jisung Ahn [Wed, 30 Jan 2013 07:49:34 +0000 (16:49 +0900)]
Merge branch '2.0'

11 years agoapply round globaly
Jisung Ahn [Wed, 30 Jan 2013 06:43:56 +0000 (15:43 +0900)]
apply round globaly

Change-Id: If407534bf1ae0c9bf7415ad001be96c423ee8738

11 years agoapply round at zoom slider
Jisung Ahn [Tue, 29 Jan 2013 12:23:41 +0000 (21:23 +0900)]
apply round at zoom slider

Change-Id: Id591663cb70b91399ef1fb8a8b623d63b0c4231e

11 years agoMerge branch '2.0'
Jisung Ahn [Sun, 27 Jan 2013 10:10:28 +0000 (19:10 +0900)]
Merge branch '2.0'

11 years agochange return value about exif
Jisung Ahn [Sun, 27 Jan 2013 06:09:22 +0000 (15:09 +0900)]
change return value about exif

Change-Id: I7ffbe3c2757f7f07733f201cdfc1fdecc6c634cd

11 years agoload slider item when file deleted
Jisung Ahn [Fri, 25 Jan 2013 10:13:54 +0000 (19:13 +0900)]
load slider item when file deleted

Change-Id: I1be2e28df3bc979d20ff7ace78c8d222f2e5ed84

11 years agoMerge "add indicator area at setas, crop view" into tizen_2.0
Jisung Ahn [Fri, 25 Jan 2013 03:02:21 +0000 (12:02 +0900)]
Merge "add indicator area at setas, crop view" into tizen_2.0

11 years agoMerge branch '2.0'
Jisung Ahn [Fri, 25 Jan 2013 02:53:26 +0000 (11:53 +0900)]
Merge branch '2.0'

11 years agoadd indicator area at setas, crop view
Jisung Ahn [Fri, 25 Jan 2013 02:42:49 +0000 (11:42 +0900)]
add indicator area at setas, crop view

Change-Id: Ia4c35a3740f5a7f1e9c1081a0522cb1b9268cdfd

11 years agoMerge "fix bug(rotate vconf, useless code)" into tizen_2.0
Jisung Ahn [Thu, 24 Jan 2013 05:50:45 +0000 (14:50 +0900)]
Merge "fix bug(rotate vconf, useless code)" into tizen_2.0

11 years agofix bug(rotate vconf, useless code)
Jisung Ahn [Thu, 24 Jan 2013 05:34:20 +0000 (14:34 +0900)]
fix bug(rotate vconf, useless code)

Change-Id: Ifba4520148a04442481e6f515c327759be7f20e7

11 years agoupdate exif
Jisung Ahn [Wed, 23 Jan 2013 11:01:31 +0000 (20:01 +0900)]
update exif

Change-Id: I9143a17f53d336fb46e609e7e341220b8503d9be

11 years agoupdate exif
Jisung Ahn [Wed, 23 Jan 2013 11:01:31 +0000 (20:01 +0900)]
update exif

Change-Id: I9143a17f53d336fb46e609e7e341220b8503d9be

11 years agodisable rotate when exif is none
Jisung Ahn [Wed, 23 Jan 2013 10:06:45 +0000 (19:06 +0900)]
disable rotate when exif is none

Change-Id: I13704ae635df68f324c7066c84a51da1604436f2

11 years agofix caller id rotate region error
Jisung Ahn [Wed, 23 Jan 2013 09:31:23 +0000 (18:31 +0900)]
fix caller id rotate region error

Change-Id: I1cec38d7b588a58c4e79ae62c4a26c9e4eab797d

11 years agofix license install, change font name
Jisung Ahn [Wed, 23 Jan 2013 07:24:45 +0000 (16:24 +0900)]
fix license install, change font name

Change-Id: If49813d66dd33497d9bf3e3e456a08d9b6884063

11 years agoapply license
Jisung Ahn [Wed, 23 Jan 2013 05:17:11 +0000 (14:17 +0900)]
apply license

Change-Id: I3ebfd70b55020c17d6bc2f5f5c2c826cefcd20e8

11 years agoshow cropped file at list
Jisung Ahn [Tue, 22 Jan 2013 10:46:32 +0000 (19:46 +0900)]
show cropped file at list

Change-Id: I1dde8c1454388bd4c0048be219a5a6d8ffb34612

11 years agoMerge branch '2.0'
Jisung Ahn [Mon, 21 Jan 2013 11:44:39 +0000 (20:44 +0900)]
Merge branch '2.0'

11 years agoremove vibration
Jisung Ahn [Mon, 21 Jan 2013 11:18:16 +0000 (20:18 +0900)]
remove vibration

Change-Id: Iafcf9ee4d76c069435cfb447feabe6052af084b4

11 years agoAdd error check
Hyunwoo Kim [Sat, 19 Jan 2013 10:02:20 +0000 (19:02 +0900)]
Add error check

Change-Id: I226a29a71b056355e235021d51aef6fe04b153dc

11 years agoMerge branch '2.0'
Jisung Ahn [Sat, 19 Jan 2013 05:05:32 +0000 (14:05 +0900)]
Merge branch '2.0'

11 years agoenable appgadget
Jisung Ahn [Sat, 19 Jan 2013 04:17:23 +0000 (13:17 +0900)]
enable appgadget

Change-Id: I19a93f928edc06c4ddb8972e574f97f594470c47

11 years agochange ctxpopup to center popup about share
Jisung Ahn [Fri, 18 Jan 2013 09:50:11 +0000 (18:50 +0900)]
change ctxpopup to center popup about share

Change-Id: Ia9f7702722b6ceba96bbf1a00b2c9b31e07775df

11 years agoreset zoom level when item changed
Jisung Ahn [Fri, 18 Jan 2013 02:45:57 +0000 (11:45 +0900)]
reset zoom level when item changed

Change-Id: I6b01e3ac63e619657f42db27ef58d3e6760a0b49

11 years agochange license url
Jisung Ahn [Fri, 18 Jan 2013 01:30:18 +0000 (10:30 +0900)]
change license url

Change-Id: Icc6054f3e4569850462760bf8aeca5c6c1c80eb5

11 years agorotate to 0 when rotation is locked
Jisung Ahn [Thu, 17 Jan 2013 11:40:25 +0000 (20:40 +0900)]
rotate to 0 when rotation is locked

Change-Id: I4c6d9ece18e9d52e1df648e12b95c57efdd28eef

11 years agoremove add to home menu
Jisung Ahn [Thu, 17 Jan 2013 11:37:54 +0000 (20:37 +0900)]
remove add to home menu

Change-Id: I8697bf4d9c4c349fbef9ed524b4b5d4052191e0f

11 years ago[TEMP] donot resize twice
Jisung Ahn [Tue, 15 Jan 2013 12:32:57 +0000 (21:32 +0900)]
[TEMP] donot resize twice

Change-Id: I4cf350ebea976d902e9529abdf170983b7571ba4

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 14 Jan 2013 13:05:04 +0000 (22:05 +0900)]
Merge branch 'master' into 2.0

11 years agoabort mouse when pinch
Jisung Ahn [Mon, 14 Jan 2013 13:04:37 +0000 (22:04 +0900)]
abort mouse when pinch

Change-Id: Ifd3f8f756be237dde29f0588f083c728c048c87d

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 14 Jan 2013 12:37:25 +0000 (21:37 +0900)]
Merge branch 'master' into 2.0

11 years agoset null when timer expired
Jisung Ahn [Mon, 14 Jan 2013 12:36:29 +0000 (21:36 +0900)]
set null when timer expired

Change-Id: I66513ae5362775ad4250a84519b91f9cb69299c4

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 14 Jan 2013 06:41:32 +0000 (15:41 +0900)]
Merge branch 'master' into 2.0

11 years agoadd reload function
Jisung Ahn [Mon, 14 Jan 2013 06:18:03 +0000 (15:18 +0900)]
add reload function

Change-Id: Ic227de6e3c3c37d5b325297fa405e1af3f2e6640

11 years agoapply conformant change
Jisung Ahn [Mon, 14 Jan 2013 04:59:42 +0000 (13:59 +0900)]
apply conformant change

Change-Id: Ibbfac4f0e64bd8059d005b7d4e69f576cdd891da

11 years agoremove scroll bar at photocam
Jisung Ahn [Mon, 14 Jan 2013 02:42:07 +0000 (11:42 +0900)]
remove scroll bar at photocam

Change-Id: Iba4832d3b2d43e7eb66f5a43f2accffc133abda3

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Mon, 7 Jan 2013 11:30:45 +0000 (20:30 +0900)]
Merge branch 'master' into 2.0

11 years agofix crop region bug
Jisung Ahn [Fri, 4 Jan 2013 08:27:44 +0000 (17:27 +0900)]
fix crop region bug

Change-Id: If8ab39c275f80358ffec30b64897d8c337477e88

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Fri, 4 Jan 2013 05:56:27 +0000 (14:56 +0900)]
Merge branch 'master' into 2.0

11 years agofix app name
Jisung Ahn [Fri, 4 Jan 2013 05:55:01 +0000 (14:55 +0900)]
fix app name

Change-Id: If3ba380fb0109e4ed7fd98ae7a2f3f839904f5e7

11 years agohide zoom slider at some caces, show video thumbnail
Jisung Ahn [Fri, 28 Dec 2012 08:24:08 +0000 (17:24 +0900)]
hide zoom slider at some caces, show video thumbnail

Change-Id: I138bee935eec6744206a984c9a339f16f9ab72c1

11 years agoremove print option
Jisung Ahn [Fri, 28 Dec 2012 07:57:38 +0000 (16:57 +0900)]
remove print option

Change-Id: I7578ac6ec3b26354803afff29710f766bf076b0d

11 years agoremove thumbnail show
Jisung Ahn [Fri, 28 Dec 2012 07:42:33 +0000 (16:42 +0900)]
remove thumbnail show

Change-Id: I32896f4c1d3114743c4b41beb1a8097fc232d206

11 years agomerge master
Jisung Ahn [Fri, 28 Dec 2012 04:29:44 +0000 (13:29 +0900)]
merge master

Change-Id: Iedf21e9c047c416f562bf647b67e4004f7e634fa

11 years agochange com.samsung to org.tizen
Jisung Ahn [Fri, 21 Dec 2012 12:15:50 +0000 (21:15 +0900)]
change com.samsung to org.tizen

Change-Id: I1e978b738f7f96ce85b54fceb20c2478afcd8230

11 years agofix prevent
Jisung Ahn [Fri, 21 Dec 2012 07:29:39 +0000 (16:29 +0900)]
fix prevent

Change-Id: I0a0a80b71aafd4f4467f8c49e11aef09f5387b29

11 years agoMerge branch 'master' into 2.0
Jisung Ahn [Fri, 21 Dec 2012 04:54:45 +0000 (13:54 +0900)]
Merge branch 'master' into 2.0

11 years agomerge from private
Jisung Ahn [Fri, 21 Dec 2012 04:29:52 +0000 (13:29 +0900)]
merge from private

Change-Id: I4e5b8981c0dfec031d035632d636edf48752e333

11 years agofix for rsa
Jisung Ahn [Fri, 14 Dec 2012 13:36:18 +0000 (22:36 +0900)]
fix for rsa

Change-Id: I48e9ec132e06f10b63081c76da202e9c117d94b6

11 years agomerge from master
Jisung Ahn [Fri, 14 Dec 2012 10:25:34 +0000 (19:25 +0900)]
merge from master

Change-Id: I79bb9c047cdae8a446887f64652e11d462f568b8

11 years agoMerge remote-tracking branch 'gerrithost/master' into 2.0
Jisung Ahn [Thu, 13 Dec 2012 07:16:26 +0000 (16:16 +0900)]
Merge remote-tracking branch 'gerrithost/master' into 2.0

11 years agoadd image file
Jisung Ahn [Wed, 12 Dec 2012 01:01:51 +0000 (10:01 +0900)]
add image file

Change-Id: Ief189e1bb433e18df2de87df228ba2df3cfa4bf4

11 years agouse photocam at slideshow
Jisung Ahn [Tue, 11 Dec 2012 12:16:21 +0000 (21:16 +0900)]
use photocam at slideshow

Change-Id: I2d363401ceb78e6dc356108bb1408d4260c98451

11 years agoremove useless code
Jisung Ahn [Tue, 11 Dec 2012 11:39:47 +0000 (20:39 +0900)]
remove useless code

Change-Id: I4af6b7643397ad8f7259d9610b53c455778716b3

11 years agoremove useless file
Jisung Ahn [Tue, 11 Dec 2012 10:47:55 +0000 (19:47 +0900)]
remove useless file

Change-Id: I9db3b3ddd43a604e6ae9299b20d19d644f4b84bc

11 years agofix setas view
Jisung Ahn [Tue, 11 Dec 2012 08:27:25 +0000 (17:27 +0900)]
fix setas view

Change-Id: Ia47295546bf4ab0829056ac6230ce7b8d1e37c45

11 years agoSquashed commit of the following:
Jisung Ahn [Mon, 10 Dec 2012 06:54:43 +0000 (15:54 +0900)]
Squashed commit of the following:

commit 0a66296a06d4f1ae3765885fce408343f9504cc4
Author: Jisung Ahn <jcastle.ahn@samsung.com>
Date:   Mon Dec 10 15:48:35 2012 +0900

    add zoom

    Change-Id: I0e3c053c45a99d28a2297185c6447c45efac2b7c

commit ac50230e4772dc0a78a9f022a547c7b9952f1852
Author: Jisung Ahn <jcastle.ahn@samsung.com>
Date:   Fri Dec 7 16:51:12 2012 +0900

    zoom cont

    Change-Id: I400e1b69fda05797f51ef781927c9d0f95b563a0

commit e2e2a23f6e0b31c88a123461f16d7767ba9f74a0
Author: Jisung Ahn <jcastle.ahn@samsung.com>
Date:   Fri Dec 7 11:36:40 2012 +0900

    add zoom slider

    Change-Id: I5ac43311409feb5afa84315616e020c817ca9da3

Change-Id: I81c6234b865cab40294d81cebac3f7880305f1c9