Commit Graph

4653 Commits

Author SHA1 Message Date
svenhoefer
c80b1b0640 - locals: use more matching descriptions for screen positions 2013-05-11 12:57:36 +02:00
Michael Liebmann
d90ce27876 * COsdSetup::changeNotify: Add handling for volume digits / CVolumeHelper 2013-05-11 09:38:23 +01:00
svenhoefer
1376a94197 - osd-setup: fix segmentation fault 2013-05-10 22:48:37 +02:00
svenhoefer
fd63df9688 - deutsch.locale: fix typo in menu.hint_subchannel_pos 2013-05-10 21:55:19 +02:00
svenhoefer
655ae5d51f - osd-setup: move menu-related stuff to a submenu 'menus'
* re-sort remaining items
2013-05-10 21:36:34 +02:00
Jacek Jendrzej
8cd93f64f1 CNeutrinoEventList::exec call hide only once
Conflicts:
	src/gui/eventlist.cpp
2013-05-10 17:29:13 +04:00
svenhoefer
fc5d099833 - epgview: depend window size on font size 2013-05-10 17:23:10 +04:00
svenhoefer
5af55b4092 - framebuffer: add possibility to force small windows 2013-05-10 17:22:24 +04:00
Jacek Jendrzej
634f2f01b6 CChannelList::show() call hide only once 2013-05-10 17:13:22 +04:00
Michael Liebmann
a03eb3d732 * CFrameBuffer::paintBoxRel(): Correct debug message if dx or dy are 0 2013-05-10 17:09:46 +04:00
Michael Liebmann
de4996228f * dvbsubtitle: Fix segfault in destructor 2013-05-10 17:09:06 +04:00
Jacek Jendrzej
9e49b7cd88 * CNeutrinoEventList: Skip unnecessary drawing of the background 2013-05-10 17:08:50 +04:00
Jacek Jendrzej
3fb97b59c1 src/gui/channellist.cpp: skip paint BG for item if firstpaint 2013-05-10 17:06:51 +04:00
Jacek Jendrzej
fd54a2aece src/gui/cam_menu.cpp: use enableSaveScreen 2013-05-10 17:03:53 +04:00
Jacek Jendrzej
26edf137bd src/gui/epgview.cpp:use paintBackgroundBoxRel only for hide 2013-05-10 17:02:50 +04:00
Jacek Jendrzej
1396896dd1 CTimerManager:: don't set wekup flag if box boot from zapto timer 2013-05-10 17:02:11 +04:00
Jacek Jendrzej
81efa46265 nhttpd: -add Slovak language by EnoSat 2013-05-10 17:00:43 +04:00
Jacek Jendrzej
39e31da8f1 nhttpd: -add Slovak language by EnoSat 2013-05-10 17:00:11 +04:00
Jacek Jendrzej
0ce4f9d0d8 update encoding.conf by EnoSat 2013-05-10 16:59:56 +04:00
Jacek Jendrzej
51ea0e8624 update slovak locale by EnoSat 2013-05-10 16:59:48 +04:00
svenhoefer
988f318749 - eventlist: re-align prev/next channelnames in header
Conflicts:
	src/gui/eventlist.cpp
2013-05-10 16:58:12 +04:00
svenhoefer
fff07ea64e - eventlist: move info button from header to buttonbar
* remove unused button_label structs

Conflicts:
	src/gui/eventlist.cpp
2013-05-10 16:54:13 +04:00
Jacek Jendrzej
16b8f6d9a0 src/system/helpers.cpp:-add file_size function
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
2013-05-10 16:39:11 +04:00
[CST] Focus
e0898de5ca sync apollo libcs headers 2013-05-10 16:34:48 +04:00
[CST] Focus
98829743b3 gui/movieplayer.cpp: add chapters support, at the moment on bookmarks (blue) key 2013-05-10 16:34:12 +04:00
[CST] Focus
a6d7577235 gui/audio_select.cpp: add stop icon to stop subtitles item 2013-05-10 16:32:39 +04:00
Jacek Jendrzej
3a62b97fcb supplement to 28198dc320 2013-05-10 13:43:23 +02:00
Michael Liebmann
cfd7b4b16b * Rework positioning of volumebar / mute icon / info clock
- Is required for custom icons
2013-05-10 11:32:12 +01:00
Michael Liebmann
612ef514a3 * CComponents::paintFbItems: Fix paint frame
- Remove function CComponents::allowPaint()
2013-05-10 11:32:12 +01:00
Jacek Jendrzej
28c67bbc9b CNeutrinoEventList::exec call hide only once 2013-05-10 11:28:22 +02:00
svenhoefer
df3d5567a1 - epgview: depend window size on font size 2013-05-10 10:33:23 +02:00
svenhoefer
742cc81f46 - framebuffer: add possibility to force small windows 2013-05-10 10:31:46 +02:00
svenhoefer
7d5ecda6e5 - infoviewer: get width of timescale from progressbar object ...
.. to remove hardcoded timescale width in showInfoFile()
2013-05-10 09:33:25 +02:00
Michael Liebmann
3d33901e5e * OSD Setup: Move volume settings in a separate submenu. 2013-05-09 16:58:52 +01:00
Jacek Jendrzej
438248bfac CChannelList::show() call hide only once 2013-05-09 16:32:11 +02:00
Jacek Jendrzej
28198dc320 CMenuWidget::paintItems: clean only last multipage menu 2013-05-09 13:10:23 +02:00
Michael Liebmann
309b371060 * CComponents::paintFbItems: Don't paint item if dx or dy are 0 2013-05-08 07:06:12 +01:00
Thilo Graf
8baec6d62a CVolumeBar: rework volumebar handling
Use CComponenets and separates the gui part from driver part

- add new class CVolumeBar as CComponentsForm
- Various changes for reworked volume bar handling in some classes
- Move AudioMute() from CVolume to new class CAudioMute
- Use CComponentsPicture to paint muteicon
2013-05-08 05:11:24 +01:00
svenhoefer
050df14f8d - textbox: don't accept boxes with no borderwidth 2013-05-08 00:30:58 +02:00
Michael Liebmann
d802b85bbc * CFrameBuffer::paintBoxRel(): Correct debug message if dx or dy are 0 2013-05-05 13:12:08 +01:00
Michael Liebmann
2c740f1db8 * CTextBox: rename setFontTextHeight() => getFontTextHeight() 2013-05-04 21:42:10 +02:00
Michael Liebmann
1fb105b361 * dvbsubtitle: Fix segfault in destructor 2013-05-04 18:20:52 +01:00
Jacek Jendrzej
1d2ac01ecc * CNeutrinoEventList: Skip unnecessary drawing of the background 2013-05-04 12:08:36 +01:00
Michael Liebmann
266a975e5b * CNeutrinoEventList: Paint event list alone after the list was sorted
- paintDescription(): force paint of text
2013-05-04 11:01:31 +01:00
Thilo Graf
a4c3e08f77 CComponents: rework kill()
There was some problems with restore, hide, clean and save background of item parts,
seen in detailsline. kill() worked not really clean.
kill() works now as virtual member and uses paintBackgroundBoxRel().

In consequence of which:
-unnecessary members in subclasses removed.
-add some comments
2013-05-03 19:51:57 +02:00
Jacek Jendrzej
4bf2a4aa19 src/gui/channellist.cpp: skip paint BG for item if firstpaint 2013-05-03 18:42:35 +02:00
Jacek Jendrzej
05df699bc8 src/gui/cam_menu.cpp: use enableSaveScreen 2013-05-03 15:35:05 +02:00
svenhoefer
62f5b11123 - cc_detailsline.cpp: fix coordinates for shadow lines 2013-05-02 21:10:00 +02:00
svenhoefer
c9a17eda0e - channellist: fix transparent pixels in round corners of detail box 2013-05-02 21:08:04 +02:00
Jacek Jendrzej
dfa73458cc src/gui/epgview.cpp:use paintBackgroundBoxRel only for hide 2013-05-02 20:13:17 +02:00