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
Stefan Seyfried
8dad062eff
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 11:37:19 +02:00
Stefan Seyfried
c7f429019d
moviplayer: suppress unused variable warning
2017-09-26 11:29:19 +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
17afd5c87a
Merge branch 'master' into pu/mp
2017-09-21 18:47:32 +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
svenhoefer
dbb726e191
- code alignments to master branch
2017-09-21 11:41:59 +02:00
M. Liebmann
abfb02aa47
Merge branch 'master' into pu/mp
2017-09-21 09:07:15 +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
45fa2fcf4b
Merge branch 'master' into pu/mp
2017-09-20 18:10:05 +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
600d215aaf
Merge branch 'master' into pu/mp
2017-09-19 23:21:21 +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
Jacek Jendrzej
ef0154a89b
Merge branch 'master' into pu/mp
2017-09-19 18:16:14 +02:00
vanhofen
57a17472a6
- menue: use getItemColors() to get item colors
2017-09-19 18:10:56 +02:00
Jacek Jendrzej
74be1f7b5b
Merge branch 'master' into pu/mp
2017-09-19 16:24:38 +02:00
max_10
af3a61cb96
mediaplayer: fixes form Duckbox git
2017-09-19 15:12:53 +02:00
Jacek Jendrzej
756f464a3f
Merge branch 'master' into pu/mp
2017-09-19 12:40:58 +02:00
Jacek Jendrzej
b1f820aa44
fix start clock supplement to d30bd0ea26
2017-09-19 12:40:02 +02:00
Jacek Jendrzej
2dd24f8c21
Merge branch 'master' into pu/mp
2017-09-18 15:55:41 +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
a23737a626
Merge branch 'master' into pu/mp
2017-09-18 10:53:42 +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
Thilo Graf
87b53a8597
CHintBox: fix possible unintended cut of text
...
Last line size was not considered.
2017-09-17 21:50:59 +02:00
Thilo Graf
7c0d0b06d0
CPersonalizeGui: fix visualize of passive and active locked items
2017-09-17 13:52:54 +02:00
Thilo Graf
f0660dc66c
CMenuItem: add members set/get info icon inside menu items
2017-09-17 13:52:43 +02:00
Jacek Jendrzej
ea89db1ec2
Merge branch 'master' into pu/mp
2017-09-16 13:26:53 +02:00
Jacek Jendrzej
be671bcdc9
remove unused locale
2017-09-16 12:53:03 +02:00
vanhofen
2cc8978f4b
- keychooser: just small renamings for a better view
2017-09-16 11:29:46 +02:00
Thilo Graf
38f80a5ca6
CColorChooser: fix possible artefacts on screen after closed window
...
Window was painted with shadow but hide() method didn't know about this.
2017-09-15 22:23:01 +02:00
Jacek Jendrzej
3732eb851a
readd fontmenu scaling hint
2017-09-15 21:27:36 +02:00
Jacek Jendrzej
e3998c1ced
Merge branch 'master' into pu/mp
2017-09-15 20:44:49 +02:00
vanhofen
cd539af1f7
- icons: rename slider icons to more logical names
2017-09-15 20:18:26 +02:00
vanhofen
d873aef1e8
- rename SLIDER defines
2017-09-15 20:17:48 +02:00
vanhofen
eb22f29d3d
- icons: new slider icons with material colors
2017-09-15 20:17:07 +02:00
vanhofen
0a748de445
- menu: rework slider; ...
...
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
2017-09-15 20:16:13 +02:00
vanhofen
442f1adff0
- colorchooser: rework tis gui-element; ...
...
* use OFFSET defines
* rename some variables
* use paintBoxFrame() instead of background-icon; this avoids scaling
issues on higher resolutions; scaled icons are ugly
2017-09-15 20:15:25 +02:00
vanhofen
10d236fd16
- keychooser: use CMenuDForwarder instead of CMenuForwarder
2017-09-15 16:40:14 +02:00
vanhofen
5370086103
- keychooser: strip unneeded code; use hintbox instead of handcrafted paints
2017-09-15 16:34:23 +02:00
M. Liebmann
bdfccc2f22
Merge branch 'master' into pu/mp
2017-09-14 15:37:58 +02:00
M. Liebmann
020936acbe
system/helpers.cpp: Add cstr_replace()
...
- This is a faster C version of str_replace()
2017-09-14 15:37:36 +02:00