Commit Graph

8054 Commits

Author SHA1 Message Date
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
Jacek Jendrzej
e7e158a273 try to fix current channel after edit mode 2016-05-17 14:11:59 +02:00
Jacek Jendrzej
0b07edaffe Revert "very bad idea src/gui/channellist.cpp fix current channel after edit mode"
This reverts commit 6593dcb064.
2016-05-17 09:46:10 +02:00
Jacek Jendrzej
6593dcb064 src/gui/channellist.cpp fix current channel after edit mode 2016-05-16 22:21:06 +02:00
svenhoefer
7ae264d503 - fix create-locals-work helper script 2016-05-13 19:14:17 +02:00
Jacek Jendrzej
d139c1c8dd nhttpd remove unused 2016-05-11 13:01:08 +02:00
Jacek Jendrzej
52f4312aef nhttpd use epg id to get events 2016-05-11 12:52:11 +02:00
Jacek Jendrzej
c416cf1c31 add epg remaping 2016-05-10 14:00:37 +02:00
Thilo Graf
7091383170 CScreenSaver: use common time format 2016-05-08 16:46:31 +02:00
Thilo Graf
358b46cfa5 CSignalBar: remove dub init 2016-05-04 17:37:26 +02:00
Jacek Jendrzej
4ec5589c54 src/driver/neutrinofonts.cpp add cache for dynSize 2016-05-04 16:05:17 +02:00
Jacek Jendrzej
2d7c22cff0 src/gui/widget/messagebox.cpp fix egfault if Text after call is deleted (lua script error) 2016-05-04 15:55:57 +02:00
M. Liebmann
ec2afe52a9 CLuaInstVideo::VideoCheckData(): Fix segfault when invalid parameter is passed 2016-04-30 19:03:23 +02:00
M. Liebmann
5ad7e63692 Update LUA_WIKI urls 2016-04-30 19:03:23 +02:00
Jacek Jendrzej
8a98ee851e some nver read compil fixes 2016-04-26 19:39:43 +02:00
Jacek Jendrzej
3b33d1ef38 src/driver/rcinput.cpp revert (not sure) 2016-04-26 19:38:24 +02:00
Thilo Graf
e61a4e46c0 CSignalBar: unified var init inside constructors 2016-04-26 12:02:49 +02:00
Thilo Graf
a94916f2db CAudioMute: remove explicit paint
Already done by InfoClock itself with timer
2016-04-26 09:33:01 +02:00
Jacek Jendrzej
0f371cc918 fix memleak 2016-04-25 15:41:06 +02:00
Thilo Graf
4904279fd5 CComponentsTimer: rework timer class 2016-04-25 10:26:32 +02:00
M. Liebmann
10f17ad5ee CLuaInstance: Fix compiler warnings 2016-04-24 19:37:17 +02:00
M. Liebmann
46659ddaf0 Fix first paint mute icon 2016-04-24 19:37:17 +02:00
Jacek Jendrzej
0d9fbd5378 some never read compil warning fixes 2016-04-24 17:18:37 +02:00
Jacek Jendrzej
a471b2af10 some compil warning fixes 2016-04-23 21:19:04 +02:00
Jacek Jendrzej
8638cd73b7 some compil warning fixes 2016-04-22 16:46:21 +02:00
Jacek Jendrzej
f78fc97fe3 src/gui/timerlist.cpp fix memleak 2016-04-22 15:10:39 +02:00
Thilo Graf
8573db8019 CComponentsFrmClock: remove unused parameter,fix possible compiler warnings 2016-04-22 13:29:34 +02:00