Commit Graph

6117 Commits

Author SHA1 Message Date
Stefan Seyfried
2eacae9ca7 Revert "- add missing include of vfd header"
This reverts commit 3845feb0e4.

We use display.h instead.
2013-11-13 11:37:14 +01:00
svenhoefer
3845feb0e4 - add missing include of vfd header 2013-11-13 10:40:18 +01:00
Stefan Seyfried
4bc6e43ad4 global.h: Use forward-declarations to reduce number of dependencies 2013-11-13 10:40:03 +01:00
Stefan Seyfried
769d310455 remove unneeded CConfigFile from lcdd and shutdown_count 2013-11-13 10:39:04 +01:00
Stefan Seyfried
e75526bad3 movieplayer: initialize vpid and vtype variables 2013-11-13 10:38:55 +01:00
Stefan Seyfried
0fc3aa2ae8 ytparser: fix wrong-type compiler warnings 2013-11-13 10:38:48 +01:00
Stefan Seyfried
f04bfbdd88 fix cleantargets 2013-11-13 10:38:42 +01:00
Stefan Seyfried
0481b1f2af scanepg: fix unused variable warning 2013-11-13 10:38:36 +01:00
Stefan Seyfried
630c66330d fix format string warnings 2013-11-13 10:38:27 +01:00
[CST] Focus
4130c04d16 lib/libcoolstream2/cnxtfb.h: header update, no u8 type used 2013-11-13 13:21:20 +04:00
[CST] Focus
e2009a4681 neutrino_menue.cpp: for easymenu, replace 'Channels' with bouquet editor in main menu 2013-11-12 17:21:36 +04:00
[CST] Focus
3022dc251d gui/scan_setup.cpp: remove tuner name from tuner setup menu header for easymenu mode 2013-11-12 17:21:36 +04:00
[CST] Focus
b9881539d4 gui/network_setup.cpp: move wlan setup items up,
to be visible always on first page
2013-11-12 17:21:36 +04:00
[CST] Focus
c3eb7a8d1a data/locale/english.locale: capitalize Bouquet editor 2013-11-12 17:21:36 +04:00
Thilo Graf
a6e0564c2b CComponents: remove log spam 2013-11-12 10:52:24 +01:00
Stefan Seyfried
3a728f9ee1 Makefiles: simplify includes for libcoolstream/libstb-hal 2013-11-11 21:51:08 +01:00
martii
4a0fdba710 implement yt search history 2013-11-11 17:22:55 +01:00
Jacek Jendrzej
f81f93b190 CStreamInfo2 initialize dmx 2013-11-11 12:42:48 +01:00
[CST] Focus
3a120da68d driver/scanepg.cpp, neutrino.cpp: fix for standby epg scan 2013-11-11 14:07:03 +04:00
[CST] Focus
545f1dee6a driver/record.cpp: save added pids from pmt update;
add safe-check for max pids recorded
2013-11-11 14:07:03 +04:00
Thilo Graf
74245afd0d CBuildInfo: remevo unused id 2013-11-11 09:53:52 +01:00
Thilo Graf
0d50045469 locales: remove colon from string
Entry is used as caption, not as descriptive paragraph.
2013-11-11 09:02:23 +01:00
Thilo Graf
f3da710976 CImageInfo: fix calculation of info text height
Height of sub caption was not considered.
2013-11-11 08:53:33 +01:00
Thilo Graf
ac6f547d0f CTestMenu: add buildinfo as menu entry
Buildinfo also exists in infomenu, but is outcommented, so it is
prepared just for testings.
2013-11-11 00:20:10 +01:00
Thilo Graf
2bd2714770 CImageInfo: rework some parts of imageinfo
-use CComponentsExtTextForm: this combines labels and text to one item

-add build informations: this includes some functions of CBuildInfo class
 to show its informations, user can now use the red button and toggle
 between license and build infos
2013-11-11 00:20:10 +01:00
Thilo Graf
6955df5c5e CBuildInfo: rework buildinfo class for use as CComponentsWindow
also possible: get partial informations also as strings for usage
in other classes
2013-11-11 00:20:10 +01:00
Michael Liebmann
4cf4857201 Add display of build info
- Display compiler version, compiler flags, build PC, kernel version
- configure.ac part ported from filezilla project
2013-11-11 00:20:09 +01:00
Thilo Graf
05ce023278 CComponentsExtTextForm: remove check for empty strings
This check causes possible segfault and check is already in ccx_text_obj.
2013-11-11 00:19:49 +01:00
Thilo Graf
74d25a6089 CComponentsExtTextForm: fix assign of width with percent value
Assigning of value before width was set, had no effect
2013-11-11 00:19:48 +01:00
Thilo Graf
e5b0673259 CComponents: add log warning if position = 0
Value 0 for embedded items should be unproblematic, buy single items
should have minimum value = 1.
2013-11-11 00:19:48 +01:00
Thilo Graf
812168416f CComponentsButton: add members to get caption properties 2013-11-11 00:19:48 +01:00
Thilo Graf
cbeb9f3ac6 CComponentsWindow: remove paint() member
The derived member of ComponentsForm() should be sufficiently
and should serve its purpose.
2013-11-11 00:19:48 +01:00
Thilo Graf
8ae491a994 CComponents: add property to allow/disallow paint of items
This causes initialization of all properties, but
affects the behavior of item paint.
This can be understood as a counterpart to isPainted().
2013-11-11 00:19:48 +01:00
Thilo Graf
172383b6bb CTextBox: use member getFontTextHeight() as public 2013-11-11 00:19:47 +01:00
Thilo Graf
a0e00387b6 CComponentsExtTextForm: add member setLabelAndTextFont() 2013-11-11 00:19:47 +01:00
Thilo Graf
989ec25360 CComponentsButton: add constructors with loacalized caption parameter 2013-11-11 00:19:47 +01:00
Thilo Graf
72705b19de CComponents: use correct initial values screen start position
Value '0' is wrong.
2013-11-11 00:19:47 +01:00
Thilo Graf
ffe50db001 CComponentsLabel: use correct body color 2013-11-11 00:19:46 +01:00
Thilo Graf
29abd4f1dd CTestMenu: add sample code for CComponentsExtTextForm 2013-11-11 00:19:46 +01:00
Thilo Graf
d8514b19ee CComponentsExtTextForm: add new class CComponentsExtTextForm
this provides a combining form, that contains a text object with label
2013-11-11 00:19:46 +01:00
Thilo Graf
4ed6e54da6 CComponentsItem: add missing is_painted to hideCCItem() 2013-11-11 00:19:46 +01:00
Thilo Graf
e617bab6cf CTextBox: reinit text variables after evaluated comparison 2013-11-11 00:19:45 +01:00
Thilo Graf
5fb7959ddb CComponentsLabel: remove alternate constructor
default parameters can also be used
2013-11-11 00:19:45 +01:00
Thilo Graf
5d37b0b88f locales: use german translation for 'Setup Tuner' 2013-11-11 00:19:45 +01:00
Thilo Graf
7e91fecc02 CTextBox: add new parameter to setText() force_repaint
Paint routine of text has changed, so it can be useful to affect the old
behavior of text repaint beacause of text is painted only if
text or some other properties have changed.
Default value of force_repaint is true, so we have the same behavior like
before changes.
2013-11-11 00:19:45 +01:00
Stefan Seyfried
490a6a604b uncoolinit: fix for newer compilers 2013-11-10 22:29:18 +01:00
Stefan Seyfried
c82bfbaec2 fix format string warnings 2013-11-10 19:48:58 +01:00
Stefan Seyfried
47d7175df0 scanepg: fix unused variable warning 2013-11-10 19:48:22 +01:00
Stefan Seyfried
7fbbcbe9a4 fix cleantargets 2013-11-10 19:47:44 +01:00
Stefan Seyfried
0b6ce822c8 ytparser: fix wrong-type compiler warnings 2013-11-10 19:45:51 +01:00