svenhoefer
934ad68520
- fade: fix flickering on HD2 hardware; ported from TangoCash's repo
2016-09-29 23:58:18 +02:00
vanhofen
49b0ec3319
- movieplayer: fix -Wformat warning; Vol. 2
2016-09-29 18:06:58 +02:00
vanhofen
f9934cde53
- neutrinofonts: fix -Wnarrowing warning in osd_setup
2016-09-29 10:53:06 +02:00
vanhofen
f45d4d2bd5
- streamts: fix -Wformat warning
2016-09-29 10:53:06 +02:00
vanhofen
256b0965ba
- movieplayer: fix -Wformat warning
2016-09-29 10:53:06 +02:00
Thilo Graf
a4b2e25bf2
CComponentsItem: prevent reinit of already initialized parent form
2016-09-29 10:19:37 +02:00
TangoCash
d35cf3cd55
- channellist: paint events in additional box in a separated thread
2016-09-28 21:12:32 +02:00
Thilo Graf
ad189f180d
CInfoViewer: allow fe change without new sigbox object
2016-09-28 21:12:32 +02:00
Thilo Graf
f68fd5ac19
CSignalBox: add missing member to set frontend
...
Remove double init of sig items; Will be done already by paintScale().
Ensure reset of last sig value on fe change.
Prevent possible segfault if fe is not defined.
2016-09-28 21:12:32 +02:00
svenhoefer
59ac9e57e1
Revert "CSignalBox: Set current tuner as the default frontend"
...
This reverts commit c83f195637
.
Conflicts:
src/gui/components/cc_frm_signalbars.h
2016-09-28 21:12:32 +02:00
martii
aaaa9745a7
timerd: honor recording safety when modifying timers (fix)
2016-09-26 13:57:34 +02:00
martii
67a375f4da
timerd: honor recording safety when modifying timers
2016-09-26 13:57:34 +02:00
TangoCash
e86b28a50e
always refresh EPG for timer recordings
2016-09-26 13:04:48 +02:00
TangoCash
3f32350645
add autoAdjustToEPG to webif API
2016-09-26 13:04:48 +02:00
martii
250926daff
gui/timerlist: don't auto-adjust manually-added timer to EPG (untested)
2016-09-26 13:04:48 +02:00
martii
2cebd62aee
timerd/timermanager: fix EPG auto-adjustment of recordings
2016-09-26 13:04:48 +02:00
martii
c07b0f0b6c
timerd: adjust recording timers to epg
2016-09-26 13:04:48 +02:00
svenhoefer
9a36f6f1e6
- src/zapit/src/Makefile.am: add @FREETYPE_CFLAGS@ to avoid build fails
2016-09-26 13:04:47 +02:00
Thilo Graf
264366c792
CMenuItem: use reasonable radius
...
In some views the large radius looks too chunky.
2016-09-24 20:59:49 +02:00
Thilo Graf
7c4e1c20b8
CComponentsButton: use passed shadow parameter
...
Shadow was always enabled.
2016-09-24 01:09:46 +02:00
Thilo Graf
b205b0c8d0
CComponentsHeader: ensure clean object on reinit
...
Items were destroyed with simple call of delete
but not removed from item collection.
removeCCItem() does this and destroys item objects too.
2016-09-24 01:09:41 +02:00
Thilo Graf
3af698701b
CComponentsFooter: remove defined font from footer
...
cch_font has nothing to do with button font and is already
inherited and defined from header class and can be redefined with
setCaptionFont() methode if required.
2016-09-24 01:08:08 +02:00
M. Liebmann
6f7ee35f24
CLuaInstMessagebox::MessageboxExec: Fix 'show_buttons' handling
2016-09-21 08:20:34 +02:00
svenhoefer
8d1710bb07
- pzapit: fix change video mode; tell neutrino about the new value
2016-09-14 00:23:23 +02:00
Thilo Graf
1caa54d6ab
CCDraw: add member to get current shadow width
2016-09-13 09:09:27 +02:00
Thilo Graf
0eca61b71e
CFrameBuffer: add debug warning if radius < 0
...
Radius < 0 causes for wrong rendering. paintBoxFrame() gets confused.
This will paint partial outside of frame area.
2016-09-13 09:09:24 +02:00
Thilo Graf
2de3a167e5
CComponentsFooter: rename var for btn icon
...
is more plausible
2016-09-13 09:04:53 +02:00
TangoCash
bf770e9a68
- messagebox: fix navigation in buttons if just one button is present (thx dbo)
2016-09-12 13:27:46 +02:00
svenhoefer
974ef11d5b
- detailsline: remove unneeded position/dimension additions
2016-09-12 12:11:04 +02:00
svenhoefer
9948649f55
- cc_detailsline: fix positions/dimensions of detailsline
2016-09-12 12:10:19 +02:00
Thilo Graf
bb216f975c
CThemes: try to fix possible artefacts after changed theme
...
This ensures a clean screen before repaint after changed theme.
In some constellations (eg. with color gradient) it was possible to
see some old artefacts inside widget items, eg. in header.
This should avoid this.
Small disadvantage: screen needs complete repaint after changed theme, but
this should be not a problem in this case.
2016-09-12 08:38:17 +02:00
TangoCash
24dd6a8c22
lua: Fix segfault in messagebox.exec at 'align' and 'default'
...
- Set default values for 'show_buttons' and 'default_button'
to the correct value
- Set Lua api version to 1.60
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2016-09-10 19:07:51 +02:00
vanhofen
aa8a3849f4
- movieinfo: internally rename epgEpgId -> epgId
2016-09-10 00:32:35 +02:00
vanhofen
625cbb6122
- movieinfo: internally rename epgId -> channelId
2016-09-10 00:32:35 +02:00
vanhofen
a85d539bd0
- movieinfo: internally rename epgChannel -> ChannelName
2016-09-10 00:32:35 +02:00
vanhofen
c5dcb1c4f6
- movieinfo: internally rename epgAudioPid -> AudioPid
2016-09-10 00:32:35 +02:00
vanhofen
c1feaad8fa
- movieinfo: internally rename epgVTXPID -> VtxtPid
2016-09-10 00:32:35 +02:00
vanhofen
8bb566eba5
- movieinfo: internally rename epgVideoPid -> VideoPid
2016-09-10 00:32:35 +02:00
vanhofen
1c37abc0a0
- movieinfo: internally rename epgMode -> mode
2016-09-10 00:32:35 +02:00
svenhoefer
2911e638c7
- add listModeKey() function to simplify these calls
2016-09-09 10:42:46 +02:00
M. Liebmann
b1ab3e2290
Activate warnings for deprecated functions in CLuaInstMisc & CLuaInstVideo
...
- Set Lua api version to 1.59
2016-09-08 08:45:15 +02:00
svenhoefer
80d1e9b6cf
- lua: add pin-input; set lua api version to 1.58
2016-09-08 00:09:52 +02:00
Jacek Jendrzej
f101655e19
fix compil error: redundant redeclaration of 'void strReplace'
2016-09-07 18:30:03 +02:00
Jacek Jendrzej
6aab8c6d12
src/gui/lua/lua_filehelpers.cpp fix possible segfault if string argument is not a string (nil)
2016-09-07 18:05:01 +02:00
M. Liebmann
6a9c08ae90
CFileHelpers: Rework FileBuf handling
...
FileBuf: Reserve memory only when it is needed (copyFile)
copyFile: Reserve for small files, only as much memory as is required
2016-09-06 11:32:41 +02:00
M. Liebmann
ff9a71cd36
CFileHelpers::removeDir: Better error message
...
- No error when directory does not exist
2016-09-06 11:32:41 +02:00
Thilo Graf
a10755dca7
Moviebrowser: functions outsourced
...
TODO: Classes and menus should follow someday.
2016-09-06 11:32:41 +02:00
Thilo Graf
71df2cab52
Movibrowser: types outsourced
2016-09-06 11:32:41 +02:00
Thilo Graf
64053c1758
Moviebrowser: start outsourcing moviebrowser code
2016-09-06 11:32:41 +02:00
svenhoefer
84dfce8018
- lua: add RC_timeout to keyname table; set lua api version to 1.57
2016-09-06 01:11:16 +02:00