Commit Graph

3771 Commits

Author SHA1 Message Date
Thilo Graf
e23b03fde9 CComponentsText: paint always background before painting text
Ensures erase of old text, usefully to avoid often
repaints of embedded textbox objects or text items
2013-04-04 09:56:52 +02:00
Thilo Graf
bdbea07e71 CComponents: disable debug spam 2013-04-04 09:56:52 +02:00
Thilo Graf
5cd01b8cc8 CNeutrinoEventList: remove include of textbox.h
Is already included by cc.h
2013-04-04 09:56:51 +02:00
Thilo Graf
c4d9f76b6b CTimeOsd: remove unused var timescale 2013-04-04 09:56:51 +02:00
Thilo Graf
860be9a412 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
2013-04-02 09:31:05 +02:00
Thilo Graf
d391bedd5f CComponents: move item type enum to cc_types.h 2013-04-02 09:31:05 +02:00
Thilo Graf
d87290c2bc CComponentsPIP: remove unsuitable filename 2013-04-02 09:31:05 +02:00
svenhoefer
825ec2f5cc - eventlist: fix delete of cc_infozone 2013-04-02 01:28:38 +02:00
svenhoefer, SatBaby, snafed
68cf021581 - eventlist: add right infobox with current eventinfo
* use getScreen{Width/Height}Rel()
2013-04-01 22:06:19 +02:00
Michael Liebmann
d4e54571a4 * Sort locales 2013-04-01 19:25:21 +01:00
svenhoefer
c07b8781a5 - imageinfo: remove some fixed width values ...
... to avoid possible ugly overlaps

* split kernel-version from image-version
* whitespace cleanup
2013-03-30 16:03:27 +01:00
svenhoefer
393aa14cff - bouqueteditor_chanselect.cpp: fix height 2013-03-29 20:40:52 +01:00
Jacek Jendrzej
f4ae5e17ce src/gui/channellist.cpp: fix to 36e95d7fbc if more bouquets empty 2013-03-27 16:18:32 +01:00
Jacek Jendrzej
3a68a4bf19 data/satellites.xml: update Eurobird 9A (9.0E) 2013-03-26 11:52:21 +01:00
svenhoefer
745104571f - epgplus.cpp: use getScreen{Width/Height}Rel() 2013-03-26 01:14:39 +01:00
svenhoefer
33c8526673 - osd_progressbar_setup: rework locales; marginal changes in code 2013-03-26 00:48:04 +01:00
Thilo Graf
9af63bdc72 CComponentsInfoBox: ensure new init of picture
Delete causes a clean background because it is possible that remnants are
left after changed font size.
2013-03-25 20:23:35 +01:00
Stefan Seyfried
5033a9e4ef infoviewer: make oldinfo a member of the class 2013-03-25 18:02:46 +01:00
Stefan Seyfried
4c3a92a130 filebrowser: simplify code using font pointers and ...
... make size, time and mode fields scale with fontsize
2013-03-25 17:35:29 +01:00
Stefan Seyfried
eea77b7c8a create zapit config dir on install 2013-03-25 16:48:25 +01:00
Stefan Seyfried
adb49dd5b3 my_system: cleanup and propagate exitstatus 2013-03-25 14:44:10 +01:00
Stefan Seyfried
3a32fab2f0 CVolume: remove duplicate code 2013-03-25 14:19:55 +01:00
Stefan Seyfried
36e95d7fbc channellist: refactor to avoid duplicated code 2013-03-25 14:06:16 +01:00
svenhoefer
759966f935 - 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
Thilo Graf
deab17dc25 CChannelList: ensure new init of dline
Causes correct paint of details line, if osd settings
have been changed.
2013-03-24 21:16:49 +01:00
Thilo Graf
3f3a767104 CImageInfo: add item_offset also to bottom of license text 2013-03-24 21:14:11 +01:00
Thilo Graf
c99e23289b CComponentsLabel: add missing item type 2013-03-24 21:14:11 +01:00
Thilo Graf
b07c4231ef CComponentsPIP: apply left align for image, dont' save screen
This ensures a clean end on the left edge and save screen is not needed.
2013-03-24 21:14:11 +01:00
Thilo Graf
e7984e6c73 CImageInfo: add header buttons 2013-03-24 21:14:10 +01:00
Thilo Graf
cc31a41f43 CComponentsWindow/Header: fix add of header buttons
setHeaderButtons was without effect
2013-03-24 21:14:10 +01:00
Thilo Graf
8196cf7671 CComponentsPIP: paint alternate picture if no tv mode
Use setPicture() to change  image on runtime.
2013-03-24 21:14:10 +01:00
svenhoefer
92f11c1e62 - bouquetlist.cpp: use existing loop to calc max height of buttons 2013-03-21 12:33:09 +01:00
svenhoefer
d90ae61449 - bouquetlist.cpp: fix buttonbar 2013-03-21 12:13:16 +01:00
Thilo Graf
407d9fe800 CChannelList: remove details line on changing pages
details line was not completely killed changed page.
2013-03-21 11:38:40 +01:00
Thilo Graf
6b68259ac6 CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject
This name should be more plausible
2013-03-21 11:37:20 +01:00
Thilo Graf
322de62366 CImageInfo: move ScrollLic() to end of file and add comments 2013-03-21 11:37:13 +01:00
Thilo Graf
0dc4686874 fix license text, sorry, was a c&p error 2013-03-21 11:37:00 +01:00
Michael Liebmann
801a15df7c * CImageInfo: Scroll license text if text box too small 2013-03-21 06:56:24 +01:00
Michael Liebmann
c74fb77603 * CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll 2013-03-21 06:56:23 +01:00
Michael Liebmann
c117c80579 * locals.h/locals_intern.h: Fix Sort order 2013-03-21 06:56:23 +01:00
svenhoefer
d0164eaaf6 - fix another typo around DATA_PIDS 2013-03-20 21:50:16 +01:00
svenhoefer
9b7c96f07e - deutsch.locale: fix typos 2013-03-20 21:41:14 +01:00
Jacek Jendrzej
d9c7739aa6 -add record option for teletext & dvbsub pids 2013-03-19 17:14:04 +01:00
Michael Liebmann
9755751217 * Imageinfo: Format license text 2013-03-19 11:54:57 +01:00
Thilo Graf
2387b27b73 CImageInfo: implement CComponents
TODO:
- format of license text
- button bar or header buttons ?
2013-03-19 08:24:14 +01:00
Thilo Graf
7e1ef5d325 CProgressbarSetup: using unified 'osd' namespace 2013-03-19 08:12:43 +01:00
Thilo Graf
ab00522900 CComponents: fix build, fb_pixel_t and neutrino_locale_t was missed 2013-03-19 08:12:35 +01:00
Thilo Graf
259b58c829 CComponentsInfoBox: add NULL as default parameter for info_text
It's better to handel with NULL.

make clearCCItems() public and virtual so it can be used in window objects
2013-03-19 08:11:00 +01:00
Thilo Graf
0fa2bbc7c9 CComponentsInfoBox: delete clean textbox object before create new object
Ensures a clean environment for changed properties of a textbox in infobox.
2013-03-19 08:10:49 +01:00
Thilo Graf
98b3265719 Data files: add license files
Avoids hard coded parts e.g. for use mainly in image info.
2013-03-18 12:05:01 +01:00