mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Rename grid.* to gridelement.*
This commit is contained in:
parent
d21b1496f0
commit
bff9d78ff3
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 timemanager.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 gridelement.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:
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __TVGUIDE_CHANNELEPG_H
|
#define __TVGUIDE_CHANNELEPG_H
|
||||||
|
|
||||||
#include <vdr/tools.h>
|
#include <vdr/tools.h>
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
#include "epggrid.h"
|
#include "epggrid.h"
|
||||||
#include "headergrid.h"
|
#include "headergrid.h"
|
||||||
#include "switchtimer.h"
|
#include "switchtimer.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TVGUIDE_DUMMYGRID_H
|
#ifndef __TVGUIDE_DUMMYGRID_H
|
||||||
#define __TVGUIDE_DUMMYGRID_H
|
#define __TVGUIDE_DUMMYGRID_H
|
||||||
|
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
#include "channelepg.h"
|
#include "channelepg.h"
|
||||||
|
|
||||||
// --- cDummyGrid -------------------------------------------------------------
|
// --- cDummyGrid -------------------------------------------------------------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __TVGUIDE_EPGGRID_H
|
#define __TVGUIDE_EPGGRID_H
|
||||||
|
|
||||||
#include <vdr/epg.h>
|
#include <vdr/epg.h>
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
|
|
||||||
// --- cEpgGrid -------------------------------------------------------------
|
// --- cEpgGrid -------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "channelepg.h"
|
#include "channelepg.h"
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
|
|
||||||
cGridElement::cGridElement(cChannelEpg *c) {
|
cGridElement::cGridElement(cChannelEpg *c) {
|
||||||
this->column = c;
|
this->column = c;
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TVGUIDE_HEADERGRID_H
|
#ifndef __TVGUIDE_HEADERGRID_H
|
||||||
#define __TVGUIDE_HEADERGRID_H
|
#define __TVGUIDE_HEADERGRID_H
|
||||||
|
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
|
|
||||||
// --- cHeaderGrid -------------------------------------------------------------
|
// --- cHeaderGrid -------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __TVGUIDE_STATUSHEADER_H
|
#define __TVGUIDE_STATUSHEADER_H
|
||||||
|
|
||||||
#include "styledpixmap.h"
|
#include "styledpixmap.h"
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
|
|
||||||
// --- cStatusHeader -------------------------------------------------------------
|
// --- cStatusHeader -------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#define __TVGUIDE_TVGUIDEOSD_H
|
#define __TVGUIDE_TVGUIDEOSD_H
|
||||||
|
|
||||||
#include "timemanager.h"
|
#include "timemanager.h"
|
||||||
#include "grid.h"
|
#include "gridelement.h"
|
||||||
#include "channelepg.h"
|
#include "channelepg.h"
|
||||||
#include "statusheader.h"
|
#include "statusheader.h"
|
||||||
#include "detailview.h"
|
#include "detailview.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user