Commit Graph

5952 Commits

Author SHA1 Message Date
M. Liebmann
5c5b2b9a43 Fix sort order in locales & update deutsch.locale 2014-05-02 09:47:42 +02:00
BPanther
fe3379ddb7 missing lua ifdef 2014-05-02 09:47:42 +02:00
Jacek Jendrzej
292c626846 -add sort option for channellist editor 2014-05-01 22:27:09 +02:00
[CST] Focus
bbcd7330a8 gui/hdd_menu.cpp: add question to set record directory to formatted drive;
mark partition used for recording with icon, disable umount
2014-05-01 19:03:09 +04:00
[CST] Focus
bbf0a95542 gui/record_setup.cpp: now, with mount/umount menu, disable directory switch,
if record is running
2014-05-01 17:48:51 +04:00
[CST] Focus
4d0cacbd61 gui/widget/menue.cpp: show right-side item icon for inactive items, too 2014-05-01 17:31:29 +04:00
[CST] Focus
858fbd217e gui/record_setup.cpp: avoid set empty timeshift dir 2014-05-01 17:30:50 +04:00
[CST] Focus
55167990b5 gui/hdd_menu.cpp: add question and show format menu, if plugged device not mounted 2014-04-30 17:15:25 +04:00
[CST] Focus
ea9e950fd3 gui/hdd_menu.cpp: add mount point mkdir, if mdev not used 2014-04-29 13:44:50 +04:00
svenhoefer
4afc9ceb5a - deutsch.locale: update 2014-04-28 10:24:36 +02:00
[CST] Focus
4fffe08d4b gui/movieplayer.cpp: while starting file play, process neutrino events 2014-04-25 18:29:17 +04:00
[CST] Focus
e38ba51a18 mdev_helper.cpp: add device hotplug neutrino helper 2014-04-23 17:44:28 +04:00
[CST] Focus
6be2b32cd3 gui/hdd_menu.cpp: convert to singleton;
add basic notify about device hotplug/remove
2014-04-23 17:44:24 +04:00
[CST] Focus
bc5b5dd7f3 locals: add locale for hdd hotplug messages 2014-04-23 17:44:20 +04:00
[CST] Focus
bef1b79bed system/helpers.cpp: add split_config_string helper 2014-04-23 17:44:16 +04:00
[CST] Focus
2a6ef5b30d driver/rcinput.cpp: add NeutrinoMessages::EVT_HOTPLUG 2014-04-23 17:44:12 +04:00
Jacek Jendrzej
42c61b319e make auto ScreenShot with short video 2014-04-22 18:59:59 +02:00
[CST] Focus
7d3b0b021b gui/scan_setup.cpp: set diseqc options only for satellite frontend 2014-04-22 13:37:05 +04:00
martii
61f19b0eed gui/movieplayer: compare timeshift to TSHIFT_MODE_* 2014-04-21 17:49:33 +02:00
[CST] Focus
c78676f7fd fix warnings if some want to use c++11 2014-04-21 14:07:38 +04:00
[CST] Focus
ebf37fd192 gui/movieplayer.cpp: auto-create movie thumbnail, if enabled,
at playback when position more than 5 min from start,
or on stop if position more than 10 minutes before end;
create movie thumbnail with RC_favorites key
2014-04-21 14:07:38 +04:00
[CST] Focus
fd49c36a7b gui/moviebrowser.cpp: prevent title and movie info frame refresh after play stop;
remove movie thumbnail on RC_favorites key;
align thumbnail width on apollo for hw blit
2014-04-21 14:07:37 +04:00
[CST] Focus
b127646b43 gui/record_setup.cpp: add option to auto-create movie thumbnail on playback 2014-04-21 14:07:37 +04:00
M. Liebmann
92cc47f383 MoviePlayer: Fix display 'info clock' and 'file time' when show movie infos 2014-04-21 12:01:03 +02:00
M. Liebmann
c68e2f66f1 Update deutsch.locale 2014-04-21 12:01:03 +02:00
martii
8e5ef986fa gui/movieplayer: show epg info in non-movieplayer modes, too 2014-04-20 21:42:48 +02:00
Jacek Jendrzej
1bbf65c2d3 make info copy only in timeshift mode 2014-04-20 21:03:21 +02:00
Jacek Jendrzej
cb8a3c5518 nhttpd: -add Chech by marsim21 2014-04-20 18:30:54 +02:00
Jacek Jendrzej
b78b29e41e src/neutrino.cpp -fix timer zap with mode (TV/Radio) change 2014-04-20 18:21:01 +02:00
Christian Schuett
81d457c614 movieplayer: add possibility to show movie infos 2014-04-18 20:18:05 +02:00
Jacek Jendrzej
3d71258d31 use auto lang only with more as 1 audio pid 2014-04-18 19:27:08 +02:00
[CST] Focus
9257d21c9e gui/hdd_menu.cpp: fix menu, if format canceled;
add xfs tools;
change progress messages to commands executed

Conflicts:
	src/gui/hdd_menu.cpp
2014-04-16 18:12:50 +04:00
[CST] Focus
d446be1f95 gui/videosettings.cpp: add option to enable/disable SD OSD on apollo 2014-04-16 18:12:02 +04:00
[CST] Bas
e68a0c28f1 settings: implement 23.97hz and 29.97hz video modes. 2014-04-16 18:11:48 +04:00
[CST] Bas
f47c157db2 lib/libcoolstream2/video_cs.h: add 23.97hz and 29.97hz modes in api 2014-04-16 18:11:43 +04:00
Jacek Jendrzej
b58e9b612c compil fix withot mdev 2014-04-15 15:57:20 +02:00
Thilo Graf
758f3535c8 OPKG-Manager: add opkg manager feature
Signed-off-by: Markus Volk <f_l_k@gmx.net>
Signed-off-by: Thilo Graf <dbt@novatux.de>

Opkg is a lightweight package management system based on Ipkg.

For usage with Neutrino, installed opkg programms opkg-cl and opkg-key
are required and can be find in service update menu,
otherwise this feature is not available.

With this feature it is possible to select packages for install and remove
via gui-menu.

See also:
OPKG-Website
- http://bitbucket.org/opkg/opkg for more details.

Tuxbox:
- http://wiki.tuxbox.org/Neutrino-MP Entwicklungsumgebung#OPKG-Pakete
- http://wiki.tuxbox.org.Neutrino-HD Entwicklungsumgebung:OPKG-SystemInstall

Buildsystems with opkg support:
- http://gitorious.org/neutrino-hd/buildsystem-cs
- http://sourceforge.net/p/bstuff/bs4cs/
- Yocto

OPKG-Manager Neutrino:
- picked from http://gitorious.org/neutrino-mp/martiis-neutrino-mp include shellwindow feature by martii
- update License text
- add missing icon
- use macros to get opkg binaries
- use matching buttons in footer, menu button is already reserved to left menu
2014-04-15 11:59:12 +02:00
M. Liebmann
8b22c44a56 Update deutsch.locale 2014-04-15 09:01:33 +02:00
[CST] Focus
37fb9ddc87 gui/hdd_menu.cpp: rework HDD menu, add device mount/umount,
add support for mmc and DVD/BD devices, make easy to add other filesystems mkfs/fsck,
parts based on code (C) martii
2014-04-14 14:19:09 +04:00
[CST] Focus
49177a18f8 locals: add hdd mount/umount locales 2014-04-14 14:19:03 +04:00
[CST] Focus
4a1ac9b55c gui/widget/menue.cpp: fix selected in case saved one do not match new menu size 2014-04-14 14:18:58 +04:00
[CST] Focus
3427b0b8da zapit/src/fastscan.cpp: fix compile warning 2014-04-14 14:18:49 +04:00
[CST] Focus
241b8d7724 zapit/src/fastscan.cpp: implement new/removed channel marking 2014-04-14 14:18:37 +04:00
[CST] Focus
b925988afe gui/scan_setup.cpp: add explicit option to enable/disable fast-scan update 2014-04-14 14:18:32 +04:00
[CST] Focus
e35abd4ff2 locals: add new locales for fast-scan 2014-04-14 14:18:27 +04:00
[CST] Focus
65c811e762 for fast-scan and cable-scan, put bouquets to beginning of favorites list 2014-04-14 14:18:22 +04:00
Jacek Jendrzej
f51c47f597 upnpbrowser.cpp: osd fix with radius 2014-04-13 21:55:25 +02:00
svenhoefer
4fba818cc2 - menu: add possibility to add a footer to the menus; fix alignment of menus
add footer-keys to testmenu

  (some of this code is based on code by martii; thx)
2014-04-11 00:26:52 +02:00
Thilo Graf
9dc59ec556 CMenuItem: reduce scope of str, trivial 2014-04-09 19:02:38 +02:00
Thilo Graf
5f7f453bd7 /gui/widget/menue.cpp: rework constructors, use methodes for init
Many redundant code lines were never been refactored or reduced,
but instead came many in with some of last changes e.g. b41819190d
2014-04-09 19:02:38 +02:00