Commit Graph

375 Commits

Author SHA1 Message Date
Stefan Seyfried
02331f5f31 mp3dec: recover from PCM write errors without crashing
Origin commit data
------------------
Commit: cc1dea140a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)
2013-04-08 10:35:03 +02:00
Stefan Seyfried
00300dc276 fontrenderer: use background color of framebuffer
Origin commit data
------------------
Commit: 629dc8562f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
2013-04-08 10:34:33 +02:00
Thilo Graf
ab0e31bd05 Progressbars: use default frame thickness
It's unnecessary overhead to set the value everywhere, except it's needed.


Origin commit data
------------------
Commit: f70a30defa
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-05 (Fri, 05 Apr 2013)
2013-04-06 08:33:51 +02:00
Michael Liebmann
dde336facd Fix order of colors for some progress bars
Origin commit data
------------------
Commit: adfbfe079c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-05 (Fri, 05 Apr 2013)

Origin message was:
------------------
* Fix order of colors for some progress bars
2013-04-05 19:43:50 +01:00
Thilo Graf
03b22f2d23 CComponents: add progressbar class to cc-items
CProgressbar moved into components sub directory and adapt includes.
Progressbar objects are now usable as cc-item

TODO:
-some color and size corrections
-found some dub codes for sig and snr-bars, needs rework


Origin commit data
------------------
Commit: 860be9a412
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)
2013-04-02 09:31:05 +02:00
Stefan Seyfried
2cfa2d3c62 CVolume: remove duplicate code
Origin commit data
------------------
Commit: 3a32fab2f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-25 14:19:55 +01:00
vanhofen
0df9a58c45 strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on


Origin commit data
------------------
Commit: 759966f935
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)

Origin message was:
------------------
- strech most windows to full screen

* switchable with existing switch for 'big_windows'
* 'big_windows' default is on
2013-03-25 09:45:22 +01:00
Jacek Jendrzej
1caa128727 add record option for teletext & dvbsub pids
Origin commit data
------------------
Commit: d9c7739aa6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-19 (Tue, 19 Mar 2013)

Origin message was:
------------------
-add record option for teletext & dvbsub pids
2013-03-19 17:14:04 +01:00
Stefan Seyfried
b5b43a00ec neutrino: fix most hardcoded paths
Origin commit data
------------------
Commit: f63ddb9cce
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
2013-03-11 13:32:06 +01:00
Stefan Seyfried
c387047e3f screenshot: fix invalid cast in debug message
Origin commit data
------------------
Commit: 04cd53f45d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-11 13:32:06 +01:00
Stefan Seyfried
fd574fb2a6 CVolume: fix border around volume bar
Origin commit data
------------------
Commit: 45d8c176ec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
2013-03-11 13:32:05 +01:00
Stefan Seyfried
a7ceab8aec pictureviewer: compatibility with giflib-5.x
Origin commit data
------------------
Commit: c9eafa208e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-12-28 (Fri, 28 Dec 2012)
2013-03-06 11:28:17 +01:00
Stefan Seyfried
9c0fbe8943 helpers: improve my_system function
Instead of hardcoding the maximum number of arguments to the
my_system helper, pass a variable argument list.
The function is deliberately source-incompatible with the old
implementation (as opposed to a variant with a sentinel NULL
argument, which would be compatible) to find all users and to
make sure that new future users of this function are not
overlooked during merges with other branches.

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>


Origin commit data
------------------
Commit: 988a8ebec2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-03 (Sun, 03 Mar 2013)
2013-03-05 11:58:49 +01:00
Stefan Seyfried
80a87017f3 neutrino: fix 32<->64bit format string warnings
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t


Origin commit data
------------------
Commit: 4dbeb3a31e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
2013-02-21 15:47:18 +01:00
Jacek Jendrzej
727d34afe8 fix compil warnings
Origin commit data
------------------
Commit: 460e224a28
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-22 (Tue, 22 Jan 2013)
2013-01-22 17:27:51 +01:00
Jacek Jendrzej
d7a2395633 src/driver/framebuffer.cpp: fix fb for Threads use
Origin commit data
------------------
Commit: 3bbaddec39
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)
2013-01-02 15:55:19 +01:00
Michael Liebmann
7332aea363 Fix include path for moved header files
Origin commit data
------------------
Commit: b1138e16b0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)

Origin message was:
------------------
* Fix include path for moved header files
2012-12-13 18:09:09 +01:00
Michael Liebmann
4fc47b65b0 Moviebrowser: Ask if the file of a running recording to be deleted.
Origin commit data
------------------
Commit: fefa483469
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)

Origin message was:
------------------
* Moviebrowser: Ask if the file of a running recording to be deleted.
2012-11-26 15:03:58 +01:00
vanhofen
7552767783 src/driver/streamts.cpp: fix linefeed
Origin commit data
------------------
Commit: fc2c89c664
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-19 (Mon, 19 Nov 2012)

Origin message was:
------------------
- src/driver/streamts.cpp: fix linefeed
2012-11-19 18:13:35 +01:00
Jacek Jendrzej
33efc806e4 src/driver/streamts.cpp fix segfault
Origin commit data
------------------
Commit: af7b6d7a98
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
2012-11-19 17:58:24 +01:00
[CST] Focus
5172504329 driver/streamts.cpp: fix debug msg
Origin commit data
------------------
Commit: 00e188b37d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
2012-11-15 19:16:10 +04:00
Jacek Jendrzej
4b86495580 src/driver/rcinput.cpp: use standby_rc in repeat mode only if need
Origin commit data
------------------
Commit: 7d570537fd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
2012-11-12 12:23:23 +01:00
[CST] Focus
9baad55796 driver/record.cpp: stop streaming before record start
Origin commit data
------------------
Commit: a2a6a7d5c8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
2012-11-08 19:14:20 +04:00
[CST] Focus
cac7a89cd1 driver/streamts.cpp: replace old code with class,
support multi-client and multi-channel,
experimental / testing - please read comments at the top of driver/streamts.cpp


Origin commit data
------------------
Commit: ae6cbc9479
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
2012-11-08 19:10:37 +04:00
[CST] Focus
021e332eb3 driver/record.cpp: use CGenPsi class
Origin commit data
------------------
Commit: 2b0f9efbc8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
2012-11-08 15:09:10 +04:00
[CST] Focus
adca5fc32c driver/Makefile.am: replace genpsi.c with genpsi.cpp
Origin commit data
------------------
Commit: 0578ef7c30
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
2012-11-08 15:08:41 +04:00
[CST] Focus
230ac33ce2 driver/genpsi.cpp: replace old code with class
Origin commit data
------------------
Commit: 861a5a4a51
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
2012-11-08 15:08:08 +04:00
[CST] Focus
9ebe1da39f driver/file.h: define __USE_FILE_OFFSET64 instead of error
Origin commit data
------------------
Commit: 02c3cfb173
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-07 (Wed, 07 Nov 2012)
2012-11-07 20:49:06 +04:00
Jacek Jendrzej
5fd35772e6 src/driver/streamts.cpp: use new instead of malloc
Origin commit data
------------------
Commit: 4e3791be72
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-05 (Mon, 05 Nov 2012)
2012-11-05 16:48:41 +01:00
Jacek Jendrzej
5354203093 src/driver/record.cpp: -fix auto_delete
Origin commit data
------------------
Commit: 9cec234d73
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-04 (Sun, 04 Nov 2012)
2012-11-04 13:25:44 +01:00
Jacek Jendrzej
626f1aabc0 src/driver/volume.cpp:-fix segfault on new fb_pixel_t with not initialized digit_h+digit_offset
Origin commit data
------------------
Commit: 7ea3a20a80
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)
2012-11-02 18:17:47 +01:00
vanhofen
6a84b3fb09 shutdown_count.cpp: add NEUTRINO_ENTER_INACTIVITY_SCRIPT
script will be executed if g_settings.shutdown_min expires


Origin commit data
------------------
Commit: 3b9193982b
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-01 (Thu, 01 Nov 2012)

Origin message was:
------------------
- shutdown_count.cpp: add NEUTRINO_ENTER_INACTIVITY_SCRIPT

script will be executed if g_settings.shutdown_min expires
2012-11-01 20:30:18 +01:00
Jacek Jendrzej
e0388860f9 src/driver/vfd.cpp: -fix ioctl error on shutdown
Origin commit data
------------------
Commit: c2052784ec
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-29 (Mon, 29 Oct 2012)
2012-10-29 13:24:11 +01:00
Jacek Jendrzej
9c9febce57 neutrino: show epg infos on announce recording, ported from tuxcvs
Origin commit data
------------------
Commit: 654ca3656d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-28 (Sun, 28 Oct 2012)
2012-10-28 20:05:42 +01:00
[CST] Focus
edd3b0ad76 driver/radiotext.cpp: rework CRadioText,
thread now persistent, minimal delay for stop at zap,
for testing


Origin commit data
------------------
Commit: 4b086415d8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-25 (Thu, 25 Oct 2012)
2012-10-25 18:48:36 +04:00
Michael Liebmann
97e6d9da58 Commit f609fc5: Fix delete query when multiple same channelid
Origin commit data
------------------
Commit: 8681a9c399
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)

Origin message was:
------------------
* Commit f609fc5: Fix delete query when multiple same channelid
2012-10-24 10:52:55 +01:00
[CST] Focus
74657940d7 driver/record.cpp: use slow record warning option.
this warning tested for generic setup with usb hdd and
meant to early tell if record buffer usage reach watermark,
where user have chance to stop some of records and save others from overflow
under high load. if your think you getting false warnings, disable it


Origin commit data
------------------
Commit: d771f625a0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
2012-10-16 19:58:58 +04:00
[CST] Focus
92c242249a driver/record.cpp: stop radiotext before record start
Origin commit data
------------------
Commit: 2a93f2dfdf
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 12:53:09 +04:00
[CST] Focus
5b8235061d driver/genpsi.c: add fdatasync, this should wakeup hdd before record started
Origin commit data
------------------
Commit: 767a7d3871
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
2012-10-15 12:49:57 +04:00
Jacek Jendrzej
eafe3d2924 record.cpp:fix possible recording in flash
Origin commit data
------------------
Commit: 309c17d567
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
2012-10-05 12:44:59 +02:00
Jacek Jendrzej
8c27ae6270 use my_system instead of system
Origin commit data
------------------
Commit: bb2efeb45b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-02 (Tue, 02 Oct 2012)
2012-10-02 12:42:31 +02:00
[CST] Focus
b91dbbd57c driver/record.cpp: add timer to monitor record status;
add warning, when record buffer close to or already overflow;
change single record stop to sync mode - under high load stopTimerEvent() takes too long


Origin commit data
------------------
Commit: b8ff3bbdd5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-25 (Tue, 25 Sep 2012)
2012-09-25 17:19:28 +04:00
Jacek Jendrzej
cc285043ad my_system fix
Origin commit data
------------------
Commit: 87342fd0d9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-15 (Sat, 15 Sep 2012)
2012-09-15 11:20:49 +02:00
[CST] Focus
4032ca29f4 driver/record.cpp: fix temp timeshift file delete cmd
Origin commit data
------------------
Commit: 2d0642d36d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
2012-09-13 20:10:53 +04:00
[CST] Focus
154ce4a778 driver/record.cpp: always call RestoreNeutrino(), if record start failed
Origin commit data
------------------
Commit: 106c59a792
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
2012-09-13 20:07:18 +04:00
[CST] Focus
3f5e658ea7 driver/record.cpp: fix fd leak, if record start failed
Origin commit data
------------------
Commit: db17a4ee6f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
2012-09-13 19:13:49 +04:00
[CST] Focus
6b6d864e27 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Commit: 9fdbdbd343
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
2012-09-13 11:24:13 +04:00
Jacek Jendrzej
34f7ce25f6 /bouquetlist.cpp: close Favo also with RC_favorites
Origin commit data
------------------
Commit: e50a5ef013
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)
2012-09-12 22:48:15 +02:00
Jacek Jendrzej
878d7528e4 add wakeup_hdd & file_exists to system-helpers
Origin commit data
------------------
Commit: c6ae7255ac
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)

Origin message was:
------------------
-add wakeup_hdd & file_exists to system-helpers
2012-09-11 20:35:47 +02:00
Jacek Jendrzej
de296904a0 start SCRIPTs with-my_system
Origin commit data
------------------
Commit: 3389defb17
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-11 (Tue, 11 Sep 2012)
2012-09-11 20:33:34 +02:00