Stefan Seyfried
45707de09e
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.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
fb5265e0fa
opkg_manager: explicitly clear pkg_map in destructor
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
8f0e74a3bf
opkg_manager: fix invalid match with -foo$ "regex"
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
70e1891b36
update_menu: don't leak COPKGManager objects
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
8578218c38
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.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
cb9ec38623
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.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
dd493eac8a
opkg_manager: disarm checkSize() function
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
You're right but opkg gives not really usable size values and nothing
about dependencies. Solutions are welcome.
2016-01-05 15:06:18 +01:00
Stefan Seyfried
fccb831b05
opkg_manager: disable "key_up" after updating packages
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
I think too.
2016-01-05 15:06:18 +01:00
Stefan Seyfried
662433c0c3
opkg_manager: remove reboot and restart trigger files
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Stefan Seyfried
09d7361f42
opkg_manager: don't use hardcoded path
...
instead of "/var/tuxbox/config" use CONFIGDIR instead.
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-05 15:06:18 +01:00
Jacek Jendrzej
9aa1420ca7
src/gui/infoviewer.cpp try to fix segfault after PB change
2016-01-04 20:13:59 +01:00
Jacek Jendrzej
597f10d920
src/gui/channellist.cpp fix possible segfault (heap-buffer-overflow)
2016-01-04 13:50:36 +01:00
svenhoefer
a6537c766b
CShellWindow: fix textbox position
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-03 21:49:39 +01:00
defans
64c412071a
CInfoViewer: fix infobar size in virtual zap mode
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2016-01-03 21:11:26 +01:00
svenhoefer
d88e40f41d
- locale: add cut/copy/truncate menu hints; thx to tewsbo for support
2016-01-03 20:42:58 +01:00
Thilo Graf
85ad35abdc
CInfoViewer: ensure removing of timescale bar after killed infobar
...
In some constellations it was possible that timescale was not removed
from screen after closing of infoviewer.
e.g. user switched from a
channel with epg data to a channel without epg data and infobar was closed
before epg data was complete arrived.
btw: it seems INFOBAR_PROGRESSBAR_ARRANGEMENT_DEFAULT
is not not really "default"
2016-01-03 20:25:15 +01:00
Thilo Graf
976e0251ee
CComponentsItem: try to fix clean up screen buffers after killed items
2016-01-03 20:25:15 +01:00
Thilo Graf
ec701e3108
CInfoViewer: try to fix overlapping current info and curren/next time info
...
This effect was heavy to reproduce, but some useres had such effects.
Hold saved background and hide() ensure clean
background before repaint title and rest.
2016-01-03 20:25:15 +01:00
Thilo Graf
ab29b2fa43
CFlashUpdate: remove superfluous paint of progress
...
This should fix remains on screen of progressbars after
flashing or local updates.
2016-01-03 16:49:11 +01:00
M. Liebmann
0e68d504c9
Remove redundant pthread_cancel() call
2016-01-03 12:59:44 +01:00
defans
f661cb2ee3
movieplayer: Add screensaver function when movie player is paused
2016-01-03 12:59:44 +01:00
svenhoefer
fdf8bd4860
- movieplayer: allow configurable RC_setup key
2016-01-02 14:14:41 +01:00
vanhofen
c617f764ab
- neutrino: don't autofill usermenu title, when no items included
...
This keeps init-code compatible to personalize-code (title is removed
automatically, when no items are included).
2016-01-02 12:33:32 +01:00
svenhoefer
5860045999
- locale: add usermenu title locales ...
...
some small reworks; cleanup from #if 0'ed code
2016-01-02 12:18:06 +01:00
Thilo Graf
f54f1d0805
CPlugins: try to fix possible segfault while open shellwindow scripts
2016-01-02 00:10:20 +01:00
Thilo Graf
74bb998c40
CInfoViewer: fix assign corner and shadow modes, depends of virtual zap mode
2016-01-01 21:20:45 +01:00
Thilo Graf
e50d205574
CTimeOSD: decouple timeosd from general clock format settings
2016-01-01 19:27:42 +01:00
Jacek Jendrzej
fc8cf590c3
src/gui/timeosd.cpp init m_mode
2016-01-01 19:07:04 +01:00
M. Liebmann
f12e49e720
CLuaInstance: Precise error message for obsolete hide() parameter
...
- Supplement for commit 75631a97f1
2016-01-01 14:43:59 +01:00
M. Liebmann
a7790ce049
CLuaInstance: Fix commit e85f64d733
...
- Use return value from checkMagicMask() for color
2016-01-01 14:43:59 +01:00
svenhoefer
6801bf215e
- Happy new year, neutrino. \o/
2016-01-01 00:18:28 +01:00
Stefan Seyfried
b346b7077f
luainstance: narrow scope of video_cs header
2015-12-31 11:44:04 +01:00
Stefan Seyfried
59f91b190c
avoid continuous rebuilds from LUA_API* changes
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2015-12-31 11:44:04 +01:00
Stefan Seyfried
85b03349e9
luainstance: remove unneeded hardware dependencies
2015-12-31 11:44:04 +01:00
Stefan Seyfried
b62da2624e
luainstance: fix types to allow compilation with newer gcc
2015-12-31 11:44:04 +01:00
Stefan Seyfried
e85f64d733
luainstance: fix build with newer GCC
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2015-12-31 11:44:04 +01:00
Stefan Seyfried
dbad3b069a
define LUA_COMPAT_5_2 to allow build with newer lua versions
...
Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com >
2015-12-31 11:44:04 +01:00
Stefan Seyfried
7f69a433ad
acinclude: fix DVB_API_VERSION check for gcc5
2015-12-31 11:44:04 +01:00
Stefan Seyfried
9b337ee530
acinclude: get rid of old nokia dvb API
2015-12-31 11:44:04 +01:00
Thilo Graf
3acd04e865
CInfoViewer: optimize signal bar arrangement
2015-12-30 22:23:24 +01:00
Thilo Graf
648e01f401
CSignalBar: try to fix position and height of scale bars
2015-12-30 22:22:44 +01:00
Thilo Graf
4dfb2a75ae
CSignalBar: unified reference percent text length
2015-12-30 17:31:42 +01:00
Thilo Graf
a1ae17abb3
CInfoViewer: use old names for signal type names
2015-12-30 16:57:32 +01:00
Thilo Graf
06686334bf
signalbars: add missing parameters for signal type names
2015-12-30 16:56:45 +01:00
Thilo Graf
f5fba42118
CInfoViewerBB: fix missing parameter
...
Shadow was lost after repaint
2015-12-30 13:09:37 +01:00
Thilo Graf
5d6e33ac9d
CInfoViewer: try to fix paint info text box after delayed painting of timescale
2015-12-30 13:09:36 +01:00
Thilo Graf
c15731e6e7
CInfoViewer: refine arrangement of epg title
...
this reduces some flicker or fade effects nearly of numberbox
2015-12-30 13:09:36 +01:00
Thilo Graf
ad6940fd85
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.
2015-12-30 13:09:36 +01:00
Jacek Jendrzej
946d64fc37
fix possible segafult, invalid type
2015-12-29 17:58:31 +01:00
Thilo Graf
14124c7dd6
COsdSetup: kill instance of osd_menu_colors
...
Suggested, by svenhoefer
2015-12-29 16:55:08 +01:00