mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Rename timer.* to timemanager.*
This commit is contained in:
parent
6b3eda282f
commit
5ff172c987
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ endif
|
|||||||
|
|
||||||
### The object files (add further files here):
|
### The object files (add further files here):
|
||||||
|
|
||||||
OBJS = $(PLUGIN).o channelepg.o channelgroup.o channelgroups.o channeljump.o config.o detailview.o dummygrid.o epggrid.o fontmanager.o footer.o geometrymanager.o grid.o headergrid.o imagecache.o imageloader.o imagemagickwrapper.o imagescaler.o osdmanager.o recmanager.o recmenu.o recmenuitem.o recmenuview.o recmenus.o searchtimer.o setup.o statusheader.o styledpixmap.o switchtimer.o timeline.o timer.o timerconflict.o tools.o tvguideosd.o view.o
|
OBJS = $(PLUGIN).o channelepg.o channelgroup.o channelgroups.o channeljump.o config.o detailview.o dummygrid.o epggrid.o fontmanager.o footer.o geometrymanager.o grid.o headergrid.o imagecache.o imageloader.o imagemagickwrapper.o imagescaler.o osdmanager.o recmanager.o recmenu.o recmenuitem.o recmenuview.o recmenus.o searchtimer.o setup.o statusheader.o styledpixmap.o switchtimer.o timeline.o timemanager.o timerconflict.o tools.o tvguideosd.o view.o
|
||||||
|
|
||||||
### The main target:
|
### The main target:
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <vdr/osd.h>
|
#include <vdr/osd.h>
|
||||||
#include <vdr/epg.h>
|
#include <vdr/epg.h>
|
||||||
#include "timer.h"
|
#include "timemanager.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
enum eBackgroundType {
|
enum eBackgroundType {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TVGUIDE_TIMELINE_H
|
#ifndef __TVGUIDE_TIMELINE_H
|
||||||
#define __TVGUIDE_TIMELINE_H
|
#define __TVGUIDE_TIMELINE_H
|
||||||
|
|
||||||
#include "timer.h"
|
#include "timemanager.h"
|
||||||
#include "styledpixmap.h"
|
#include "styledpixmap.h"
|
||||||
|
|
||||||
// --- cTimeLine -------------------------------------------------------------
|
// --- cTimeLine -------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <vdr/tools.h>
|
#include <vdr/tools.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "timer.h"
|
#include "timemanager.h"
|
||||||
|
|
||||||
cTimeManager::~cTimeManager(void) {
|
cTimeManager::~cTimeManager(void) {
|
||||||
}
|
}
|
@ -2,7 +2,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <vdr/timers.h>
|
#include <vdr/timers.h>
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
#include "timer.h"
|
#include "timemanager.h"
|
||||||
#include "timerconflict.h"
|
#include "timerconflict.h"
|
||||||
|
|
||||||
cTVGuideTimerConflict::cTVGuideTimerConflict(void) {
|
cTVGuideTimerConflict::cTVGuideTimerConflict(void) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TVGUIDE_TVGUIDEOSD_H
|
#ifndef __TVGUIDE_TVGUIDEOSD_H
|
||||||
#define __TVGUIDE_TVGUIDEOSD_H
|
#define __TVGUIDE_TVGUIDEOSD_H
|
||||||
|
|
||||||
#include "timer.h"
|
#include "timemanager.h"
|
||||||
#include "grid.h"
|
#include "grid.h"
|
||||||
#include "channelepg.h"
|
#include "channelepg.h"
|
||||||
#include "statusheader.h"
|
#include "statusheader.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user