Sung-jae Park [Wed, 25 Jun 2014 11:20:28 +0000 (20:20 +0900)]
Fix the bug of BPP
Change-Id: I67b82e4c8e297f875995456c756bef1c8864fd7a
Sung-jae Park [Thu, 19 Jun 2014 09:47:51 +0000 (18:47 +0900)]
Add new loading type fit-size
over-size : enlarge the image if it is smaller than part size, and then crop it.
in-size : resize the image to fit it into the part without copping
fit-size : resize the image as possible as its size is similiar with part size, and then crop it.
Change-Id: Ied36f85befd34cd4b21554698fd3a3f8902b8859
Sung-jae Park [Tue, 17 Jun 2014 10:57:23 +0000 (19:57 +0900)]
Do not use the load_size_set with region_set.
Change-Id: I81b0858974e9cc39dfd6978d089b9eb2c567d71b
Sung-jae Park [Sat, 14 Jun 2014 05:08:52 +0000 (14:08 +0900)]
Try to allocate canvas first using stride_alloc.
and then try to use alloc function.
Change-Id: Ieeeb2e2b3f3a07186883bf525eac7eecab721e29
Sung-jae Park [Fri, 13 Jun 2014 05:50:45 +0000 (14:50 +0900)]
Add new feature for "auto_align"
it should be supported by ECORE.
by default, it will be 1.
if the ecore_evas support manual stride,
auto_align could be 0
Change-Id: If28025e4e3772d9ac05be5798f6eaf8d8670fe5b
Sung-jae Park [Sat, 24 May 2014 12:25:09 +0000 (21:25 +0900)]
ExclusiveArch added
Change-Id: I0574a13327de1e5e7726f3944fd6cb0ad555b88e
Sung-jae Park [Sat, 5 Apr 2014 09:19:20 +0000 (18:19 +0900)]
Add events on-hold & on-scroll
Change-Id: I630235511467de60a1f6c1c94941b889921aa00e
Sung-jae Park [Thu, 6 Mar 2014 08:28:10 +0000 (17:28 +0900)]
Remove unnecessary package dependencies
Change-Id: I175bdbe2d682070a801012e337d51f4205675d8d
Sung-jae Park [Wed, 5 Mar 2014 02:28:09 +0000 (11:28 +0900)]
Fix build error for user-binary.
Change-Id: I64c1a79cff49f0b7793f7c2fbd36531bcbe54acf
Sung-jae Park [Sun, 5 Jan 2014 05:49:58 +0000 (14:49 +0900)]
Remove unecessary ABI wrapper
Change-Id: I2d28ed8027b6ff0c4d90c07594520ea9f083d8ca
Sung-jae Park [Sun, 5 Jan 2014 04:06:45 +0000 (13:06 +0900)]
Resize the canvas buffer if it is targeted to parent object
Change-Id: I5041016dbcce561658adbce7306e06b1019706ad
Sung-jae Park [Sat, 4 Jan 2014 08:18:59 +0000 (17:18 +0900)]
EDJE plugin only depends on the EFL.
Only if the master loads this plugin, the master will get involved with EFL.
or it will not be concerns anymore about EFL.
Change-Id: I938b41cc9dca6876eca9eed7b790fb7bd23d1825
Sung-jae Park [Tue, 10 Dec 2013 23:17:41 +0000 (08:17 +0900)]
revise the object life-cycle management
Depends on EFL parent-children relationship
Change-Id: I0e25675993f61478c0bc693e047a0f2967925d84
Sung-jae Park [Tue, 10 Dec 2013 04:53:13 +0000 (13:53 +0900)]
Try to update focus chain.
Even if the AO is exists, the focus chain misses it.
So I checked the focus chain and if it doesn't has AO, add it.
Change-Id: I052400d1b7eed58fd958d735695e0d0408e98abe
Sung-jae Park [Mon, 9 Dec 2013 11:18:09 +0000 (20:18 +0900)]
Add new access operation. To reset the focus chain
Change-Id: I93f99a9a7ed8ae46e0ed65096222baea57a14d21
Sung-jae Park [Sat, 7 Dec 2013 15:14:55 +0000 (00:14 +0900)]
Turn on highlight only if the accessibility is enabled
Change-Id: If538bb36af4d22f21c30661a6cd0620495ace64d
Sung-jae Park [Sat, 7 Dec 2013 13:36:31 +0000 (22:36 +0900)]
Updated
Change-Id: I217029952bb321daeb8be71bcb3524e75a454612
Sung-jae Park [Sat, 7 Dec 2013 13:02:56 +0000 (22:02 +0900)]
Use the hidden API for setting the first highlighted object
Change-Id: I93394b665f61ec6933e69da133bd2e24f79d138c
Sung-jae Park [Sat, 7 Dec 2013 11:58:37 +0000 (20:58 +0900)]
[Accessiblity] Getting the highlighted object is changed.
Change-Id: Id188185dc79710bcfa511539cdb8bba6cd4c0e9d
Sung-jae Park [Sat, 7 Dec 2013 06:44:27 +0000 (15:44 +0900)]
Remove tizen engineering mode featuring code
Change-Id: I734192b2a18bc17479222f4abba8b8d883c1b4d7
Sung-jae Park [Fri, 6 Dec 2013 06:17:55 +0000 (15:17 +0900)]
Handling the key event.
Change-Id: I6931ce183a243dd4ea69a9984d1311694bd2c83f
Sung-jae Park [Fri, 29 Nov 2013 16:05:49 +0000 (01:05 +0900)]
Debug mode configuration is enabled
Change-Id: I84dccfbc11a24c0971ae93ea4ed931afd118e3ae
Sung-jae Park [Fri, 29 Nov 2013 04:08:04 +0000 (13:08 +0900)]
Fix the effect applying sequence.
Apply the effect first before modify the image data.
Change-Id: I04aa08768901951842b12ad8d195a915933a439b
Sung-jae Park [Thu, 28 Nov 2013 12:47:53 +0000 (21:47 +0900)]
Accessibility object managment code is changed by EFL.
Change-Id: I4014e6f2fae228b7c4527e3e46cdc4537e58872b
Sung-jae Park [Wed, 20 Nov 2013 07:59:03 +0000 (16:59 +0900)]
Use the hexadecimal for representing color
Change-Id: I20cee99dbf34ea3c2cebf7d4c9e67b3ad6801fb3
Sung-jae Park [Fri, 8 Nov 2013 05:40:42 +0000 (14:40 +0900)]
Invoke the evas_font_reinit function
Change-Id: I21a69d0920fad2ecbd4b600bf7607d97886bf51b
Sung-jae Park [Wed, 6 Nov 2013 13:15:10 +0000 (22:15 +0900)]
Remove unused varaibles
Change-Id: Ib1a23d9692c4b018602d836f6ac5bacaa2ba5dd1
Sung-jae Park [Tue, 5 Nov 2013 07:42:54 +0000 (16:42 +0900)]
Enable cairo effect
Change-Id: I146d04a8f5dd776bebd8cc4e1fa51d5c582e316e
Sung-jae Park [Mon, 4 Nov 2013 05:34:36 +0000 (14:34 +0900)]
Do not manage the access chain.
it will be invoked by edje_part delete callback.
Change-Id: I146aac2042d18905fdd075f1027b017af87ad5b4
Sung-jae Park [Mon, 4 Nov 2013 04:51:25 +0000 (13:51 +0900)]
Update access object deleting code
Access object should be deleted from the local access chain by delete callback.
Change-Id: I1c8eaa8537d7531d7fbccb3bcfdf554383626956
Sung-jae Park [Thu, 31 Oct 2013 05:09:18 +0000 (14:09 +0900)]
Fix the AO unregister code
Change-Id: I42aca95ca1333d2d3e0312b9a1532bd33414b3f1
Sung-jae Park [Thu, 31 Oct 2013 03:01:37 +0000 (12:01 +0900)]
Update focus chain handling code.
Change-Id: I9c2b29b90671fe8c8baba64ba68d9402300ad504
Sung-jae Park [Fri, 25 Oct 2013 09:00:48 +0000 (18:00 +0900)]
Support the image shadow effect
Change-Id: I94ab736722743d5eaa77bd4b90844a766def9021
Sung-jae Park [Fri, 18 Oct 2013 04:51:27 +0000 (13:51 +0900)]
Discard too lately arrived events.
Delayed event should be discarded.
Time of delievering event is depends on the system performance,
So if it arrived to lately, system is in low performance states.
Don't processing the late events just discarding them.
Change-Id: Icd8aa54d21affb816e93121c67f4a43412beb964
Sung-jae Park [Mon, 14 Oct 2013 09:29:46 +0000 (18:29 +0900)]
Decrease the event gap
Change-Id: I0d4d6f0e66a84929810f1d2ef223721830cf5a6f
Sung-jae Park [Thu, 10 Oct 2013 08:44:18 +0000 (17:44 +0900)]
Update accessibility operation.
Application can operate with accessibility focus
Change-Id: Iaa0f851d169a26705af1129a43d44e994562107c
Sung-jae Park [Wed, 2 Oct 2013 17:14:54 +0000 (02:14 +0900)]
Check the highlighted object.
Change-Id: I5bab9e1d6a7afc9dbdd53a3f9a6b864640ff46f5
Sung-jae Park [Thu, 26 Sep 2013 01:25:17 +0000 (10:25 +0900)]
Replace gettimeofday with ecore_time_get
Change-Id: Idf4e59162b3617f44625ddee80b4fdb8ca9ee17b
Sung-jae Park [Wed, 18 Sep 2013 13:09:45 +0000 (22:09 +0900)]
Script init ABI is changed.
Change-Id: Ice4c21c99e4a9f1bfa34516603a9944d7ddfa4bc
Sung-jae Park [Fri, 9 Aug 2013 05:31:58 +0000 (14:31 +0900)]
Update coding convention
Use the '{' '}' for local block(if, for, while, ...) even if it has A line.
Change-Id: Idc02b1000298f94c1b8831d04bfde46ea0b9656e
Sung-jae Park [Thu, 8 Aug 2013 02:42:55 +0000 (11:42 +0900)]
Apply Eng/User mode definition
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: Ia0834f1dbd04ef02e2ed6b9d30addf1ac9fadaa2
Sung-jae Park [Sat, 13 Jul 2013 12:04:19 +0000 (21:04 +0900)]
Remove unnecessary memory allocation.
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] Use the stack instead of heap if possible.
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I4a519a847a07c51ecaaf942d47d092fe48d50809
Sung-jae Park [Tue, 9 Jul 2013 03:48:18 +0000 (12:48 +0900)]
Fix the type of timestamp value for feeding events
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] feed event uses unsigned int for timestamp.
[cause] misunderstood about type of timestamp for feed_event.
[solution] Fix it!
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I161891c60b296505ed726e87357d760318e76ef7
Sung-jae Park [Wed, 3 Jul 2013 23:32:42 +0000 (08:32 +0900)]
Remove last trailing comma
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I05fe71926568e63439806b14f8f1716534e437aa
Sung-jae Park [Thu, 27 Jun 2013 08:38:31 +0000 (17:38 +0900)]
Remove verbose log
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I572a388a62b59e9c834e2d0f4acc134ecc9d062f
Sung-jae Park [Thu, 27 Jun 2013 04:34:54 +0000 (13:34 +0900)]
Update Log
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] N/A
[cause] N/A
[solution] N/A
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I200b21928f3acba3ea9500fd3ef2d848ee0032cb
Sung-jae Park [Wed, 26 Jun 2013 04:33:51 +0000 (13:33 +0900)]
Update system font initiate code
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] unable to get initial font using vconf
[cause] vconf doesn't care the initial system font.
[solution] Using system_settings API to get the first font name.
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: Ia8fb42953f6e14ed90a495011872658d9469e2b2
Sung-jae Park [Wed, 26 Jun 2013 00:33:26 +0000 (09:33 +0900)]
Clean up GCC4.8 warnings
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Set but not used variables are removed
[cause] Warning
[solution] Use them.
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I07a747b1ef2a8c4b17e0ef2bc64f38b78807b48c
Sung-jae Park [Tue, 25 Jun 2013 08:32:42 +0000 (17:32 +0900)]
Fix the garbage data bug for alpha enabled image.
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Garbage data displayed.
[cause] Buffer is not cleared.
[solution] Clear the buffer first using alpha_set function.
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I90b60d68c44240f5a8f0ee3ef83562b953d175f3
Sung-jae Park [Thu, 20 Jun 2013 06:16:10 +0000 (15:16 +0900)]
Reduce the verbose log prints
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Too many logs are printed
[cause] N/A
[solution] Reduce the print code
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: Iacadee1c13fe5ca0449d1186e1dc42990c75c22f
Sung-jae Park [Thu, 20 Jun 2013 01:09:49 +0000 (10:09 +0900)]
Use the filled_set instaed of fill_set
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Image is repeated when the filled_set is not enabled. (Facebook team requests)
[cause] Internally, evas tries to repeat the image on the canvas if it has no filled option.
[solution] use the filled_set instead of fill_set when it tries to load an image using partial loading.
[team] HomeTF
[request] N/A
[horizontal_expansion] N/A
Change-Id: Ied350419c8543f69377dfdbbce700564f812572a
Sung-jae Park [Wed, 12 Jun 2013 11:20:41 +0000 (20:20 +0900)]
Update finalize sequence.
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Crash while terminating process
[cause] While delete evas object, it calls non-exists callback functions which are loaded from script plugin(livebox-edje)
[solution] Guarantees that all objects are deleted before unloading livebox-edje plugin
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: Ie11504205a25019e61d07dcd67e547b3ce9c6840
Sung-jae Park [Mon, 3 Jun 2013 05:57:24 +0000 (14:57 +0900)]
Apply Secure Log
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Secure Log is not applied
[cause] N/A
[solution] Apply Secure Log
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I1ed8f5ffb1a9863792fb8d71244bd004042c6e41
Sung-jae Park [Wed, 29 May 2013 12:29:59 +0000 (21:29 +0900)]
Add filled_add option for default image option.
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Default loaded image is not fit its container.
[cause] Filled option is not enabled.
[solution] Enable filled option.
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I3c2721a7fd5cd6e1e8cbf936f71d888f7dfd820e
Sung-jae Park [Tue, 21 May 2013 09:40:12 +0000 (18:40 +0900)]
PLM issue resolve
P130516-1286
over-size image loading bug is fixed.
Change-Id: Ic0185e6d2508e6efaebd56dde19758a61793302b
Sung-jae Park [Wed, 15 May 2013 00:52:57 +0000 (09:52 +0900)]
Ignore if the font size is changed.
Change-Id: Id799531a062576984a66ff127e2494544a407c51
Sung-jae Park [Mon, 6 May 2013 09:18:28 +0000 (18:18 +0900)]
If a user didn't set the target Id.
Use the anonymous target Id.
First try to use "part" name.
If it is already in use, try to use timestamp value.
Change-Id: I3fdfe90f6ebc8258766a853bf25f16e562284006
Sung-jae Park [Sun, 5 May 2013 11:02:05 +0000 (20:02 +0900)]
Revise the code.
There is one missing code.
Which is releasing parent evas object rectangle.
While unloading an EDJE object,
I should delete the parent rectangle object too.
Change-Id: I2348db18d01fcffb6779b3267c2fbfdf45b969ae
Sung-jae Park [Mon, 29 Apr 2013 11:03:08 +0000 (20:03 +0900)]
Rollback the last commit.
LB_SCRIPT_ACCESS_VALUE_CHANGE is changed to LB_SCRIPT_ACCESS_ACTION.
Change-Id: I827268e53524dd84d44b9c43109e6108293c610b
Sung-jae Park [Mon, 29 Apr 2013 08:55:37 +0000 (17:55 +0900)]
replace LB_SCRIPT_ACCESS_ACTION with LB_SCRIPT_ACCESS_VALUE_CHANGE
Temporarly applied patch
for the commercial release only
Change-Id: I4cf4450cca3aea57966034a743ddde24df79b478
Sung-jae Park [Mon, 29 Apr 2013 07:29:36 +0000 (16:29 +0900)]
Do not change the size of font for class "tizen"
Change-Id: Ifb74e34566b9ce12198fe84a1548099ee58cb6cf
Sung-jae Park [Mon, 29 Apr 2013 07:00:58 +0000 (16:00 +0900)]
Update License
Change-Id: I46b8ab69ced67683c6a2468b28edac7b1098b06b
Sung-jae Park [Thu, 25 Apr 2013 12:33:47 +0000 (21:33 +0900)]
Fix the build error and logic
Change-Id: I9ae0c64e7e229239048f391015aea2c978b27021
Sung-jae Park [Thu, 25 Apr 2013 12:07:30 +0000 (21:07 +0900)]
Replace the VALUE_CHANGED with ACTION_DOWN/UP
Change-Id: I44044d991f5c7269442842d662b9d62253a80406
Sung-jae Park [Fri, 19 Apr 2013 06:54:02 +0000 (15:54 +0900)]
Update License
Change-Id: I8d5a525234543ee1a878b62794a5cd4705877cc1
Sung-jae Park [Thu, 18 Apr 2013 09:16:41 +0000 (18:16 +0900)]
Update License
Change-Id: I045cd7aa9a0f6142e396fd5cd1caebaec54d736a
Sung-jae Park [Wed, 17 Apr 2013 09:13:49 +0000 (18:13 +0900)]
Update the font name & font size event handler.
Change-Id: Ib057e1ea8e6cdb7e0aa9cf6fbe1351930a67fd41
Sung-jae Park [Tue, 16 Apr 2013 13:03:15 +0000 (22:03 +0900)]
Fix the IN-SIZE image loading bug.
It didn't load the size as its requested size.
Change-Id: I6cdaa81481cdc89d85f38bd5d8d9a8b4185f06d1
Sung-jae Park [Mon, 15 Apr 2013 05:05:36 +0000 (14:05 +0900)]
Update accessibility scroll event.
Scroll event requires x,y,mouse_state variables.
Change-Id: Ib1728b787e07dcd66203e62c19814ef0ba9f0ed9
Sung-jae Park [Thu, 11 Apr 2013 10:29:04 +0000 (19:29 +0900)]
Update accessibility event handler
Update version
Change-Id: I69aded86a65d96c8487a9e83fe289d27ab8d6586
Sung-jae Park [Wed, 10 Apr 2013 10:31:16 +0000 (19:31 +0900)]
Fix invalid return value for access_action function.
If it returns TRUE, we should convert it to LB_ACCESS_STATUS_DONE
Use the vconf to set the elm_config_access_set
Change-Id: I086cd368dc86a12aea7ff8afa3382f986812858a
Sung-jae Park [Wed, 10 Apr 2013 07:13:15 +0000 (16:13 +0900)]
Add unhighlight access event
Convert MARKUP STRING to UTF8 STRING for accessibility (to read it)
Change-Id: If33daa93f02c030f490a0d6ff7655bdc754e4cdd
Sung-jae Park [Wed, 10 Apr 2013 05:13:23 +0000 (14:13 +0900)]
Update livebox access status handling codes.
Add more log for debugging for accessibility
Change-Id: If3fcd9545ec96979caf2203281d43a556f1a8b6d
Sung-jae Park [Wed, 3 Apr 2013 17:08:40 +0000 (17:08 +0000)]
Accessibility event feed function is added
Update VERSION
Change-Id: I41efa13e8a3467d41ffb565569d2666412e5454a
Sung-jae Park [Tue, 2 Apr 2013 21:02:05 +0000 (21:02 +0000)]
Implement the Access chain management code
Change-Id: I5743873e18c92c189c1fa710caf023f29f0f4964
Sung-jae Park [Mon, 25 Mar 2013 10:53:04 +0000 (10:53 +0000)]
Replace EDJE with ELM_LAYOUT.
To support the accessibility
Change-Id: I97773092923a0223505ede7be707c67cedc0832f
Sung-jae Park [Mon, 25 Mar 2013 02:45:02 +0000 (02:45 +0000)]
Update License
2012 -> 2013
Change-Id: Ic45f22c41587b4975878853b486a19d2f432ca13
Sung-jae Park [Sun, 24 Mar 2013 10:41:09 +0000 (10:41 +0000)]
Update version
Change-Id: I80005a5d448614ab9fffff19a8b788932a715a20
Sung-jae Park [Sun, 24 Mar 2013 03:45:14 +0000 (03:45 +0000)]
Replace the system errno with livebox errno
Change-Id: I0892a520444cff39845ec1cc8a4f94d1dd7c4c54
Sung-jae Park [Thu, 21 Mar 2013 07:39:14 +0000 (07:39 +0000)]
Fix the bug of font style handler.
Change-Id: Ibfbd0d0aa50e39c873516dbad07c95e54370a82b
Sung-jae Park [Sat, 23 Feb 2013 07:57:50 +0000 (07:57 +0000)]
Update scale handling code
Change-Id: Iedff283fffb07cd8d5a4877542550a7d1aecab49
Sung-jae Park [Thu, 21 Feb 2013 10:05:46 +0000 (10:05 +0000)]
Fix the GCC 4.7 warnings.
Change-Id: Idf5340156da5822e5015219c14679afb8b1d1955
Sung-jae Park [Wed, 20 Feb 2013 13:42:54 +0000 (13:42 +0000)]
Fix the scale bug
Change-Id: I565ded929c72c09767bf3f3dc8d21e6136d9bacf
Sung-jae Park [Wed, 20 Feb 2013 06:11:50 +0000 (06:11 +0000)]
Update the image load option.
Change-Id: I6c5177c83383cb16fa2067b46164ebf8542d9002
Sung-jae Park [Tue, 19 Feb 2013 11:28:14 +0000 (11:28 +0000)]
Set the edje scale factor.
but not using the elm.
because it is not support the root privilege's configuration.
Change-Id: I182efac7c4e25117cbd886bb117ed4954bbba503
Sung-jae Park [Sun, 17 Feb 2013 12:03:21 +0000 (12:03 +0000)]
Add "size" option for container size of image part.
Change-Id: I09f3ae3fd036328719be73c38202f460135a4908
Sung-jae Park [Sun, 17 Feb 2013 06:41:59 +0000 (06:41 +0000)]
Supporting the fill option.
fill=in-size
fill=over-size
Loading an image will be affected by this option
Change-Id: I5ce9a59038577be842f52be3df65d8596582ab06
Sung-jae Park [Thu, 7 Feb 2013 02:51:07 +0000 (02:51 +0000)]
Update the symbol visibility
Change-Id: I36fb6ea5b739e64356a5ef37a9036ba9e2662f7a
Sung-jae Park [Wed, 6 Feb 2013 14:01:49 +0000 (14:01 +0000)]
Update the script text parser.
for supporting the various kinds of options to load an image.
Change-Id: Ic8b5497c811e02f82248c2d486ad5dfcbef5e75f
Sung-jae Park [Tue, 5 Feb 2013 10:25:14 +0000 (10:25 +0000)]
Use the rotation info for swallowing image.
Change-Id: I78ee0fb2c92a0cd61e1eb0a79eaffb06a1cd565b
Sung-jae Park [Wed, 30 Jan 2013 05:30:18 +0000 (05:30 +0000)]
Add new description type for changing the color
To change the color of specified part,.
This new interface is introduced.
Change-Id: I6d88867dee649bc15c9301717b7655540c4d4745
Sung-jae Park [Mon, 28 Jan 2013 23:18:27 +0000 (23:18 +0000)]
Change the font class to tizen
Change-Id: I02ec624bbdfba25bbfa6ce66f1c3fb07e1414ee1
Sung-jae Park [Mon, 21 Jan 2013 03:04:08 +0000 (03:04 +0000)]
Change the installation folder
/opt/usr/live/script_port/ --> /usr/share/data-provider-master/plugin-script/
Change-Id: I3f64d644c847aa9e8a0d83dc0f8e7747fcc22368
Sung-jae Park [Fri, 4 Jan 2013 12:31:34 +0000 (21:31 +0900)]
Revise the spec file
Change-Id: I1b872c951a63aa8b65e63f6041cd9db3b84272eb
Sung-jae Park [Wed, 2 Jan 2013 04:00:50 +0000 (13:00 +0900)]
Change the LOG_TAG by guide of the kernel team
Change-Id: Ibdb2f79234da1acea9785454ca0dfcc2d1afcc6e
Sung-jae Park [Wed, 19 Dec 2012 08:19:41 +0000 (17:19 +0900)]
Update license for uploading to RSA
Change-Id: I9e6deed2984dff172ee93ee6f4bee88348231909
Sung-jae Park [Tue, 18 Dec 2012 04:34:45 +0000 (13:34 +0900)]
Fix the bug of image & script file loader.
If the image/script file path is not valid, stop to load it.
Change-Id: Ibd042d39cde41c5fed00666f8c723f5a5adf084e
Sung-jae Park [Mon, 3 Dec 2012 08:37:06 +0000 (17:37 +0900)]
Add signal callback for sub-edje object
Change-Id: Ie7ab72565409ca8088c7f7ecc409f077cf3f03a4
Sung-jae Park [Mon, 19 Nov 2012 05:07:24 +0000 (14:07 +0900)]
Update for handling the multi-depth edje
Change-Id: I44124f85e1800137290efebe16244405a355e89e
Sung-jae Park [Thu, 8 Nov 2012 08:19:20 +0000 (17:19 +0900)]
Update font changing
Change-Id: I78f5f362676cf967d60addd59dc300d99e8659a5