Commit Graph

13876 Commits

Author SHA1 Message Date
Stefan Seyfried
4a8c756e6d yaft: inline tty_init(), was mostly disabled anyway
Origin commit data
------------------
Branch: ni/coolstream
Commit: 92b945e6ba
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
0907ad8499 yaft: implement exit code handling, wait for correct child
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1c0fe3b57a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
12fcaabcf6 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 547692ebd6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
add2c84da1 add int type includes to cc class
Origin commit data
------------------
Branch: ni/coolstream
Commit: e803c1cf9f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
9dafbaa590 menue: initialize height variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6223f10529
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
acdea13d8e 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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 47fbfbed9b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)

Origin message was:
------------------
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.


------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
7b67933d28 remove unneeded rcinput.h include in headers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6fd601e090
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
0721e92733 yaft: fix debug logging
DEBUG was defined at least in configure's config.h, so it conflicts with
the enum definition


Origin commit data
------------------
Branch: ni/coolstream
Commit: b46ee0cec7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
c714ead4bd yaft: use a bigger font, created from terminus24b
Origin commit data
------------------
Branch: ni/coolstream
Commit: 587333c0c5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
65d48b8ebb 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5ba578c5dc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
4bca77d7d1 yaft: disable unused dcs functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: d4a5e87146
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
a6ab029502 yaft_class: first somehow working version
Origin commit data
------------------
Branch: ni/coolstream
Commit: af4d9d66e2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
ae32cb6a57 yaft.h: fix build with g++, add neutrino stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c9cc283b8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
e5a7c96f17 yaft/util: disable unused stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b3d7b7c16
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
0eecc56140 yaft/terminal.h: fix compile with g++, remove DRCS stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: fd6aa98f13
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
8e59237a63 yaft/parse: fix compile with g++, disable unused stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5685b8f81b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
7d1c63b8d9 yaft/util: fix build with g++ and warnings enabled
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a7e1065c8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
906e3ab8d1 yaft/fb/common: add neutrino glue, disable unused stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: d409bd2af6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:51 +01:00
Stefan Seyfried
0c8c7643c9 yaft/fb/common: remove cmap and wallpaper stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6dfe9411fa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
43638bf3ba yaft neutrinofb.h: add license, remove cmap stuff
Origin commit data
------------------
Branch: ni/coolstream
Commit: 10a8cfd432
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
af044376be copy fb/linux.h to fb/neutrinofb.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: a7d382d996
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
9c4d6e8f6a add glyph.h
./mkfont_bdf table/ISO8859 fonts/milkjf_8x16.bdf > glyph.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e12b2d551
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
ef584cc25d yaft: integrate in neutrino automake system
* rename original makefile
* copy yaft.c to yaft_class.cpp (does not yet compile of course)


Origin commit data
------------------
Branch: ni/coolstream
Commit: e4eb02fc78
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
392c364ad0 import yaft from https://github.com/uobikiemukot/yaft.git commit c455d6a8
Origin commit data
------------------
Branch: ni/coolstream
Commit: 71a100a022
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
6fb899fc2f infoviewer: fix copy/paste error clearing wrong field
Origin commit data
------------------
Branch: ni/coolstream
Commit: 04665bf905
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
f648152637 cc_item_text: fix "text changed" detection
Origin commit data
------------------
Branch: ni/coolstream
Commit: 987555275a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
Stefan Seyfried
73138df957 neutrino: always clear display when going to standby
...even if the display is already in standby mode...


Origin commit data
------------------
Branch: ni/coolstream
Commit: ac30ba19e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)



------------------
This commit was generated by Migit
2018-01-15 19:54:50 +01:00
TangoCash
89979bf1d5 align bouquet names to delivery system (C/T/E/W)
Origin commit data
------------------
Branch: ni/coolstream
Commit: f153f3e9b2
Author: TangoCash <eric@loxat.de>
Date: 2018-01-12 (Fri, 12 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-12 17:47:51 +01:00
TangoCash
77aa3480f5 moving c and t fake positions above 360 degrees
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ddf19d635
Author: TangoCash <eric@loxat.de>
Date: 2018-01-12 (Fri, 12 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-12 17:47:30 +01:00
vanhofen
f8735f6f35 update_settings: fix update autocheck on/off handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30b47b60ed
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-12 (Fri, 12 Jan 2018)

Origin message was:
------------------
- update_settings: fix update autocheck on/off handling

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-12 11:31:55 +01:00
vanhofen
c08971b83b update: fix check for installed version; equivalent to 68a2d57
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a4e207aaa
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-12 (Fri, 12 Jan 2018)

Origin message was:
------------------
- update: fix check for installed version; equivalent to 68a2d57

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-12 11:31:55 +01:00
vanhofen
a3a6628bd8 icons: restore unoptimized hint icons; there were transparency issues with some optimized icons
Origin commit data
------------------
Branch: ni/coolstream
Commit: a4716b5fb6
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-10 (Wed, 10 Jan 2018)

Origin message was:
------------------
- icons: restore unoptimized hint icons; there were transparency issues with some optimized icons

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-10 09:16:13 +01:00
Thilo Graf
2c8d6663f5 CInfoViewer: set names for some items
Required for debugging.

[vanhofen: align to existing variables names]


Origin commit data
------------------
Branch: ni/coolstream
Commit: 42ffc8dbd6
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)



------------------
This commit was generated by Migit
2018-01-09 23:40:58 +01:00
vanhofen
c5bee475cf infoviewer: remove fixed values from showInfoFile() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8cd4654468
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: remove fixed values from showInfoFile() function

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:40:46 +01:00
vanhofen
29cd054c07 infoviewer: fix offset between event-time and event-name
Origin commit data
------------------
Branch: ni/coolstream
Commit: 91500b9493
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: fix offset between event-time and event-name

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
f5857485cb infoviewer: fix indentation in setInfobarTimeout()
Origin commit data
------------------
Branch: ni/coolstream
Commit: effdf5b10b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: fix indentation in setInfobarTimeout()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
82b4d09727 infoviewer: rename text_cur_* => text_curr_*
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2d01ac2aec
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: rename text_cur_* => text_curr_*

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
d268025b61 infoviewer: rename txt_cur_event_rest => txt_cur_rest
Origin commit data
------------------
Branch: ni/coolstream
Commit: 041e08639a
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: rename txt_cur_event_rest => txt_cur_rest

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
b75d1e1041 infoviewer: remove LEFT_OFFSET define
Origin commit data
------------------
Branch: ni/coolstream
Commit: a3913ee4a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: remove LEFT_OFFSET define

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
81b73af840 infoviewer: fix offset between channelnumber and channelname/channellogo
Origin commit data
------------------
Branch: ni/coolstream
Commit: d47c8e97ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: fix offset between channelnumber and channelname/channellogo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
ef15df9db9 infoviewer: use OFFSET defines in NI-only code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7027cf39ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: use OFFSET defines in NI-only code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:08 +01:00
vanhofen
8ba9cfc053 infoviewer: use OFFSET defines
Origin commit data
------------------
Branch: ni/coolstream
Commit: c2eb139867
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-09 (Tue, 09 Jan 2018)

Origin message was:
------------------
- infoviewer: use OFFSET defines

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-09 11:14:07 +01:00
vanhofen
ff3b2f227e infoviewer: fix FIXME comment from previous commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 62c474eaba
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-08 (Mon, 08 Jan 2018)

Origin message was:
------------------
- infoviewer: fix FIXME comment from previous commit

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-08 10:15:39 +01:00
vanhofen
0dabed9bdb infoviewer: fix centering in numbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7c166f8c5d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-07 (Sun, 07 Jan 2018)

Origin message was:
------------------
- infoviewer: fix centering in numbox

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-07 20:23:41 +01:00
vanhofen
fb3e0391a4 remove obsolete code
Origin commit data
------------------
Branch: ni/coolstream
Commit: bf412e4c20
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-07 (Sun, 07 Jan 2018)

Origin message was:
------------------
- remove obsolete code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-07 18:06:34 +01:00
Jacek Jendrzej
0e145f1976 try to fix 'FE_SET_PROPERTY: Operation not permitted' on cst after add dvb-s2x (supplement)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 115862b2b0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-01-06 (Sat, 06 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-06 19:46:53 +01:00
Jacek Jendrzej
0a9268cfb3 try to fix 'FE_SET_PROPERTY: Operation not permitted' on cst after add dvb-s2x
Origin commit data
------------------
Branch: ni/coolstream
Commit: 490b10b6a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-01-06 (Sat, 06 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-06 19:46:53 +01:00
vanhofen
ce322cd7f2 update: remove double status calls; seems like a merge error
Origin commit data
------------------
Branch: ni/coolstream
Commit: c651393a0c
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)

Origin message was:
------------------
- update: remove double status calls; seems like a merge error

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-06 15:00:24 +01:00
vanhofen
2c8ac9315b update: shorten updates lists in menu separators
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f24476b49
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)

Origin message was:
------------------
- update: shorten updates lists in menu separators

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-06 14:46:09 +01:00
vanhofen
f42b1b9095 flashtool: add posibilty to get localized and non-localized type
Origin commit data
------------------
Branch: ni/coolstream
Commit: 40b84d1077
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)

Origin message was:
------------------
- flashtool: add posibilty to get localized and non-localized type

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2018-01-06 14:46:09 +01:00