Commit Graph

6568 Commits

Author SHA1 Message Date
Stefan Seyfried
1a4ac8b281 hdd_menu: do not handle the rootfs or fs without kernel support
Origin commit data
------------------
Branch: ni/coolstream
Commit: f7bb7a70cb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
47f2cfd410 hdd_menu: fix is_mounted for device links
It is possible to mount e.g. '/dev/disk/by-label/ext_drive', but
is_mounted did not handle this case. Fix that.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 415e7351e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)



------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
e0bcd5bddd hdd_menu: also recognize recordingdir if it is a symlink
...like "/media/by-label/foo/movies", no need to reset configuration
in that case


Origin commit data
------------------
Branch: ni/coolstream
Commit: 17395a7fed
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)



------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
2ea2d02303 helpers: add "backtick" function for shell-like command
Origin commit data
------------------
Branch: ni/coolstream
Commit: f607fe5fbe
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
bb5fbb9954 hdd_menu: only offer filesystems with kernel support
Origin commit data
------------------
Branch: ni/coolstream
Commit: 141872565e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
66dd6f7155 opkg_manager: use my_system to avoid filedescriptor leaks
Origin commit data
------------------
Branch: ni/coolstream
Commit: 42c2323135
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
589f7e8f8b opkg_manager: remove the dependency on opkg-key
opkg-key does not work at all in standard installs (without gpg)
and is not needed for package management.
Slightly change the definition of opkg commands to not initialize
with find_executable function at startup which seems bogus.


Origin commit data
------------------
Branch: ni/coolstream
Commit: f75ed81dd1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)



------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
d1f2fce774 mdev_helper/hdd_menu: add udev support
busybox/mdev fills the MDEV variable without /dev/ prefix,
udev fills DEVNAME with /dev/ prefix. Handle both variants.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d04f7406a7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-07 (Sat, 07 Feb 2015)



------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
beca556b74 intall warning icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: c7dd4260d6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-06 (Fri, 06 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
e4c5f19b36 pictureviewer/gif: fix build with giflib-5.1+
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6b787d8d31
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-06 (Fri, 06 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
896aad4e0a filebrowser, moviebrowser, pictureviewer: clarify error message
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e1678c2a3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-06 (Fri, 06 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:32 +01:00
Stefan Seyfried
13959a5406 shellwindow: don't update screen if not necessary
Origin commit data
------------------
Branch: ni/coolstream
Commit: 701cb24f45
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-01 (Sun, 01 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:31 +01:00
Stefan Seyfried
506edd461c shellwindow: fix line reading code
In case of partially read lines, the last complete line before was
discarded. Fix this, simplify the code and make it code work at all
for lines longer than 1023 bytes (went into endless loop before).


Origin commit data
------------------
Branch: ni/coolstream
Commit: 27124e72e1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-01 (Sun, 01 Feb 2015)

Origin message was:
------------------
shellwindow: fix line reading code

In case of partially read lines, the last complete line before was
discarded. Fix this, simplify the code and make it code work at all
for lines longer than 1023 bytes (went into endless loop before).


------------------
This commit was generated by Migit
2015-02-09 13:47:31 +01:00
Stefan Seyfried
4942ecba2c CShellWindow: use my_popen() to avoid leaking fds etc.
Origin commit data
------------------
Branch: ni/coolstream
Commit: e02972c81c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-01 (Sun, 01 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:31 +01:00
Stefan Seyfried
f9031070d5 CTextBox: fix text position calculation
Origin commit data
------------------
Branch: ni/coolstream
Commit: a85878db2f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-01 (Sun, 01 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-09 13:47:31 +01:00
vanhofen
92a9684e02 osdlang_setup.cpp: change user-dir for locales, to match the ...
... given path in system/localize.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1eb652688a
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-02-09 (Mon, 09 Feb 2015)

Origin message was:
------------------
- osdlang_setup.cpp: change user-dir for locales, to match the ...

... given path in system/localize.cpp


------------------
This commit was generated by Migit
2015-02-09 08:51:33 +01:00
Jacek Jendrzej
b6fde11b07 pictureviewer.cpp: CPictureViewer::DownloadImage remove double add CURLOPT_NOSIGNA
Origin commit data
------------------
Branch: ni/coolstream
Commit: d58f621769
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-04 (Wed, 04 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-04 15:52:40 +01:00
Jacek Jendrzej
5d8ebdbc6d pictureviewer.cpp: CPictureViewer::DownloadImage add curl timeout opt
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1121e6210e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-04 (Wed, 04 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-04 15:35:13 +01:00
Stefan Seyfried
552334b652 picview/png, my_popen: fix -Wclobbered warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: fe5a6ec111
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-26 (Mon, 26 Jan 2015)


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

------------------
This commit was generated by Migit
2015-02-04 12:35:51 +01:00
Stefan Seyfried
a1cc8dc08a luaclient: fix "jump to...crosses initialization of" error
Origin commit data
------------------
Branch: ni/coolstream
Commit: a21399479e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-01-26 (Mon, 26 Jan 2015)


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

------------------
This commit was generated by Migit
2015-02-04 12:35:40 +01:00
Jacek Jendrzej
009ec6fbde timerdclient.cpp add check if zapto or record timer double is
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81eba0b35c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-03 (Tue, 03 Feb 2015)


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

------------------
This commit was generated by Migit
2015-02-03 17:27:00 +01:00
Christian Schuett
4d92618535 timerd: reset EPG ID when modifying record or zapto timer
this ensures an up-to-date EPG ID if no EPG infos available for the
modified event during modification

Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4eb949dda0
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2014-01-19 (Sun, 19 Jan 2014)



------------------
This commit was generated by Migit
2015-02-03 17:22:56 +01:00
Christian Schuett
25290a0317 timerd: prevent events from being deleted while sending them to neutrino
in neutrino's timer list sometimes appears an entry with random values
after deleting one because thread safety is not guaranteed for timerd's
event list while sending items to neutrino, so let's lock the mutex
earlier and unlock it later

Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: a96fb7b7f0
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)



------------------
This commit was generated by Migit
2015-02-03 17:22:42 +01:00
Christian Schuett
7dc314700c Neutrino timerlist: sort timer type chooser alphabetically
Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7f9dcb64b0
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2014-01-19 (Sun, 19 Jan 2014)



------------------
This commit was generated by Migit
2015-02-03 17:22:30 +01:00
Christian Schuett
a3e5c42a33 Neutrino timer list: remove unnecessary check for last deleted event
timerd client already filters deleted events (TIMERSTATE_TERMINATED)
sent from timerd

Signed-off-by: Christian Schuett <Gaucho316@hotmail.com>
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a4e9e8640
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)



------------------
This commit was generated by Migit
2015-02-03 17:22:20 +01:00
[CST] Focus
b492148034 eitd: as long as neutrino using only first content classification,
reduce content classification caching (leaving old code with ifdef)


Origin commit data
------------------
Branch: ni/coolstream
Commit: e8700de2b7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-30 (Fri, 30 Jan 2015)



------------------
This commit was generated by Migit
2015-01-30 19:47:30 +03:00
[CST] Focus
99e074c784 zapit/src/femanager.cpp: fix save/restore flag to use satellite in multi-satellite scan
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae6a5e6917
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-27 (Tue, 27 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-29 17:39:01 +03:00
Jacek Jendrzej
e9483cd66e make channel_id private, use getChannelID()
Origin commit data
------------------
Branch: ni/coolstream
Commit: c624505818
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-29 (Thu, 29 Jan 2015)

Origin message was:
------------------
 make channel_id private, use getChannelID()

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

------------------
This commit was generated by Migit
2015-01-29 14:58:09 +01:00
Jacek Jendrzej
289a84fa45 bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined fix commit d8b0c41947
Origin commit data
------------------
Branch: ni/coolstream
Commit: 30fb340406
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-29 (Thu, 29 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-29 11:44:49 +01:00
Jacek Jendrzej
0ef3b291ed dt.cfix logic error
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2074dc4a5d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-28 18:17:50 +01:00
[CST] Focus
7189a98486 neutrino.cpp: set EPG filter after edit favorites in channel list, too
Origin commit data
------------------
Branch: ni/coolstream
Commit: ed03bf9f6e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-26 (Mon, 26 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-26 16:03:11 +03:00
Jacek Jendrzej
aac0d391e2 bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7510741c27
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-25 13:08:09 +01:00
Jacek Jendrzej
ffe1ecf44f genpsi.cpp: fix offset for crc32
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb36b1e659
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-25 12:34:53 +01:00
Jacek Jendrzej
65959be447 /movieplayer.cpp: add mmsh protocol to file parse
Origin commit data
------------------
Branch: ni/coolstream
Commit: b320bafc3c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-22 (Thu, 22 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-22 17:28:52 +01:00
[CST] Focus
7f0ac9a93b gui/miscsettings_menu.cpp: add option to cache EPG only for favorite channels,
filter not yet reconfigured after scan or editing favorite bouquets


Origin commit data
------------------
Branch: ni/coolstream
Commit: d98d94550f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-22 (Thu, 22 Jan 2015)



------------------
This commit was generated by Migit
2015-01-22 18:58:53 +03:00
[CST] Focus
7a01f2ae7d eitd: add API to configure white EPG filter
Origin commit data
------------------
Branch: ni/coolstream
Commit: 486d3692a6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-22 (Thu, 22 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-22 18:58:53 +03:00
Jacek Jendrzej
382cf87ed3 czech.locale: try to fix \n
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb5bb9ac0e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-22 (Thu, 22 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-22 14:06:59 +01:00
Janus
b02c54d1b6 api4: upgrade channel and bouquet edit (testing)
Origin commit data
------------------
Branch: ni/coolstream
Commit: df1db3cfad
Author: Janus <janus@debian>
Date: 2015-01-22 (Thu, 22 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-22 13:08:03 +01:00
[CST] Focus
d8b0c41947 neutrino.cpp: try to fix timeshift stop/restart,
after quit from playback audioplayer, picture viewer and so on


Origin commit data
------------------
Branch: ni/coolstream
Commit: ecff984432
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-21 (Wed, 21 Jan 2015)



------------------
This commit was generated by Migit
2015-01-21 18:00:25 +03:00
[CST] Focus
db4de60b78 gui/channellist.cpp: disable timeshift stop while timeshift playback in progress
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6424534e8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-21 (Wed, 21 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-21 17:54:11 +03:00
[CST] Focus
957416a392 gui/movieplayer.cpp: fix radio recordings playback
Origin commit data
------------------
Branch: ni/coolstream
Commit: 204d029e26
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-16 (Fri, 16 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-16 14:38:49 +03:00
[CST] Focus
1eef93b686 zapit/src/bouquets.cpp: set channel user name also for non-present channels,
else username is lost after any ubouquets.xml save.
(fix for commit 6c55ddfbe8)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 55bf8603c9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-15 (Thu, 15 Jan 2015)



------------------
This commit was generated by Migit
2015-01-15 16:35:11 +03:00
[CST] Focus
65141df5ed neutrino.cpp: force adding shutdown event after record stop,
in case soft-standby by power key disabled but box mode switched to standby to finish record


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0debbfcc7c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-15 (Thu, 15 Jan 2015)



------------------
This commit was generated by Migit
2015-01-15 15:26:59 +03:00
[CST] Focus
c0bb459726 driver/rcinput.cpp: reset first key press only on key press event
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1398736bd8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-15 (Thu, 15 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-15 15:26:58 +03:00
[CST] Focus
d9dcbeec05 timerd/timermanager.cpp: rename CONFIGFILE to TIMERDCONFIGFILE to avoid conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8952a4c79a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-15 (Thu, 15 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-15 15:26:58 +03:00
[CST] Focus
81f15301c4 zapit/src/zapit.cpp: rename CONFIGFILE to ZAPITCONFIGFILE to avoid conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6876dcdf23
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-15 (Thu, 15 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-15 15:26:58 +03:00
Jacek Jendrzej
393b0b174c update fix newline
Origin commit data
------------------
Branch: ni/coolstream
Commit: 935acf4f3c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-14 (Wed, 14 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-14 11:40:36 +01:00
[CST] Focus
0f063e793d driver/record.cpp: fix crash due to epgdata.info1 len more than buffer size
Origin commit data
------------------
Branch: ni/coolstream
Commit: cbdab7d8c0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-14 (Wed, 14 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-14 12:46:09 +03:00
Jacek Jendrzej
01929769e0 update czech.locale by marsim21
Origin commit data
------------------
Branch: ni/coolstream
Commit: f29f041905
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-13 (Tue, 13 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-13 23:30:14 +01:00
[CST] Focus
300f25e8c3 neutrino: try to prevent using chanellist/bouquetlist while channels init in progress
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3da439030b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-13 (Tue, 13 Jan 2015)


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

------------------
This commit was generated by Migit
2015-01-13 16:10:24 +03:00