Stefan Seyfried
572de2bbcb
Merge remote-tracking branch 'cst-next'
2016-01-16 12:51:04 +01:00
svenhoefer
b00e78a165
- fix pagedown logic, but this time for real (i hope)
...
Why this was so difficult code? I don't know.
2016-01-15 13:51:14 +01:00
Stefan Seyfried
b53fbaf327
Merge remote-tracking branch 'cst-next'
2016-01-08 19:52:41 +01:00
Jacek Jendrzej
597f10d920
src/gui/channellist.cpp fix possible segfault (heap-buffer-overflow)
2016-01-04 13:50:36 +01:00
svenhoefer
5860045999
- locale: add usermenu title locales ...
...
some small reworks; cleanup from #if 0'ed code
2016-01-02 12:18:06 +01:00
Stefan Seyfried
b837d8697b
Merge remote-tracking branch 'uncool/cst-next'
2015-12-28 16:15:14 +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
Stefan Seyfried
33676d28bf
Merge remote-tracking branch 'uncool/cst-next'
2015-12-21 14:38:26 +01:00
Jacek Jendrzej
d6246131d2
src/gui/channellist.cpp fix possible segfault after edit mode (heap-buffer-overflow)
2015-12-19 20:18:49 +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
svenhoefer
ed4adff745
- channellist, bouquetlist and bouqueteditor: fix pagedown logic
2015-11-08 19:30:59 +01:00
[CST] Focus
020b477a7d
gui/channellist.cpp: fix compile
2015-11-06 17:57:08 +03:00
[CST] Focus
14dbe516d3
gui/channellist.cpp: disable virtual bouquet edit,
...
split handleMsg and pincode check code
2015-11-06 17:23:49 +03:00
[CST] Focus
84d716ff5c
gui/channellist.cpp: allow record for webtv channel
2015-10-07 13:47:56 +03:00
[CST] Focus
7f4cf3011c
gui/channellist.cpp: pass channel epg_id to get events
2015-09-24 12:25:33 +03:00
Jacek Jendrzej
abea6d83d6
src/gui/channellist.cpp: stop RECMODE_TSHIFT in play mode
2015-08-19 17:58:08 +02:00
Jacek Jendrzej
5bfbae4ca9
fix possible segfault if chanellist is empty
2015-08-13 15:27:25 +02:00
Thilo Graf
18fa153389
CChannelList: fix and simplify paint of custom channellogos
...
paint was probably broken since 5e380fa4f8
2015-07-17 16:01:19 +02:00
Jacek Jendrzej
4cb0870b9b
src/gui/channellist.cpp: show epg info1 if info2 empty (THX bazi98)
2015-07-05 13:20:47 +02:00
[CST] Focus
64eda8566c
gui/channellist.cpp: use getChannelID() in place of channel_id
2015-06-02 12:26:34 +03:00
M. Liebmann
95a27ebb31
Clock on infoviewer and channellist: Fix background paint...
...
...when switching between OneColor und ColorToColor
2015-05-09 10:38:51 +02:00
svenhoefer
cb5f052e83
- themes: move colored_events settings to themes setup
2015-05-05 11:43:17 +02:00
Thilo Graf
a58f1621b4
Merge branch 'cst-next.pre' into cst-next
2015-04-30 09:20:43 +02:00
Thilo Graf
01516cf943
themes: use hintbox and header gradient option in theme settings
...
Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
2015-04-29 10:16:55 +02:00
Jacek Jendrzej
15e9663608
channellist.cpp; fix kill dline
2015-04-16 22:24:13 +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
svenhoefer
7f35a67426
- channellist: allow show/hide bottom infobox
2015-04-14 11:08:24 +02:00
Thilo Graf
388ab3aa02
CChannelList: use class for scalable channel logos
...
Previous class used limited scale handling mainly with the
member paintIcon() by framebuffer class.
Because of many possible channel logo files, the icon cache was
filled very fast. That was never considered in
paintIcon() and caused strange behavior at screen, as no image data
were assigned correctly.
2015-04-04 23:32:48 +02:00
Thilo Graf
e631559555
CChannelList: fix paint of unscaled images
...
Unscaled images were never painted.
2015-03-29 22:40:15 +02:00
Thilo Graf
1cb885dfe9
CChannelList/CNeutrinoEventList/CMovieBrowser: fix logo scale
...
Downscale was broken.
2015-03-29 22:40:08 +02:00
Thilo Graf
f499efa208
CChannelList: ensure down scaling if header height is too small
...
Logo is initialized with width and height, but enforces in most cases
upscaling of logo. Default now disabled scaling but if header too small,
down scaling is enabled.
2015-03-29 22:39:53 +02:00
Stefan Seyfried
92fcc879b4
Merge remote-tracking branch 'test/cst-next'
2015-03-07 20:09:44 +01:00
[CST] Focus
e846eb141e
gui/channellist.cpp: optimize channel list appear time
2015-03-06 14:14:00 +03:00
Stefan Seyfried
3a222fb5f3
channellist: fix lock icon for default-locked bouquets
2015-02-14 14:31:12 +01:00
Stefan Seyfried
b325268123
channellist: remove bogus (char *) casts
2015-02-14 14:31:11 +01:00
Stefan Seyfried
a846cb1a97
channellist: fix lock icon for default-locked bouquets
2015-02-12 16:38:42 +01:00
Stefan Seyfried
8503bf3bc7
channellist: remove bogus (char *) casts
2015-02-10 14:54:48 +01:00
Stefan Seyfried
dc637ca68e
channellist: fix 2 forgotten cases of fixed plock_zaptime
2015-02-09 13:47:32 +01:00
Stefan Seyfried
6e9496b18f
fix parentallock for "bouquets default locked" case
...
in case of "default locked" bouquets, the "whole bouquet unlock"
did not work, because of the inverted logic in this case
2015-02-09 13:47:32 +01:00
Stefan Seyfried
ec12b704cb
channellist: fix 2 forgotten cases of fixed plock_zaptime
2015-02-08 17:35:01 +01:00
Stefan Seyfried
ab7b08e40e
fix parentallock for "bouquets default locked" case
...
in case of "default locked" bouquets, the "whole bouquet unlock"
did not work, because of the inverted logic in this case
2015-02-08 17:33:25 +01:00
Stefan Seyfried
b5a64e6887
Merge remote-tracking branch 'check/cst-next'
...
*needs buildfixing*
Conflicts:
src/daemonc/Makefile.am
src/daemonc/remotecontrol.cpp
src/driver/Makefile.am
src/driver/audiodec/Makefile.am
src/driver/pictureviewer/Makefile.am
src/driver/vfd.cpp
src/gui/bedit/Makefile.am
src/gui/components/Makefile.am
src/gui/luainstance.cpp
src/gui/widget/Makefile.am
src/nhttpd/tuxboxapi/coolstream/Makefile.am
src/system/Makefile.am
2015-01-26 17:26:26 +01:00
Janus
df1db3cfad
api4: upgrade channel and bouquet edit (testing)
2015-01-22 13:08:03 +01:00
[CST] Focus
c6424534e8
gui/channellist.cpp: disable timeshift stop while timeshift playback in progress
2015-01-21 17:54:11 +03:00
[CST] Focus
3da439030b
neutrino: try to prevent using chanellist/bouquetlist while channels init in progress
2015-01-13 16:10:24 +03:00
Stefan Seyfried
d37b3c0f9a
Merge remote-tracking branch 'check/cst-next'
...
Conflicts:
src/daemonc/remotecontrol.cpp
src/gui/luainstance.cpp
src/gui/movieplayer.cpp
src/gui/videosettings.cpp
src/neutrino.cpp
src/system/setting_helpers.cpp
src/zapit/src/zapit.cpp
2014-12-28 12:32:12 +01:00
Stefan Seyfried
894e21174d
channellist is a pointer now
2014-12-25 18:21:56 +01:00
Stefan Seyfried
69c4dbbdba
Merge remote-tracking branch 'check/cst-next'
...
needs build- and functional fixes
Conflicts:
configure.ac
data/icons/shutdown.jpg
data/icons/start.jpg
data/locale/deutsch.locale
data/locale/english.locale
lib/libmd5sum/md5.c
src/driver/scanepg.cpp
src/driver/streamts.cpp
src/driver/vfd.cpp
src/driver/vfd.h
src/driver/volume.cpp
src/eitd/dmx.cpp
src/eitd/xmlutil.cpp
src/gui/Makefile.am
src/gui/audiomute.cpp
src/gui/channellist.cpp
src/gui/dboxinfo.cpp
src/gui/epgview.cpp
src/gui/eventlist.cpp
src/gui/filebrowser.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/keybind_setup.cpp
src/gui/luainstance.cpp
src/gui/luainstance.h
src/gui/miscsettings_menu.cpp
src/gui/moviebrowser.cpp
src/gui/movieplayer.cpp
src/gui/osd_progressbar_setup.cpp
src/gui/osd_progressbar_setup.h
src/gui/osd_setup.cpp
src/gui/osdlang_setup.cpp
src/gui/personalize.cpp
src/gui/plugins.cpp
src/gui/plugins.h
src/gui/scan.cpp
src/gui/scan_setup.cpp
src/gui/update_settings.cpp
src/gui/user_menue.cpp
src/gui/user_menue_setup.cpp
src/gui/videosettings.cpp
src/gui/widget/buttons.cpp
src/gui/widget/menue.cpp
src/gui/widget/menue.h
src/gui/widget/progresswindow.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/nhttpd/yhttpd.cpp
src/system/helpers.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/setting_helpers.cpp
src/zapit/lib/zapitclient.cpp
src/zapit/src/fastscan.cpp
src/zapit/src/frontend.cpp
src/zapit/src/getservices.cpp
src/zapit/src/scan.cpp
src/zapit/src/scannit.cpp
src/zapit/src/scanpmt.cpp
src/zapit/src/transponder.cpp
src/zapit/src/zapit.cpp
2014-12-25 18:03:08 +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