Thilo Graf
fa9e34fcca
Merge branch 'master' into pu/msgbox
2016-10-28 21:19:09 +02:00
Jacek Jendrzej
682b6f578e
src/gui/osd_setup.cpp try to fix segfault, call from channellist
2016-10-28 20:50:52 +02:00
svenhoefer
002277fb5f
- textbox: fix box width in round corners mode
2016-10-28 09:55:40 +02:00
Thilo Graf
9b9d2542e6
Merge branch 'master' into pu/msgbox
2016-10-28 08:05:34 +02:00
svenhoefer
874f54af4b
- cc_item_picture: fix wrong operator in width calculation
2016-10-27 23:11:43 +02:00
Jacek Jendrzej
a71c71edcc
src/gui/eventlist.cpp supplement to 61105699d4
, fix chanel_id in search-mode
2016-10-27 18:56:13 +02:00
Jacek Jendrzej
83976f40b4
src/gui/widget/menue.cpp fix segfault if items is empty
2016-10-27 17:06:12 +02:00
Thilo Graf
ae96d48e0f
Merge branch 'master' into pu/msgbox
2016-10-27 12:19:09 +02:00
Thilo Graf
3689684968
CChannelList: delete with red yes button
2016-10-27 12:17:36 +02:00
Thilo Graf
3d12e059c4
CTestMenu: add sample for message box with parameter CMsgBox::mbNoYes
2016-10-27 12:17:33 +02:00
Thilo Graf
f2b781dd6d
CMsgBox: apply order of color buttons like on remote control
...
Ensures unified conventions over gui.
2016-10-27 12:17:29 +02:00
Thilo Graf
f1e4723964
CMsgBox: add option for No Yes button arrangement
...
Useful if order of red and green buttons must be changed.
Return values are untouched.
2016-10-27 12:17:24 +02:00
svenhoefer
99a9f8a7e5
- textbox: fix lineBreakWidth calculation
2016-10-27 11:02:18 +02:00
Thilo Graf
28acb0fefa
Merge branch 'master' into pu/msgbox
2016-10-27 10:13:45 +02:00
Jacek Jendrzej
48c596e2ca
src/gui/timerlist.cpp update timerlist after show epgview
2016-10-26 18:31:44 +02:00
M. Liebmann
4dceb70ce1
CTimerList: Set httpConnectTimeout for remote timer = 3 sec
2016-10-26 15:16:11 +02:00
FlatTV
f62a3ada8b
system/httptool: make timeouts flexible
...
Signed-off-by: M. Liebmann <git@tuxcode.de >
2016-10-26 15:16:11 +02:00
M. Liebmann
4c8de6960e
remotetimer: Don't repaint timerlist when no changes to remote ip
2016-10-26 15:16:11 +02:00
M. Liebmann
a3e0a0e917
CMenuWidget::saveScreen: Fix segfault
2016-10-26 15:16:11 +02:00
M. Liebmann
a132969547
CTimerList: Use enableSaveScreen() for CIPInput
2016-10-26 15:16:11 +02:00
M. Liebmann
f396037078
CExtendedInput: Add saveScreen & restoreScreen() functions
2016-10-26 15:16:11 +02:00
Thilo Graf
d2038a499e
Clean up: remove unused files
2016-10-26 10:25:10 +02:00
Thilo Graf
e19536fe99
Includes: remove unused includes
2016-10-26 10:25:07 +02:00
Thilo Graf
ac59ce80b1
Merge branch 'master' into pu/msgbox
2016-10-26 09:56:49 +02:00
Thilo Graf
ca97793ef0
CNeutrinoApp: add missing hide()
...
Hintbox was not removed from scrren after paint.
2016-10-26 09:56:05 +02:00
Thilo Graf
3a6f9e5ffa
CMsgBox: add missing disableTimeOutBar()
...
addendum to
CHintBox: move showTimeOutBar() to protected, add params to enableTimeOutBar()
2016-10-26 09:55:55 +02:00
svenhoefer
56e668ae95
- followscreenings: don't show menu if just one event is found
2016-10-25 22:40:50 +02:00
vanhofen
82f7eff169
- moviebrowser: port configuration of moviebrowser fonts from NI-Neutrino
2016-10-25 12:19:48 +02:00
Thilo Graf
be5ab3ab57
Merge branch 'master' into pu/msgbox
2016-10-25 11:47:33 +02:00
svenhoefer
a8c4bdb7de
- listframe/moviebrowser: add round corners to scrollbar
2016-10-25 11:06:12 +02:00
svenhoefer
46297266b2
- moviebrowser: add spacer row to last play/rec windows
2016-10-25 11:06:12 +02:00
svenhoefer
be9143a511
- textbox: fix round corners/scrollbar handling
2016-10-25 11:06:12 +02:00
svenhoefer
301f312673
- moviebrowser: fix max_width in info-box
2016-10-25 11:06:12 +02:00
Thilo Graf
a80b861cb5
CHintBox: move showTimeOutBar() to protected, add params to enableTimeOutBar()
...
Explicit call of disableTimeOutBar() after exec() is required to ensure
we have no timebar opened objects. I'm not shure, but otherwise crashs
could be possible.
showTimeOutBar() is required for OnTimer(). It doesn't need any
parameter.
2016-10-25 08:53:23 +02:00
Thilo Graf
b6d4e3b523
Merge branch 'master' into pu/msgbox
2016-10-25 08:09:29 +02:00
Jacek Jendrzej
80f7d0a299
helpers: 201103L have to_string
2016-10-24 13:41:23 +02:00
Thilo Graf
527e65df77
CMsgBox: add doc for CMsgBox
2016-10-24 10:31:28 +02:00
Thilo Graf
a5ce26dfd9
CHintBox: try to optimize height and width of message window
2016-10-24 10:31:28 +02:00
Thilo Graf
21e8188b5b
CMsgBox: use default text mode parameter with scroll for all derivatives
2016-10-24 10:31:28 +02:00
Thilo Graf
55ac581523
CComponentsFooter: optimize select buttons, try to assign better contrast
...
Now it's possible to set parameters for frames and text.
Parameters are prdefined for better contrasts in select or default mode.
TODO: background modes have no effects at the moment. Here are other things need to be done.
2016-10-24 10:31:28 +02:00
Thilo Graf
969e2fe600
CHintBox: add doc with doxygen tags
2016-10-24 10:31:28 +02:00
Thilo Graf
912ca8647e
CTestMenu: ensure remove hintbox from screen after pressed exit button.
...
call of hide() was missed.
Use hintbox object on stack.
Is completely sufficient here.
2016-10-24 10:31:28 +02:00
Thilo Graf
6580c5a54a
CHintBox: ensure remove timeout bar from screen if hintbox object is closed
...
Timeout bar is not embedded like other cc items in this form, therefor is
is better to kill this object explicit from screen otherwise it is possible
we hab artefacts after closing of hintbox window.
2016-10-24 10:31:28 +02:00
Thilo Graf
2952dcc124
CHintBox: fix text mode pass
...
Rquired in inherited classes
2016-10-24 10:31:28 +02:00
Thilo Graf
4ff7bd8f7e
CHintBox: visualize timeoutbar with smooth progress
2016-10-24 10:31:28 +02:00
Thilo Graf
d0dd14040f
CComponentsTimer: add support for nano seconds
...
To enable nano mode, parameter is_nano must set to true.
2016-10-24 10:31:28 +02:00
Thilo Graf
542de648f5
CComponentsFooter: reduce button height inside footer
...
TODO: more optimization seems required
2016-10-24 10:31:27 +02:00
Thilo Graf
78259c6ec3
CCDraw: add signals into hide() methode
...
alows to use slots
2016-10-24 10:31:27 +02:00
Thilo Graf
3280b44471
CMsgBox: ensure reset of progress value on used key
2016-10-24 10:31:27 +02:00
Thilo Graf
d50ef787a2
CMsgBox: enlarge footer height
...
Buttons has too small offset to bottom of footer.
Framed and shaded buttons are arranged on the top of footer, so
we have a larger offset.
2016-10-24 10:31:27 +02:00