Stefan Seyfried
d609f51abf
neutrino: initialize api before setting up framebuffer
...
Origin commit data
------------------
Commit: 7504fe264e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-05 (Sun, 05 Feb 2017)
2017-02-05 22:55:00 +01:00
Stefan Seyfried
40d45e44a3
add --enable-fastscan configure option
...
The #define in src/gui/scan_setup.h did not work (undefining
ENABLE_FASTSCAN caused really strange side effects wrt background
scanning in standby mode), and all the unused code was still built.
With this configure option, people who really want this obscure feature
can enable it for their builds.
Origin commit data
------------------
Commit: 6525d1164a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-04 (Sat, 04 Feb 2017)
2017-02-04 12:09:47 +01:00
Stefan Seyfried
f9341822cf
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: 7497722646
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-02-01 (Wed, 01 Feb 2017)
2017-02-01 22:03:40 +01:00
Michael Liebmann
a4326eaf79
Remove obsolete 'contrast_fonts' code from osd menu
...
Origin commit data
------------------
Commit: 6803a8dff3
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-24 (Tue, 24 Jan 2017)
2017-01-31 16:36:40 +01:00
Stefan Seyfried
a73e775906
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: 48ff7b36a2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 21:36:09 +01:00
Michael Liebmann
8300ae9620
CMoviePlayerGui: Bind enable/disable FileTime to enableInfoClock()
...
Origin commit data
------------------
Commit: dc4ce280ed
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2017-01-30 (Mon, 30 Jan 2017)
2017-01-30 07:15:46 +01:00
GetAway
511a31dffc
neutrino: fix umount of netfs-drives in ExitRun() function
...
Origin commit data
------------------
Commit: 17b8e684e0
Author: GetAway <get-away@t-online.de >
Date: 2017-01-29 (Sun, 29 Jan 2017)
Origin message was:
------------------
- neutrino: fix umount of netfs-drives in ExitRun() function
2017-01-29 21:27:45 +01:00
Stefan Seyfried
c95aca9252
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: a409047714
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2017-01-22 (Sun, 22 Jan 2017)
2017-01-22 22:59:39 +01:00
Thilo Graf
5afde73788
CNeutrinoApp: try to fix display intro settings message
...
Message was not really visible on startup. Contents of InitZapper()
seems to have prevented this.
Origin commit data
------------------
Commit: 5014a272e5
Author: Thilo Graf <dbt@novatux.de >
Date: 2017-01-05 (Thu, 05 Jan 2017)
2017-01-05 22:19:05 +01:00
Jacek Jendrzej
bffd81375a
some dead assignment
...
Origin commit data
------------------
Commit: 0ed24632b7
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-12-29 (Thu, 29 Dec 2016)
2016-12-29 18:41:25 +01:00
vanhofen
ff22643691
themes: allow progressbar-settings in themes
...
Origin commit data
------------------
Commit: 888bfb6687
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-12-29 (Thu, 29 Dec 2016)
Origin message was:
------------------
- themes: allow progressbar-settings in themes
2016-12-29 00:47:34 +01:00
Thilo Graf
9805b1547d
CNeutrinoApp: simplify shutdown message handling
...
Usage of only one cancel button is more plausible.
'cancel' means cancel this action. And not more!
Origin commit data
------------------
Commit: c5f1a03a31
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-12-14 (Wed, 14 Dec 2016)
2016-12-14 22:50:37 +01:00
Thilo Graf
248fdfc34b
CNeutrinoApp: use default timeout from settings
...
Origin commit data
------------------
Commit: 8eae5c5d09
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-12-09 (Fri, 09 Dec 2016)
2016-12-12 21:37:17 +01:00
GetAway
f199989c9a
pzapit: add -lockrc/-unlockrc options; port from martii
...
I've pulled it from Duckbox-Developers/neutrino-mp-cst-next
and modified it to work
Origin commit data
------------------
Commit: 0330515abc
Author: GetAway <get-away@t-online.de >
Date: 2016-12-11 (Sun, 11 Dec 2016)
2016-12-11 20:20:02 +01:00
Thilo Graf
45b558cec7
Message timeout: try to fix timeout defines
...
Some parameters were confused.
Origin commit data
------------------
Commit: 4382daf5e4
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-12-07 (Wed, 07 Dec 2016)
2016-12-08 12:54:37 +01:00
Stefan Seyfried
eab48f2ed9
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: c6d7968381
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-12-04 (Sun, 04 Dec 2016)
2016-12-04 18:02:51 +01:00
Thilo Graf
97b57a783d
Messages: try to fix API message handling
...
Passed timeout for messeages an popup's fired by yWeb API was not really
ok.
For popups now we have a setting with default value of 6 seconds timeout
Popups fired with ShowHint() use this as default. Value of 0 and -1
are ignored.
Messages fired with ShowMsg() should be fixed and interpret
value 0 or -1 as no timeout and will remain on the screen.
Origin commit data
------------------
Commit: 8b97f72ed1
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-11-22 (Tue, 22 Nov 2016)
2016-11-22 10:32:10 +01:00
Thilo Graf
02ae096367
CNeutrinoApp: simplify and fix hintbox calls
...
Some hints were not closed after delete. Explicit hide()is required.
Origin commit data
------------------
Commit: 5db26ef664
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 22:58:30 +01:00
TangoCash
ec132fe91b
add option to read saved epg data frequently
...
Origin commit data
------------------
Commit: 6cd5dd8e23
Author: TangoCash <eric@loxat.de >
Date: 2016-11-20 (Sun, 20 Nov 2016)
2016-11-20 19:24:08 +01:00
Thilo Graf
2e5604e384
Locales: use generic gui name in messages and windows
...
Origin commit data
------------------
Commit: 1b4f976c6b
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-11-18 (Fri, 18 Nov 2016)
2016-11-18 17:46:17 +01:00
Thilo Graf
ffa144101a
Merge branch 'master' into pu/msgbox
...
Conflicts:
src/gui/followscreenings.cpp
Origin commit data
------------------
Commit: 2e8c700dd2
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-11-15 (Tue, 15 Nov 2016)
Origin message was:
------------------
Merge branch 'master' into pu/msgbox
Conflicts:
src/gui/followscreenings.cpp
2016-11-15 19:49:27 +01:00
vanhofen
66639b877f
followscreenings: allow to turn off followscreenings list
...
Origin commit data
------------------
Commit: d6cb1d206f
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-11-14 (Mon, 14 Nov 2016)
Origin message was:
------------------
- followscreenings: allow to turn off followscreenings list
2016-11-14 22:58:43 +01:00
Stefan Seyfried
2e7aa7be4a
Merge remote-tracking branch 'tuxbox/master'
...
Origin commit data
------------------
Commit: 2c92d112d0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-11-12 (Sat, 12 Nov 2016)
2016-11-12 18:06:26 +01:00
Thilo Graf
eae883a161
Merge branch 'master' into pu/msgbox
...
Origin commit data
------------------
Commit: aae4411d03
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-10-29 (Sat, 29 Oct 2016)
2016-10-29 12:38:17 +02:00
TangoCash
985775b93c
add possibility to add Name,Url,Port, Username and Password if needed.
...
Origin commit data
------------------
Commit: 3776340268
Author: TangoCash <eric@loxat.de >
Date: 2016-10-28 (Fri, 28 Oct 2016)
2016-10-28 22:20:27 +02:00
Thilo Graf
87b0dfa6df
CNeutrinoApp: add missing hide()
...
Hintbox was not removed from scrren after paint.
Origin commit data
------------------
Commit: ca97793ef0
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-10-26 (Wed, 26 Oct 2016)
2016-10-26 09:56:05 +02:00
Thilo Graf
11b3307251
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
Origin commit data
------------------
Commit: dde298b1b7
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-04-04 (Mon, 04 Apr 2016)
2016-10-24 10:31:24 +02:00
Stefan Seyfried
54189f271a
Merge remote-tracking branch 'tuxbox/master'
...
* needs compile fixes
* needs additional tests, of course :-)
Origin commit data
------------------
Commit: 13ab1ebc8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de >
Date: 2016-10-22 (Sat, 22 Oct 2016)
2016-10-22 11:37:40 +02:00
TangoCash
5aaea95ee1
add multiple remote boxes
...
Origin commit data
------------------
Commit: f354089763
Author: TangoCash <eric@loxat.de >
Date: 2016-10-21 (Fri, 21 Oct 2016)
2016-10-21 10:47:37 +02:00
TangoCash
6b76a665f1
adding remote timer (experimental)
...
switch record timers to remote box or back with "play"-key
Origin commit data
------------------
Commit: 716e9f4d9b
Author: TangoCash <eric@loxat.de >
Date: 2016-10-21 (Fri, 21 Oct 2016)
2016-10-21 10:47:37 +02:00
Thilo Graf
fc29cf8824
lua api: fix broken build with --disable-lua
...
Origin commit data
------------------
Commit: 1d74379981
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-10-02 (Sun, 02 Oct 2016)
2016-10-03 01:44:54 +02:00
vanhofen
fa2686a90e
add listModeKey() function to simplify these calls
...
Origin commit data
------------------
Commit: 2911e638c7
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- add listModeKey() function to simplify these calls
2016-09-09 10:42:46 +02:00
vanhofen
c128b2950b
allow to disable online services w/o cleaning the keys
...
Origin commit data
------------------
Commit: db896847b9
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-08 (Mon, 08 Aug 2016)
Origin message was:
------------------
- allow to disable online services w/o cleaning the keys
2016-08-08 23:11:17 +02:00
vanhofen
80917aa811
disable youtube, when youtube_dev_id is empty
...
Origin commit data
------------------
Commit: 5ce13c651d
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-06 (Sat, 06 Aug 2016)
Origin message was:
------------------
- disable youtube, when youtube_dev_id is empty
2016-08-06 22:52:37 +02:00
vanhofen
ed8e7c6d78
disable tmdb, when tmdb_api_key is empty
...
Origin commit data
------------------
Commit: bbccd92b49
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-06 (Sat, 06 Aug 2016)
Origin message was:
------------------
- disable tmdb, when tmdb_api_key is empty
2016-08-06 22:52:37 +02:00
vanhofen
2d54a78eb1
disable shoutcast, when shoutcast_dev_id is empty
...
Origin commit data
------------------
Commit: 1f224be672
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-06 (Sat, 06 Aug 2016)
Origin message was:
------------------
- disable shoutcast, when shoutcast_dev_id is empty
2016-08-06 22:52:37 +02:00
vanhofen
e3daec4e2d
eventlist: allow to disable epgplus
...
Origin commit data
------------------
Commit: 5837b922b1
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-08-04 (Thu, 04 Aug 2016)
Origin message was:
------------------
- eventlist: allow to disable epgplus
2016-08-04 09:44:36 +02:00
vanhofen
353e0f504b
no need to assign mainmenu as an argument to realrun()
...
Origin commit data
------------------
Commit: 0c0b1981f6
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-06-23 (Thu, 23 Jun 2016)
Origin message was:
------------------
- no need to assign mainmenu as an argument to realrun()
2016-07-01 15:13:54 +02:00
vanhofen
2c239533a6
record_setup: add check existing recordings before set new timers
...
Origin commit data
------------------
Commit: 6dddaff0d2
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-06-02 (Thu, 02 Jun 2016)
Origin message was:
------------------
- record_setup: add check existing recordings before set new timers
2016-06-02 21:37:33 +02:00
Jacek Jendrzej
62adf72b7d
try to fix current channel after edit mode
...
Origin commit data
------------------
Commit: e7e158a273
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-05-17 (Tue, 17 May 2016)
2016-05-17 14:11:59 +02:00
Jacek Jendrzej
f3f69bb8ce
some nver read compil fixes
...
Origin commit data
------------------
Commit: 8a98ee851e
Author: Jacek Jendrzej <overx300@gmail.com >
Date: 2016-04-26 (Tue, 26 Apr 2016)
2016-04-26 19:39:43 +02:00
[CST] Focus
38ede6dfb0
neutrino: add webtv channel list mode
...
Origin commit data
------------------
Commit: 302642cee7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-23 (Wed, 23 Mar 2016)
2016-03-23 16:36:00 +03:00
[CST] Focus
ffd48bb389
neutrino.cpp: try to fix sat/fav keys handling after calling zap history
...
Origin commit data
------------------
Commit: 9e3b1c5844
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2016-03-09 (Wed, 09 Mar 2016)
2016-03-09 10:53:15 +03:00
bazi98
70d4cd9430
tmdb: Add read apikey from neutrino.conf
...
Origin commit data
------------------
Commit: 6e8b9b6d1b
Author: bazi98 <bazi98@web.de >
Date: 2016-03-04 (Fri, 04 Mar 2016)
2016-03-04 14:15:50 +01:00
vanhofen
091b14fb59
adzap: call adzap directly from usermenu
...
Origin commit data
------------------
Commit: 2b0996e3d3
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-29 (Mon, 29 Feb 2016)
Origin message was:
------------------
- adzap: call adzap directly from usermenu
2016-03-03 11:18:15 +01:00
vanhofen
87689bdf1e
adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP
...
Origin commit data
------------------
Commit: 19154192db
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-29 (Mon, 29 Feb 2016)
Origin message was:
------------------
- adzap: use adzap-thread in epg view; remove pseudo timertype ADZAP
2016-03-03 11:18:15 +01:00
vanhofen
ef3bd7774a
adzap: add possibility to write status data to /tmp/adzap.data
...
Origin commit data
------------------
Commit: 00e5cf6759
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-29 (Mon, 29 Feb 2016)
Origin message was:
------------------
- adzap: add possibility to write status data to /tmp/adzap.data
2016-03-03 11:18:15 +01:00
vanhofen
4534e82b39
adzap: don't leave all menues, when adzap isn't active
...
Origin commit data
------------------
Commit: 6d4aba4a6c
Author: vanhofen <vanhofen@gmx.de >
Date: 2016-02-29 (Mon, 29 Feb 2016)
Origin message was:
------------------
- adzap: don't leave all menues, when adzap isn't active
2016-03-03 11:18:14 +01:00
martii
06aae05e48
adzap: port code from martiis-neutrino-mp
...
Origin commit data
------------------
Commit: c015d4670f
Author: martii <m4rtii@gmx.de >
Date: 2016-03-03 (Thu, 03 Mar 2016)
Origin message was:
------------------
- adzap: port code from martiis-neutrino-mp
2016-03-03 11:18:14 +01:00
Thilo Graf
39c87f723b
CNeutrinoApp: add signal OnAfterSetupFonts
...
This allows to implement methodes already inside classes without any
additional external var constructions.
Origin commit data
------------------
Commit: a87d16f62a
Author: Thilo Graf <dbt@novatux.de >
Date: 2016-03-02 (Wed, 02 Mar 2016)
2016-03-03 09:52:19 +01:00