mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
update to version 3.7.1
bugfixes
This commit is contained in:
38
ChangeLog
38
ChangeLog
@@ -1,3 +1,31 @@
|
|||||||
|
2017-12-23 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
|
update to version 3.7.1
|
||||||
|
bugfixes
|
||||||
|
|
||||||
|
COPKGManager: fix path search for ../opkg/info
|
||||||
|
Since changed TARGET_PREFIX variable, path was wrong and causing
|
||||||
|
possible long timeout while opening the manager window.
|
||||||
|
|
||||||
|
.version: fix path to .version in some relevant files
|
||||||
|
|
||||||
|
CNetworkSetup: cleanup and unify debug output
|
||||||
|
|
||||||
|
2017-12-23 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
|
CComponentsWindow: add method to set background image in window classes
|
||||||
|
- setBodyBGImage() exists as member of base class CCDraw and had
|
||||||
|
no visual effect in this class, because visibility of window container is disabled.
|
||||||
|
This additional member overloads the original methode and is using functionality from
|
||||||
|
window body object. Example for buildinfo added.
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
- background behavior of embedded objects must be global adapted if a background image is used
|
||||||
|
|
||||||
|
2017-12-22 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
|
CImageInfo: fix path to .version file
|
||||||
|
|
||||||
2017-12-21 Thilo Graf <dbt@novatux.de>
|
2017-12-21 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
update version to 3.7.0
|
update version to 3.7.0
|
||||||
@@ -15,7 +43,7 @@
|
|||||||
|
|
||||||
Fileplay: add separat fileplay for audio and video
|
Fileplay: add separat fileplay for audio and video
|
||||||
|
|
||||||
2017-12-19 svenhoefer <svenhoefer@svenhoefer.com>
|
2017-12-21 svenhoefer <svenhoefer@svenhoefer.com>
|
||||||
|
|
||||||
- user-menu: add audio fileplay item
|
- user-menu: add audio fileplay item
|
||||||
Conflicts:
|
Conflicts:
|
||||||
@@ -35,10 +63,6 @@
|
|||||||
src/driver/rcinput.cpp
|
src/driver/rcinput.cpp
|
||||||
src/driver/rcinput.h
|
src/driver/rcinput.h
|
||||||
|
|
||||||
2017-12-18 GetAway <get-away@t-online.de>
|
|
||||||
|
|
||||||
audiomute.cpp: fix clear screen after audiomute
|
|
||||||
|
|
||||||
2017-12-18 svenhoefer <svenhoefer@svenhoefer.com>
|
2017-12-18 svenhoefer <svenhoefer@svenhoefer.com>
|
||||||
|
|
||||||
- acinclude: configure for generic hardware by default
|
- acinclude: configure for generic hardware by default
|
||||||
@@ -62,6 +86,10 @@
|
|||||||
|
|
||||||
Icons: add missing hint icons and fix some files with format errors
|
Icons: add missing hint icons and fix some files with format errors
|
||||||
|
|
||||||
|
2017-12-18 GetAway <get-away@t-online.de>
|
||||||
|
|
||||||
|
audiomute.cpp: fix clear screen after audiomute
|
||||||
|
|
||||||
2017-12-17 Thilo Graf <dbt@novatux.de>
|
2017-12-17 Thilo Graf <dbt@novatux.de>
|
||||||
|
|
||||||
icons: fix assignment of settings, network and mainmenu icons
|
icons: fix assignment of settings, network and mainmenu icons
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT(Tuxbox-Neutrino,3.7.0)
|
AC_INIT(Tuxbox-Neutrino,3.7.1)
|
||||||
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
|
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user