refactors static content in containers into a list provider class
authorJonathan Marshall <jmarshall@never.you.mind>
Mon, 3 Jun 2013 02:50:10 +0000 (14:50 +1200)
committerJonathan Marshall <jmarshall@xbmc.org>
Mon, 11 Nov 2013 22:49:19 +0000 (11:49 +1300)
commit3bc2dfd8442ea5109154f98fa0063660cd8fced2
tree8e5225d7bc2c994a96774842166e572de923cd5a
parent861502498174e920d973d15d78bc8d920f0c6c72
refactors static content in containers into a list provider class
13 files changed:
Makefile.in
XBMC.xcodeproj/project.pbxproj
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
xbmc/guilib/GUIBaseContainer.cpp
xbmc/guilib/GUIBaseContainer.h
xbmc/guilib/GUIControlFactory.cpp
xbmc/interfaces/legacy/Control.cpp
xbmc/listproviders/IListProvider.cpp [new file with mode: 0644]
xbmc/listproviders/IListProvider.h [new file with mode: 0644]
xbmc/listproviders/Makefile [new file with mode: 0644]
xbmc/listproviders/StaticProvider.cpp [new file with mode: 0644]
xbmc/listproviders/StaticProvider.h [new file with mode: 0644]