Commit Graph

6531 Commits

Author SHA1 Message Date
TangoCash
dfc7a1d304 - movieplayer: add playlist_manager
NOTE: This is a merge of several patches by TangoCash
      for neutrino-mp aligned to neutrino-hd.
      We use 'play' key to open playlist_manager.
2014-11-26 10:23:21 +01:00
svenhoefer
d3e52fa9f6 - luainstance: switch to lua_Integer/lua_Unsigned 2014-11-26 10:23:21 +01:00
M. Liebmann
8c3b26fc76 CColorChooser: Preview color gradient for header color 2014-11-26 09:42:44 +01:00
[CST] Focus
36b14e31ef gui/channellist.cpp: bug fix, default copy constructor is danger, if class have pointers 2014-11-26 10:45:29 +03:00
M. Liebmann
e964a13763 Fix commit 421da2c0cf for build on nevis 2014-11-24 17:45:20 +01:00
martii
421da2c0cf zapit/audio_setup: add gui option for handling volume adjustment defaults 2014-11-24 11:47:04 +01:00
svenhoefer
d7b496062c - luainstance: add CKeybordInput
Syntax:
m:addItem { \
	type="keyboardinput", \
	action="_action", \
	id="_id", \
	value="_value", \
	name="_name", \
	help="help (first line)",
	help2="help (second line)"
}
2014-11-24 10:04:02 +01:00
svenhoefer
da9ce1bb38 - keyboard_input: allow string hints ...
... in preparation for implementation in Lua instance
2014-11-24 10:01:20 +01:00
svenhoefer
3a401a46b3 Revert "- plugins: allow empty menu hints"
This reverts commit 95eab2a48d
because 9945d03480 do the same.
2014-11-22 16:17:30 +01:00
svenhoefer
ee91014c48 - align most CKeyboardInput calls to the changes in 88c6640 2014-11-22 15:58:02 +01:00
svenhoefer
b727ea4be8 - keyboard_input: auto calculate size of input-field ...
... if size is 0 or not given.
2014-11-22 15:58:02 +01:00
svenhoefer
9945d03480 - menue: allow icon-only menu hints 2014-11-22 15:58:02 +01:00
svenhoefer
2a16b73885 - eventlist: add back button to search menu;
move "start search" near top
2014-11-20 16:17:20 +01:00
svenhoefer
0de74c514e - deutsch.locale: upgrade; shorten stringinput.caps 2014-11-20 14:46:21 +01:00
[CST] Focus
238ea8ccbd neutrino.cpp: fix webtv_usr.xml check for adding by default 2014-11-20 14:40:19 +03:00
[CST] Focus
a63acf6306 gui/widget/stringinput_ext.cpp: fix cycle on dialog after timeout 2014-11-20 14:38:07 +03:00
[CST] Focus
055fc0a187 gui/widget/stringinput.cpp: fix cycle on dialog after timeout 2014-11-20 14:38:07 +03:00
[CST] Focus
3958428dd7 gui/widget/keyboard_input.cpp: fix cycle on dialog after timeout 2014-11-20 14:38:07 +03: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
svenhoefer
30c5e7b900 - keyboard_input: align keys_deutsch table to german keyboards 2014-11-20 11:05:38 +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
003acea160 gui/widget/keyboard_input.cpp: add string input with keyboard-style layout 2014-11-19 18:16:01 +03:00
[CST] Focus
cb804f37cd gui/movieplayer.cpp: try to remove extra live start on movie stop 2014-11-19 11:35:00 +03:00
[CST] Focus
37b20a84f6 gui/widget/menue.cpp: fix progressbar values in progressbar setup 2014-11-19 11:34:54 +03:00
svenhoefer
f4ccaa975b - progresswindow: fix position of progressbars 2014-11-17 15:53:08 +01:00
Janus
87ba343484 locale numzap ger 2014-11-17 15:40:16 +01:00
svenhoefer
f2d08d72ac - flashtool: localize "Copy Image" string 2014-11-13 16:17:39 +01:00
Jacek Jendrzej
b22625aa36 -try to fix segfault on webtv channel - neutrino shutdown 2014-11-13 15:38:30 +01:00
Jacek Jendrzej
6e08417d40 CChannelList::updateEvents fix history list event update 2014-11-13 10:51:27 +01:00
svenhoefer
c30b3ece65 - hddstat.cpp: move init of cHddStat inside geInstance() 2014-11-13 10:48:05 +01:00
striper
86c126c937 - try to fix segfault on neutrino shutdown 2014-11-13 10:41:10 +01:00
[CST] Focus
52397f7df6 gui/streaminfo2.cpp: fix stream info on nvod channels 2014-11-12 12:21:20 +03:00
Jacek Jendrzej
5b58992de2 CPersonalizeGui::addPersonalizedItems() fix digikey shortcut after use Personalize-Menu 2014-11-11 21:28:03 +01:00
[CST] Focus
5bd14ea4b8 neutrino: try to fix parental bypass by
quit from audio player / picture viewer / movie player and starting channel in PiP
2014-11-11 14:40:52 +03:00
[CST] Focus
d20fc8f1bc gui/widget/stringinput.cpp: fix screen save/restore 2014-11-11 14:40:52 +03:00
martii
a12f4c0274 parental protection: make zaptime configurable
Conflicts:
	data/locale/english.locale
	src/gui/channellist.cpp
	src/gui/parentallock_setup.cpp
	src/neutrino.cpp
2014-11-11 14:40:52 +03:00
[CST] Focus
493098040d gui/movieplayer.cpp: fix volume values in audio selection 2014-11-11 14:40:52 +03:00
svenhoefer
389c4c232f - plugins: simplify integratePlugins(); ...
* CPluginsExec(): switch to singleton
* move CPluginsExec() to pluginlist.cpp|h
  because it's not really a settings_helper
2014-11-10 22:41:08 +01:00
M. Liebmann
02137ca987 CLuaMenuChangeObserver::changeNotify: Fix segfault in item type 'chooser' 2014-11-10 07:35:43 +01:00
M. Liebmann
8765b94037 Enable gradient for header CColorChooser
- Supplement to commit b9400110b4
2014-11-10 07:35:42 +01:00
svenhoefer
bdcb043521 - deutsch.locale: update 2014-11-07 17:38:05 +01:00
svenhoefer
269cd4cef8 - pluginlist: use keyhelper to get hotkeys; allow colored keys from plugin.cfg 2014-11-07 15:42:25 +01:00
svenhoefer
7f2c69aa82 - CPluginsExec::exec(): show possible script output 2014-11-07 15:41:11 +01:00
svenhoefer
348add4acd - user_menue: minor optimizations 2014-11-07 15:39:53 +01:00
svenhoefer
5ec409b264 - user_menue: fix wrong changes in 19f7e04c77 2014-11-07 13:55:05 +01:00
svenhoefer
19f7e04c77 - user_menue: allow colored keys from plugin.cfg 2014-11-07 12:20:47 +01:00
svenhoefer
c0a0cdb221 - plugins: Fix assignment of prefered keys
New keyword in plugin.cfg: key=<key>
* key=red
* key=green
* key=yellow
* key=blue
* key=auto

If entry is missing key is auto-assigned
2014-11-07 12:17:29 +01:00
svenhoefer
c0b130c490 - plugins: don't add hidden plugins to usermenu; ...
... use CPuginsExec::exec() to execute and drop CUserMenu::exec()
2014-11-07 09:44:53 +01:00
Jacek Jendrzej
6f3c77734c nhttpd_controlapi.html move info to point 6. 2014-11-06 21:18:59 +01:00
Jacek Jendrzej
ce87898d8f zapit: channel.h - change comparative criteria for freq sort 2014-11-06 19:29:09 +01:00