Thilo Graf
ae85a76a31
imageinfo: use nhttpd.conf as source for webif path
2023-01-05 16:05:35 +01:00
Thilo Graf
202563d296
imageinfo: get package version from package manager instead source
...
Works only if ENABLE_PKG_MANAGEMENT is enabled
2022-09-18 15:04:54 +02:00
Thilo Graf
e4b4398059
imageinfo: remove doPaintBg(false), is not required
2022-01-08 14:04:42 +01:00
Thilo Graf
0a423563f8
imageinfo.cpp: show machine type and git describe of system
2020-12-25 18:53:52 +01:00
svenhoefer
cf67ca4cb6
- try to fix path to /.version file
...
Conflicts:
src/gui/imageinfo.cpp
src/gui/network_setup.cpp
src/nhttpd/tuxboxapi/controlapi.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-12-07 20:34:25 +01:00
Thilo Graf
3fd697ec5b
imageinfo: don't use symlink to os-release file
2020-10-26 15:32:37 +01:00
Thilo Graf
aa6924aad6
imageinfo: outsource build date info init into own member
2020-10-26 15:32:37 +01:00
Thilo Graf
74dc704a40
imageinfo: outsource kernel info init into own member
2020-10-26 15:32:37 +01:00
Thilo Graf
57b150c42d
imageinfo: outsource hal info init into own member
2020-10-26 15:32:37 +01:00
Thilo Graf
765534f102
imageinfo: outsource support info init into own member
2020-10-26 15:32:36 +01:00
Thilo Graf
0d13d1b78c
imageinfo: outsource api info init into own member
2020-10-26 15:32:36 +01:00
GetAway
357095f71a
imageinfo.cpp: small fix to commit 33ecf51
2020-06-14 13:11:17 +02:00
svenhoefer
33ecf51bdb
- update: fix release cycle handling; add human readable version string
...
Signed-off-by: GetAway <get-away@t-online.de >
2020-06-13 22:18:19 +02:00
Thilo Graf
9d1ec97db2
imageinfo: change doc default info
...
Old entry not available until further notice.
2020-04-23 11:20:04 +02:00
Thilo Graf
c687e87e7a
imageinfo: add clean packag names, add fallback for missing built date
2020-03-02 21:48:52 +01:00
Thilo Graf
aec0aca885
imageinfo: avoid possible build error if version.h is not available
2020-02-27 09:01:20 +01:00
Thilo Graf
e436f69d8b
imageinfo: fix used font
...
Font type was not defined.
Therefore font size was too small with auto font.
2020-02-12 10:20:45 +01:00
Thilo Graf
3a6e8a29b6
imageinfo: align to gui output above
2020-01-05 21:17:59 +01:00
Thilo Graf
6f1463aacd
imageinfo: more align to OE image data
2019-12-30 16:31:05 +01:00
Thilo Graf
d23a0755d4
imageinfo: ignore creator if not available
2019-12-29 15:25:03 +01:00
Thilo Graf
706027d792
imageinfo.cpp: adopt to last libstb changes
2019-01-02 19:01:48 +01:00
Thilo Graf
1022cba0cc
imageinfo: add possible information for used libstb-hal
2018-12-31 10:10:30 +01:00
Thilo Graf
728b04db2c
imageinfo.cpp: simplify creation of info lines
2018-12-30 22:13:52 +01:00
Thilo Graf
396d7bb42a
Imageinfo: prepare functionality to show privacy policy
...
Note:
Contents of policy files are not available with this commit. This
should be done related to own conditions by provider himself.
Providers are required by law to do this for their users as well.
Files must be installed in:
installdir = $(DATADIR)/neutrino/policy
Providers should modify their buildsystem to install these files.
Filename sheme is
<locale>.policy. eg 'english.policy'
If you want to add a policy file, take a look into sample file
locale.policy.sample
2018-11-01 17:26:15 +01:00
Thilo Graf
351559f664
src/gui/imageinfo.cpp: add entry for operating system
2018-07-30 13:49:21 +02:00
Thilo Graf
6f02799b03
Imageinfo: resort image and gui relevant entries
2018-04-10 10:29:38 +02: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
Thilo Graf
516ad45bfd
CImageInfo: fix path to .version file
2017-12-22 15:23:53 +01:00
Thilo Graf
60bf6d7194
CImageInfo: expand fallback to get readable version string
...
Evaluation of one char could be not enough to get a right result.
2017-11-19 20:49:34 +01:00
Thilo Graf
f855209de0
CImageInfo: fix version string format
...
String was broken. Only artefacts were to see.
BTW: With current yocto build .version contains
wrong version format. This seems to be not suitable for
handling with flash images in context with versions checks.
2017-11-05 22:24:22 +01:00
Thilo Graf
17227504c2
CImageInfo: optimize label arrangement
...
Distance between label and text was too large with full hd resolution.
2017-03-15 09:58:23 +01:00
Thilo Graf
1db1182b87
CImageInfo: use global offset for item offset
2017-03-15 09:57:43 +01:00
svenhoefer
b283128d0f
- imageinfo: remove obsolete define
2017-03-03 15:50:47 +01:00
svenhoefer
629f91e229
- imageinfo: change handling of yWeb version; use own CConfigFile
2017-03-03 15:48:31 +01:00
Thilo Graf
2727e3f7f0
CImageInfo: fix y position of infotext
...
Minitv was not considered.
When font size very small, infotext could be overlapping
with minitv window. This should fix this.
2017-02-13 09:09:46 +01:00
Stefan Seyfried
2303d94300
replace fontrenderer.h include with forward declaration
...
in order to flatten the build dependency tree further, include
fontrenderer.h directly where needed, in header files a forward
declaration is enough
2017-02-07 17:23:42 +01:00
Thilo Graf
5d1bcbd33f
CImageInfo: prevent possible overpainting while switching of sub text caption
2017-01-31 16:36:42 +01:00
Thilo Graf
9b039f45bc
CImageInfo: remove CC_APPEND
...
Should not be used in the future.
2016-11-28 21:44:00 +01:00
Thilo Graf
1b4f976c6b
Locales: use generic gui name in messages and windows
2016-11-18 17:46:17 +01:00
Thilo Graf
b8e1d0ebbd
CImageInfo: using "DATADIR" instead fixed path
2016-10-04 20:40:30 +02:00
Thilo Graf
5fcd45b633
CImageInfo: fix initial height of first info item
...
On first view of imageinfo window, no image name was visibla.
Height for this item was not assigned.
Height was only assigned at the second attempt.
2016-10-03 21:38:22 +02:00
Thilo Graf
dae88708ee
CImageInfo: fix possible item height calculation
...
Calculation of height was ok on first paint, but on next time was broken.
2016-10-03 15:06:02 +02:00
Thilo Graf
95735f6faf
CImageInfo: use matched fontsize for informations
...
This window contains many lines and it's possible that some lines are
truncated. if users have changed to extreme font sizes,
So it is hopefully solved.
2016-10-03 13:15:57 +02:00
Thilo Graf
7355ebb883
CImageInfo: add yweb version info
2016-10-03 01:54:06 +02:00
Thilo Graf
6b88cea7bf
Imageinfo: add lua API info
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
data/locale/nederlands.locale
src/system/locals.h
src/system/locals_intern.h
2016-10-03 01:54:06 +02:00
Thilo Graf
c9314e4bd1
CImageInfo: enable fade for image info window
2016-10-03 01:52:32 +02:00
M. Liebmann
312a80bee9
Set correct path for /.version if TARGET_PREFIX is in use.
2016-10-01 11:47:59 +02:00
svenhoefer
2911e638c7
- add listModeKey() function to simplify these calls
2016-09-09 10:42:46 +02:00
svenhoefer
bc39d1e14e
- colors: some internal renamings
...
* INFOBAR_SHADOW to SHADOW because it's not only used in infoviewer
* INFOBAR_SHADOW_TEXT to MENUFOOT_TEXT because it's the proper name
This is in preparation to make footer colors configurable
2016-08-14 21:55:18 +02:00
[CST] Focus
302642cee7
neutrino: add webtv channel list mode
2016-03-23 16:36:00 +03:00