svenhoefer
c00013ea52
- bouqueteditor: some more timeout-fixes
2017-09-27 11:55:22 +02:00
Jacek Jendrzej
1deaebf1cf
Revert "CMenuWidget: simplify menu_left_exit code, add missing break"
...
This reverts commit aa0863f0c3
.
2017-09-27 11:11:12 +02:00
svenhoefer
95157b1f8f
- fix some timout-off-bugs in bouquetlist and channellist
2017-09-27 09:57:19 +02:00
svenhoefer
f0e7069878
- fix some timout-off-bugs in epgplus, epgview, eventlist and filebrowser
2017-09-27 09:57:10 +02:00
svenhoefer
db80514499
- bouqueteditor: fix timeout; editor doesn't open when timeout was "off"
2017-09-27 09:50:14 +02:00
svenhoefer
db5af2d9ca
- network-setup: add header-icon to network-test
2017-09-27 09:50:14 +02:00
svenhoefer
b37deab766
- network-setup: fix text-alignment for network-test
2017-09-27 09:50:14 +02:00
svenhoefer
96bb48b281
- menue: fix coordinates for savescreen function
2017-09-26 13:36:33 +02:00
svenhoefer
a961191863
- bouqueteditor_bouquets: RC_yellow now stops move bouquets too
2017-09-26 13:36:33 +02:00
svenhoefer
77643f3b3b
- menue: add missing delete
2017-09-26 13:00:49 +02:00
Jacek Jendrzej
ca09c92542
Revert "src/gui/osd_setup.cpp disable hint paint in channellist-mode, is broken"
...
This reverts commit e308407b22
.
2017-09-26 12:41:05 +02:00
svenhoefer
33a596d175
- menue: user smaller vertical offset for hintboxes to keep it in sync with other vertical offsets
...
* get bottom menu offset from CMenuSeparator()->getHeight()
2017-09-26 12:41:05 +02:00
svenhoefer
7c429c17e0
- osd-setup: use 0 as a localized value for timeout-settings
2017-09-26 12:41:05 +02:00
svenhoefer
d9e540b865
- menue: add possibility to add localized values in CMenuOptionNumberChooser seperately
2017-09-26 12:41:05 +02:00
svenhoefer
95ab4ac708
- detailsline: reduce two times the shadow width from the h_marks
...
Otherwise shadows will be painted lower then the height of the object
the detailsline is docked to.
2017-09-26 12:41:05 +02:00
svenhoefer
4f50b2009a
- bouqueteditor: massively rework gui; ...
...
* add CBEGlobals to globalize some basic calculations
(maybe there's something more to globalize)
* add header-icons
* change header-captions
* add info-texts for webtv-channels
* change arrangement of status-icons
* small code re-formattings
bouqueteditor_bouquets:
* RC_yellow now starts and stops moving of bouquets
* RC_tv now switches to tv-channels
* RC_radio now switches to radio-channels
bouqueteditor_chanselect:
* RC_green now add channels too
* don't use listbox-widget anymore (listbox is unused now)
2017-09-26 12:41:05 +02:00
Stefan Seyfried
940fdf36fd
epgview: swap RC_info and RC_help in EPG view
...
this restores old behaviour of RC_info toggling big fonts.
RC_help toggles TMDB display (which is disabled by default anyway)
2017-09-26 12:41:05 +02:00
Stefan Seyfried
163815a2e0
audioplayer: allow to add https:// urls from playlist
2017-09-26 12:41:05 +02:00
Stefan Seyfried
7955467a77
netfile: avoid possible buffer overflows spotted by gcc7
...
* use strcpy instead of sprintf(x, "constant") or sprintf(x, "%s", str)
* use strncpy and ensure termination where necessary
* use snprintf instead of sprintf
2017-09-26 12:41:05 +02:00
Stefan Seyfried
a294b610a4
fb_accel: fix blit after time_monotonic_ms fix
2017-09-26 12:41:05 +02:00
Stefan Seyfried
7f2d58f956
abstime: fix time_monotonic_ms on 32bit systems
...
m)
2017-09-26 12:41:05 +02:00
Stefan Seyfried
9425caa6e5
rcinput: disable timer debug messages
2017-09-26 12:41:05 +02:00
Stefan Seyfried
8a243ea12e
subchannel_select: ensure buffer does not overflow
2017-09-26 12:41:05 +02:00
Stefan Seyfried
96006a04f6
audioplayer: fix buffer overflow
2017-09-26 12:41:05 +02:00
Stefan Seyfried
5457ddc108
moviebrowser: fix format-string warnings
2017-09-26 12:41:05 +02:00
Stefan Seyfried
8e4907b2db
zapit: properly initialize arrays in scanbat and scansdt
2017-09-26 12:41:05 +02:00
Stefan Seyfried
aa0863f0c3
CMenuWidget: simplify menu_left_exit code, add missing break
2017-09-26 12:41:05 +02:00
Stefan Seyfried
468fd6a3c7
zapit: suppress one more implicit-fallthrough warning
2017-09-26 12:41:05 +02:00
Stefan Seyfried
99c8168d2c
change time_monotonic_ms() from time_t to int64_t
...
time_monotonic_ms values did wrap every ~24 days, leading to problems
in code that did not cope with that. Instead of fixing all places where
relative comparisons with time_monotonic_ms() are made, just use a
bigger datatype. Convert all users to the new type.
2017-09-26 12:41:05 +02:00
Stefan Seyfried
ea30b22119
neutrinoyparser: fix invalid logic in func_unmount_get_list
2017-09-26 12:41:05 +02:00
Stefan Seyfried
125eb6a7d1
pictureviewer: fix build with gcc7
2017-09-26 12:41:05 +02:00
Stefan Seyfried
971f3703a6
add comments to suppres -Wimplicit-fallthrough warnings
2017-09-26 12:41:05 +02:00
Stefan Seyfried
9e2a7d7f79
add LUA_CFLAGS everywhere widget/menue.h is used
2017-09-26 12:41:05 +02:00
Thilo Graf
dca7e10179
cc_detailsline.cpp: fix possible unintended reduced height of bottom marker
...
Decrement value removed.
Height of bottom marker was decreased on every new repaint if no new
height was assigned. Was to see in bouqueteditor while scrolling with bouqets or
channel select window.
comes in with 9948649f55
2017-09-24 22:27:46 +02:00
Jacek Jendrzej
bdd23e0ece
fix stack buffer underflow
2017-09-21 18:46:21 +02:00
Jacek Jendrzej
d61b9745bc
fix use stack after scope
2017-09-21 18:45:47 +02:00
M. Liebmann
9f6e78974b
jsoncpp: update to current version 1.8.3
2017-09-21 09:06:32 +02:00
svenhoefer
6ee3e54741
- add and use FRAME_WIDTH defines; ...
...
replace other fixed frame widths with OFFSET defines
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-09-20 21:29:53 +02:00
Thilo Graf
ecdc1acb9f
CComponentsFrmClock: Using less chars for time string.
...
Current count of chars could be not enough in some cases.
2017-09-20 21:29:53 +02:00
Jacek Jendrzej
e308407b22
src/gui/osd_setup.cpp disable hint paint in channellist-mode, is broken
2017-09-20 18:07:05 +02:00
M. Liebmann
25ae929523
Use parseJsonFromString() for parsing json data in
...
- CMoviePlayerGui::luaGetUrl()
- CTimerList::RemoteBoxChanExists()
- CTimerList::RemoteBoxTimerList()
- CTimerList::paintItem()
- cTmdb::GetMovieDetails()
- cYTFeedParser::parseFeedJSON()
- cYTFeedParser::parseFeedDetailsJSON()
2017-09-19 23:20:39 +02:00
M. Liebmann
05d8ed4105
helpers.cpp: Add new functions
...
- readFile()
- parseJsonFromFile()
- parseJsonFromString()
parseJsonFromString() and parseJsonFromFile() use Json::CharReader
instead of the obsolete function Json::Reader
2017-09-19 23:20:39 +02:00
Thilo Graf
3e17b73df6
CKeyChooserItem: add missing 'timeoutbar' while waiting for pressed key
2017-09-19 19:41:42 +02:00
vanhofen
57a17472a6
- menue: use getItemColors() to get item colors
2017-09-19 18:10:56 +02:00
max_10
af3a61cb96
mediaplayer: fixes form Duckbox git
2017-09-19 15:12:53 +02:00
Jacek Jendrzej
b1f820aa44
fix start clock supplement to d30bd0ea26
2017-09-19 12:40:02 +02:00
Jacek Jendrzej
82a0cdeb68
osd_setup.cpp fix memleak
2017-09-18 14:57:11 +02:00
Jacek Jendrzej
511d953a18
fix memleak
2017-09-18 14:11:34 +02:00
Jacek Jendrzej
a7942c9987
fix mem leak
2017-09-18 08:56:02 +02:00
Thilo Graf
5a48398bb4
CKeyChooserItem: fix possible memleak
2017-09-17 22:24:44 +02:00