Project

General

Profile

Bug #1576 ยป graphtftng-0_p20131027_wrong-includes.diff

hd_brummy, 10/27/2013 06:59 PM

View differences:

graphtftng-0_p20131027/comthread.h 2013-10-27 18:17:26.000000000 +0100
#include <vdr/plugin.h>
#include <vdr/remote.h>
#include <tcpchannel.h>
#include "tcpchannel.h"
#include <renderer.h>
#include <service.h>
#include "renderer.h"
#include "service.h"
using std::vector;
graphtftng-0_p20131027/display.c 2013-10-27 18:18:59.000000000 +0100
#include <unistd.h>
#include <setup.h>
#include <display.h>
#include "setup.h"
#include "display.h"
// the render devices
#include "fbrenderer.h"
#include "dmyrenderer.h"
#include "imlibrenderer/fbrenderer/fbrenderer.h"
#include "imlibrenderer/dmyrenderer/dmyrenderer.h"
//***************************************************************************
// Object
graphtftng-0_p20131027/display.h 2013-10-27 18:17:26.000000000 +0100
#include <vdr/status.h>
#include <vdr/skins.h>
#include <common.h>
#include <comthread.h>
#include <touchthread.h>
#include <renderer.h>
#include <theme.h>
#include "common.h"
#include "comthread.h"
#include "touchthread.h"
#include "renderer.h"
#include "theme.h"
using std::string;
using std::vector;
graphtftng-0_p20131027/dspitems.c 2013-10-27 18:17:26.000000000 +0100
#include <sstream>
#include <sysinfo.h>
#include <theme.h>
#include <display.h>
#include <span.h>
#include <setup.h>
#include "sysinfo.h"
#include "theme.h"
#include "display.h"
#include "span.h"
#include "setup.h"
const int maxGranularity = 100;
graphtftng-0_p20131027/graphtft-fe/common.cc 2013-10-27 18:17:26.000000000 +0100
#include <stdio.h>
#include <string.h>
#include <graphtft.hpp>
#include "graphtft.hpp"
//***************************************************************************
// Tell
graphtftng-0_p20131027/graphtft-fe/graphtft.cc 2013-10-27 18:17:26.000000000 +0100
#include <stdlib.h>
#include <jpeglib.h>
#include <graphtft.hpp>
#include "graphtft.hpp"
//#define _DEBUG
graphtftng-0_p20131027/graphtft-fe/graphtft.hpp 2013-10-27 18:17:26.000000000 +0100
#include <unistd.h>
#define __FRONTEND
#include <../common.h>
#include <../service.h>
#include "../common.h"
#include "../service.h"
#include <common.hpp>
#include <thread.h>
#include "common.hpp"
#include "thread.h"
class GraphTft;
graphtftng-0_p20131027/graphtft-fe/thread.cc 2013-10-27 18:17:26.000000000 +0100
#include <string.h>
#include "thread.h"
#include <../common.h>
#include "../common.h"
static bool GetAbsTime(struct timespec *Abstime, int MillisecondsFromNow)
{
graphtftng-0_p20131027/graphtftng.c 2013-10-27 18:17:26.000000000 +0100
**/
#include <vdr/config.h>
#include <theme.h>
#include "theme.h"
#include <getopt.h>
#include <service.h>
#include <graphtftng.h>
#include <span.h>
#include "service.h"
#include "graphtftng.h"
#include "span.h"
//***************************************************************************
// cGraphTFTMenu
graphtftng-0_p20131027/imlibrenderer/dmyrenderer/dmyrenderer.h 2013-10-27 18:17:26.000000000 +0100
#ifndef __GTFT_DMYRENDERER_HPP__
#define __GTFT_DMYRENDERER_HPP__
#include "imlibrenderer.h"
#include "../imlibrenderer.h"
class DummyRenderer : public ImlibRenderer
{
graphtftng-0_p20131027/imlibrenderer/fbrenderer/fbrenderer.c 2013-10-27 18:17:26.000000000 +0100
#include <libavcodec/avcodec.h>
#include <common.h>
#include <setup.h>
#include "../../common.h"
#include "../../setup.h"
static unsigned char* frame_buffer;
static struct fb_var_screeninfo fb_vinfo;
graphtftng-0_p20131027/imlibrenderer/fbrenderer/fbrenderer.h 2013-10-27 18:17:26.000000000 +0100
#include <linux/fb.h>
#include <imlibrenderer.h>
#include "../imlibrenderer.h"
//***************************************************************************
//
graphtftng-0_p20131027/imlibrenderer/imlibrenderer.c 2013-10-27 18:17:26.000000000 +0100
#include <jpeglib.h>
#include "imlibrenderer.h"
#include "theme.h"
#include "common.h"
#include "../theme.h"
#include "../common.h"
using std::string;
using std::cout;
graphtftng-0_p20131027/imlibrenderer/imlibrenderer.h 2013-10-27 18:17:26.000000000 +0100
#ifndef __GTFT_IMLIBRENDERER_HPP
#define __GTFT_IMLIBRENDERER_HPP
#include "renderer.h"
#include "../renderer.h"
#include <vdr/device.h>
#define X_DISPLAY_MISSING
graphtftng-0_p20131027/Makefile 2013-10-27 18:19:42.000000000 +0100
### Includes and Defines (add further entries here):
INCLUDES += -I$(VDRDIR)/include -I. \
INCLUDES += -I$(VDRDIR)/include \
-I./imlibrenderer \
-I./imlibrenderer/fbrenderer \
-I./imlibrenderer/dmyrenderer
......
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
fe:
(cd graphtft-fe; make -s all)
(cd graphtft-fe; $(MAKE) -s all)
install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
......
clean-fe:
@rm -rf plasma/build imlibrenderer/imlibtest
(cd graphtft-fe; make -s clean)
(cd graphtft-fe; $(MAKE) -s clean)
TDEF += -DLOCDIR=\"$(LOCDIR)\"
graphtftng-0_p20131027/plasma/gtft.cpp 2013-10-27 18:17:26.000000000 +0100
#include <KServiceTypeTrader>
#include <kglobalsettings.h>
#include <gtft.h>
#include <configdialog.h>
#include "gtft.h"
#include "configdialog.h"
GtftApplet::GtftApplet(QObject* parent, const QVariantList& args)
: Plasma::Applet(parent, args)
graphtftng-0_p20131027/po/de_DE.po 2013-10-27 18:17:26.000000000 +0100
"PO-Revision-Date: 2008-12-05 19:18+0100\n"
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
graphtftng-0_p20131027/po/fi_FI.po 2013-10-27 18:17:26.000000000 +0100
"PO-Revision-Date: 2008-12-05 19:18+0100\n"
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
graphtftng-0_p20131027/po/it_IT.po 2013-10-27 18:17:26.000000000 +0100
"PO-Revision-Date: 2009-02-08 20:23+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
graphtftng-0_p20131027/renderer.h 2013-10-27 18:17:26.000000000 +0100
#include <string>
#include <vdr/device.h>
#include <common.h>
#include "common.h"
using std::string;
graphtftng-0_p20131027/scan.c 2013-10-27 18:17:26.000000000 +0100
// Includes
//***************************************************************************
#include <scan.h>
#include "scan.h"
//***************************************************************************
// Scanner
graphtftng-0_p20131027/scan.h 2013-10-27 18:17:26.000000000 +0100
#include <string.h>
#include <stdio.h>
#include <common.h>
#include "common.h"
//***************************************************************************
// Token Scanner
graphtftng-0_p20131027/status.c 2013-10-27 18:17:26.000000000 +0100
#include <algorithm> // replace(...)
#include <display.h>
#include "display.h"
//***************************************************************************
// Osd Channel Switch
graphtftng-0_p20131027/sysinfo.c 2013-10-27 18:17:26.000000000 +0100
# include <vdr/tools.h>
#endif
#include <sysinfo.h>
#include "sysinfo.h"
int Sysinfo::initialized = no;
double Sysinfo::lastIdle = 0;
graphtftng-0_p20131027/sysinfo.h 2013-10-27 18:17:26.000000000 +0100
#ifndef __SYSINFO_H
#define __SYSINFO_H
#include <common.h>
#include "common.h"
//***************************************************************************
// Sysinfo
graphtftng-0_p20131027/test.c 2013-10-27 18:17:26.000000000 +0100
#include <stdlib.h>
#include <string>
#include <renderer.h>
#include <imlibrenderer.h>
#include <dmyrenderer.h>
#include <scan.h>
#include "renderer.h"
#include "imlibrenderer/imlibrenderer.h"
#include "imlibrenderer/dmyrender/dmyrenderer.h"
#include "scan.h"
using std::string;
graphtftng-0_p20131027/theme.c 2013-10-27 18:17:26.000000000 +0100
*
**/
#include <theme.h>
#include <common.h>
#include "theme.h"
#include "common.h"
#include <setup.h>
#include "setup.h"
//***************************************************************************
// The Theme
graphtftng-0_p20131027/theme.h 2013-10-27 18:17:26.000000000 +0100
#include <map>
#include <stack>
#include <common.h>
#include <renderer.h>
#include <scan.h>
#include "common.h"
#include "renderer.h"
#include "scan.h"
#define SECONDS(x) (((uint64_t)x)*1000)
graphtftng-0_p20131027/touchthread.h 2013-10-27 18:17:26.000000000 +0100
#include <vdr/thread.h>
#include <common.h>
#include "common.h"
//***************************************************************************
// Class Touch Thread
    (1-1/1)