Commit Graph

10488 Commits

Author SHA1 Message Date
svenhoefer
3d6d5e233b - user_menu: add item to start timeshift immediately
Conflicts:
	src/system/settings.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-16 10:26:38 +01:00
Jacek Jendrzej
4274b95c45 fix posible memleak 2018-01-15 19:37:45 +01:00
Stefan Seyfried
d73d405a99 infoviewer: fix copy/paste error clearing wrong field
Signed-off-by: Thilo Graf <dbt@novatux.de>

Fix for my broken pick: 9ad4a3c8f5
2018-01-14 13:56:13 +01:00
Thilo Graf
9679100f98 Revert "infoviewer: fix copy/paste error clearing wrong field"
This reverts commit 9ad4a3c8f5.

Current time was broken.
2018-01-14 13:42:20 +01:00
Thilo Graf
26c552a1ed CComponentsHeader: avoid possible 'out of range' log message
seen during left/right scroll with channellist
2018-01-14 13:39:21 +01:00
TangoCash
22e2b7bcf8 align bouquet names to delivery system (C/T/E/W) 2018-01-13 20:58:37 +01:00
TangoCash
2d40aab1cc moving c and t fake positions above 360 degrees 2018-01-13 20:58:17 +01:00
svenhoefer
6eebfd05d0 - update: fix check for installed version; equivalent to d6bc4e2
Conflicts:
	src/gui/update.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

equivalent to dbf3cb8992
2018-01-13 20:57:45 +01:00
Stefan Seyfried
25f089db7c opkg_manager: use CTermWindow() 2018-01-13 20:10:31 +01:00
Stefan Seyfried
a73b765df1 test_menu: add CTermWindow() test
Conflicts:
	src/gui/test_menu.cpp
2018-01-13 20:09:29 +01:00
Stefan Seyfried
903e19d9a0 add working termwindow class
CTermWindow() should be usable as drop-in replacement for CShellWindow()
2018-01-13 20:09:04 +01:00
Stefan Seyfried
bbc0d9ab68 configure: enable YaFT widget build 2018-01-13 20:09:00 +01:00
Stefan Seyfried
14cd7c83b0 yaft: use TERM=linux, disable unused code 2018-01-13 20:08:55 +01:00
Stefan Seyfried
1318b448a8 widget/menue: one more forgotten sys/types.h include 2018-01-13 20:08:50 +01:00
Stefan Seyfried
d1392baac9 yaft: add "quiet" mode
run the command and collect the output, but do not show it on screen
2018-01-13 20:08:46 +01:00
Stefan Seyfried
26365d58d1 yaft: inline tty_init(), was mostly disabled anyway 2018-01-13 20:08:42 +01:00
Stefan Seyfried
afed654ff9 yaft: implement exit code handling, wait for correct child 2018-01-13 20:08:38 +01:00
Stefan Seyfried
ad851bcc06 yaft: prepare for neutrino shellwindow compatibility
* add sigc function to collect terminal output
* terminal output is collected without escape codes, "text only"
* if a newline is seen, each newline starts a new line,
* else, some cursor move escape sequences start a new line
2018-01-13 20:08:33 +01:00
Stefan Seyfried
8cf9486fdd add int type includes to cc class 2018-01-13 20:08:28 +01:00
Stefan Seyfried
70428a896c menue: initialize height variable 2018-01-13 20:08:24 +01:00
Stefan Seyfried
b982458d2d reduce dependencies on driver/rcinput.h
* add new header that only contains neutrino_msg_t and friends, often this
  is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
  accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
2018-01-13 20:08:20 +01:00
Stefan Seyfried
10ad29afb7 remove unneeded rcinput.h include in headers 2018-01-13 20:08:15 +01:00
Stefan Seyfried
d1b167781c yaft: fix debug logging
DEBUG was defined at least in configure's config.h, so it conflicts with
the enum definition
2018-01-13 20:08:09 +01:00
Stefan Seyfried
00be19e8bb yaft: use a bigger font, created from terminus24b 2018-01-13 20:07:41 +01:00
Stefan Seyfried
911ac9d0a8 yaft: use the neutrino framebuffer functions to blit
* do not allocate a buffer but use the backbuffer of the neutrino fb
* use blit2FB to copy the terminal window onto the screen
2018-01-13 20:07:36 +01:00
Stefan Seyfried
3d853ee5c9 yaft: disable unused dcs functions 2018-01-13 20:07:32 +01:00
Stefan Seyfried
9f85296597 yaft_class: first somehow working version 2018-01-13 20:07:27 +01:00
Stefan Seyfried
2650a62986 yaft.h: fix build with g++, add neutrino stuff 2018-01-13 20:07:20 +01:00
Stefan Seyfried
e39709a637 yaft/util: disable unused stuff 2018-01-13 20:07:16 +01:00
Stefan Seyfried
83afd5340c yaft/terminal.h: fix compile with g++, remove DRCS stuff 2018-01-13 20:07:12 +01:00
Stefan Seyfried
71c7390a44 yaft/parse: fix compile with g++, disable unused stuff 2018-01-13 20:07:07 +01:00
Stefan Seyfried
365dc11c06 yaft/util: fix build with g++ and warnings enabled 2018-01-13 20:07:03 +01:00
Stefan Seyfried
8eede48931 yaft/fb/common: add neutrino glue, disable unused stuff 2018-01-13 20:06:59 +01:00
Stefan Seyfried
7dd64ebd36 yaft/fb/common: remove cmap and wallpaper stuff 2018-01-13 20:06:55 +01:00
Stefan Seyfried
f2136f5f4a yaft neutrinofb.h: add license, remove cmap stuff 2018-01-13 20:06:52 +01:00
Stefan Seyfried
14b47911a8 copy fb/linux.h to fb/neutrinofb.h 2018-01-13 20:06:49 +01:00
Stefan Seyfried
7ead0f4a64 add glyph.h
./mkfont_bdf table/ISO8859 fonts/milkjf_8x16.bdf > glyph.h
2018-01-13 20:06:45 +01:00
Stefan Seyfried
40e6f3815d yaft: integrate in neutrino automake system
* rename original makefile
* copy yaft.c to yaft_class.cpp (does not yet compile of course)
2018-01-13 20:06:40 +01:00
Stefan Seyfried
fa0e0b1a04 import yaft from https://github.com/uobikiemukot/yaft.git commit c455d6a8 2018-01-13 20:06:32 +01:00
Stefan Seyfried
9ad4a3c8f5 infoviewer: fix copy/paste error clearing wrong field
Conflicts:
	src/gui/infoviewer.cpp
2018-01-13 20:03:34 +01:00
Stefan Seyfried
448838b069 cc_item_text: fix "text changed" detection 2018-01-13 19:56:14 +01:00
Stefan Seyfried
2a645b1a71 neutrino: always clear display when going to standby
...even if the display is already in standby mode...
2018-01-13 19:56:06 +01:00
svenhoefer
da03132009 - movieplayer: try to fix lua-playlist playback; ...
there seems an issue in libstb-hal when a background-picture is
displayed before video playback is started.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-10 17:39:23 +01:00
svenhoefer
50c93536f8 - infoviewer: remove fixed values from showInfoFile() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 23:00:41 +01:00
svenhoefer
6fce95015b - infoviewer: fix offset between event-time and event-name
Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 23:00:20 +01:00
svenhoefer
87aeec938f - infoviewer: fix indentation in setInfobarTimeout()
Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 22:59:37 +01:00
svenhoefer
671949d8f3 - movieplayer: align some variables names to tango's names
Conflicts:
	src/gui/infoviewer.cpp
	src/gui/movieplayer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 22:55:05 +01:00
svenhoefer
21f6ec5944 - multiformat audioplayer: add separate timeout for infobar
Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
2018-01-09 22:44:00 +01:00
svenhoefer
c7d863a809 - infoviewer: rename text_cur_* => text_curr_*
Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Some changes were required for this pick:

Same issues like here
6e3f7babf3
Build was broken because of item name setters had wrong object names.
2018-01-09 22:21:32 +01:00
svenhoefer
6e3f7babf3 - infoviewer: rename txt_cur_event_rest => txt_cur_rest
Conflicts:
	src/gui/infoviewer.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Some changes were required for this pick:
Build was broken because of item name setters had wrong object names.
2018-01-09 22:13:06 +01:00