Jacek Jendrzej
5448b5af3f
move for - if used kill neutrino
2018-05-27 14:20:24 +02:00
Jacek Jendrzej
22eedad076
disable CEC standby after flash (armbox1)
2018-05-26 12:10:45 +02:00
Thilo Graf
ee0f90d083
Icons: change check markers, rename to dialog on/off, add update marker
2018-04-11 17:07:19 +02:00
max_10
a81669de07
update: add TARGET_PREFIX define to backup/install calls
2018-02-07 19:44:08 +01:00
svenhoefer
6eebfd05d0
- update: fix check for installed version; equivalent to d6bc4e2
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
equivalent to dbf3cb8992
2018-01-13 20:57:45 +01:00
svenhoefer
4f97b169c0
- update: shorten updates lists in menu separators
...
Conflicts:
src/gui/update.cpp
src/gui/update.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
Added update_php() to avoid conflicts
2018-01-07 17:45:18 +01:00
svenhoefer
4c2ce1bac2
- flashtool: add posibilty to get localized and non-localized type
...
Conflicts:
src/gui/update.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-06 20:14:36 +01:00
svenhoefer
8329fe4b31
- update: show some usefull osd-output while updating hd51
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-06 20:14:33 +01:00
svenhoefer
d4bed9e6ea
- update: use fileType instead of a string to check for experimental image
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-06 20:14:30 +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
Thilo Graf
a48d9dc626
.version: fix path to .version in some relevant files
2017-12-23 16:31:47 +01:00
Jacek Jendrzej
a6a256190b
typo
2017-12-03 10:57:20 +01:00
Jacek Jendrzej
1f96c8a4d4
fix resource leak
2017-12-03 10:47:05 +01:00
svenhoefer
dbf3cb8992
- update: fix display of installed version; ...
...
curiously it was only broken on ARM_HARDWARE
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-11-16 19:43:26 +01:00
svenhoefer
4a5adfcb23
- update: ask for copy settings to new image
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 21:47:16 +01:00
svenhoefer
80a9198603
- update: allow ofgwrite to flash another partition
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 21:37:41 +01:00
svenhoefer
9a364075ab
- update: fix osd flickering
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 21:33:47 +01:00
svenhoefer
ba126c3a2c
- update: allow online-update for AX/Mutant; add some beautiful ifdef's
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
#ifdefs not really beautiful but sometimes inevitable
2017-10-29 18:37:40 +01:00
svenhoefer
7e974bc716
- update: allow tgz-tarballs for update via ofgwrite
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-29 18:34:24 +01:00
Jacek Jendrzej
7ad4a0e6cc
Merge branch 'master' into pu/mp
2017-10-02 13:56:25 +02:00
Stefan Seyfried
0d9139054a
remove "using namespace std" from header files
...
"using namespace std" in headers is considered bad practice, so move it
either into the respective cpp files or (for files which have lots of
other std::xxx usage anyway) just write it out explicitly.
Looking at the headers and the affected cpp files, one can actually see
why it is bad practice, as it's spreading very far ;-)
2017-10-02 13:43:57 +02:00
Stefan Seyfried
abec1c311b
Merge remote-tracking branch 'tuxbox/master'
2017-03-04 19:32:30 +01:00
svenhoefer
00d2d557c2
- update: rename DEBUG1 to DRYRUN
2017-03-01 18:16:09 +01:00
svenhoefer
ea3ab21bb0
- update: small cleanup; ...
...
remove obsolete g_Locale->getText() from ShowHint calls
2017-03-01 18:16:09 +01:00
svenhoefer
2a9b39f45f
- update: change filetype comparsion; "< '3'" to "<= '2'"
2017-03-01 18:16:09 +01:00
svenhoefer
943c03fc52
- update: prepare for menu hints
2017-03-01 18:16:09 +01:00
Stefan Seyfried
2819e651c3
Merge remote-tracking branch 'tuxbox/pu/fb-modules'
...
only compile tested ;-)
2017-02-12 21:29:10 +01:00
M. Liebmann
0d66899cbd
neutrino: Rename hardware defined macros for coolstream stb
...
BOXMODEL_NEVIS => BOXMODEL_CS_HD1
BOXMODEL_APOLLO => BOXMODEL_CS_HD2
2017-02-12 09:21:04 +01:00
Stefan Seyfried
c6d7968381
Merge remote-tracking branch 'tuxbox/master'
2016-12-04 18:02:51 +01:00
svenhoefer
88ebe68b39
- update: fix evaluation of int newfound
2016-11-21 01:04:22 +01:00
Thilo Graf
dde298b1b7
CMsgBox: rework msgbox classes with Window class implementation
...
Replacing messagebox, hintbox_ext and some derivated parts with
basic class hintbox and derivated class CMsgBox. This should unify
window handling and avoids maintain of multiple classes with quasi
same purpose and adds more functionality.
TODO: fix and optimize details
2016-10-24 10:31:24 +02:00
Stefan Seyfried
13ab1ebc8a
Merge remote-tracking branch 'tuxbox/master'
...
* needs compile fixes
* needs additional tests, of course :-)
2016-10-22 11:37:40 +02:00
M. Liebmann
312a80bee9
Set correct path for /.version if TARGET_PREFIX is in use.
2016-10-01 11:47:59 +02:00
Jacek Jendrzej
0d9fbd5378
some never read compil warning fixes
2016-04-24 17:18:37 +02:00
Stefan Seyfried
b53fbaf327
Merge remote-tracking branch 'cst-next'
2016-01-08 19:52:41 +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
Stefan Seyfried
b837d8697b
Merge remote-tracking branch 'uncool/cst-next'
2015-12-28 16:15:14 +01:00
Thilo Graf
362018ed76
CFlashUpdate: use locales for install and error messages
2015-12-28 12:13:44 +01:00
Thilo Graf
58fa104967
CFlashUpdate: add localized messages for installation from default update feature
2015-12-28 12:13:43 +01:00
Thilo Graf
9ff0512496
CFlashUpdate: change lines for better statement readability
2015-12-28 12:13:43 +01:00
Thilo Graf
b987c9595a
CFlashUpdate: add log output for not found package file
2015-12-28 12:13:43 +01:00
Thilo Graf
68585f1a0d
CFlashUpdate: add filters for packages
2015-12-28 12:13:43 +01:00
Stefan Seyfried
880115fa98
Merge remote-tracking branch 'uncool/cst-next'
2015-12-25 16:28:39 +01:00
svenhoefer
ceb3344a70
- update: localize question of flashing image
2015-12-23 10:16:26 +01:00
Stefan Seyfried
eeee5bacab
Merge remote-tracking branch 'uncool/cst-next'
...
This need buildfixes and some functional updates...
2015-12-13 17:41:55 +01:00