Commit Graph

16320 Commits

Author SHA1 Message Date
vanhofen
a7ecc1e43d Change to version 3.66
Origin commit data
------------------
Commit: cecf7036af
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
NI-3.66
2023-03-07 23:20:44 +01:00
Thilo Graf
f33cf058bd imageinfo: adopt version info after last changes on package manager
Origin commit data
------------------
Commit: fb4c94030f
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:44 +01:00
Thilo Graf
a95bd28542 opkg_manager: Major overhaul of the package manager
- Contains more user interactions
- No disabled menu items, this allows getting package information
 for all items.
- Menu list is now divided into sections for updates, plugins and
 system packs, each sorted by installed or not installed.
- Install/reinstall and uninstall takes place via user dialogue
- Expert mode has been revised. Problematic packages may not be touched
 here either.
- Simplified progress display
- and some minor changes


Origin commit data
------------------
Commit: 579be157e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)

Origin message was:
------------------
opkg_manager: Major overhaul of the package manager

- Contains more user interactions
- No disabled menu items, this allows getting package information
 for all items.
- Menu list is now divided into sections for updates, plugins and
 system packs, each sorted by installed or not installed.
- Install/reinstall and uninstall takes place via user dialogue
- Expert mode has been revised. Problematic packages may not be touched
 here either.
- Simplified progress display
- and some minor changes
2023-03-07 23:20:44 +01:00
Thilo Graf
cf07b85db5 icons: add marker icons for dialog and status
Required for package manager


Origin commit data
------------------
Commit: 31f6873b8d
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:44 +01:00
Thilo Graf
6e1be60113 opkg_manager: avoid [-Wshadow] warnings
Origin commit data
------------------
Commit: 4cff312f3c
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:44 +01:00
Thilo Graf
e53d9a9cf8 opgk_manager: more optimizations for package menu
Menu shows more detailed and sorted list (available updates,
installable packages, installed packages).
Possible duplicated separator lines should be fixed.


Origin commit data
------------------
Commit: b4984112a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:44 +01:00
Thilo Graf
72605499aa opkg_manager: remove unused member menu_offset
Origin commit data
------------------
Commit: 2881c9781e
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:44 +01:00
Thilo Graf
3014fb5fce opkg_manager: simplify generation of info, called with info button
Origin commit data
------------------
Commit: 26e867fc68
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
97f7a514a0 opkg_manager: add localized separators to describe contents of package list
Origin commit data
------------------
Commit: bf5cfdeaeb
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
c0ec9ef01c opkg_manager: sort package list for upgradabel, installed and available etries
Origin commit data
------------------
Commit: 575419faaf
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
9d4aa75b96 opkg_manager: show package, version and description separated
Origin commit data
------------------
Commit: ea07083651
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
5afe7b1dc8 icons: add marker_download_later.png
Origin commit data
------------------
Commit: 8745f4ba69
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
195ac948fb test_menu.cpp: fix possible crash on left menu
w_hw->hide() is not really required.


Origin commit data
------------------
Commit: c3688a028c
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
c52e82a5b2 widget/msgbox: add overloaded version of setButtonText()
Allows usage of locale as parameter.


Origin commit data
------------------
Commit: 820f1986f2
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
Thilo Graf
aa2b05cd0c system/helpers: Add new Parameter 'start_pos' to str_replace()
This allows flexibility to specify a starting position from where to search
for the first occurrence of the search string. By default,
the position is set to 0 and the function will behave as before.
However, when a position is provided,
the function will replace only the first occurrence of
the search string after that position.


Origin commit data
------------------
Commit: 912f256276
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)
2023-03-07 23:20:43 +01:00
vanhofen
7c17d6b427 yWeb: add configurable screenshot timeout
Origin commit data
------------------
Commit: 17851cffc0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)

Origin message was:
------------------
- yWeb: add configurable screenshot timeout
2023-03-07 22:32:17 +01:00
vanhofen
903d864861 yWeb: fix paths
Origin commit data
------------------
Commit: 8312f407ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)

Origin message was:
------------------
- yWeb: fix paths
2023-03-07 22:31:38 +01:00
vanhofen
f88686813e yWeb: rework cache categories
Origin commit data
------------------
Commit: 7ab528ffb7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb: rework cache categories
2023-03-06 23:52:06 +01:00
vanhofen
fdc223c9f2 yWeb/Y_Boxcontrol_Menue: protect timers with management ip
Origin commit data
------------------
Commit: 1e80304ce2
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb/Y_Boxcontrol_Menue: protect timers with management ip
2023-03-06 23:44:01 +01:00
vanhofen
025e70dd1e yWeb/Y_About_yWeb: re-add management handling for update check
Origin commit data
------------------
Commit: 0238a67744
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb/Y_About_yWeb: re-add management handling for update check
2023-03-06 22:52:30 +01:00
vanhofen
8f5fb063d6 yWeb: merge Y_Info_Updates into Y_About_yWeb
Origin commit data
------------------
Commit: f128c777c2
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb: merge Y_Info_Updates into Y_About_yWeb
2023-03-06 22:23:23 +01:00
vanhofen
12cd18396e yWeb: fix missing jquery
Origin commit data
------------------
Commit: d0772ba3f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)

Origin message was:
------------------
- yWeb: fix missing jquery
2023-03-06 22:05:41 +01:00
vanhofen
0db8ae0327 yWeb: fix typo
Origin commit data
------------------
Commit: 66ee08314c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)
2023-03-06 21:33:47 +01:00
vanhofen
53eaaca1f0 yWeb: drop head_ni
Origin commit data
------------------
Commit: bd1c95b447
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-05 (Sun, 05 Mar 2023)

Origin message was:
------------------
- yWeb: drop head_ni
2023-03-05 22:25:40 +01:00
vanhofen
3f81649dde yWeb: fix typo
Origin commit data
------------------
Commit: 71a816790e
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-05 (Sun, 05 Mar 2023)
2023-03-05 21:29:42 +01:00
vanhofen
e9904156d8 yWeb/Y_Tools_m3uConvert: fix missing Y_Baselib.js
Origin commit data
------------------
Commit: a531dda4ab
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-05 (Sun, 05 Mar 2023)

Origin message was:
------------------
- yWeb/Y_Tools_m3uConvert: fix missing Y_Baselib.js
2023-03-05 19:38:19 +01:00
vanhofen
112f741efc yWeb: fix typo
Origin commit data
------------------
Commit: b7e5ef0c4e
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-05 (Sun, 05 Mar 2023)
2023-03-05 12:03:01 +01:00
vanhofen
ec1c541c52 yWeb: fix typo
Origin commit data
------------------
Commit: 86664ba3b5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-04 (Sat, 04 Mar 2023)
2023-03-04 16:33:19 +01:00
vanhofen
3d8712d55d yWeb/Y_Info_Updates: remove /tmp/update.txt after reading
Origin commit data
------------------
Commit: fda3cff106
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)

Origin message was:
------------------
- yWeb/Y_Info_Updates: remove /tmp/update.txt after reading
2023-03-03 23:06:46 +01:00
vanhofen
1352840e2e yWeb: minor resort in Y_Info_Menue
Origin commit data
------------------
Commit: a29d505ce8
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)

Origin message was:
------------------
- yWeb: minor resort in Y_Info_Menue
2023-03-03 22:27:35 +01:00
vanhofen
fb2fa0bbec neutrinoyparser: remove some comments
Origin commit data
------------------
Commit: e5aba4738a
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)

Origin message was:
------------------
- neutrinoyparser: remove some comments
2023-03-03 22:25:21 +01:00
vanhofen
8fe6fddc9a yWeb: rename Y_NI_NetFS-control.yhtm => Y_Tools_NetFS.yhtm
Origin commit data
------------------
Commit: ef396f48bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-02 (Thu, 02 Mar 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_NetFS-control.yhtm => Y_Tools_NetFS.yhtm
2023-03-02 22:09:14 +01:00
vanhofen
e0927f388f yWeb: rename Y_NI_m3uConvert.yhtm => Y_Tools_m3uConvert.yhtm
Origin commit data
------------------
Commit: 75bb9c79b0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_m3uConvert.yhtm => Y_Tools_m3uConvert.yhtm
2023-02-28 22:35:02 +01:00
vanhofen
42b6581b5d yWeb: addition to 0f0cf688f9
Origin commit data
------------------
Commit: 84cc15bfae
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: addition to 0f0cf688f9
2023-02-28 22:10:27 +01:00
vanhofen
ab11461c5a yWeb: rename Y_NI_Camd-control.yhtm => Y_Settings_Camds.yhtm
Origin commit data
------------------
Commit: ff9680ab4c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_Camd-control.yhtm => Y_Settings_Camds.yhtm
2023-02-28 22:08:27 +01:00
vanhofen
bc6927c7eb yWeb: addition to 0f0cf688f9
Origin commit data
------------------
Commit: aaccc756af
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: addition to 0f0cf688f9
2023-02-28 21:02:25 +01:00
vanhofen
9e51bfcbc6 yWeb: rename Y_NI_Infoicons-control.yhtm => Y_Settings_Infoicons.yhtm
Origin commit data
------------------
Commit: 5ce5197d09
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_Infoicons-control.yhtm => Y_Settings_Infoicons.yhtm
2023-02-28 20:57:45 +01:00
vanhofen
0f0cf688f9 yWeb: rename Y_NI_Plugin-control.yhtm => Y_Settings_Plugincontrol.yhtm
Origin commit data
------------------
Commit: 63e90c1a5c
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-28 (Tue, 28 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_Plugin-control.yhtm => Y_Settings_Plugincontrol.yhtm
2023-02-28 20:32:51 +01:00
vanhofen
1df77f63f6 yWeb: rename Y_NI_PZapit-control.yhtm => Y_Boxcontrol_PZapit.yhtm
Origin commit data
------------------
Commit: 0b965f6346
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-23 (Thu, 23 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_PZapit-control.yhtm => Y_Boxcontrol_PZapit.yhtm
2023-02-23 21:15:22 +01:00
vanhofen
cde25f4cac yWeb: rename Y_NI_About.yhtm => Y_About_Image.yhtm
Origin commit data
------------------
Commit: 2498cb675b
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_NI_About.yhtm => Y_About_Image.yhtm
2023-02-21 22:52:10 +01:00
vanhofen
d952592695 yWeb: move Y_NI_Tools() away from Y_NIlib.js; drop Y_NIlib.js
Origin commit data
------------------
Commit: 7b0e62f4e2
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)

Origin message was:
------------------
- yWeb: move Y_NI_Tools() away from Y_NIlib.js; drop Y_NIlib.js
2023-02-21 22:52:10 +01:00
vanhofen
547997c452 yWeb: move goUrl() and goPort() away from Y_NIlib.js
Origin commit data
------------------
Commit: bc15870197
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-21 (Tue, 21 Feb 2023)

Origin message was:
------------------
- yWeb: move goUrl() and goPort() away from Y_NIlib.js
2023-02-21 22:52:10 +01:00
vanhofen
197a96d3fe yWeb: load epg plus directly at page startup
Origin commit data
------------------
Commit: 85139f6928
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: load epg plus directly at page startup
2023-02-20 20:47:53 +01:00
vanhofen
b6e63b1b02 yWeb: move some js-functions directly to Y_NI_About.yhtm
Origin commit data
------------------
Commit: cd9294bf14
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: move some js-functions directly to Y_NI_About.yhtm
2023-02-20 20:47:53 +01:00
vanhofen
2777c72c38 yWeb: remove unused goConfirmUrl() from Y_NIlib.js
Origin commit data
------------------
Commit: f8ace9a7b4
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: remove unused goConfirmUrl() from Y_NIlib.js
2023-02-20 20:47:53 +01:00
vanhofen
2b1070d94c yWeb: rename Y_yweb.js => Y_yWeb.js
Origin commit data
------------------
Commit: 4eace25154
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y_yweb.js => Y_yWeb.js
2023-02-20 20:47:53 +01:00
vanhofen
3114dc2c79 yWeb: rename Y-Web.conf => yWeb.conf
Origin commit data
------------------
Commit: 3e6d6f3da0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-20 (Mon, 20 Feb 2023)

Origin message was:
------------------
- yWeb: rename Y-Web.conf => yWeb.conf
2023-02-20 20:47:53 +01:00
Marc Szymkowiak
92e91eea6b try fix basic auth realm missing quote
Origin commit data
------------------
Commit: 576d6050ed
Author: Marc Szymkowiak <marc.szymkowiak91@googlemail.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
2023-02-20 20:37:59 +01:00
Thilo Graf
a18f3cd19a cc_item_progressbar.h: small clean up
Origin commit data
------------------
Commit: c72003a50f
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-09-16 (Fri, 16 Sep 2022)
2023-02-19 23:43:10 +01:00
vanhofen
548e698f73 yWeb/Y_Tools_Screenshot_LCD4Linux: add missing Y_Baselib.js
Origin commit data
------------------
Commit: d0e83acedc
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)

Origin message was:
------------------
- yWeb/Y_Tools_Screenshot_LCD4Linux: add missing Y_Baselib.js
2023-02-19 22:50:17 +01:00