Commit Graph

8342 Commits

Author SHA1 Message Date
Stefan Seyfried
3a8514bb77 listbox: use CListHelpers
Origin commit data
------------------
Branch: ni/coolstream
Commit: 156acb1039
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 18:30:32 +01:00
Stefan Seyfried
0faf26485b timerlist: use CListHelpers
remove duplicated code and use CListHelpers::UpDownKey().
Some variable types had to be changed to avoid typecasts, as
a result (int) casts to foo.size() had to be added :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f95f259c1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-16 18:18:50 +01:00
Stefan Seyfried
c9d30661cc upnpbrowser: use CListHelpers::UpDownKey
Origin commit data
------------------
Branch: ni/coolstream
Commit: 663c7e3cfc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 17:51:28 +01:00
Stefan Seyfried
6b9447a11b CListHelpers: allow UpDownKey with int type, too
Origin commit data
------------------
Branch: ni/coolstream
Commit: 57f20fcbb7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 17:48:30 +01:00
Stefan Seyfried
e80e05a986 eventlist: use CListHelpers::UpDownKey
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5550f89853
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 15:38:04 +01:00
Stefan Seyfried
cd368d8bfb use CListHelpers to remove duplicated code
CListHelpers::UpDownKey() allows to remove duplicated
code from channellist, bouquetlist and bouqueteditor.


Origin commit data
------------------
Branch: ni/coolstream
Commit: c9e72e654f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-16 15:01:29 +01:00
Stefan Seyfried
32a840fe83 add CListHelpers class
this can be used to factor out duplicate code implementations
from all the various channel-, bouquet-, eventlists etc...


Origin commit data
------------------
Branch: ni/coolstream
Commit: 22c09ce84e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)



------------------
This commit was generated by Migit
2016-01-16 14:39:03 +01:00
Stefan Seyfried
28ab173560 Merge remote-tracking branch 'cst-next'
Origin commit data
------------------
Branch: ni/coolstream
Commit: 572de2bbcb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-16 12:51:04 +01:00
vanhofen
82c03e117f fix pagedown logic, but this time for real (i hope)
Why this was so difficult code? I don't know.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b00e78a165
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-15 (Fri, 15 Jan 2016)

Origin message was:
------------------
- fix pagedown logic, but this time for real (i hope)

 Why this was so difficult code? I don't know.


------------------
This commit was generated by Migit
2016-01-15 13:51:14 +01:00
vanhofen
41b4bdde79 configure.ac: remove $(top_srcdir)/src/zapit/include/private
Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 06778d42c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)

Origin message was:
------------------
- configure.ac: remove $(top_srcdir)/src/zapit/include/private

Stuff like this maybe is better included in ADDITIONAL_CFLAGS or so.


------------------
This commit was generated by Migit
2016-01-14 23:53:56 +01:00
Thilo Graf
bf167db4cd CTimeOSD: fix init of display mode
Time was always on screen if user has started to play a movie.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a41bb86b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:37:57 +01:00
Stefan Seyfried
23ed88ee89 movieplayer: shorten debug messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6757566be2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:30:18 +01:00
Stefan Seyfried
040f68984e replace __FILE__ with __file__
Origin commit data
------------------
Branch: ni/coolstream
Commit: 70b7f74362
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
b53fd92a6d zapit/debug: remove filename hack with a more elegant one
Origin commit data
------------------
Branch: ni/coolstream
Commit: 54e1d3eecb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
1364beedc3 port HWLIB_CFLAGS from neutrino-mp to neutrino-hd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79d800f955
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)

Origin message was:
------------------
- port HWLIB_CFLAGS from neutrino-mp to neutrino-hd

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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
717ed7e87c jsoncpp: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: 73b5303cfc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
00bf8a7e92 rcinput/neutrino: avoid the use of EVT_TIMESET
sectionsd's EVT_TIMESET was only used to fix time calculations
for input repeat detection. I doubt this reliably worked anyway.
Just calculate an absolute input timestamp from CLOCK_MONOTONIC
and use that. Even better solution would be to use a newer
kernel with EVIOCSCLOCKID ioctl, leave that for later :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: b307b78bf8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
1adf757e65 rcinput: remove unused code, comment FIXME
I think I have mostly deciphered the meaning of this :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 89f6da98f1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
b20a97c39b sectionsd: fix possibly fishy localtime_r usage
Origin commit data
------------------
Branch: ni/coolstream
Commit: 364dd41655
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
ae02e8bbe6 sectionsd: improve timeThread info messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: b67062b62e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-12 (Tue, 12 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
8182f74735 autogen.sh: simplify
no idea what the complicated stuff was good for, but it surely broke
cross compiling with a openembedded-built SDK, so go for simplicity


Origin commit data
------------------
Branch: ni/coolstream
Commit: 04188136a0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:29:00 +01:00
Stefan Seyfried
73d5dc76c0 fix debug output printf type warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: fa05d6a415
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


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

------------------
This commit was generated by Migit
2016-01-14 22:28:59 +01:00
Thilo Graf
913890f407 COsdSetup: fix possible crash on font setup in wizard mode
Channellist is not initialized in wizard mode.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 53bab09bda
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)



------------------
This commit was generated by Migit
2016-01-14 22:08:01 +01:00
Jacek Jendrzej
022ca9de9d src/gui/movieplayer.cpp add https to m3u filter
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80d68d7e5a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 19:10:55 +01:00
Jacek Jendrzej
9dee9d45c4 src/neutrino.cpp fix possible segfault if g_bouquetManager is NULL
Origin commit data
------------------
Branch: ni/coolstream
Commit: c923944636
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-14 (Thu, 14 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-14 19:09:06 +01:00
Stefan Seyfried
137775e41d Revert "scanepg: only react to the correct EVT_EIT_COMPLETE"
This reverts commit 084df58021.

reacting to all COMPLETE events is actually correct, because
it restarts background scanning after scanning of current live
transponder is finished


Origin commit data
------------------
Branch: ni/coolstream
Commit: b486a511ee
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-13 (Wed, 13 Jan 2016)



------------------
This commit was generated by Migit
2016-01-13 21:43:47 +01:00
Michael Liebmann
c34a0df2db lua_menue.cpp: Not script abort in case of error in callback...
...functions, display only error message


Origin commit data
------------------
Branch: ni/coolstream
Commit: 619dacbc2e
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-13 (Wed, 13 Jan 2016)



------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
Stefan Seyfried
ca07ca5646 lua_threads: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1ef35957a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
Stefan Seyfried
cba424b0d8 lua_cc_text: fix type to allow compilation with recent gcc
Origin commit data
------------------
Branch: ni/coolstream
Commit: aac438745c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-28 (Mon, 28 Dec 2015)


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

------------------
This commit was generated by Migit
2016-01-13 20:18:56 +01:00
vanhofen
243167a925 infoviewer: fix width of small rec/ts icon box
Origin commit data
------------------
Branch: ni/coolstream
Commit: da83468bfb
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-11 (Mon, 11 Jan 2016)

Origin message was:
------------------
- infoviewer: fix width of small rec/ts icon box

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

------------------
This commit was generated by Migit
2016-01-11 15:49:26 +01:00
Michael Liebmann
ad8bfb6628 CTimeOSD: Fix compiler warning "suggest parentheses around '&&' within '||'"
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3dd2ff8a4a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 23:05:31 +01:00
vanhofen
b4ad432243 deutsch.locale: add screensaver.mode_clock_color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ea0c1c136
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- deutsch.locale: add screensaver.mode_clock_color

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

------------------
This commit was generated by Migit
2016-01-10 22:20:58 +01:00
Thilo Graf
7be34438f6 screensaver: rework timeosd handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7ac78c0c2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-07 (Thu, 07 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 22:02:00 +01:00
defans
291e699330 screensaver: add optional colored property
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f2c73aed3
Author: defans <defans@bluepeercrew.us>
Date: 2016-01-07 (Thu, 07 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 22:02:00 +01:00
vanhofen
adde9cbc2b infoviewer: some more little numbox-alignments
Origin commit data
------------------
Branch: ni/coolstream
Commit: 19d33dfb98
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- infoviewer: some more little numbox-alignments

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

------------------
This commit was generated by Migit
2016-01-10 21:57:59 +01:00
vanhofen
2993d03ccf cc_frm_signalbars: fix REF_PERCENT_TXT for 100%
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a1da74374
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)

Origin message was:
------------------
- cc_frm_signalbars: fix REF_PERCENT_TXT for 100%

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

------------------
This commit was generated by Migit
2016-01-10 21:55:44 +01:00
Stefan Seyfried
c1c64d86b2 lua_threads: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: b4dd2f004b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 19:36:12 +01:00
Stefan Seyfried
8abb5e9687 jsoncpp: use own assert() macro which does not abort
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80d65e33ed
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 19:35:09 +01:00
Stefan Seyfried
f7957205ea replace __FILE__ with __file__
Origin commit data
------------------
Branch: ni/coolstream
Commit: 25e6f0e820
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 19:34:31 +01:00
Stefan Seyfried
8b28e6737f zapit/debug: remove filename hack with a more elegant one
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ee9ca5471
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 18:33:27 +01:00
Stefan Seyfried
3ae5bf13ba rcinput/neutrino: avoid the use of EVT_TIMESET
sectionsd's EVT_TIMESET was only used to fix time calculations
for input repeat detection. I doubt this reliably worked anyway.
Just calculate an absolute input timestamp from CLOCK_MONOTONIC
and use that. Even better solution would be to use a newer
kernel with EVIOCSCLOCKID ioctl, leave that for later :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 949e42445d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)



------------------
This commit was generated by Migit
2016-01-10 16:14:10 +01:00
Stefan Seyfried
8d567975b3 sectionsd: try to avoid setting bogus time
I recently saw spurious cases of the DVB time being off 30 minutes.
I am still investigating if this is a driver issue or something else,
but for now, if the time diff is bigger than 120 seconds, ask for
a second opinion about the current dvb time before stepping the clock.
Additionally, ignore time differences of less than one second (the
granularity of DVB time stamps is one second anyway)


Origin commit data
------------------
Branch: ni/coolstream
Commit: e85565fd96
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)



------------------
This commit was generated by Migit
2016-01-10 16:00:27 +01:00
Stefan Seyfried
e038f84fcd rcinput: remove unused code, comment FIXME
I think I have mostly deciphered the meaning of this :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 58c95460b9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)



------------------
This commit was generated by Migit
2016-01-10 15:53:27 +01:00
Stefan Seyfried
084df58021 scanepg: only react to the correct EVT_EIT_COMPLETE
Origin commit data
------------------
Branch: ni/coolstream
Commit: 55be585994
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 15:05:37 +01:00
Stefan Seyfried
96f73a9b71 sectionsd: fix possibly fishy localtime_r usage
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4b6673dd91
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-10 14:02:03 +01:00
Stefan Seyfried
9a83d72705 sectionsd: improve timeThread info messages
Origin commit data
------------------
Branch: ni/coolstream
Commit: dfc8905601
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-09 20:54:28 +01:00
Stefan Seyfried
15674820fe sectionsd: fix signed/unsigned comparison warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: f98501b5b1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-09 20:53:56 +01:00
Stefan Seyfried
4a2a982f84 rcsim: use the neutrino socket everywhere
Origin commit data
------------------
Branch: ni/coolstream
Commit: 96c40d9bbd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-09 20:17:23 +01:00
Stefan Seyfried
980ddb03e5 nhttpd: just push remote keys into rcinput directly
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab3c2b9cf9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)


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

------------------
This commit was generated by Migit
2016-01-09 20:16:12 +01:00
Stefan Seyfried
17a40679d6 autogen.sh: simplify
no idea what the complicated stuff was good for, but it surely broke
cross compiling with a openembedded-built SDK, so go for simplicity


Origin commit data
------------------
Branch: ni/coolstream
Commit: 091385fbae
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-09 (Sat, 09 Jan 2016)



------------------
This commit was generated by Migit
2016-01-09 17:02:22 +01:00