svenhoefer
55b49bebd9
- movieplayer: remove unused ENABLE_GRAPHLCD code
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
Stefan Seyfried
bacddeea90
dboxinfo: allow to show "neutrino uptime"
2017-12-28 00:07:23 +01:00
Stefan Seyfried
84ccb7d2a7
move automake's "foreign" switch to the proper place
2017-12-28 00:07:23 +01:00
Stefan Seyfried
1dc7e185bf
cc_draw: add simple debug facility
...
not perfect, since the borders can be overdrawn afterwards
but still pretty useful
2017-12-28 00:07:23 +01:00
Stefan Seyfried
bbe2d5b11a
infoviewer: use all free space for epg title
...
this should also avoid display artifacts due to runtime
changes in size of running time display
2017-12-28 00:07:23 +01:00
Stefan Seyfried
9877f59361
infoviewer: revert useless big box for running time
...
The box is two times too big, truncating long EPG titles.
2017-12-28 00:07:23 +01:00
Stefan Seyfried
d633d23793
deutsch.locale: fix typo
2017-12-28 00:07:23 +01:00
Stefan Seyfried
b0bd8fdbae
Channellist: only show lock icon if parental lock is active
...
additionally, remove the icon on change to an unlocked bouquet
2017-12-28 00:07:23 +01:00
Stefan Seyfried
f6b04a297a
CComponentsHeader: fix text position if icon is removed
2017-12-28 00:07:23 +01:00
svenhoefer
c1a2867445
- update: more logic in some ifdef's
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
svenhoefer
f3cfefeaa8
- update: cleanup and unify debug output
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
svenhoefer
5ad73dbcc9
- update: fix some defines for ARM_HARDWARE
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
svenhoefer
02e9fe0533
- update: modify LIST_OF_UPDATES_LOCAL_FILENAME define
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
svenhoefer
9fb2f75ad1
- update: remove unused UPDATE_LOCAL_FILENAME define
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-28 00:07:23 +01:00
Thilo Graf
c90348dd1e
update: move image RELEASE_CYCLE define to configure.ac
...
It should be more sensefull to set release cycle inside environment
than hard coding inside neutrino code.
Neutrino package version is not the same like image release cycle,
therefore here it is separated from package info.
2017-12-28 00:05:28 +01:00
Jacek Jendrzej
b67e21b5ce
try to fix next file play on AX
2017-12-23 18:21:55 +01:00
Jacek Jendrzej
2eb1bb1cf5
fix play stop on cst after hd51 merge
2017-12-23 17:56:56 +01:00
Thilo Graf
335afa7938
update to version 3.7.1
...
bugfixes
2017.7
3.07.01
2017-12-23 16:34:30 +01:00
Thilo Graf
01350745c7
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.
2017-12-23 16:31:47 +01:00
Thilo Graf
a48d9dc626
.version: fix path to .version in some relevant files
2017-12-23 16:31:47 +01:00
Thilo Graf
2ce57350ba
CNetworkSetup: cleanup and unify debug output
2017-12-23 16:31:28 +01:00
Thilo Graf
51fc78c7e7
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-23 16:30:11 +01:00
Thilo Graf
516ad45bfd
CImageInfo: fix path to .version file
2017-12-22 15:23:53 +01:00
Thilo Graf
946d9e4bd6
update version to 3.7.0
...
eplayer beta
2017.6
3.07
2017-12-21 12:11:14 +01:00
svenhoefer
3fef93574a
- user-menu: avoid empty headers in user-menu
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 12:11:13 +01:00
TangoCash
97327f0212
- filebrowser: add size() and getFilter() members
2017-12-21 12:11:11 +01:00
Thilo Graf
91ee69f22e
Fileplay: add separat fileplay for audio and video
2017-12-21 12:10:40 +01:00
svenhoefer
fb2d6f95e8
- user-menu: add audio fileplay item
...
Conflicts:
src/gui/user_menue_setup.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:32 +01:00
svenhoefer
3d5aa5977a
- neutrino: add more RC_playpause handling
...
Conflicts:
src/gui/movieplayer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:30 +01:00
svenhoefer
c9e4712011
- neutrino: add RC_playpause handling; change some key defaults for ARM_HARDWARE
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:28 +01:00
svenhoefer
a4670c75a9
- rcinput: add RC_playpause key
...
Conflicts:
src/driver/rcinput.cpp
src/driver/rcinput.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:27 +01:00
svenhoefer
ae2a6c06f8
- acinclude: configure for generic hardware by default
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-18 22:24:49 +01:00
svenhoefer
9b79b011cb
- streaminfo: add fallback to delivery system detection
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-18 22:24:49 +01:00
svenhoefer
35813ced0d
- settings_manager: fix issue tag on reset settings item
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-18 22:24:48 +01:00
Thilo Graf
c91cb3aada
Icons: use fixed language and youtube icon
...
Format was wrong.
2017-12-18 22:24:48 +01:00
Thilo Graf
d2c2ec070d
Icons: use default hint from own icon set
2017-12-18 22:24:48 +01:00
svenhoefer
da3957b735
- icons: add default hint icon
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-18 22:24:48 +01:00
Thilo Graf
b9f0bf8f7d
Icons: add missing hint icons and fix some files with format errors
2017-12-18 22:24:48 +01:00
GetAway
e6da7fdda7
audiomute.cpp: fix clear screen after audiomute
2017-12-18 17:19:30 +01:00
Thilo Graf
f38e03a431
icons: fix assignment of settings, network and mainmenu icons
...
Assignment was confused. There are probaly more.
2017-12-17 23:17:48 +01:00
Thilo Graf
6c781b05a1
CSettingsManager: add cancel buttons to backup/save config messages
...
User should have this possibility because 'yes' and 'no'
are coming with defined effects.
2017-12-17 23:17:44 +01:00
Thilo Graf
52c279fc4f
CSettingsManager: use neutrino internal debug output,
2017-12-17 23:17:31 +01:00
svenhoefer
483f4053a5
- settings_manager: remember last used directory
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/gui/settings_manager.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-17 23:17:17 +01:00
svenhoefer
4f3f435bc5
- settings_manager: add TARGET_PREFIX define to backup/restore calls
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-17 23:17:03 +01:00
svenhoefer
615688f3b9
- acinclude: fix TARGET_PREFIX define for native target
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
Note: TARGET_PREFIX describes inside the yocto SDK the toolchain
binary prefix for the target tools. Maybe this could make confuse
with usage of yocto SDK environment. Maybe we should rename this variable.
e.g EXEC_PREFIX or so ...
2017-12-17 23:15:16 +01:00
Thilo Graf
aa1c16609c
icons: add missing picon vor save as
2017-12-17 15:06:46 +01:00
Thilo Graf
fc2629eec5
CPictureViewer: add current image into debug line
...
It's not possible to see which file causes this error.
2017-12-17 14:02:39 +01:00
Thilo Graf
73fa25f936
CSettingsManager: add hintbox while execute backup_sh
2017-12-16 21:04:38 +01:00
svenhoefer
ce0aa768b9
- infoviewer_bb: small renamings to get more logic in function names
...
showOne_CAIcon() => showIcon_CA()
paint_ca_icons() => paint_ca_icon()
showIcon_CA_Status() => paint_ca_icons()
Conflicts:
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-15 18:42:18 +01:00
TangoCash
2f5f5f70c3
fix icon alignment
...
Conflicts:
src/gui/infoviewer_bb.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-15 18:42:16 +01:00