summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-05-02Various patches are appliedsubmit/tizen_2.1/20130514.053010tizen_2.1Sung-jae Park36-64/+75
Patch 8/8 Fix the invalid livebox content event handling code. (After changing the event mask, viewer cannot send livebox event correctly.) Patch 7/8 Fix the prevent issue Patch 6/8 Update License Patch 5/8 Replace VALUE_CHANGE with ACTION_DOWN/UP Patch 4/8 Resolve prevent issues Patch 3/8 Update version Patch 2/8 Fix prevent issue: CID 16045 Patch 1/8 Use the vconf instead of timer. To optimize the initiate method. While using timer, the library tries to make a connection to a master every N sec later. But it decrease the system performance, so I just changed the timer to the vconf notification. Now the viewer will only tries to connect to the master only if its state is changed. But in the worst case, If the master is started, but the viewer fails to connect to a master, The viewer will not try to connect to the master again. Even if the master is ready to accept a new connection. (If we met this case, the system has serious problems.) Change-Id: Ibe8adfb00dcc2695e366d6cacdce05cb74bc161c
2013-04-23Resolve prevent issuessubmit/tizen_2.1/20130424.223934accepted/tizen_2.1/20130425.0233432.1b_releaseSung-jae Park2-1/+5
Change-Id: I010da9a1e62ae817ebfad84e8c2b982478ec01de
2013-04-23Use the vconf instead of timer for making connection to master.Sung-jae Park4-42/+47
If the master is not launched or ready to service, Viewer should try to connect to it. To try it, previously, we used timer. So the viewer tries making connection after every N secs. It can be harm to the system performance. So this patch will change it to vconf. So the master will change the vconf value, Then the viewer notify its changing, and try to connect to it. Change-Id: I6fa0a1467e223a917afbedf5aeb473ce9654bfd9
2013-04-22Fix prevent CID 16045Sung-jae Park1-0/+3
Change-Id: I79051b4d54389ddbdcd3dda158b4986b69093b7d
2013-04-19Update LicenseSung-jae Park34-34/+34
Change-Id: I06d5bbaa9dab92c714062919f82c5b4284ffa190
2013-04-18Update LicenseSung-jae Park35-116/+239
Change-Id: I18662f779ce4015f30565989cf340f6091d4a7d9
2013-04-18aul_open -> aul_launch. scroll access addedSung-jae Park4-11/+28
Check the parameter. Even if it is checked before call the function, We need to guarantees the argument from the receiver function. Replace the aul_open with aul_launch To keep the consistency of launching an application with Web. Update accessibility scroll event. Change-Id: Ie757bf558cac45e9457f9c06ca3fc469bd74df69
2013-04-12Fix prevent issues & accessibility handler updatedSung-jae Park4-23/+104
Fix the issues which are reported by prevent. Clear the callback when processing the result callback. User can call again in its result callback. Update version Add an event for accessibility unhighlight. Update version Change-Id: I62e14c0aa42e6d17cc127c6030176519bb411750
2013-04-10Sync with the private repositorySung-jae Park6-120/+890
Add more log for debugging Add log for debugging Update accessibility event code. Add new API for sending accessibility event to provider. Clear all registered event callbacks if an instance is destroyed by fault. To give time to release their resources for event callbacks. Access status event type is added. Access status would be sent from the provider. Update VERSION Active/Passive update mode is added livebox_set_update_mode is added. This only can be used after creating a livebox. After it gets the created event, the viewer can set the update mode. Before set the update mode, it will run for passive mode viewer. So it will send updated event to the viewer for every frames. Change-Id: I52bc0a38a1a020e7f2b7f60b393234fd325ba127
2013-04-08Fix for 64 bit compatibility.Junfeng Dong2-4/+4
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: If9164bb728cc88c984683b902383c6eb4a4026d0
2013-03-31Sync to I29fc45cc5bd693eb796d4ea256c0b23afe39b192Sung-jae Park5-37/+79
Add new event path & change pixmap 24 to 32. Accessibility event paths are added. Fix the bug of size changed event handler. Because of invalid fbfile, the size of a box is resetted. I used instance id instead of fb id,. So the box buffer info indicates invalid uri This patch will fix it. master will send a new fbid when it sending the size,changed event. Then the viewer will get it and update the fbinfo using received fbid. Remove unnecessary parameter checking code. Maybe accidently remained. Add hold scroll event path. Some box wants to hold the viewer's scroller when they handling their events. Change-Id: If1832b1c841cb5c3e793103f3d728ed36c116bdc
2013-03-25Update LicenseSung-jae Park37-376/+395
2012 -> 2013 Unlink the kept image file when the handler is deleted. Change-Id: I292c23eea20f0df38e549c7e7aa269d9a623d234
2013-03-22Update the size changed callback handler.Sung-jae Park3-22/+40
If a user tries to change the size with size changed callback, size changed callback should be called even if it failed to change size. Change-Id: Iade97b82f3f5c6ed34abf0ea529a3495a1d4d9e6
2013-03-21Merge branch 'master' into tizen_2.1Sung-jae Park4-21/+46
Conflicts: include/livebox.h packaging/liblivebox-viewer.spec src/client.c src/livebox.c Change-Id: I050dcac2812c1c85d7a12e3589304b02d78dad66
2013-03-19Add new event SET/UNSET, aul_open for auto-launchSung-jae Park4-21/+46
1. SET/UNSET SET will be used to set focus to a box. Then the master will send mouse event to it directly. UNSET will be used to unset a focus from the box. Then the master will stop sending mouse events. 2. Auto launch Previously, we use the aul_launch to launch an app via box. So the app always got reset event when a user tries launch it. This patch will do not send reset event to the app if it is already launched. Instead of reset, this changes will send the resume event. Issue: DCM-974 Change-Id: Ia1e515d0d7d6dd45144603f149c2b4586744b736
2013-03-16sync wit masterJinkun Jang44-0/+10773
2013-03-08Fix the bug of livebox_get_pdsize function.Sung-jae Park4-12/+19
It has to returns the default PD size if the PD is not created. Change-Id: Id8388d0b047f01cff5dd2ef82dbbbb25dbe65567
2013-03-05Get the default PD size even though it is not created.Sung-jae Park2-6/+3
Change-Id: Ib31cac7fef1b3e9e35aa7d97b9047c8eb154b768
2013-03-04Add PD move eventSung-jae Park4-2/+39
Change-Id: Iad6368979c251ccedd195d3235f1e08e09e6bb38
2013-02-26Update the FB size when a box gets resized event.Sung-jae Park2-1/+8
Change-Id: Id870904824de13cf5793d114298494fae7b3c361
2013-02-23Add client pause/resume APISung-jae Park6-46/+135
Sync with the private repo Change-Id: Ic0e3c0fec8de5f99cbece342e645900cb277ccb9
2013-02-21Add new resized event type.Sung-jae Park5-3/+83
Client tries to use the width & height value when it gots the resize done event callback. So I change it to work like what they expected. Change-Id: I63e8da340cff685281b3927ba8cbbefd68fde111
2013-02-14Disabled package is not able to create an instance.Sung-jae Park3-48/+63
live viewer is updated. (but not working yet) Change-Id: I4c1f9f4c61213c929aab0f5002d4c3cdb5bc0790
2013-02-06Add livebox update interface.Sung-jae Park4-4/+31
To update a box individually, we need a new interface. Change-Id: I17b2669c0d226cf3964bc4f41105a0f5123ce857
2013-01-27Key down/up, accessibility events is addedSung-jae Park3-178/+133
Update spec file Change-Id: Ice619a0493cdc5adb768d25db33c4b081fffd025
2013-01-23Add mouse_event attributeSung-jae Park3-2/+74
Change-Id: Ie2f68bad40ec33d3388e80f5ac5a10644345f3ec
2013-01-11Fix the text type box parsing bug.Sung-jae Park4-4/+4
Use the kept_in_safe function to get the filename of the text data Without that function, the parser couldn't find the correct data file. Change-Id: If4aea2a0445192664523dfd3cab914f01c15614a
2013-01-04Revise the spec fileSung-jae Park2-9/+11
Change-Id: Ie2afc73eae1dad15388e416fb528e5c0ea860305
2013-01-02Change the LOG_TAGSung-jae Park4-53/+306
Change-Id: Ic4e860de0b0d950695534de8111b9d2f3365528d
2012-12-27Change the type of auto-launch attribute to TEXT.Sung-jae Park4-10/+16
To launch the app using explict package name. Change-Id: I6eecec6986af258fbac07d7653cb449cf3050a15
2012-12-20Initialize the project.Sung-jae Park44-0/+10226
Change-Id: Ib443f3c3ff0ff476ffe441a75095d86341a5da12
2012-12-17Initial empty repositoryHyungKyu Song0-0/+0