Thilo Graf
7ada20de64
CFile: add filetypes for install and update packages
2015-12-28 12:13:41 +01:00
Thilo Graf
0146511f38
components: rework classes
...
- outsourced some classes cc_item.cpp/h, cc_draw.cpp/h
- added extra methodes for simple use of some basic components extra.cpp/h
- rework clock handling: use timer class, reworked members for
enable/disable clock with external timer events,
tryed to fix some display issues related with infoclock and
time osd clock in moviebrowser, channellist, menuus
- reworked hide/kill handling, removed parameter for hide(), try to use
cached backgrounds for other constallations, paint cache, image cache (all beta)
- reworked shadow/frame handling, add shadow modes for left/right
arrangement, TODO: repaint for existant instances required
- reworked color gradient assignment (beta)
... Note: I had a data crash in my local git tree
and i tryed to restore my historie, but most was lost. Therefore here
the commit is large
2015-12-27 14:42:27 +01:00
Jacek Jendrzej
ddb3c15d4b
some gcc5 compil fixes
2015-12-26 17:03:42 +01:00
Stefan Seyfried
fa2acb0e44
framebuffer_ng: implement showFrame() und stopFrame()
2015-12-13 18:23:28 +01:00
Stefan Seyfried
e8ff0c7d09
framebuffer_ng: make setIconBasePath more robust
...
...by appending a slash if the caller doesn't supply one.
2015-12-13 18:20:13 +01:00
Stefan Seyfried
a775af135a
framebuffer_ng: use global ICONSDIR_VAR
...
this implements CFrameBuffer part of commit 89a11de65
("fix and use ICONSDIR variable; move ICONSSDIR_VAR to global.h")
2015-12-13 18:18:32 +01:00
Stefan Seyfried
d3245a4f90
fix build with newer openSUSE ffmpeg packages (again)
2015-12-13 18:16:16 +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
M. Liebmann
76874040a3
CFBWindow: Add paintVLineRel() & paintHLineRel() for using...
...
...in external plugins
2015-11-27 12:31:47 +01:00
M. Liebmann
895b781629
CFBWindow: Add saveScreen() & restoreScreen() for using...
...
...in external plugins
2015-11-27 12:31:47 +01:00
M. Liebmann
56d76f4ebc
CNeutrinoFonts: Add 'getDynFontExt()' for create custom fonts...
...
...in external plugins
2015-11-27 12:31:47 +01:00
svenhoefer
bab181ab5b
- record.cpp: align CODEC_ID defines to current ffmpeg code (thx to flk)
2015-10-21 11:55:48 +02:00
svenhoefer
07df9d28e5
- record.cpp: remove unnecessary executable flag from ts-file
2015-10-14 13:11:08 +02:00
svenhoefer
be2c0a44cd
- record.cpp: resort flags for xml-file and ts-file; add O_CLOEXEC to ts-file
2015-10-14 13:08:20 +02:00
[CST] Focus
f0eac5d3e0
driver/record.cpp: add expetimental support for webtv recording,
...
allowed formats hls and mpegts, ffmpeg must have mpegts muxer support
2015-10-07 13:48:46 +03:00
[CST] Focus
5a000b6a4e
driver/streamts.cpp: bug fix: SO_SNDBUF for connection fd
2015-09-24 13:32:38 +03:00
Jacek Jendrzej
65a237c991
src/gui/eventlist.cpp fix timeshif_record timer handling
2015-08-20 15:51:57 +02:00
Jacek Jendrzej
29aa47aef0
audioplayer: -add flv format (THX Houdini)
2015-07-27 12:40:41 +02:00
svenhoefer
d942448890
- moviecut: localize question to cancel editing
2015-05-21 09:04:27 +02:00
svenhoefer
35f0582ca1
- moviecut: don't paint progressbar when no bookmarks found
2015-05-21 09:04:27 +02:00
TangoCash
e6ebb563d0
add m3u8
2015-05-15 03:46:49 +02:00
svenhoefer
3c3d873fba
- framebuffer: add missing slashs to iconBasePath
2015-05-07 12:10:13 +02:00
svenhoefer
11ccc53f0b
- move LOGODIR and LOGODIR_VAR to global.h
2015-05-06 22:58:54 +02:00
svenhoefer
89a11de651
- fix and use ICONSDIR variable; move ICONSSDIR_VAR to global.h
2015-05-06 22:58:54 +02:00
svenhoefer
edc8527379
- framebuffer: revival of showFrame() function to allow ...
...
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
2015-05-05 12:01:04 +02:00
TangoCash
736dcb20db
introduce color-to-color gradient
2015-05-04 09:41:41 +02:00
Thilo Graf
a58f1621b4
Merge branch 'cst-next.pre' into cst-next
2015-04-30 09:20:43 +02:00
Jacek Jendrzej
2c9d0674cd
supplement to 5ab6b53054
2015-04-18 20:03:44 +02:00
svenhoefer
09adc177d8
- record.h: remove include of vfd.h; use display.h instead
2015-04-16 13:39:35 +02:00
Stefan Seyfried
5ab6b53054
global.h: Use forward-declarations to reduce number of dependencies
2015-04-16 13:39:35 +02:00
Thilo Graf
ba6f265255
CFrameBuffer: add comment for unsolved issue on full icon cache
2015-04-05 17:38:20 +02:00
Thilo Graf
b9e04a4999
CNeutrinoFonts: use neutrino debug output as default with line numbers
2015-03-29 22:40:14 +02:00
Thilo Graf
2dc47e0fe1
CPictureViewer: fix wconversion warnings
2015-03-29 22:40:07 +02:00
Thilo Graf
6151152a20
CPictureViewer: use neutrino internal log
...
Show only errors in mode DEBUG_NORMAL.
2015-03-29 22:40:07 +02:00
Stefan Seyfried
a5241af87e
moviecut: fix format-string and sign-compare warnings
2015-03-23 15:17:26 +01:00
svenhoefer
ff1a7b8640
- pictureviewer: do only show picture if decoding succeed
...
based upon patch "fix screensaver" by max10 <max_10@gmx.de >
2015-03-19 10:54:45 +01:00
Stefan Seyfried
0105af5266
scanepg: fix debug messages for out-of-tree build
2015-03-04 19:51:31 +01:00
Stefan Seyfried
bd0b629606
simple_display: ensure LEDs are on for shutdown
2015-03-01 13:56:01 +01:00
Stefan Seyfried
fca14b17c5
set threadnames to unique values
2015-02-28 10:53:18 +01:00
Stefan Seyfried
22dd798325
Merge remote-tracking branch 'check/cst-next'
2015-02-25 21:20:22 +01:00
[CST] Bas
bc0c048474
src/driver/framebuffer.cpp: check dimension in int_convertRGB2FB and if it's not valid, spit out a warning
...
and return NULL.
2015-02-22 19:01:42 +03:00
[CST] Bas
e9f049c677
src/driver/framebuffer.cpp: fix-up reading raw icons. If read failed or it read an corrupted header it could
...
lead to bad allocations. Prevent that.
2015-02-22 17:23:11 +03:00
Stefan Seyfried
71b2230768
moviecut: fix format-string and sign-compare warnings
2015-02-21 22:03:07 +01:00
Stefan Seyfried
79b9a8050e
Merge remote-tracking branch 'check/cst-next'
2015-02-21 21:56:22 +01:00
Stefan Seyfried
c4b24d8734
fbaccel: mark framebuffer dirty when drawing lines
2015-02-21 19:48:12 +01:00
Stefan Seyfried
07df6201eb
fbaccel: make blit() private, remove calls from fb_ng
...
The explicit blit() calls should not be needed, let the
autoblit thread handle it instead.
2015-02-21 12:41:44 +01:00
[CST] Focus
b96a087633
driver/moviecut.cpp: move cut/truncate code to its own file
2015-02-20 18:37:38 +03:00
Stefan Seyfried
48fdfc5e5e
Merge remote-tracking branch 'test/cst-next'
...
Conflicts:
src/gui/osdlang_setup.cpp
2015-02-19 14:10:26 +01:00
Stefan Seyfried
baf6bcdb97
record.h: replace includes with forward declaration
2015-02-14 14:31:12 +01:00
Stefan Seyfried
e73d266c3e
lcdd: remove useless cast
2015-02-14 14:31:11 +01:00