Commit Graph

36 Commits

Author SHA1 Message Date
vanhofen
32365276ef remove w_max()-calls to define menu-width, because ...
w-max() returns a pixel-value, but menus need a percentage-value.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9041bff59c
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-24 (Fri, 24 Apr 2015)

Origin message was:
------------------
- remove w_max()-calls to define menu-width, because ...

 w-max() returns a pixel-value, but menus need a percentage-value.


------------------
This commit was generated by Migit
2015-04-24 09:11:04 +02:00
vanhofen
4dffc7a8d5 align most CKeyboardInput calls to the changes in 88c6640
Origin commit data
------------------
Branch: ni/coolstream
Commit: ee91014c48
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-22 (Sat, 22 Nov 2014)

Origin message was:
------------------
- align most CKeyboardInput calls to the changes in 88c6640

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-11-22 15:58:02 +01:00
[CST] Focus
703a04f386 change most code to use CKeyboardInput in place of CStringInputSMS
Origin commit data
------------------
Branch: ni/coolstream
Commit: 549e110e14
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-19 (Wed, 19 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-11-19 18:21:38 +03:00
martii
c15f25c291 gui/fs: fix NFS_TYPE_OPTION_COUNT (and I'm considering to drop lufs completely)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 611964e7d7
Author: martii <m4rtii@gmx.de>
Date: 2014-01-25 (Sat, 25 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-09-15 14:51:37 +04:00
[CST] Focus
52c2d7cc3d gui/nfs.cpp: fix merge
Origin commit data
------------------
Branch: ni/coolstream
Commit: f28a6892bc
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-15 (Mon, 15 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-09-15 14:51:30 +04:00
martii
ee015598d3 gui/nfs: use configuration value for type
Conflicts:
	src/gui/nfs.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 13fc818376
Author: martii <m4rtii@gmx.de>
Date: 2013-06-30 (Sun, 30 Jun 2013)



------------------
This commit was generated by Migit
2014-09-15 14:34:04 +04:00
martii
ab67e9b0c6 fix gui/nfs
Conflicts:
	src/gui/nfs.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: aa83daba8c
Author: martii <m4rtii@gmx.de>
Date: 2013-06-28 (Fri, 28 Jun 2013)



------------------
This commit was generated by Migit
2014-09-15 14:32:23 +04:00
martii
1aa1acce45 gui/nfs: implement mac address lookup
Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/nfs.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 706ea95092
Author: martii <m4rtii@gmx.de>
Date: 2013-06-29 (Sat, 29 Jun 2013)



------------------
This commit was generated by Migit
2014-09-15 14:04:20 +04:00
Jacek Jendrzej
c0a8841ab4 supplement to b80bad8037
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b30c8f2c5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-24 (Fri, 24 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-24 18:01:59 +01:00
Jacek Jendrzej
b80bad8037 CNFSMountGui::menuEntry -fix init type (thx Gaucho316)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8652b5c925
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-24 (Fri, 24 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-24 16:40:49 +01:00
Jacek Jendrzej
2f773aac3f CNFSMountGui::menuEntry init type
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94558db6f8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-01-23 (Thu, 23 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2014-01-23 17:16:32 +01:00
Michael Liebmann
2fd195d66a Preparing the input classes for Lua
- Add non locale variants for CExtendedInput, CStringInput,
 CStringInputSMS, CPINInput
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
Commit: 31842369cc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)

Origin message was:
------------------
Preparing the input classes for Lua

- Add non locale variants for CExtendedInput, CStringInput,
 CStringInputSMS, CPINInput
 THX Martii


------------------
This commit was generated by Migit
2014-01-19 20:57:38 +01:00
Michael Liebmann
7b4e3bc03b Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
 THX Martii


Origin commit data
------------------
Branch: ni/coolstream
Commit: b41819190d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)

Origin message was:
------------------
Preparing the menu classes for Lua Part #2

- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
 THX Martii


------------------
This commit was generated by Migit
2014-01-19 20:57:37 +01:00
Michael Liebmann
e4584ae0cc CNFSMountGui: Supplement to 7ebfe9959d
- Fix saving automount


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7ea08502fe
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-31 (Tue, 31 Dec 2013)



------------------
This commit was generated by Migit
2013-12-31 07:31:14 +01:00
martii
67d0cda25b gui/nfs: fix menue strings
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: f681dfa07c
Author: martii <m4rtii@gmx.de>
Date: 2013-06-28 (Fri, 28 Jun 2013)



------------------
This commit was generated by Migit
2013-12-25 12:08:14 +01:00
martii
7ebfe9959d convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: cbc9299df8
Author: martii <m4rtii@gmx.de>
Date: 2013-06-11 (Tue, 11 Jun 2013)



------------------
This commit was generated by Migit
2013-12-25 12:08:14 +01:00
[CST] Focus
813df4c73c gui/nfs.cpp: RC_spkr clears selected mount entry, based on patch (c) martii <m4rtii@gmx.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77f3f86d30
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
Jacek Jendrzej
e0dd51a117 nfs.cpp: disable mount option if mountpoint is mounted
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5983d36b14
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:59:52 +02:00
Jacek Jendrzej
86f91363d5 nfs.cpp:NFSMountGui: disable username and password properly, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9526434754
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:16:49 +02:00
Jacek Jendrzej
4c8475e5ba Neutrino: rework COnOffNotifier and use it if possible, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b06b3fd38
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:11:05 +02:00
Jacek Jendrzej
6e29073d35 nfs.cpp:Show OK buttons on menu forwarders, ported from tuxbox cvs
Signed-off-by: satbaby <crashdvb@googlemail.com>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4c1552ead9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)



------------------
This commit was generated by Migit
2012-10-11 14:10:14 +02:00
Jacek Jendrzej
cede337b21 nfs.cpp:Update mount icon after mounting, ported from tuxbox cvs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a8097907c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-10-11 14:10:01 +02:00
Jacek Jendrzej
5ed8825b21 use empty() instead of size()
Origin commit data
------------------
Branch: ni/coolstream
Commit: bc574e9688
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-06-16 (Sat, 16 Jun 2012)

Origin message was:
------------------
 use empty() instead of size()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-06-16 09:44:42 +02:00
[CST] Focus
eeed7c138e gui/nfs.cpp: fix memleaks when using CMenuForwarder
Origin commit data
------------------
Branch: ni/coolstream
Commit: 64acabdf7c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-05 (Sat, 05 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-05-05 13:48:15 +04:00
Jacek Jendrzej
7ec8226ad2 performance Prefer prefix ++/-- operators for non-primitive types.
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-04-28 (Sat, 28 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2012-04-28 10:56:27 +02:00
Jacek Jendrzej
a8e2c3cab6 remove never used volues
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2138 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2591100c42
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)



------------------
This commit was generated by Migit
2012-03-04 17:25:48 +00:00
Michael Liebmann
fed797bc94 Fix display menue NFS mount.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1760 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: c675b39bbd
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)

Origin message was:
------------------
- Fix display menue NFS mount.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1760 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
2011-10-19 16:17:24 +00:00
Jacek Jendrzej
46ffd163bf fix check dir
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1034 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4eac551479
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-01-21 (Fri, 21 Jan 2011)

Origin message was:
------------------
-fix check dir

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1034 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
2011-01-21 12:42:33 +00:00
Thilo Graf
1549004bb1 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 67a4c1a9a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2010-12-30 (Thu, 30 Dec 2010)



------------------
This commit was generated by Migit
2010-12-30 21:19:30 +00:00
Stefan Seyfried
fdbe67f212 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 18dca0f47d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-07 (Sun, 07 Feb 2010)



------------------
This commit was generated by Migit
2010-02-07 12:05:02 +00:00
[CST] Focus
f99ade5d07 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 95130dee5a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-01-29 (Fri, 29 Jan 2010)



------------------
This commit was generated by Migit
2010-01-29 14:09:57 +00:00
Stefan Seyfried
cfa8ec04aa 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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7dcf8fe14d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2009-12-31 (Thu, 31 Dec 2009)



------------------
This commit was generated by Migit
2009-12-31 09:34:53 +00:00
mws
860fc16726 fix shadow stuff and initializers....
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e718d8987
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-23 (Wed, 23 Dec 2009)



------------------
This commit was generated by Migit
2009-12-23 12:08:43 +00:00
mws
5febb97a76 Mark unused vars as comment
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b13da2617
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-21 (Mon, 21 Dec 2009)



------------------
This commit was generated by Migit
2009-12-21 16:23:09 +00:00
mws
c11c8f205b move warning to FIXME
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@66 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: b0cda9a461
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)



------------------
This commit was generated by Migit
2009-12-16 15:54:49 +00:00
mrcolor
bcecfb6585 our current experimental Neutrino branch
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@27 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: bc5bd4154e
Author: mrcolor <mrcolor@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-08 (Tue, 08 Dec 2009)



------------------
This commit was generated by Migit
2009-12-08 11:05:11 +00:00