Using UrlHistoryList do display history list (on urientry edition). 76/49776/5 accepted/tizen/tv/20151021.013323 submit/tizen_tv/20151020.234143
authorAdam Skobodzinski <a.skobodzins@partner.samsung.com>
Tue, 20 Oct 2015 08:50:07 +0000 (10:50 +0200)
committerAdam Skobodzinski <a.skobodzins@partner.samsung.com>
Tue, 20 Oct 2015 13:47:04 +0000 (06:47 -0700)
commit4f92c462a506c6bce90826336169f0dd499f0f4c
treed6f6719b4ec97a6229181231f21da09d2874e5fa
parent8beed17e9e6dfd776fb91a8150645dd95cb3263b
Using UrlHistoryList do display history list (on urientry edition).

[Issue]    https://bugs.tizen.org/jira/browse/TT-161
[Problem]  'Display URL from browser history that matches to given keyword.'
[Solution] UrlHistoryList is receiving list of matched entries and
creates a genlist. List is hidden, when list item is selected (with
cursor only for now) or focus changes from the uri entry. Created
genlist is not added to a focus chain yet (this will be delivered
soon).
[Verify] Typing words in uri entry should display list with matched
entries. Choosing item shoud load page in a new tab. Loading page or
focusing out from urientry should hide the list.

Signed-off-by: Adam Skobodzinski <a.skobodzins@partner.samsung.com>
Change-Id: Icb67a9b5c47556788d256613c832cdacb7620bf3
21 files changed:
services/HistoryService/HistoryService.cpp
services/HistoryService/HistoryService.h
services/PlatformInputManager/PlatformInputManager.cpp
services/PlatformInputManager/PlatformInputManager.h
services/QuickAccess/CMakeLists.txt
services/QuickAccess/QuickAccess.cpp
services/QuickAccess/QuickAccess.h
services/QuickAccess/UrlHistoryList/GenlistManager.cpp
services/QuickAccess/UrlHistoryList/GenlistManager.h
services/QuickAccess/UrlHistoryList/GenlistManagerCallbacks.cpp
services/QuickAccess/UrlHistoryList/GenlistManagerCallbacks.h
services/QuickAccess/UrlHistoryList/UrlHistoryList.cpp
services/QuickAccess/UrlHistoryList/UrlHistoryList.h
services/QuickAccess/UrlHistoryList/UrlMatchesStyler.cpp
services/QuickAccess/UrlHistoryList/UrlMatchesStyler.h
services/QuickAccess/UrlHistoryList/WidgetListManager.h [deleted file]
services/QuickAccess/edc/QuickAccess.edc
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/WebPageUI/URIEntry.cpp
services/WebPageUI/URIEntry.h