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
svenhoefer
ee91014c48
- align most CKeyboardInput calls to the changes in 88c6640
2014-11-22 15:58:02 +01:00
[CST] Focus
549e110e14
change most code to use CKeyboardInput in place of CStringInputSMS
2014-11-19 18:21:38 +03:00
martii
611964e7d7
gui/fs: fix NFS_TYPE_OPTION_COUNT (and I'm considering to drop lufs completely)
2014-09-15 14:51:37 +04:00
[CST] Focus
f28a6892bc
gui/nfs.cpp: fix merge
2014-09-15 14:51:30 +04:00
martii
13fc818376
gui/nfs: use configuration value for type
...
Conflicts:
src/gui/nfs.cpp
2014-09-15 14:34:04 +04:00
martii
aa83daba8c
fix gui/nfs
...
Conflicts:
src/gui/nfs.cpp
2014-09-15 14:32:23 +04: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
Jacek Jendrzej
0b30c8f2c5
supplement to 8652b5c925
2014-01-24 18:01:59 +01:00
Jacek Jendrzej
8652b5c925
CNFSMountGui::menuEntry -fix init type (thx Gaucho316)
2014-01-24 16:40:49 +01:00
Jacek Jendrzej
94558db6f8
CNFSMountGui::menuEntry init type
2014-01-23 17:16:32 +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
M. Liebmann
7ea08502fe
CNFSMountGui: Supplement to cbc9299df8
...
- Fix saving automount
2013-12-31 07:31:14 +01:00
martii
f681dfa07c
gui/nfs: fix menue strings
...
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com >
2013-12-25 12:08:14 +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
77f3f86d30
gui/nfs.cpp: RC_spkr clears selected mount entry, based on patch (c) martii <m4rtii@gmx.de>
2013-07-18 14:51:59 +04:00
satbaby
5983d36b14
nfs.cpp: disable mount option if mountpoint is mounted
2012-10-11 14:59:52 +02:00
satbaby
9526434754
nfs.cpp:NFSMountGui: disable username and password properly, ported from tuxbox cvs
2012-10-11 14:16:49 +02:00
satbaby
7b06b3fd38
Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
2012-10-11 14:11:05 +02:00
satbaby
4c1552ead9
nfs.cpp:Show OK buttons on menu forwarders, ported from tuxbox cvs
...
Signed-off-by: satbaby <crashdvb@googlemail.com >
2012-10-11 14:10:14 +02:00
satbaby
7a8097907c
nfs.cpp:Update mount icon after mounting, ported from tuxbox cvs
2012-10-11 14:10:01 +02:00
satbaby
bc574e9688
use empty() instead of size()
2012-06-16 09:44:42 +02:00
[CST] Focus
64acabdf7c
gui/nfs.cpp: fix memleaks when using CMenuForwarder
2012-05-05 13:48:15 +04:00
satbaby
bb347b3a44
performance Prefer prefix ++/-- operators for non-primitive types.
2012-04-28 10:56:27 +02:00
satbaby
2591100c42
remove never used volues
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-04 17:25:48 +00:00
micha-bbg
c675b39bbd
- Fix display menue NFS mount.
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1760 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-10-19 16:17:24 +00:00
satbaby
4eac551479
-fix check dir
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1034 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-01-21 12:42:33 +00:00
thilo
67a4c1a9a5
neutrino nfs: increased menu width (user request) and using member addIntroItems() to add back buttons
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@978 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-12-30 21:19:30 +00:00
seife
18dca0f47d
neutrino: add possibility to specify minimal menu width
...
A static window width was specified in pixels before, which is
"problematic". Then it was ignored and menus were automatically
sized to their largest menu item.
Due to popular demand, add the possibility to specify a minimal
window width in percent of screen width. If set to 0 (default),
menus will autosize as before.
Main menu is set to 22% screenwidth.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@288 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-02-07 12:05:02 +00:00
focus
95130dee5a
All icon file names moved to icons.h; .raw extension removed from icon names
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@219 e54a6e83-5905-42d5-8d5c-058d10e6a962
2010-01-29 14:09:57 +00:00
seife
7dcf8fe14d
widget/menu.*: add keyval_ext type
...
instead of adding unneeded default values to all menuchooser options
just to cater for two special cases, add an extra version that does
not need a locale setting but instead takes a char* instead.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@129 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-31 09:34:53 +00:00
mws
6e718d8987
fix shadow stuff and initializers....
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-23 12:08:43 +00:00
mws
1b13da2617
Mark unused vars as comment
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-21 16:23:09 +00:00
mws
b0cda9a461
move warning to FIXME
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@66 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-16 15:54:49 +00:00
mrcolor
bc5bd4154e
our current experimental Neutrino branch
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962
2009-12-08 11:05:11 +00:00