Commit Graph

4018 Commits

Author SHA1 Message Date
Stefan Seyfried
d1a7edb66f libmd5sum: fix strict-aliasing warning
Origin commit data
------------------
Commit: c4065cb778
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 13:13:30 +01:00
Stefan Seyfried
4abbeb9a1f glthread: don't kill neutrino during shutdown
Origin commit data
------------------
Commit: 77ecbec409
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 13:11:07 +01:00
Stefan Seyfried
225bbbe9a8 neutrino: remove newline from debug message
Origin commit data
------------------
Commit: 79d537ea90
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 12:59:40 +01:00
Stefan Seyfried
242399690f my_system: cleanup and propagate exitstatus
Origin commit data
------------------
Commit: e1df8ebafd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 11:38:09 +01:00
Stefan Seyfried
7efe7c116e luainstance: export FontHeight to Lua scripts
Origin commit data
------------------
Commit: bba85ee912
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-22 22:22:21 +01:00
Stefan Seyfried
076157f6a1 luainstance: also export RCInput constants
Origin commit data
------------------
Commit: 6e80277e5c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-22 13:46:45 +01:00
Stefan Seyfried
75d4f98aa4 luainstance: export variables as tables
This exports arrays FONT_TYPE_foo as FONT['foo'], COL_bar als COL['bar']
and SCREEN_OFF_a as SCREEN['OFF_a'] instead of lots of single variables.

Later these could also be made dynamic if the need arises.


Origin commit data
------------------
Commit: 8ef5040d47
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-22 13:44:32 +01:00
Stefan Seyfried
1dd8dc6091 luainstance: show errors from loadfile()
Origin commit data
------------------
Commit: e5a29f3a75
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-22 09:20:09 +01:00
Stefan Seyfried
bcbe62020c luainstance: add minimal error reporting
Origin commit data
------------------
Commit: c9c89ad503
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-19 (Tue, 19 Mar 2013)
2013-03-19 10:23:11 +01:00
Stefan Seyfried
cbf98fbd38 luainstance: add simple GetInput() method
use like this in the lua script:
--
RC_home = 174
local n = neutrino()
repeat msg, data = m:GetInput(1000) until msg == RC_home


Origin commit data
------------------
Commit: 7343286a1d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)
2013-03-18 17:38:37 +01:00
Stefan Seyfried
320779ab5c luainstance: the name is "Lua", not "LUA"
Origin commit data
------------------
Commit: 6593e3b991
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-18 (Mon, 18 Mar 2013)
2013-03-18 16:10:01 +01:00
Stefan Seyfried
c81a05c7bf neutrino: add a prototype of a lua plugin interface
this is just for preliminary tests, not yet really usable
for anything useful


Origin commit data
------------------
Commit: da358e7502
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-17 (Sun, 17 Mar 2013)
2013-03-17 23:24:45 +01:00
Stefan Seyfried
d3531638eb neutrino: fix most hardcoded paths
Origin commit data
------------------
Commit: ffd4daea7c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 02:01:52 +01:00
Stefan Seyfried
369ffd705e fix exec_prefix for native build
Origin commit data
------------------
Commit: 49d9ebf833
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 01:44:21 +01:00
Stefan Seyfried
10739919ce neutrino: allow empty user bouquets in the bouquetlist
Origin commit data
------------------
Commit: bb098c376e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 00:27:13 +01:00
Stefan Seyfried
241bb43a9a channellist: preset favorite bouquets when adding channels
when adding channels from the channellist context menu, the
useful targets are the favorites bouquets, so pre-select them


Origin commit data
------------------
Commit: a91b58aac4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 00:15:46 +01:00
Stefan Seyfried
93fcaf1606 channellist: don't change bouquetmode when adding favs
when adding a channel to favorites from the channellist contextmenu
the favorites bouquet was chosen, which is not helpful if further
favorites should be added


Origin commit data
------------------
Commit: 21f79f1284
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 00:07:26 +01:00
Stefan Seyfried
635e56b9c5 bouquetlist: only show active buttons
Origin commit data
------------------
Commit: d6260e3862
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 00:04:23 +01:00
Stefan Seyfried
8cc491c38d bouquetlist: fix width calculation
Origin commit data
------------------
Commit: e08ee68cd6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-10 00:01:04 +01:00
Stefan Seyfried
ba7fafabc7 bouquetlist: mark autogenerated bouquets as readonly
this at least prevents modification from the context menu,
needs more work in the service->bouquetmanagement menus


Origin commit data
------------------
Commit: b61d0d1d3e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 23:58:31 +01:00
Stefan Seyfried
c62d77374b neutrino: fix shortened source file paths
Origin commit data
------------------
Commit: 1ed105fd5e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 21:49:45 +01:00
Stefan Seyfried
0a761f665e screenshot: fix invalid cast in debug message
Origin commit data
------------------
Commit: 598361c2a1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 18:21:36 +01:00
Stefan Seyfried
bc4f37de5e my_system: return errno, silence trivial error message
Origin commit data
------------------
Commit: d77e54fcd6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 18:08:23 +01:00
Stefan Seyfried
6453b43c1a CVolume: fix border around volume bar
Origin commit data
------------------
Commit: 250fcc07fd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 17:36:02 +01:00
Stefan Seyfried
4923399fa5 progressbar: make sure colormodes stay inside the box
Origin commit data
------------------
Commit: 2f7053cf48
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 17:33:15 +01:00
Stefan Seyfried
7d5412e957 progressbar: improve display of colored PB
Origin commit data
------------------
Commit: 367d18072b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 16:05:56 +01:00
Stefan Seyfried
1d536b4e34 neutrino: make progressbar_color backwards compatible
Origin commit data
------------------
Commit: 9477ea5edd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 13:29:03 +01:00
Stefan Seyfried
8d71c14242 neutrino: add more progressbar design options
new progressbar design
* colored horizontal lines
* colored vertical lines
* colored solid bar


Origin commit data
------------------
Commit: 385d4ff6a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-09 13:23:14 +01:00
Stefan Seyfried
0a6e405603 Merge branch 'check/next' into master
Conflicts:
	data/locale/english.locale
	src/neutrino.cpp
	src/system/setting_helpers.cpp


Origin commit data
------------------
Commit: 8048673dec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
2013-03-07 17:10:11 +01:00
Stefan Seyfried
2158fee441 remove obsolete embedded libtriple
the code is unmaintained and probably non-functional, everyone
should use libstb-hal instead


Origin commit data
------------------
Commit: d2d8218885
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-06 (Wed, 06 Mar 2013)
2013-03-06 17:23:46 +01:00
Stefan Seyfried
76c5b56371 sectionsd: trim CN thread debug messages
* disable DEBUG_CN_THREAD
* shorten eit update filter message
* remove unneeded printdata_ms

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 3d386649a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:15:55 +01:00
Stefan Seyfried
4e408bb7cd sectionsd: shorten debug messages
* channel ids in sectionsd are only 48bit
* addEvent debug message had redundant information

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 49f2f4e70d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:14:54 +01:00
Stefan Seyfried
40662908da sectionsd: be more tolerant about adjtime() failure
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 789d25eab0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:12:31 +01:00
Stefan Seyfried
ed31769d04 sectionsd: don't truncate 64bit value before comparing
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 4d5e7bf354
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-06 10:12:24 +01:00
vanhofen
3474adcdcd deutsch.locale: external plugin-dir must not be on a hdd
Origin commit data
------------------
Commit: 2d611504af
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)

Origin message was:
------------------
- deutsch.locale: external plugin-dir must not be on a hdd
2013-03-05 22:46:06 +01:00
vanhofen
a2cee4e0b0 deutsch.locale: rework german menu hints
serveral fixes in spelling and grammar, intelligibility and wording


Origin commit data
------------------
Commit: ff1baefd00
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)

Origin message was:
------------------
- deutsch.locale: rework german menu hints

serveral fixes in spelling and grammar, intelligibility and wording
2013-03-05 22:37:21 +01:00
vanhofen
0d625e8704 locale: two little requested fixes (typo and intelligibility)
Origin commit data
------------------
Commit: 6772336524
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)

Origin message was:
------------------
- locale: two little requested fixes (typo and intelligibility)
2013-03-05 21:22:32 +01:00
SnowHead
2e92dd8d1c moviebrowser: don't show additional files from enigma2 in moviebrowser
Origin commit data
------------------
Commit: 2c82b79ba2
Author: SnowHead <snowhead@spinnes-netz.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)

Origin message was:
------------------
- moviebrowser: don't show additional files from enigma2 in moviebrowser
2013-03-05 20:57:40 +01:00
Stefan Seyfried
d24f3a7d27 sectionsd: trim CN thread debug messages
* disable DEBUG_CN_THREAD
* shorten eit update filter message
* remove unneeded printdata_ms


Origin commit data
------------------
Commit: afb831a8d5
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-05 20:31:14 +01:00
Stefan Seyfried
0941c83124 sectionsd: shorten debug messages
* channel ids in sectionsd are only 48bit
* addEvent debug message had redundant information


Origin commit data
------------------
Commit: 91c38fbf0f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-05 20:19:06 +01:00
Stefan Seyfried
8a6feaad91 sectionsd: be more tolerant about adjtime() failure
Origin commit data
------------------
Commit: fc3aa5949f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-05 19:49:21 +01:00
Stefan Seyfried
b4e89b148e sectionsd: don't truncate 64bit value before comparing
Origin commit data
------------------
Commit: d558218115
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-05 (Tue, 05 Mar 2013)
2013-03-05 19:43:09 +01:00
Stefan Seyfried
4e796251c9 hdd_menu: use proper tune2fs call
call the my_system with the proper number of parameters instead
of relying on specifics of the getopt() used by tune2fs, now that
there is no limitation on the number of my_system arguments anymore

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 5dbf45896f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 12:04:57 +01:00
Stefan Seyfried
9c0fbe8943 helpers: improve my_system function
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 988a8ebec2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 11:58:49 +01:00
Stefan Seyfried
f1812eb16d my_system/my_popen: detach the children from neutrino's terminal
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 22be19a9b0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-02 (Sat, 02 Mar 2013)
2013-03-05 11:16:57 +01:00
Stefan Seyfried
94b1023952 libconfigfile: fix strange problem in last commit
for unexplained reasons, tmpfile was sometimes empty :-(
to work around that, use std::string instead of const char *

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: ec58530ae4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 11:05:47 +01:00
Stefan Seyfried
08506822e2 libconfigfile: update config file atomically when saving
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 2afc06a793
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 11:05:38 +01:00
Stefan Seyfried
3250e7cd2b neutrino: avoid crash when signals are caught during start
this needs more work to avoid crashes when interrupted early

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: b6df7de7f7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 11:01:40 +01:00
Stefan Seyfried
46cd1161f3 femanager: save frontend.conf if new entries are present
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 0b17e2f98e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-04 13:25:51 +01:00
Stefan Seyfried
7c886c4ae6 libconfigfile: fix strange problem in last commit
for unexplained reasons, tmpfile was sometimes empty :-(
to work around that, use std::string instead of const char *


Origin commit data
------------------
Commit: 478d59dd2f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-03 23:40:33 +01:00