-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfixes
- Loading branch information
Showing
2 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
2017-12-23 Thilo Graf <[email protected]> | ||
|
||
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 <[email protected]> | ||
|
||
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 <[email protected]> | ||
|
||
CImageInfo: fix path to .version file | ||
|
||
2017-12-21 Thilo Graf <[email protected]> | ||
|
||
update version to 3.7.0 | ||
|
@@ -15,7 +43,7 @@ | |
|
||
Fileplay: add separat fileplay for audio and video | ||
|
||
2017-12-19 svenhoefer <[email protected]> | ||
2017-12-21 svenhoefer <[email protected]> | ||
|
||
- user-menu: add audio fileplay item | ||
Conflicts: | ||
|
@@ -35,10 +63,6 @@ | |
src/driver/rcinput.cpp | ||
src/driver/rcinput.h | ||
|
||
2017-12-18 GetAway <[email protected]> | ||
|
||
audiomute.cpp: fix clear screen after audiomute | ||
|
||
2017-12-18 svenhoefer <[email protected]> | ||
|
||
- acinclude: configure for generic hardware by default | ||
|
@@ -62,6 +86,10 @@ | |
|
||
Icons: add missing hint icons and fix some files with format errors | ||
|
||
2017-12-18 GetAway <[email protected]> | ||
|
||
audiomute.cpp: fix clear screen after audiomute | ||
|
||
2017-12-17 Thilo Graf <[email protected]> | ||
|
||
icons: fix assignment of settings, network and mainmenu icons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters