Commit Graph

8292 Commits

Author SHA1 Message Date
vanhofen
a4fd788090 locale: add usermenu title locales ...
some small reworks; cleanup from #if 0'ed code


Origin commit data
------------------
Commit: 5860045999
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)

Origin message was:
------------------
- locale: add usermenu title locales ...

 some small reworks; cleanup from #if 0'ed code
2016-01-02 12:18:06 +01:00
Stefan Seyfried
69a607474f tuxtxt: fix rare crash / memory corruption
cache manipulation outside locks is evil, and the variables have been
initialized in tuxtxt_init earlier anyway


Origin commit data
------------------
Commit: aab075bd70
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)
2016-01-02 11:31:40 +01:00
Stefan Seyfried
cfafe63756 CShellWindow: do not dereference NULL pointers
additionally, try to shorten the debug messages slightly and make the
output more useful in the error case for my_popen()


Origin commit data
------------------
Commit: 0b8365f908
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)
2016-01-02 10:57:21 +01:00
Stefan Seyfried
188857ceb6 make various dprintf macros safer for general usage
Origin commit data
------------------
Commit: 6886d64578
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)
2016-01-02 10:40:42 +01:00
Stefan Seyfried
18c816f652 update_menu: put opkg update in front
Origin commit data
------------------
Commit: aa08aeb1ca
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)
2016-01-02 00:17:28 +01:00
Thilo Graf
a5c80536e0 CPlugins: try to fix possible segfault while open shellwindow scripts
Origin commit data
------------------
Commit: f54f1d0805
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-02 (Sat, 02 Jan 2016)
2016-01-02 00:10:20 +01:00
Stefan Seyfried
ca87830b1c opkg_manager: do not read package list twice on start
checkUpdates() already gets the package list and the list of
upgradables, so it is unnecessary to do this again immediately
afterwards.


Origin commit data
------------------
Commit: 072c411860
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 23:20:03 +01:00
Stefan Seyfried
b59b034acf opkg_manager: explicitly clear pkg_map in destructor
Origin commit data
------------------
Commit: 664e3012b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 23:18:59 +01:00
Stefan Seyfried
2351c9922c opkg_manager: fix invalid match with -foo$ "regex"
Origin commit data
------------------
Commit: b9a5a30c52
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 23:18:19 +01:00
Stefan Seyfried
8b110e80bb opkg_manager: don't overwrite opkg.conf
overwriting the user's configuration with strange stuff is
not nice, so disarm this by renaming the config file :-)


Origin commit data
------------------
Commit: bb8ce41abf
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 23:12:36 +01:00
Stefan Seyfried
8dd74a836a update_menu: don't leak COPKGManager objects
Origin commit data
------------------
Commit: 03a3ced68f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 23:09:48 +01:00
Stefan Seyfried
eeb81d7a52 opkg_manager: do not put bad packages into package list
"bad" packages will be ignored later anyway, so to speed things
up and save memory, do not even put them into the package list.


Origin commit data
------------------
Commit: 9eeeb08743
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 22:06:02 +01:00
Thilo Graf
c3ef735c4c CInfoViewer: fix assign corner and shadow modes, depends of virtual zap mode
Origin commit data
------------------
Commit: 74bb998c40
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 21:20:45 +01:00
Stefan Seyfried
fee0e83b55 cc_frm: fix printf warning (this time for real ;)
Origin commit data
------------------
Commit: 7d268c16b9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 20:49:37 +01:00
Stefan Seyfried
39cfcab79a opkg_manager: remove opkg options
Just use standard options. If someone wants to change them,
/etc/opkg/opkg.conf is available for that purpose.


Origin commit data
------------------
Commit: 361556a1e3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:55:10 +01:00
Stefan Seyfried
de0aa47821 opkg_manager: tone down diagnostics in badpackage()
In case of many packages, it can take a very long time to output the
matches of badpackage() on a serial console, so only print them if the
verbosity is increased and remove unnecessary information.


Origin commit data
------------------
Commit: 28647d9e3c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:31:45 +01:00
Stefan Seyfried
90e3e34633 opkg_manager: disarm checkSize() function
Origin commit data
------------------
Commit: 609a591d9c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:30:58 +01:00
Stefan Seyfried
05f7dc602d opkg_manager: disable "key_up" after updating packages
Origin commit data
------------------
Commit: e3d845cec4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:29:57 +01:00
Stefan Seyfried
757f433745 opkg_manager: remove reboot and restart trigger files
Origin commit data
------------------
Commit: 407c15f3f1
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:29:10 +01:00
Thilo Graf
9ae93f33e9 CTimeOSD: decouple timeosd from general clock format settings
Origin commit data
------------------
Commit: e50d205574
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:27:42 +01:00
Jacek Jendrzej
2093516363 src/gui/timeosd.cpp init m_mode
Origin commit data
------------------
Commit: fc8cf590c3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 19:07:04 +01:00
Stefan Seyfried
aefcec168c opkg_manager: don't use hardcoded path
instead of "/var/tuxbox/config" use CONFIGDIR instead.


Origin commit data
------------------
Commit: 910310951e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 16:56:52 +01:00
Stefan Seyfried
8115ae5ad0 Merge remote-tracking branch 'uncool/cst-next'
Origin commit data
------------------
Commit: 66ab2af56a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 16:09:23 +01:00
Stefan Seyfried
f7bb2a8e13 configure: remove redundant section
One of the last merges introduced duplicate Lua config sections. Just
use the standard one (but turn lua support on by default).


Origin commit data
------------------
Commit: 0a07aa2acd
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 16:00:33 +01:00
Stefan Seyfried
ebfd23f114 add a method for migrating config file values
e.g. commit c6905d2f changed the names of config file entries, which
leads to unwanted changes in appearance.
To avoid this in the future, add a migrateConfig() function in neutrino
which fixes this commit and can be extended in the future if necessary.


Origin commit data
------------------
Commit: 74293c13b6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 15:43:05 +01:00
Michael Liebmann
b23ab6dafb CLuaInstance: Precise error message for obsolete hide() parameter
- Supplement for commit 8882b8913b


Origin commit data
------------------
Commit: f12e49e720
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 14:43:59 +01:00
Michael Liebmann
7aa6fa2577 CLuaInstance: Fix commit 27699ff590
- Use return value from checkMagicMask() for color


Origin commit data
------------------
Commit: a7790ce049
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 14:43:59 +01:00
Stefan Seyfried
062077a53c edit lua_api_version.h instead of autogenerating it
This will help those who do not use ccache :-)


Origin commit data
------------------
Commit: 57d9b388d4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 14:14:55 +01:00
Stefan Seyfried
0222346c9a Merge remote-tracking branch 'uncool/cst-next'
Origin commit data
------------------
Commit: 9113716171
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)
2016-01-01 14:10:48 +01:00
vanhofen
7bc932fb4f Happy new year, neutrino. \o/
Origin commit data
------------------
Commit: 6801bf215e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)

Origin message was:
------------------
- Happy new year, neutrino. \o/
2016-01-01 00:18:28 +01:00
Stefan Seyfried
6aca71757a luainstance: narrow scope of video_cs header
Origin commit data
------------------
Commit: b346b7077f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-25 (Fri, 25 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
a69b0c518d avoid continuous rebuilds from LUA_API* changes
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: 59f91b190c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-14 (Mon, 14 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
88bd37ef2b luainstance: remove unneeded hardware dependencies
Origin commit data
------------------
Commit: 85b03349e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
901355e5b7 luainstance: fix types to allow compilation with newer gcc
Origin commit data
------------------
Commit: b62da2624e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
27699ff590 luainstance: fix build with newer GCC
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: e85f64d733
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
4fad676f6d define LUA_COMPAT_5_2 to allow build with newer lua versions
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: dbad3b069a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
5787034823 acinclude: fix DVB_API_VERSION check for gcc5
Origin commit data
------------------
Commit: 7f69a433ad
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-11-15 (Sun, 15 Nov 2015)
2015-12-31 11:44:04 +01:00
Stefan Seyfried
bce1e79df2 acinclude: get rid of old nokia dvb API
Origin commit data
------------------
Commit: 9b337ee530
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-11-15 (Sun, 15 Nov 2015)
2015-12-31 11:44:04 +01:00
Thilo Graf
70ea30e3e4 CInfoViewer: optimize signal bar arrangement
Origin commit data
------------------
Commit: 3acd04e865
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 22:23:24 +01:00
Thilo Graf
91e598174e CSignalBar: try to fix position and height of scale bars
Origin commit data
------------------
Commit: 648e01f401
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 22:22:44 +01:00
Thilo Graf
c88c4ac340 CSignalBar: unified reference percent text length
Origin commit data
------------------
Commit: 4dfb2a75ae
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 17:31:42 +01:00
Thilo Graf
ba06d1907d CInfoViewer: use old names for signal type names
Origin commit data
------------------
Commit: a1ae17abb3
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 16:57:32 +01:00
Thilo Graf
f484af573e signalbars: add missing parameters for signal type names
Origin commit data
------------------
Commit: 06686334bf
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 16:56:45 +01:00
Thilo Graf
b82892a27f CInfoViewerBB: fix missing parameter
Shadow was lost after repaint


Origin commit data
------------------
Commit: f5fba42118
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 13:09:37 +01:00
Thilo Graf
018fb72949 CInfoViewer: try to fix paint info text box after delayed painting of timescale
Origin commit data
------------------
Commit: 5d6e33ac9d
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)
2015-12-30 13:09:36 +01:00
Thilo Graf
1d61ab6fad CInfoViewer: refine arrangement of epg title
this reduces some flicker or fade effects nearly of numberbox


Origin commit data
------------------
Commit: c15731e6e7
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)
2015-12-30 13:09:36 +01:00
Thilo Graf
bccc45e33c CCDraw: add parameter force_paint to member enableShadow()
TODO executed

Default behavior is not changed but parameter allows repaint shadow
in some constellations if required.


Origin commit data
------------------
Commit: ad6940fd85
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)
2015-12-30 13:09:36 +01:00
Jacek Jendrzej
1fb4e04e27 fix possible segafult, invalid type
Origin commit data
------------------
Commit: 946d64fc37
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
2015-12-29 17:58:31 +01:00
Thilo Graf
9401f2e8d1 COsdSetup: kill instance of osd_menu_colors
Suggested, by svenhoefer


Origin commit data
------------------
Commit: 14124c7dd6
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)
2015-12-29 16:55:08 +01:00
Thilo Graf
9926ef8626 COPKGManager: don't init if no opkg support available
This avoids creating of any basic configuration files or directories on
non opkg supported firmware releases.


Origin commit data
------------------
Commit: bea8f5e980
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)
2015-12-29 16:55:08 +01:00