Commit Graph

4553 Commits

Author SHA1 Message Date
Jacek Jendrzej
6ba280261b CTimerManager:: don't set wekup flag if box boot from zapto timer 2013-05-01 22:00:03 +02:00
Jacek Jendrzej
127401da9c nhttpd: -add Slovak language by EnoSat 2013-05-01 11:52:24 +02:00
Jacek Jendrzej
1379fe80d3 nhttpd: -add Slovak language by EnoSat 2013-05-01 11:50:39 +02:00
Jacek Jendrzej
36044a9414 update encoding.conf by EnoSat 2013-05-01 11:47:10 +02:00
Jacek Jendrzej
3f8536b029 update slovak locale by EnoSat 2013-05-01 11:46:28 +02:00
svenhoefer
24a4277863 - eventlist: cleanup from unnecessary calculations 2013-04-30 16:22:59 +02:00
svenhoefer
d892a700af - eventlist: re-align prev/next channelnames in header 2013-04-30 13:50:13 +02:00
svenhoefer
997bd1bc7f - eventlist: move info button from header to buttonbar
* remove unused button_label structs
2013-04-30 12:59:13 +02:00
svenhoefer
ee1ca8b71f - moviebrowser: fix* buttonbar
*) not really a fix - just a better terrible solution
2013-04-30 13:01:43 +04:00
Jacek Jendrzej
9672968ecf src/driver/pictureviewer/pictureviewer.cpp: move free handlers to ~CPictureViewer(), fix segfault aufter commit 833fb32197 2013-04-30 13:01:28 +04:00
svenhoefer
d545bc8311 - yweb: fix area for FAV-key on zee 2013-04-30 13:01:17 +04:00
Michael Liebmann
7e2fd24967 * Infoviewer: Fix key handling for PiP 2013-04-30 13:01:04 +04:00
Jacek Jendrzej
f4f5e4cbe6 src/neutrino.cpp: execute rcK on restart 2013-04-30 13:00:40 +04:00
Michael Liebmann
c7d498f434 * deutsch.locale complements 2013-04-30 13:00:31 +04:00
Michael Liebmann
7a637bebf8 * Sort unmaintained locale 2013-04-30 13:00:24 +04:00
Michael Liebmann
b60e199620 * Sort deutsch.locale / english.locale 2013-04-30 13:00:02 +04:00
Michael Liebmann
fa25f65085 * yhttpd: Add missing includepath 2013-04-30 12:59:54 +04:00
Jacek Jendrzej
b386f7bbd2 use var passed by reference
Conflicts:
	src/gui/components/cc_frm.h
	src/gui/components/cc_frm_icons.cpp
2013-04-30 12:59:25 +04:00
svenhoefer
e2bbf2aa44 - channellist: remove some unneeded calculations
Conflicts:
	src/gui/channellist.cpp
2013-04-30 12:54:05 +04:00
svenhoefer
2d54786f4b - channellist: use the bigger menu-icon 2013-04-30 12:52:52 +04:00
[CST] Focus
a780c07815 libcoolstream2/playback_cs.h: sync header 2013-04-30 12:48:24 +04:00
[CST] Focus
7a0c1e9674 gui/movieplayer.cpp: add subtitle display support for file playback 2013-04-30 12:28:15 +04:00
[CST] Focus
708e018994 neutrinoMessages.h: add EVT_SUBT_MESSAGE 2013-04-30 12:15:52 +04:00
[CST] Focus
1e7589747c locals: add locale for file play subtitle select 2013-04-30 12:10:53 +04:00
[CST] Focus
95d6580b37 gui/keybind_setup.cpp add key for file play subtitle select 2013-04-30 12:10:24 +04:00
[CST] Focus
6f37b8a7b6 neutrino.cpp, settings: add key for file play subtitle select 2013-04-30 12:10:03 +04:00
[CST] Focus
2cfb8d487a gui/scan_setup.cpp: dont show rotor options on cable-only box 2013-04-30 10:14:59 +04:00
[CST] Focus
1d1aacf42c zapit/src/femanager.cpp: set independent mode for all tuners if box canble-only 2013-04-30 10:14:36 +04:00
[CST] Focus
14191a0c62 system/settings.h: comment unused in next branch FONT_TYPE_EVENTLIST_EVENT 2013-04-30 10:14:13 +04:00
Jacek Jendrzej
6f552797b4 src/gui/widget/menue.cpp: don't paint icon if no space for this 2013-04-29 21:08:44 +02:00
Thilo Graf
a7d8597f05 CTextBox: user CORNER_ALL for corner type parameter to paint text background 2013-04-28 16:48:11 +02:00
Thilo Graf
4511d292b7 CNeutrinoEventList:kill text background during scrolling through event list
This is necessary because the background of text
is not automatically deleted.
2013-04-28 16:48:11 +02:00
Thilo Graf
76a2c44014 CComponentsText: force text paint after hide
After hide()it was not possible to paint text without forceTextPaint()
and define of ct_old_text in setText() was not enough.
2013-04-28 16:48:11 +02:00
Thilo Graf
85b1117f37 CComponentsButton: use adequate arrangement for caption 2013-04-28 16:48:10 +02:00
Thilo Graf
988d1f3ea8 CComponentsHeader/Button: force paint of text 2013-04-28 16:48:10 +02:00
Thilo Graf
e84ac6f3a1 CComponentsPicture: use members as virtual members
Makes members ready for use in subclasses
2013-04-28 16:48:10 +02:00
Thilo Graf
0fe69feb96 CComponents: add members setPos() and getSize() 2013-04-28 16:48:09 +02:00
Michael Liebmann
fccb07cfc9 * CTextBox: When using only digits to display:
- Use for calculating digit height
  font->getDigitHeight() / font->getDigitOffset()
2013-04-28 16:48:09 +02:00
Thilo Graf
9735c670fd CComponentsText: init CComponentsText without paint of text background
This avoids unnecessary render of backgrounds in textboxes. If it does,
so it's possible to enable it subsequently with doPaintTextBoxBg().
2013-04-28 16:48:08 +02:00
Thilo Graf
19f2d556ee CInfoViewer: use correct text color in showInfoFile() 2013-04-27 22:20:10 +02:00
Thilo Graf
cadb66e225 CComponentsInfoBox: add missing define for text color 2013-04-27 22:20:10 +02:00
Thilo Graf
54d0f8b42b CInfoViewer: add member killInfobarText()
Ensure that no unnecessary instance of Components infobox is generated
and paint only changed text.
2013-04-27 22:20:10 +02:00
Thilo Graf
dfc6e2069e CComponentsText: paint text only on text change, add members to handle this
It can be usefull to hold unchanged text to avoid unnecessary text
paintings. It's also also possible to force paint of text,
use forceTextPaint(). Use textChanged(), to evaluate current text changes.
2013-04-27 22:20:10 +02:00
Thilo Graf
e30f4d2764 CInfoViewer: ensure hide on deleted info file 2013-04-27 22:20:09 +02:00
Thilo Graf
f774eb833f CComponentsInfoBox: replace static parameter with inherited member
member value was not looped through
2013-04-27 22:16:15 +02:00
Jacek Jendrzej
6d088357c3 CInfoViewer::showInfoFile -check file size
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-04-26 18:31:40 +02:00
Thilo Graf
a09d7f4a7e CInfoViewer: implement CComponentsInfoBox() to show infobar.txt content 2013-04-26 18:31:39 +02:00
Michael Liebmann
eafcbf6a86 * CComponentsLabel: Use 'std::string' instead of 'const char*' for ct_text
- Supplement to commit 3a19edd...
2013-04-25 09:34:53 +01:00
Jacek Jendrzej
947a277a49 src/system/helpers.cpp:-add file_size function
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-04-24 21:35:25 +02:00
Thilo Graf
cc63773920 CComponentsText: add bool as return value for setTextFromFile() 2013-04-24 19:56:00 +02:00