vanhofen
f8b3cbf476
- remove youtube player
...
Conflicts:
acinclude.m4
data/icons/headers/ytplay.png
data/icons/hints/hint_ytplay.png
data/locale/slovak.locale
src/gui/moviebrowser/mb.cpp
src/gui/user_menue_setup.cpp
src/neutrino.cpp
src/system/settings.h
2023-01-05 16:05:35 +01:00
Thilo Graf
86ecd64c66
user_menue_setup: hide untitled menu items
2022-01-05 06:17:10 +01:00
Thilo Graf
8c33efb231
user_menue_setup: add option to hide selectable menu item
2022-01-05 06:15:51 +01:00
svenhoefer
035c3c3a89
- usermenu: rename/resort some items
...
Conflicts:
src/gui/user_menue.cpp
src/gui/user_menue_setup.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2022-01-04 21:29:19 +01:00
Thilo Graf
ef2d7f4420
usermenu: fix missing locales testmenu for usermenu
2021-12-14 11:11:25 +01:00
svenhoefer
95519bf341
- usermenu-setup: formatting code using astyle; some manual code nicenings
...
Conflicts:
src/gui/user_menue_setup.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-12-06 05:18:19 +01:00
svenhoefer
b4daeaa945
- remove BOXTYPE_SPARK
...
Signed-off-by: Thilo Graf <dbt@novatux.de >
2021-11-03 12:13:18 +01:00
GetAway
444173ead6
lcd4l: possibility to use it in user menue
2018-12-26 20:06:01 +01:00
svenhoefer
3d6d5e233b
- user_menu: add item to start timeshift immediately
...
Conflicts:
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2018-01-16 10:26:38 +01:00
Stefan Seyfried
b982458d2d
reduce dependencies on driver/rcinput.h
...
* add new header that only contains neutrino_msg_t and friends, often this
is all that's needed instead of full rcinput.h
* directly include rcinput.h in some cpp files instead of relying on
accidental inclusion in some header
* add class forward declarations to avoid dragging in rcinput indirectly
This could use more work to further reduce the impact; maybe separating
the CRCinput::key_* constants from the rcinput class would be good.
2018-01-13 20:08:20 +01:00
Thilo Graf
91ee69f22e
Fileplay: add separat fileplay for audio and video
2017-12-21 12:10:40 +01:00
svenhoefer
fb2d6f95e8
- user-menu: add audio fileplay item
...
Conflicts:
src/gui/user_menue_setup.cpp
src/system/settings.h
Signed-off-by: Thilo Graf <dbt@novatux.de >
2017-12-21 11:28:32 +01:00
Stefan Seyfried
abec1c311b
Merge remote-tracking branch 'tuxbox/master'
2017-03-04 19:32:30 +01:00
svenhoefer
856c676430
- rename g_PluginList to g_Plugins; this isn't a list of plugins
2017-03-01 13:03:50 +01:00
Stefan Seyfried
a409047714
Merge remote-tracking branch 'tuxbox/master'
2017-01-22 22:59:39 +01:00
svenhoefer
e0f860664c
- usermenu: sort/cleanup code by items; just code cosmetics
2016-12-13 10:53:24 +01:00
Stefan Seyfried
c6d7968381
Merge remote-tracking branch 'tuxbox/master'
2016-12-04 18:02:51 +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
Stefan Seyfried
13ab1ebc8a
Merge remote-tracking branch 'tuxbox/master'
...
* needs compile fixes
* needs additional tests, of course :-)
2016-10-22 11:37:40 +02:00
Jacek Jendrzej
8238bfd492
src/gui/user_menue_setup.cpp use ITEM_NONE
2016-03-11 08:49:25 +01:00
Jacek Jendrzej
c5a0bb67e1
src/gui/user_menue_setup.cpp fix possible AddressSanitizer: global-buffer-overflow
2016-03-10 23:39:32 +01:00
martii
c015d4670f
- adzap: port code from martiis-neutrino-mp
2016-03-03 11:18:14 +01:00
M. Liebmann
b4a2856e1c
movieplayer: Use Lua scripts for selecting live stream urls
2016-03-03 09:46:42 +01:00
Stefan Seyfried
f5c72d35c8
Merge remote-tracking branch 'n/cst-next-fixed'
2016-01-24 13:15:43 +01:00
svenhoefer
2eb0aed5db
- rc_lock: rework class; switch to singleton; add icon; vfd-support
2016-01-20 20:26:52 +01:00
Stefan Seyfried
b53fbaf327
Merge remote-tracking branch 'cst-next'
2016-01-08 19:52:41 +01:00
svenhoefer
5860045999
- locale: add usermenu title locales ...
...
some small reworks; cleanup from #if 0'ed code
2016-01-02 12:18:06 +01:00
Stefan Seyfried
9113716171
Merge remote-tracking branch 'uncool/cst-next'
2016-01-01 14:10:48 +01:00
svenhoefer
0c82bbe8d6
- user_menue_setup: don't override users title anymore
2015-12-29 14:31:51 +01:00
Stefan Seyfried
eeee5bacab
Merge remote-tracking branch 'uncool/cst-next'
...
This need buildfixes and some functional updates...
2015-12-13 17:41:55 +01: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
Stefan Seyfried
d37b3c0f9a
Merge remote-tracking branch 'check/cst-next'
...
Conflicts:
src/daemonc/remotecontrol.cpp
src/gui/luainstance.cpp
src/gui/movieplayer.cpp
src/gui/videosettings.cpp
src/neutrino.cpp
src/system/setting_helpers.cpp
src/zapit/src/zapit.cpp
2014-12-28 12:32:12 +01:00
Stefan Seyfried
69c4dbbdba
Merge remote-tracking branch 'check/cst-next'
...
needs build- and functional fixes
Conflicts:
configure.ac
data/icons/shutdown.jpg
data/icons/start.jpg
data/locale/deutsch.locale
data/locale/english.locale
lib/libmd5sum/md5.c
src/driver/scanepg.cpp
src/driver/streamts.cpp
src/driver/vfd.cpp
src/driver/vfd.h
src/driver/volume.cpp
src/eitd/dmx.cpp
src/eitd/xmlutil.cpp
src/gui/Makefile.am
src/gui/audiomute.cpp
src/gui/channellist.cpp
src/gui/dboxinfo.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/keybind_setup.cpp
src/gui/luainstance.cpp
src/gui/luainstance.h
src/gui/miscsettings_menu.cpp
src/gui/moviebrowser.cpp
src/gui/movieplayer.cpp
src/gui/osd_progressbar_setup.cpp
src/gui/osd_progressbar_setup.h
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/personalize.cpp
src/gui/plugins.cpp
src/gui/plugins.h
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/update_settings.cpp
src/gui/user_menue.cpp
src/gui/user_menue_setup.cpp
src/gui/videosettings.cpp
src/gui/widget/buttons.cpp
src/gui/widget/menue.cpp
src/gui/widget/menue.h
src/gui/widget/progresswindow.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/nhttpd/yhttpd.cpp
src/system/helpers.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/setting_helpers.cpp
src/zapit/lib/zapitclient.cpp
src/zapit/src/fastscan.cpp
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
src/zapit/src/scan.cpp
src/zapit/src/scannit.cpp
src/zapit/src/scanpmt.cpp
src/zapit/src/transponder.cpp
src/zapit/src/zapit.cpp
2014-12-25 18:03:08 +01: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
[CST] Focus
5d6ea715d8
gui/user_menue.cpp: add network settings and software update as user-menu items
2014-10-16 13:56:15 +04:00
svenhoefer
8047531bc5
- user_menu: re-rename ITEM_PLUGIN to ITEM_PLUGIN_TYPES
2014-09-05 18:47:44 +02:00
[CST] Focus
420af7a4dc
neutrino: sync keybind and usermenu code with neutrino-mp, code (C) martii
2014-09-05 17:49:11 +04:00
Stefan Seyfried
44e127a8dd
revert the split into lots of plugin types
...
* present the user with only two types of extensions: games and
everything else (lua, script, binary .so)
* use lua locale, right now it is translated to just "Plugins" :-)
2014-02-16 18:38:03 +01:00
svenhoefer
e97ea955c9
- plugins: type for listed plugins on blue key is more selectable
2014-02-06 22:51:18 +01:00
svenhoefer
f9ad30f183
- plugins: type for listed plugins on blue key is selectable
...
* add mainmenu items for tools and lua-extensions
(default not visible)
* add usermenu items for tools and lua-extensions
(default off)
2014-02-04 09:08:21 +01:00
M. Liebmann
afbd87083b
Preparing the menu classes for Lua Part #3
...
- Add non locale variants for CMenuOptionNumberChooser and
CMenuOptionChooser
- Adaptation of CMenuOptionStringChooser, CChangeObserver
THX Martii
2014-01-19 20:57:37 +01:00
M. Liebmann
3318812fbc
CUserMenuSetup: Activate alphanumeric sort option
2014-01-04 13:08:48 +01:00
svenhoefer
e529bd011b
- usermenu: cleanup from unused code
2014-01-02 22:57:01 +01:00
svenhoefer
419cff8c8a
- usermenu: add file player
2014-01-02 22:36:42 +01:00
svenhoefer
47a2cf0e54
- usermenu: add youtube player
2014-01-02 21:52:33 +01:00
[CST] Focus
e14043dbfb
neutrino GUI: more places to disable anything record-related, if recording_type is RECORDING_OFF
2013-04-09 18:37:25 +04:00
satbaby
a3bfab0bcd
remove doubles include
2012-09-11 20:31:33 +02:00
[CST] Focus
0319c4faad
GUI: remove CMenuWidget->hide() calls - CMenuWidget->exec() always hide before return
2012-05-07 15:37:02 +04:00
focus
f515176d41
gui/user_menue_setup.cpp: use CMenuWidget::resetWidget(true) to fix memleaks
...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2162 e54a6e83-5905-42d5-8d5c-058d10e6a962
2012-03-26 14:48:50 +00:00