our current experimental Neutrino branch

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: bc5bd4154e
Author: mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-08 (Tue, 08 Dec 2009)
This commit is contained in:
mrcolor
2009-12-08 11:05:11 +00:00
commit cb8dd3394d
876 changed files with 193775 additions and 0 deletions

97
src/gui/widget/icons.h Normal file
View File

@@ -0,0 +1,97 @@
#ifndef __gui_widget_icons_h__
#define __gui_widget_icons_h__
/*
* $Header: /cvs/tuxbox/apps/tuxbox/neutrino/src/gui/widget/icons.h,v 1.18 2009/10/13 19:08:12 dbt Exp $
*
* (C) 2003 by thegoodguy <thegoodguy@berlios.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
/* icon files */
#define NEUTRINO_ICON_BUTTON_BLUE "blau.raw"
#define NEUTRINO_ICON_BUTTON_GREEN "gruen.raw"
#define NEUTRINO_ICON_BUTTON_RED "rot.raw"
#define NEUTRINO_ICON_BUTTON_YELLOW "gelb.raw"
#define NEUTRINO_ICON_BUTTON_DBOX "dbox.raw"
#define NEUTRINO_ICON_BUTTON_DBOX_SMALL "dbox_small.raw"
#define NEUTRINO_ICON_BUTTON_HELP "help.raw"
#define NEUTRINO_ICON_BUTTON_HELP_SMALL "help_small.raw"
#define NEUTRINO_ICON_BUTTON_HOME "home.raw"
#define NEUTRINO_ICON_BUTTON_MUTE "mute.raw"
#define NEUTRINO_ICON_BUTTON_MUTE_SMALL "mute_small.raw"
#define NEUTRINO_ICON_BUTTON_POWER "power.raw"
#define NEUTRINO_ICON_BUTTON_OKAY "ok.raw"
#define NEUTRINO_ICON_BUTTON_OKAY_SMALL "ok_small.raw"
#define NEUTRINO_ICON_BUTTON_0 "0.raw"
#define NEUTRINO_ICON_BUTTON_1 "1.raw"
#define NEUTRINO_ICON_BUTTON_2 "2.raw"
#define NEUTRINO_ICON_BUTTON_3 "3.raw"
#define NEUTRINO_ICON_BUTTON_4 "4.raw"
#define NEUTRINO_ICON_BUTTON_5 "5.raw"
#define NEUTRINO_ICON_BUTTON_6 "6.raw"
#define NEUTRINO_ICON_BUTTON_7 "7.raw"
#define NEUTRINO_ICON_BUTTON_8 "8.raw"
#define NEUTRINO_ICON_BUTTON_9 "9.raw"
#define NEUTRINO_ICON_BUTTON_TOP "up.raw"
#define NEUTRINO_ICON_BUTTON_TOP_SMALL "up_small.raw"
#define NEUTRINO_ICON_BUTTON_RIGHT "right.raw"
#define NEUTRINO_ICON_BUTTON_DOWN "down.raw"
#define NEUTRINO_ICON_BUTTON_DOWN_SMALL "down_small.raw"
#define NEUTRINO_ICON_BUTTON_LEFT "left.raw"
#define NEUTRINO_ICON_BUTTON_PLUS "plus.raw"
#define NEUTRINO_ICON_BUTTON_MINUS "minus.raw"
#define NEUTRINO_ICON_ERROR "error.raw"
#define NEUTRINO_ICON_FILE "file.raw"
#define NEUTRINO_ICON_GAMES "games.raw"
#define NEUTRINO_ICON_INFO "info.raw"
#define NEUTRINO_ICON_MOUNTED "mounted.raw"
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted.raw"
#define NEUTRINO_ICON_RECORDING "recording.raw"
#define NEUTRINO_ICON_SETTINGS "settings.raw"
#define NEUTRINO_ICON_SHELL "shell.raw"
#define NEUTRINO_ICON_UPNP "upnp.raw"
#define NEUTRINO_ICON_PROTECTING "protecting.raw"
#define NEUTRINO_ICON_EPGINFO "epginfo.raw"
#define NEUTRINO_ICON_UPDATE "softupdate.raw"
#define NEUTRINO_ICON_FEATURES "features.raw"
#define DUMMY_ICON "dummy.raw"
/* icon widths */
#define NEUTRINO_ICON_BUTTON_BLUE_WIDTH 16
#define NEUTRINO_ICON_BUTTON_GREEN_WIDTH 16
#define NEUTRINO_ICON_BUTTON_RED_WIDTH 16
#define NEUTRINO_ICON_BUTTON_YELLOW_WIDTH 16
#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE "mute_zap_green.raw"
#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_INACTIVE "mute_zap_gray.raw"
/* misc */
#define NEUTRINO_ICON_VARPATH "/var/share/tuxbox/neutrino/icons/" //alternatively path for user-defined icons
#endif /* __gui_widget_icons_h__ */