Thilo Graf
2aff49deea
CComponentsItem: remove unnecessary calculation of position with frame
...
This should be done in the arrangement of the container contents
2014-06-23 18:43:47 +02:00
Thilo Graf
5eb63b9515
CComponentsPicture: structure of class highly simplified
...
It should be now easier to use images as objects. An initialized
picture object should provide all relevant properties and some
functionalities of picture viewer.
2014-06-23 18:43:47 +02:00
Thilo Graf
8bbd7024d9
CComponents: epand method setFrameThickness() to change selected frame
2014-06-23 18:43:47 +02:00
Thilo Graf
2f0e4e1687
CProgressWindow: implement CComponent classes
...
This implement window functionality from CComponentsWindow,
progress items from CProgressBar() and status text
items from CComponentsLabel()
2014-06-23 18:43:47 +02:00
Thilo Graf
793230e9a7
CMenuWidget: add member to suppress paint of details line
...
In some situations is it more senseful to suppress painting of details line.
Required if menu window is painted over another window.
The hide() functionality of detailsline paints only an empty background on screen so we have
blank parts on screen. That looks bad. For example, this is to observe
on context menu in channellist.
We should see this as a workaround. It is not certain whether the
details line is really needed in the future.
2014-06-23 18:43:47 +02:00
Thilo Graf
33202059cc
CComponentsText: add function to get current text content from object
2014-06-23 18:43:47 +02:00
Thilo Graf
581b9c7701
CComponentsForm: add methode killCCItems()
...
This methode is an equivalent version of CComponentsItem::kill() and
allows to erase all items inside of a container at once.
2014-06-23 18:43:47 +02:00
Thilo Graf
f21c119517
CComponentsWindow: add possibilty to add sidebars in window objects
...
This allows to add objects in to window on left or right site. eg. for
navigation icons or other similar stuff. Default this feature is disabled.
to enable with methode enableSidebar(TYPE); With parameter
CC_WINDOW_LEFT_SIDEBAR, CC_WINDOW_RIGHT_SIDEBAR or both.
Width of sidebar can be changed with methode setWidthSidebar(int)
2014-06-23 18:43:47 +02:00
Thilo Graf
53cf57876c
CComponents: inherit COSDFader class
...
Allows a simplified implementation without prior declaration and
initialisation
2014-06-23 18:43:47 +02:00
Thilo Graf
c41b4fd015
CFrameBuffer: reduce fade time
...
10000 seems to bee too much for nice handling
2014-06-23 18:43:47 +02:00
Thilo Graf
69e2debb02
COSDFader: rename member functions, adapt implementations
...
Stop() is not exactly attributable if fader class used as inherited and
Fade() don't tell really what done and related to return value 'bool'...
especially as the fader class members have been not documented.
2014-06-23 18:43:47 +02:00
svenhoefer
df1c8ac00d
- channellist: add colored progressbars
...
* thx to bazi98, martii and benny
2014-06-23 17:05:44 +02:00
martii
e4801974be
gui/infoviewer: remove no longer used class member "old_timestr"
2014-06-20 14:35:22 +02:00
svenhoefer
c853231b1f
- yWeb: fix MODE_RADIO/MODE keys in RCUs
2014-06-20 14:35:17 +02:00
[CST] Focus
9562d40c99
zapit/src/frontend.cpp: fix cable tune log
2014-06-16 14:35:26 +04:00
martii
5a66db2a07
gui/epgview: replace left/right chars with corresponding icons
2014-06-15 22:40:10 +02:00
[CST] Bas
e9cba838fd
fastscan: fix astra1 scan in case there is only one LNB connected to the system. We should check
...
if the data arrived too before deciding if the TP was valid or not.
2014-06-13 09:24:55 +04:00
[CST] Bas
60a53d9eb5
src/gui/streaminfo2.cpp: fix possible integer overflow if fe driver reports very high values. The fix is to check for overflow and if so just return max_y.
2014-06-12 18:58:16 +04:00
[CST] Focus
943850eefc
gui/luainstance.cpp: add function to start file/url play
2014-06-12 18:58:16 +04:00
[CST] Focus
81735f5e53
gui/movieplayer.cpp: add 'http' action key, with cut/restore neutrino
2014-06-12 18:58:16 +04:00
svenhoefer
069d19f701
- eventlist: rework header
...
show channellogo, prev channel, next channel if possible
2014-06-11 23:07:19 +02:00
svenhoefer
649d1b1f9d
- change RenderString() default to UTF8
2014-06-11 23:07:13 +02:00
svenhoefer
8b91cda918
- change getRenderWidth() default to UTF8
2014-06-11 23:07:00 +02:00
martii
bec2e87412
driver/fontrenderer: let RenderString() and getRenderWidth() default to UTF8
2014-06-11 23:06:55 +02:00
martii
2047b51780
driver/fontrenderer: adding an additional bool to RenderString() seems inappropriate.
2014-06-11 23:06:50 +02:00
svenhoefer
6fca465c7b
- remove unused ringbuffer code again
2014-06-11 16:26:34 +02:00
Jacek Jendrzej
218a3906fd
src/gui/eventlist.cpp -fix show channel name in search mode
2014-06-07 13:14:11 +02:00
svenhoefer
3e08c361a7
- satellites.xml: update freq 12722000 as suggested by Janus
2014-06-06 19:00:25 +02:00
svenhoefer
566ea03372
- setting_helpers: ensure to create flagfile to reset var-partition
2014-06-04 21:47:32 +02:00
[CST] Focus
3124ed62cf
driver/record.cpp: create record directory before record
2014-06-03 13:24:04 +04:00
Thilo Graf
f74a000929
CComponents: fix screen rests
...
Frame of painted box was incomplete removed, eg hint box see also:
http://www.dbox2world.net/board293-cst-coolstream/board314-cst-coolstream-development/12230-r%C3%BCckst%C3%A4nde-auf-bildschirm-bei-apollo/
2014-06-01 23:12:29 +02:00
svenhoefer
dc39bde14a
- filebrowser: fix paint of SMSKey in footer and ...
...
... align both buttonlines in footer to same width
2014-05-31 17:54:29 +02:00
svenhoefer
f22a8ee1c6
- filebrowser: paintFoot() at every ChangeDir()
...
this fixes the empty footer when parentDir was empty
2014-05-31 15:23:46 +02:00
martii
a7ebf966c4
gui/plugins: exclude unused methods
2014-05-31 12:10:54 +02:00
[CST] Focus
05558331f7
gui/hdd_menu.cpp: ask to set recording path after mount (hotplug or format)
2014-05-30 14:57:17 +04:00
svenhoefer
f3c87f75ae
- delete *.orig crap files
2014-05-29 23:00:49 +02:00
svenhoefer
6ee9a3a053
styling for EPG view/eventlist (patch from Benny, thanks!) (fixed)
...
taken from martiis neutrino-mp
2014-05-29 22:30:32 +02:00
svenhoefer
672257906e
- helpers.cpp: add shortened strftime() function
...
taken from martiis neutrino-mp
2014-05-29 22:26:30 +02:00
Jacek Jendrzej
39eb29e437
fix to Commit 67bb4f7
(thx Gaucho316)
2014-05-29 20:15:44 +02:00
Jacek Jendrzej
99a7f2ba3b
streaminfo2.cpp -fix bitrate calc offset and use utf8
2014-05-29 20:02:30 +02:00
martii
f4fd139e08
gui/eventlist: fix paintItem() [patch from Benny]
2014-05-29 19:06:57 +02:00
martii
67bb4f7d10
gui/eventlist: utf8 rendering fix (thanks Benny!)
2014-05-29 18:47:42 +02:00
Jacek Jendrzej
d9483e019e
-add h265 to record and stream
2014-05-29 16:23:36 +02:00
svenhoefer
193c49d55e
Revert "styling for EPG view/eventlist (patch from Benny, thanks!)"
...
This reverts commit 5809315cc5
because this commit seems to need some more affection.
2014-05-27 17:21:42 +02:00
martii
5809315cc5
styling for EPG view/eventlist (patch from Benny, thanks!)
2014-05-27 17:01:49 +02:00
martii
cc80a79f58
zapit/src/zapit.cpp: simplify
2014-05-27 17:01:49 +02:00
Jacek Jendrzej
c86ad2ef48
/pictureviewer.cpp CPictureViewer::GetLogoName: don't add the same dir twice
2014-05-26 16:55:02 +02:00
martii
3a52a97fce
zapit/bouquets: rename bAlwaysLocked => bLockCount
2014-05-25 18:43:46 +02:00
martii
abe03ad749
zapit/bouquets: count locked bouquets a channels is in, and honor lock in all bouquets
2014-05-25 18:43:38 +02:00
Stefan Seyfried
7dac1e7ad9
movieplayer: memset() with zero length is useless
2014-05-23 17:50:34 +02:00