Jacek Jendrzej
148ba9428a
src/gui/epgview.cpp fix clear epgtext
2016-07-30 19:15:15 +02:00
Jacek Jendrzej
bedd37b1af
src/gui/epgview.cpp use show function for mp info view
2016-07-30 18:54:53 +02:00
Jacek Jendrzej
4b2e809ab2
fix logic
2016-07-29 19:11:13 +02:00
Jacek Jendrzej
86cea031ad
dont use tmdb if api key not defined
2016-07-29 17:00:29 +02:00
Jacek Jendrzej
51bf5c2195
src/gui/moviebrowser.cpp use one key for delete cover or add tmdb cover
2016-07-29 15:34:41 +02:00
Jacek Jendrzej
a2afb0155c
show epg/tmdb in moviebrowse info modus (yellow->info)
2016-07-28 18:07:10 +02:00
TangoCash
c3d91b7040
fix bigfonts in last commits
2016-07-28 16:15:23 +02:00
Jacek Jendrzej
e681ca2b04
fix compil warnings
2016-07-28 15:17:01 +02:00
TangoCash
7aa3656b14
add option to replace EPG Info with tmdb Info - be careful
2016-07-28 15:02:44 +02:00
TangoCash
98640e1b1f
urgent fix for last commit
2016-07-28 15:02:33 +02:00
TangoCash
44ca60eb17
adding Live-TV look alike EPG-Infos in Movieplayer incl. TMDB
2016-07-28 15:02:20 +02:00
Thilo Graf
ab7c67d2b0
CMsgBox: ensure repaint of background
...
This fixes "transparent holes", because textbox object is responsible
for text.
The problem here is that the message box has a fixed width and text box
width is not really considered. This should be fixed, but CMsgBox class
is used only by CMovieinfo class and this should be enough for the moment.
2016-07-27 21:38:49 +02:00
Jacek Jendrzej
021db3ab04
src/gui/lua/lua_video.cpp fix possible segfault if argument is not a string (nil)
2016-07-22 17:24:39 +02:00
Jacek Jendrzej
5be8af9890
src/gui/widget/menue.cpp fix possible heap-buffer-overflow
2016-07-21 15:38:34 +02:00
Jacek Jendrzej
5560b86066
update slovak.locale (THX Pr0metheus)
2016-07-06 18:43:52 +02:00
Thilo Graf
e8a758ac61
CShellWindow: add members to set/get commands and get current mode
...
This allows to use shellwindow objects with existing instance.
2016-07-03 16:35:55 +02:00
martii
61105699d4
- followscreenings: port code from martiis-neutrino-mp
2016-07-01 15:26:06 +02:00
svenhoefer
0c0b1981f6
- no need to assign mainmenu as an argument to realrun()
2016-07-01 15:13:54 +02:00
Thilo Graf
62861c5f96
CMessageBox: ignore mute button for message boxes
...
In some constellations it's possible that mute button is passed.
For example see deleting functionality in moviebrowser.
This should avoid unintended passing.
2016-06-26 16:15:53 +02:00
Thilo Graf
29d723a97b
CComponentsWindow: change order of items
...
Add header and footer items as first and body as last item.
Render of items occurs in listed order. So it's better for performance
while render of window.
This is something more advantageously because all other items are
contained inside body. So we avoid possible delay while rendering
of base items. It looks better on screen.
2016-06-26 15:32:36 +02:00
Thilo Graf
711cb98754
CComponentsItem: ensure display of frame as last layer
2016-06-26 15:32:36 +02:00
Thilo Graf
0a1d687b35
CComponentsWindow: try to fix reduce of item height on enabled frame
...
The lower part of the window frame was always painted over.
2016-06-26 15:32:35 +02:00
Thilo Graf
d9aab3ed81
dvbsubtitle.cpp: fix wconversion compiler warnings
2016-06-26 15:32:35 +02:00
Thilo Graf
145209aaa1
CUpnpBrowserGui: fix paint image while scroll, use transparent background
2016-06-26 15:32:35 +02:00
Thilo Graf
a2f96948fa
CCDraw: enable/disable frame if frame on changed frame width
2016-06-26 15:32:34 +02:00
Thilo Graf
775e5c73a4
CComponentsWindow: use only body as background
...
Should provide more performance
2016-06-26 15:32:34 +02:00
Thilo Graf
0f64aff1dc
CComponentsWindow: ensure default disable background paint on window
...
Only basic items should have enabled background paint as default.
Should be better for performance.
2016-06-26 15:32:33 +02:00
Thilo Graf
8d3f70b112
CComponentsFrmClock: disable non-essential debug output
...
It was just important to see how the texts are fitted inside
a parent element. It's just a debugging relic.
2016-06-26 15:32:33 +02:00
Thilo Graf
91729dc48a
CMenuWidget: avoid dangling pointer after delete
2016-06-26 15:32:31 +02:00
Thilo Graf
2dd2fac376
CTextBox: don't paint full background if max text width smaller than bg width
2016-06-26 15:32:28 +02:00
svenhoefer
0c8dd068bd
- slovak.locale: update
2016-06-07 17:27:39 +02:00
svenhoefer
bacba3c555
- cables.xml: update Antennengemeinschaft "Goeltzschtalbruecke"
2016-06-07 17:09:34 +02:00
svenhoefer
926705eaf1
- yWeb: add Link and Trinity Duo to selection of remote controls
2016-06-07 13:36:10 +02:00
Jacek Jendrzej
f6eb565ea3
avoid division by zero
2016-06-04 17:21:18 +02:00
Jacek Jendrzej
eb2c84434a
src/system/localize.cpp Undefined allocation of 0 bytes
2016-06-04 16:19:57 +02:00
Jacek Jendrzej
75a96a2fb3
avoid division by zero
2016-06-04 15:36:46 +02:00
Jacek Jendrzej
fd1c0cfb60
supplement to d46b287d1c
2016-06-02 22:13:49 +02:00
svenhoefer
c89f21c054
- record_setup: remove undefined hint icon
2016-06-02 22:00:40 +02:00
svenhoefer
6dddaff0d2
- record_setup: add check existing recordings before set new timers
2016-06-02 21:37:33 +02:00
Thilo Graf
ff3f44d4d2
CSignalBar: use correct initial value
...
This should fix wrong values if signal = 0.
2016-06-02 20:34:51 +02:00
Thilo Graf
137598d368
CMovieBrowser: remove hide() from destructor
...
hide() in constructor could make problems on created moviebrowser instances
if gui functionality of moviebrowser is not required, eg if only members are used without gui.
Gui parts could be unintended removed from screen.
Note: hide() must be called explicit now. I didn't found any problems at the moment, but
please report if you found problems, so we can fix it.
2016-06-02 20:13:38 +02:00
Thilo Graf
69ab25e111
CComponentsChannelLogo: rework logic of inital statement in setChannel()
...
This should fix missing logos on existant chnannellogo instances.
For example, this was to see if user has opened eventlist and
opens timerlist with button '0'. After closed timerlist logos were lost.
2016-06-02 16:48:35 +02:00
Jacek Jendrzej
be2417068e
src/gui/eventlist.cpp restore channel name after call search if not used
2016-06-01 15:41:08 +02:00
svenhoefer
30a3093d9f
- setting_helpers: whitespace cleanup and code format changes
2016-05-30 11:21:22 +02:00
Jacek Jendrzej
9f20b27890
avoid division by zero and fix segfault
2016-05-23 14:17:25 +02:00
svenhoefer
5b6421b8b0
- hdd_menu: add key confirmation to hdd-check result
2016-05-21 21:42:27 +02:00
svenhoefer
ffd0e72251
- channellist: add possibility to clear channel history
2016-05-19 16:59:56 +02:00
svenhoefer
a2864a8e6d
- remove unneeded include of system/lastchannel.h
2016-05-19 16:58:38 +02:00
Jacek Jendrzej
89f51df9e7
fix logic check null and add mute to skip
2016-05-19 15:56:49 +02:00
Jacek Jendrzej
c9e8a57418
check if string msg is not NULL, fix segfault
2016-05-19 15:22:15 +02:00