Frankenstone
7d45a9ef75
network_setup: fix wiki string
2020-05-02 00:12:39 +02:00
MarkusVolk
0e7170fe98
network_setup.cpp: fix -Wformat-overflow warning
2020-01-24 15:58:24 +01:00
svenhoefer
ff51f31f51
- revert 2e6e2ef and 08b5b19 partly
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
commits:
- neutrino_menu: use RC_help to show info_menu; ARM/MIPS_HARDWARE only
- add some mor help keys; fix 5e8a1d0233781d1b4a7494e5be8107ef4094ba85
Signed-off-by: Thilo Graf <dbt@novatux.de >
2020-01-05 16:53:14 +01:00
svenhoefer
1abdcd167e
- add some mor help keys; fix 5e8a1d0233781d1b4a7494e5be8107ef4094ba85
...
Conflicts:
src/neutrino.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
fix here: a81af7c5065973f9b9c9d71dbe6d8631090a4618
2020-01-05 16:53:14 +01:00
svenhoefer
f4383aba5f
- network-setup: use new marker icons
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-05 00:52:58 +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
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
42b967fb89
CNetworkSetup: disable network_services menu
...
Required with yocto build
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-10-24 11:33:00 +02:00
svenhoefer
db5af2d9ca
- network-setup: add header-icon to network-test
2017-09-27 09:50:14 +02:00
svenhoefer
b37deab766
- network-setup: fix text-alignment for network-test
2017-09-27 09:50:14 +02:00
vanhofen
816de89898
- drop easymenu
2017-09-13 13:35:23 +02:00
Thilo Graf
f85270f1ed
CNetworkSetup: simplify hintbox calls
2016-11-20 22:50:41 +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
M. Liebmann
312a80bee9
Set correct path for /.version if TARGET_PREFIX is in use.
2016-10-01 11:47:59 +02:00
svenhoefer
af90286a30
- start_wizard: use a global enum; switch detection from bool to int
2015-05-15 03:46:50 +02:00
martii
336dbca45c
network setup: calculate broadcast based on ip and netmask
2015-05-12 09:11:01 +02:00
svenhoefer
9041bff59c
- remove w_max()-calls to define menu-width, because ...
...
w-max() returns a pixel-value, but menus need a percentage-value.
2015-04-24 09:11:04 +02:00
Jacek Jendrzej
2b5e7b5ba3
use empty to check string
2015-01-09 17:15:11 +01:00
svenhoefer
ee91014c48
- align most CKeyboardInput calls to the changes in 88c6640
2014-11-22 15:58:02 +01:00
[CST] Focus
156b515155
gui/network_setup.cpp: fix crash on settings restore, if no wlan present
2014-11-20 14:38:07 +03:00
[CST] Focus
549e110e14
change most code to use CKeyboardInput in place of CStringInputSMS
2014-11-19 18:21:38 +03:00
martii
706ea95092
gui/nfs: implement mac address lookup
...
Conflicts:
src/gui/moviebrowser.cpp
src/gui/nfs.cpp
2014-09-15 14:04:20 +04:00
martii
e84782bc4c
drop explicit CMenuForwarder icon assignments
...
Conflicts:
src/gui/3dsetup.cpp
src/gui/bouquetlist.cpp
src/gui/hdd_menu.cpp
src/gui/keybind_setup.cpp
src/gui/mediaplayer.cpp
src/gui/mediaplayer_setup.cpp
src/gui/moviebrowser.cpp
src/gui/network_setup.cpp
src/gui/nfs.cpp
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/parentallock_setup.cpp
src/gui/personalize.cpp
src/gui/proxyserver_setup.cpp
src/gui/record_setup.cpp
src/gui/scan_setup.cpp
src/gui/screensetup.cpp
src/gui/settings_manager.cpp
src/gui/timerlist.cpp
src/gui/update_menue.cpp
src/gui/vfd_setup.cpp
src/gui/videosettings.cpp
src/neutrino_menue.cpp
2014-09-15 11:44:08 +04:00
[CST] Focus
bad910a320
gui/network_setup.cpp: fix enabled/disabled items on settings restore
2014-09-12 13:52:03 +04:00
svenhoefer
53f5801d6f
- adapt ShowMsg handling from martii's neutrino-mp
2014-01-22 12:37:21 +01:00
M. Liebmann
31842369cc
Preparing the input classes for Lua
...
- Add non locale variants for CExtendedInput, CStringInput,
CStringInputSMS, CPINInput
THX Martii
2014-01-19 20:57:38 +01:00
M. Liebmann
b41819190d
Preparing the menu classes for Lua Part #2
...
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
2014-01-19 20:57:37 +01:00
martii
cbc9299df8
convert most char[...] configuration values to std::string
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +01:00
[CST] Focus
b9881539d4
gui/network_setup.cpp: move wlan setup items up,
...
to be visible always on first page
2013-11-12 17:21:36 +04:00
[CST] Focus
595c6a961b
src/gui/network_setup.cpp: add wlan scan
2013-11-01 16:43:06 +04:00
[CST] Focus
606bd01878
as requested, implement 'easy' menu mode for novice users;
...
default behavior should not be changed, easy mode forced by /var/etc/.easymenu file inside image;
at the moment switch between modes is done by main menu -> 'stop' button -> enter pin code,
restart needed after mode switch
2013-10-25 13:03:26 +04:00
svenhoefer
ad20474050
- ENABLE_GUI_MOUNT: globalize
2013-05-27 23:56:54 +02:00
svenhoefer
6472840127
- network_setup.cpp: add more suitable hints to hostname-setup
2012-11-07 13:02:40 +01:00
svenhoefer
7a7aec266a
- network_setup.cpp: add ntp-server to network-test
2012-10-11 17:02:37 +02:00
svenhoefer
392e84aa99
- network_setup.cpp: little rework in output from network-test
2012-10-11 13:49:08 +02:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
[CST] Focus
d4a73f654b
gui/network_setup.cpp: add menu hints
2012-07-08 21:39:15 +04:00
[CST] Focus
824df74f00
gui/network_setup.cpp: add network services submenu
2012-06-26 17:08:33 +04:00
[CST] Focus
f47f0beb77
gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu
2012-05-31 17:38:17 +04:00
[CST] Focus
0319c4faad
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
2012-05-07 15:37:02 +04:00
[CST] Focus
bc0674433c
gui/network_setup.cpp: fix memleaks when using CMenuForwarder
2012-05-05 13:42:14 +04:00
thilo
cfa58da3c6
* neutrino clean up: move "start wizard" into its own module
...
It's better, to have a single module for coming features in the wizard
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2154 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-19 09:00:11 +00:00
thilo
8b5857909b
*neutrino menu: remove parameter 'mwidth' from widget constructor
...
Hope we don't need it anymore...
*neutrino menu: remove select functions
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1909 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 23:48:30 +00:00
thilo
eff98c661e
*neutrino menu: fix 'memory ' of selected items in submenues
...
Add small helper class to manage missing values
e.g. needed for deallocated widget objects.
This class we can also use for other things in future!
In this context I added a vector for 'selected' values needed for
deeper and deallocated submenues.
The identification of widgets working now with a new widget parameter named 'w_index'.
setSelected() and getSelected() functions are still working, but are not needed, if we use an index
-add define for default widget index
-add new header file for enums
-adapted many menu classes for this parameter
Hope it' works fine. If you find any menu without a 'memory', please add an index.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1908 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-25 23:48:18 +00:00
focus
294f597fb7
Return menu result, to close all menus
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1875 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-22 11:23:39 +00:00
striper
a5181e49df
- allow to change hostname in both cases (dhcp and static ip)
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1844 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-11-13 15:42:29 +00:00
striper
918fc08ab7
- network setup: allow to change hostname when static ip is set
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1773 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-23 19:32:12 +00:00
satbaby
bef69b39f3
init variable
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1593 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-07-23 14:02:33 +00:00
focus
8d22c46b6f
Re-add missed 1315 patch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1320 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-03-21 08:45:21 +00:00