Various patches are applied tizen_2.1 accepted/tizen/20130530.164853 submit/tizen/20130528.214746 submit/tizen_2.1/20130514.053010
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 30 Apr 2013 12:48:11 +0000 (21:48 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 2 May 2013 05:27:36 +0000 (14:27 +0900)
commitd79e96dcadca13b8c4ec97351662857d5f254999
tree5ef9d1828c721e2c437572ec1f8b32544f3b5c53
parent326017e6f984ffcf30a5ee86f6d9e27f506b1bce
Various patches are applied

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
36 files changed:
LICENSE
include/client.h
include/conf.h
include/critical_log.h
include/debug.h
include/desc_parser.h
include/dlist.h
include/fb.h
include/livebox-viewer_PG.h
include/livebox.h
include/livebox_internal.h
include/master_rpc.h
include/util.h
live.viewer/include/debug.h
live.viewer/include/dlist.h
live.viewer/include/lb.h
live.viewer/include/live_scroller.h
live.viewer/include/main.h
live.viewer/include/scroller.h
live.viewer/include/util.h
live.viewer/res/live-viewer.edc
live.viewer/src/dlist.c
live.viewer/src/lb.c
live.viewer/src/live_scroller.c
live.viewer/src/main.c
live.viewer/src/scroller.c
live.viewer/src/util.c
packaging/liblivebox-viewer.spec
src/client.c
src/critical_log.c
src/desc_parser.c
src/dlist.c
src/fb.c
src/livebox.c
src/master_rpc.c
src/util.c