Commit Graph

8 Commits

Author SHA1 Message Date
vanhofen
c2acb38744 rename src/mymenu.h => src/gui/widget/menue_options.h
Origin commit data
------------------
Commit: 39b930bc92
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-06 (Mon, 06 Dec 2021)

Origin message was:
------------------
- rename src/mymenu.h => src/gui/widget/menue_options.h
2021-12-06 02:06:25 +01:00
vanhofen
c4eba4cff4 subchannel-select: formatting code using astyle; some manual code nicenings
Origin commit data
------------------
Commit: 36dea14ea0
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-04 (Sat, 04 Dec 2021)

Origin message was:
------------------
- subchannel-select: formatting code using astyle; some manual code nicenings
2021-12-04 23:22:35 +01:00
Thilo Graf
98fd40ec4e subchannel_select: fix possible format-truncation error
output between 5 and 152 bytes into a destination of size 100


Origin commit data
------------------
Commit: e02f5c0b41
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-06 (Mon, 06 Jan 2020)
2020-01-06 22:25:46 +01:00
Thilo Graf
c2689afd24 gui/subchannel_select.cpp: fix possible format-overflow error
error was:
'%s' directive writing up to 49 bytes into a region of size between 48
and 97 [-Werror=format-overflow=]
sprintf(nvod_s, "%s - %s %s", nvod_time_a, nvod_time_e, nvod_time_x);


Origin commit data
------------------
Commit: 621fb6eea4
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-16 (Sat, 16 Feb 2019)
2019-02-16 23:19:05 +01:00
Stefan Seyfried
df817f18f4 subchannel_select: ensure buffer does not overflow
Origin commit data
------------------
Commit: cd60b58cae
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
2017-09-25 11:25:51 +02:00
Michael Liebmann
1918153c0a Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
 THX Martii


Origin commit data
------------------
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
2014-01-19 20:57:37 +01:00
Jacek Jendrzej
9868a4308b remove doubles include
Origin commit data
------------------
Commit: a3bfab0bcd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)
2012-09-11 20:31:33 +02:00
Thilo Graf
36cb0c7019 neutrino subchannel_menu: own modul for subchannel menu and clean up keyhelper class
- move keyhelper class into new file user_menue.h
 This class is made to manage only colorkeys, but has the same name like
 CKeyHelper in file keyhelper.h. This class is managing the other keys and
 it could easily lead to confusion.

- add modul subchannel/director menu, removed unused functions
 The subchannel_select.cpp/h modul contains the getNVODMenu() member, moved from neutrino_menue.cpp
 into its own class.
 Also removed member SelectAPID() and SelectNVOD()from neutrino.cpp this
 members were unused.

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


Origin commit data
------------------
Commit: f81f41400c
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-08-31 (Wed, 31 Aug 2011)

Origin message was:
------------------
*neutrino subchannel_menu: own modul for subchannel menu and clean up keyhelper class

- move keyhelper class into new file user_menue.h
 This class is made to manage only colorkeys, but has the same name like
 CKeyHelper in file keyhelper.h. This class is managing the other keys and
 it could easily lead to confusion.

- add modul subchannel/director menu, removed unused functions
 The subchannel_select.cpp/h modul contains the getNVODMenu() member, moved from neutrino_menue.cpp
 into its own class.
 Also removed member SelectAPID() and SelectNVOD()from neutrino.cpp this
 members were unused.

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1639 e54a6e83-5905-42d5-8d5c-058d10e6a962
2011-08-31 16:24:50 +00:00