CMovieBrowser: visualize progress during load movies

TODO: youtube load


Origin commit data
------------------
Branch: ni/coolstream
Commit: a907afdc7c
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-10 (Fri, 10 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-02-10 19:12:10 +01:00
parent ad3e80877e
commit bf3a0863de
2 changed files with 5 additions and 2 deletions

View File

@@ -362,6 +362,7 @@ class CMovieBrowser : public CMenuTarget
void clearSelection();
bool supportedExtension(CFile &file);
bool addFile(CFile &file, int dirItNr);
sigc::signal<void, size_t, size_t, std::string> OnLoadFile;
};
// I tried a lot to use the menu.cpp as ListBox selection, and I got three solution which are all garbage.