mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'pu/fb-setmode' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
src/gui/moviebrowser/mb.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73ea6fddcb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-06 (Mon, 06 Mar 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
#include <driver/file.h>
|
||||
#include <driver/fb_window.h>
|
||||
#include <system/ytparser.h>
|
||||
#include <gui/widget/progresswindow.h>
|
||||
#include <gui/imdb.h> //NI
|
||||
|
||||
#define MAX_NUMBER_OF_BOOKMARK_ITEMS MI_MOVIE_BOOK_USER_MAX // we just use the same size as used in Movie info (MAX_NUMBER_OF_BOOKMARK_ITEMS is used for the number of menu items)
|
||||
@@ -134,7 +135,7 @@ class CYTCacheSelectorTarget : public CMenuTarget
|
||||
};
|
||||
|
||||
// Priorities for Developmemt: P1: critical feature, P2: important feature, P3: for next release, P4: looks nice, lets see
|
||||
class CMovieBrowser : public CMenuTarget
|
||||
class CMovieBrowser : public CMenuTarget, public CProgressSignals
|
||||
{
|
||||
friend class CYTCacheSelectorTarget;
|
||||
|
||||
@@ -364,8 +365,6 @@ 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;
|
||||
sigc::signal<void, size_t, size_t, std::string> OnLoadDir;
|
||||
};
|
||||
|
||||
// I tried a lot to use the menu.cpp as ListBox selection, and I got three solution which are all garbage.
|
||||
|
Reference in New Issue
Block a user