summaryrefslogtreecommitdiff
path: root/src/layout/gallery.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-25base: find the item to be focused using media idJehun Lim1-11/+1
2015-08-24action_view: update grid item in base view when favorite value is changedJehun Lim1-0/+3
2015-08-24fix media query correctlyMinkyu Kang1-6/+1
2015-08-17action_menu: draw Live TV buttonJehun Lim1-0/+1
2015-08-17listmgr: add key down callback for each layoutJehun Lim1-0/+32
2015-08-10fix memory leakJehun Lim1-1/+3
2015-08-08fix the focus problemsubmit/tizen/20150810.010337accepted/tizen/tv/20150810.043306Minkyu Kang1-3/+2
2015-08-06add launching routine from recent appJehun Lim1-2/+30
2015-08-04base: remove setting alpha value of favorite iconJehun Lim1-4/+0
2015-07-30fix to use evas_object_color_setMinkyu Kang1-4/+1
2015-07-29support pause/resume the applicationMinkyu Kang1-0/+4
2015-07-27base: modify the box padding valueJehun Lim1-3/+4
2015-07-26base: add favorite iconJehun Lim1-0/+18
2015-07-24workaround: modify query string (due to sqlite bug)Minkyu Kang1-0/+4
2015-07-24listmgr: add the function to update focus to play infoJehun Lim1-1/+1
2015-07-23base: modify the argument of layoutmgr_update_layoutJehun Lim1-6/+5
2015-07-22base: add the total number of contentsJehun Lim1-2/+22
2015-07-21listmgr: add update parameter for listmgr_update_focus_itemJehun Lim1-1/+10
2015-07-17gallery: add video duration textJehun Lim1-0/+30
2015-07-16base: add focus handling between menu button and thumbnail areaJehun Lim1-0/+10
2015-07-14listmgr: focus to recently played content when viewer view is poppedJehun Lim1-1/+18
2015-07-13listmgr: add recently watched itemJehun Lim1-8/+17
2015-07-10gallery: modify the condition for media listJehun Lim1-2/+2
2015-07-10listmgr: remove the code to free listmgr dataJehun Lim1-0/+4
2015-07-08viewer: add update function for getting media list from base viewMinkyu Kang1-10/+4
2015-07-08gallery: add copyright condition for media listJehun Lim1-1/+2
2015-07-08listmgr: add callback functions for grid itemJehun Lim1-2/+40
2015-07-07gallery: draw content list areaJehun Lim1-6/+164
2015-06-19add initial base viewJehun Lim1-0/+137