CUpnpBrowserGui: rework broken detail info

- apply current dline functionality
- use footer class to paint footer, So footer is usable as object.
- use infobox to show content and time info


Origin commit data
------------------
Commit: b3a19f4d8f
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-25 (Thu, 25 Feb 2016)
This commit is contained in:
2016-02-25 22:23:39 +01:00
parent 39c87f723b
commit ea239c54cf
2 changed files with 59 additions and 65 deletions

View File

@@ -102,6 +102,8 @@ class CUpnpBrowserGui : public CMenuTarget, public CListHelpers
bool m_playing_entry_is_shown;
time_t timeout;
CComponentsDetailLine * dline;
CComponentsFooter footer;
CComponentsInfoBox ibox, timebox;
bool discoverDevices();
void splitProtocol(std::string &protocol, std::string &prot, std::string &network, std::string &mime, std::string &additional);