Adding UrlHistoryList class and other classes managing display of 'URL from history' 41/49541/7 accepted/tizen/tv/20151019.074357 submit/tizen_tv/20151018.232544 submit/tizen_tv/20151019.233638 tizen_3.0.m2.a1_tv_release
authorAdam Skobodzinski <a.skobodzins@partner.samsung.com>
Wed, 14 Oct 2015 09:49:17 +0000 (11:49 +0200)
committerAdam Skobodzinski <a.skobodzins@partner.samsung.com>
Fri, 16 Oct 2015 14:14:20 +0000 (16:14 +0200)
commite76d269194d8bd700d35932c259134dffdb0d639
tree1ab33c8394166e8b6350f4b71f5a694738c08924
parentc7bd4e988b0c035e1e14b25f5e6715201c154aee
Adding UrlHistoryList class and other classes managing display of 'URL from history'

[Issue]    https://bugs.tizen.org/jira/browse/TT-161
[Problem]  'Display URL from browser history that matches to given keyword.'
[Solution] Adding necessary class and .edc files. Usage implemention in other commit.

Signed-off-by: Adam Skobodzinski <a.skobodzins@partner.samsung.com>
Change-Id: I35c8b86409e024e107498a552623840553fb3735
services/QuickAccess/CMakeLists.txt
services/QuickAccess/UrlHistoryList/GenlistManager.cpp [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/GenlistManager.h [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/GenlistManagerCallbacks.cpp [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/GenlistManagerCallbacks.h [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/UrlHistoryList.cpp [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/UrlHistoryList.h [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/UrlMatchesStyler.cpp [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/UrlMatchesStyler.h [new file with mode: 0644]
services/QuickAccess/UrlHistoryList/WidgetListManager.h [new file with mode: 0644]
services/QuickAccess/edc/UrlHistoryList.edc [new file with mode: 0644]