svenhoefer
b94f35421a
- cablex.xml: update Unitymedia; thx to klauser
2016-11-04 16:46:47 +01:00
svenhoefer
0f5aa73033
- textbox: fix compilation for generic hardware
...
error: declaration of ‘clear’ shadows a member of 'this'
2016-11-02 09:55:45 +01:00
svenhoefer
9d2661a1d8
- moviebrowser: smaller locales for footer; clearify "filter off" mode
2016-11-02 08:27:21 +01:00
svenhoefer
8dfdcee894
Merge branch 'master' into pu/moviebrowser
2016-10-31 23:19:47 +01:00
svenhoefer
fc6e8fbbca
- moviebrowser: fix filter selection
2016-10-31 23:07:27 +01:00
svenhoefer
0b504f8c60
- textbox: add clear() function
2016-10-31 23:06:47 +01:00
Jacek Jendrzej
6b640cfa7b
src/gui/scan_setup.cpp fix preselected transponder item
2016-10-31 18:23:17 +01:00
Jacek Jendrzej
b8849d53b5
fix possible segfault and negative height
2016-10-31 15:53:29 +01:00
svenhoefer
5804ed2d3a
- yWeb: fix url to Y_Version.txt
2016-10-30 01:34:41 +02:00
svenhoefer
4b25ad6951
- yWeb: change info string to Tuxbox-Neutrino
2016-10-30 01:34:41 +02:00
Thilo Graf
27dc0228a5
components/widget: add doxygen config file to create documentations
...
If you want to create a documantation,
please move into current directory that contains the 'Doxyfile' and do execute command
''doxygen Doxyfile''
This creates usually a subdirectory named /doc/html/
This contains documentation contents in html format.
Open /doc/html/index.html in your browser and you will see contents.
2016-10-29 20:47:57 +02:00
svenhoefer
1fc717f56f
Merge branch 'master' into pu/moviebrowser
2016-10-29 12:26:05 +02:00
M. Liebmann
e5402057d3
Use forceSaveScreen() in COsdSetup & CTimerList
2016-10-29 10:38:06 +02:00
M. Liebmann
74b0ce7f70
CKeyboardInput: Make saveScreen changeable with forceSaveScreen()
2016-10-29 10:38:06 +02:00
M. Liebmann
0e22860ac0
CStringInput: Make saveScreen changeable with forceSaveScreen()
2016-10-29 10:38:06 +02:00
M. Liebmann
373ae57e42
Sort locale
2016-10-29 10:38:06 +02:00
svenhoefer
142ae901b0
- moviebrowser: allow channellist-design in moviebrowser
2016-10-29 10:02:07 +02:00
svenhoefer
f7f76b0dd9
- listframe: add some needed get-members
2016-10-29 10:01:24 +02:00
svenhoefer
3f28e50c84
- textbox: add member to get background-radius
2016-10-29 10:00:25 +02:00
TangoCash
3776340268
add possibility to add Name,Url,Port, Username and Password if needed.
2016-10-28 22:20:27 +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
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
svenhoefer
99a9f8a7e5
- textbox: fix lineBreakWidth calculation
2016-10-27 11:02:18 +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
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
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
Jacek Jendrzej
80f7d0a299
helpers: 201103L have to_string
2016-10-24 13:41:23 +02:00
Stefan Seyfried
b8cf8167f4
configure: fix short-filename logic
...
if configure was not called from absolute path, detection
would fail and huge filenames would be included in binary
(noticed in yocto krogoth release)
2016-10-24 10:00:51 +02:00
Stefan Seyfried
ae345d11d3
system/helpers: allow to build with c++11 compilers
2016-10-24 09:55:32 +02:00
Stefan Seyfried
645da64839
helpers.cpp: include fontrenderer.h
...
if Font class is used, the header should be included, too :-)
2016-10-24 09:46:05 +02:00
Stefan Seyfried
b5cb683048
driver/record: make CStreamRec non-public
...
CStreamRec is only used inside CRecordManager::Record, so it
can be implemented completely inside record.cpp. The positive
side effect is that avformat.h is not included everywhere (e.g.
from moviebrowser/mb.h) and thus AVFORMAT_CFLAGS does not need
to be added everywhere to fix build failures.
2016-10-24 09:45:46 +02:00
Stefan Seyfried
5bf115db80
record, streamts: use modern AV_CODEC_ID enums
...
this allows to build with current ffmpeg
2016-10-24 09:45:23 +02:00
svenhoefer
4d93168cf6
- moviebrowser: show minutes in two-digits format
2016-10-23 21:51:34 +02:00
svenhoefer
850205f898
- colors: change color for marked items under cursor; user's request
2016-10-23 21:45:43 +02:00
Michael Liebmann
db7f7e5e24
Merge pull request #2 from neutrino-mp/master
...
allow to build (not runtime tested :-) with a current yocto krogoth SDK
2016-10-23 20:06:12 +02:00
Stefan Seyfried
830b5c2aa7
channellist: fix linking without --enable-pip
2016-10-23 17:45:58 +02:00
Stefan Seyfried
b46420506f
update_ext: fix build with glibc > 2.21 (open needs mode)
2016-10-23 17:43:16 +02:00