Commit Graph

6496 Commits

Author SHA1 Message Date
Thilo Graf
4b73121eef CComponentsInfoBox: small cleanup 2014-10-08 14:14:33 +04:00
Thilo Graf
f75f0ed6e3 CComponentsPicture: rework scale behavior
Scaling mode not longer only dependent from image name.
Now also evaluated parameters.
Image objects with defined dimensions will be scaled.
Icons without defined path and file type, will be scaled as before.
2014-10-08 14:14:29 +04:00
svenhoefer
765ad18b07 - plugins: add and use default hint icon; THX to fred_feuerstein 2014-10-08 14:14:24 +04:00
M. Liebmann
a4fdd17407 CFrameBuffer: Fix paintIcon() for use icons with full path 2014-10-08 14:14:20 +04:00
svenhoefer
088809b76f - - plugins: use hinticons for plugins in usermenu and pluginlist 2014-10-07 13:19:19 +04:00
svenhoefer
ebbed374af - plugins: allow hinticons for plugins
Default is <plugin>_hint.png; an entry 'hinticon=another_name' in
<plugin>.cfg overrides this; use icon in plugindir first; if not found
use icon in one of the other wellknown neutrino icon directories.
2014-10-07 13:19:15 +04:00
svenhoefer
fa11feb735 - deutsch.locale: remove dup entrys 2014-10-07 08:00:23 +02:00
[CST] Focus
7257da1505 zapit/src/capmt.cpp: never send pmt len, if pnt is NULL 2014-10-02 19:34:55 +04:00
[CST] Focus
e9661bc5cd zapit/src/channel.cpp: add missed pmtLen init 2014-10-02 19:18:20 +04:00
svenhoefer
cf53191122 - CPluginsExec::exec(): don't leave current menu when exiting integrated plugins 2014-10-02 15:04:05 +04:00
[CST] Focus
90948374eb zapit/src/zapit.cpp: fix broken signal test 2014-10-02 15:03:25 +04:00
[CST] Focus
6e9b71af90 neutrino, zapit: drop EVT_SCAN_REPORT_FREQUENCY,
use EVT_SCAN_REPORT_FREQUENCYP to pass full feparams,
fix scan transponder display info
2014-10-02 14:23:36 +04:00
[CST] Focus
713820a1c0 gui/filebrowser.cpp: cleanup, simplify footer 2014-10-01 17:15:57 +04:00
[CST] Focus
b70a2998f5 driver/file.cpp: cache file type 2014-10-01 16:13:04 +04:00
[CST] Focus
6ad1a64f73 Revert "driver/record: auto-terminate temporary timeshift recordings"
commit can stop plain record instead of timeshift, and breaks auto-timeshift concept

This reverts commit c9d78e1a9c.
2014-10-01 16:10:36 +04:00
[CST] Focus
ed6816068c Revert "- movieplayer: ask before stop temporary timeshift"
This reverts commit f9c7662c73.

Conflicts:
	src/gui/movieplayer.cpp
2014-10-01 16:09:46 +04:00
[CST] Focus
02a5a5f9db data/locale/english.locale: fix filebrowser.sort.namedirsfirst 2014-10-01 16:08:10 +04:00
[CST] Focus
67db470798 gui/movieplayer.cpp: try to fix 'always seek to 0' 2014-10-01 16:06:52 +04:00
[CST] Focus
b852496603 gui/movieplayer.cpp: check file name is not url before save screenshot 2014-10-01 12:56:12 +04:00
svenhoefer
c166fc28af - plugins: don't show integrated plugins in usermenu 2014-09-30 14:27:48 +04:00
[CST] Focus
2c3256bacf gui/filebrowser.cpp: change OK button behavior:
always return marked list, if there are marked files;
always change dir, if there are no marked files;
to recursive add dir, use mark
2014-09-30 14:07:38 +04:00
[CST] Focus
7660fa52cb driver/file.h: add isDir() 2014-09-30 14:07:34 +04:00
[CST] Focus
c14ab10c2e gui/movieplayer.cpp: do not quit or jump to unmarked item, in case ie empty dir added 2014-09-30 14:07:29 +04:00
svenhoefer
ee9d08a3ee - menue.cpp: don't integrate hidden plugins 2014-09-30 14:04:54 +04:00
[CST] Focus
178582afb0 gui/movieplayer.cpp: fix stop and EOF, if suddenly we get position == duration 2014-09-29 18:08:58 +04:00
[CST] Focus
b33247f346 gui/moviebrowser.cpp: apply rows / browser height changes after quit menu 2014-09-29 14:39:23 +04:00
svenhoefer
53ba18d523 - .gitignore: add filemask *.orig 2014-09-29 14:39:03 +04:00
svenhoefer
9f8e107701 - remove patch crap; sorry! 2014-09-29 14:38:59 +04:00
svenhoefer
e6cbd53dd2 - add plugins to info menu 2014-09-29 14:38:55 +04:00
svenhoefer
16e0975a29 - add plugins to settings menu and service menu 2014-09-29 14:38:51 +04:00
svenhoefer
a14d63b93b - add plugins to mutimedia menu 2014-09-29 14:38:47 +04:00
svenhoefer
1b5a30c326 - add function to integrate plugins
TODO: maybe find a solution without void *pluginsExec
Thanks to micha-bbg and SatBaby
2014-09-29 14:38:43 +04:00
svenhoefer
f586552719 - plugins: add new configuration item 'integration'
Integrate plugins in existing neutrino menues. Usage in plugin.cfg:
  integration=0; disabled
  integration=1; reserved
  integration=2; multimedia menu
  integration=3; settings menu
  integration=4; service menu
  integration=5; information menu
2014-09-29 14:38:39 +04:00
martii
27a3a92b2d lib/connection/basicserver: raise queue limit 2014-09-29 14:38:20 +04:00
martii
be45410a3d driver/audiodec/ffmpegdec: work-around for pre-2.2 ffmpeg API build 2014-09-29 14:37:12 +04:00
martii
0d44d40dc0 driver/audiodec/ffmpegdec: adapt to 2.0 ffmpeg API 2014-09-29 14:37:05 +04:00
martii
c5ab2b994f eitd: fix content classification bug introduced in 6eb8fa1c9e3a70a1e60465b838fe954c51e478b6 2014-09-29 14:36:29 +04:00
martii
9cd4af2dd2 driver/record: CRecordInstance::MakeExtFileName(): set dummy values on EPG failure 2014-09-29 14:36:10 +04:00
[CST] Focus
fb5dddc3f5 gui/moviebrowser.cpp: try to fix footer position 2014-09-29 12:26:36 +04:00
[CST] Focus
ea27428717 src/neutrino.cpp: try to fix crash on shutdown 2014-09-28 15:21:25 +04:00
M. Liebmann
2ae4e4819b CChannelList: Fix OSD error when exit the zap history 2014-09-28 12:51:58 +04:00
[CST] Focus
879652a300 gui/moviebrowser.cpp: case-insensitive extension compare 2014-09-28 12:26:39 +04:00
[CST] Focus
b8d398a69a gui/moviebrowser.cpp: add support for non-TS/xml files, idea (c) martii 2014-09-27 16:21:43 +04:00
[CST] Focus
b2a7aabe15 driver/pictureviewer/pictureviewer.cpp: change supported formats order 2014-09-27 16:21:43 +04:00
[CST] Focus
f3e57a224d gui/filebrowser.cpp: change checkBD() to static 2014-09-27 16:21:43 +04:00
[CST] Focus
62328467c3 gui/movieinfo.cpp: comment pids debug, show full name on errors 2014-09-27 16:21:43 +04:00
Jacek Jendrzej
8055c0fbe2 dboxinfo.cpp: fix progressbar offset 2014-09-27 16:21:26 +04:00
[CST] Focus
819b5f5dae gui/moviebrowser.cpp: cleanup, indent code; bug fixes 2014-09-26 14:22:58 +04:00
[CST] Focus
6474ad6fdc data/icons/Makefile.am: add icon_ytplay.png 2014-09-26 14:22:58 +04:00
[CST] Focus
fa780d6086 gui/movieplayer.cpp: lower delay at the EOF for list play or repeat mode enabled 2014-09-26 14:22:58 +04:00