Commit Graph

3783 Commits

Author SHA1 Message Date
Thilo Graf
604d4e0f99 CComponentsInfoBox: move statement for check of image name
Ensure empty pic object otherwise it can be retained on exit
of paintPicture(), if an instance of Infobox already exists.

supplement to ab59797ae5


Origin commit data
------------------
Commit: d7ce847471
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-06 (Sat, 06 Apr 2013)
2013-04-06 08:49:16 +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
Thilo Graf
ff40ada214 CProgressBar: remove wrong intital value for frame thickness
Default value is 0, and should remain as specified in the base class.


Origin commit data
------------------
Commit: 210ae1491d
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
Michael Liebmann
64c8fa2e62 CComponentsPicture: initVarPicture() not execute if pic_name is blank
Origin commit data
------------------
Commit: bd47ef2060
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
* CComponentsPicture: initVarPicture() not execute if pic_name is blank
2013-04-04 16:10:15 +01:00
Michael Liebmann
ab59797ae5 CComponentsInfoBox: CComponentsPicture not create when no image to draw
Origin commit data
------------------
Commit: 095c0e1b04
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
* CComponentsInfoBox: CComponentsPicture not create when no image to draw
2013-04-04 16:10:15 +01:00
vanhofen
3a045fdc0a infoviewer: remove frame from timescale inside infoviewer
Origin commit data
------------------
Commit: 85ab392a09
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)

Origin message was:
------------------
- infoviewer: remove frame from timescale inside infoviewer
2013-04-04 14:41:13 +02:00
Jacek Jendrzej
ba1e24ee31 CComponents: don't paint the same box with different colors as background
Origin commit data
------------------
Commit: d18217effb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)
2013-04-04 12:19:31 +02:00
Michael Liebmann
2faaf46d20 CNeutrinoEventList: Fix flicker when page is changed
Origin commit data
------------------
Commit: a841aa3790
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)

Origin message was:
------------------
* CNeutrinoEventList: Fix flicker when page is changed
2013-04-04 10:11:49 +01:00
Thilo Graf
c3dfd001a8 CComponentsInfoBox: prevent background paint in infobox
Background for text is not needed here


Origin commit data
------------------
Commit: 4e7f81a126
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)
2013-04-04 09:56:53 +02:00
Thilo Graf
6004ccf321 CComponentsText: add member to control background paint on textbox objects
Origin commit data
------------------
Commit: 3a4543b8d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-04 (Thu, 04 Apr 2013)
2013-04-04 09:56:53 +02:00
Thilo Graf
c49dd9ab02 CNeutrinoEventList: use CComponentsText instead CComponentsInfoBox
add doPaintBg(false), causes no paint or repaint and save of item
background.

CC-Items comes with its own hide(), but it's not very sensefull
to store or paint background here.

NOTE: CComponentsText is more of appropriate for embedded text items
than CComponentsInfoBox. CComponentsInfoBox is more made for hint or
messageboxes.


Origin commit data
------------------
Commit: 399dbad350
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-03 (Wed, 03 Apr 2013)
2013-04-04 09:56:52 +02:00
Thilo Graf
3c0d3d4279 CComponentsText: paint always background before painting text
Ensures erase of old text, usefully to avoid often
repaints of embedded textbox objects or text items


Origin commit data
------------------
Commit: e23b03fde9
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-03 (Wed, 03 Apr 2013)
2013-04-04 09:56:52 +02:00
Thilo Graf
0fc70f3bb6 CComponents: disable debug spam
Origin commit data
------------------
Commit: bdbea07e71
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)
2013-04-04 09:56:52 +02:00
Thilo Graf
b655e3fc36 CNeutrinoEventList: remove include of textbox.h
Is already included by cc.h


Origin commit data
------------------
Commit: 5cd01b8cc8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)
2013-04-04 09:56:51 +02:00
Thilo Graf
9c2de0fdf4 CTimeOsd: remove unused var timescale
Origin commit data
------------------
Commit: c4d9f76b6b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)
2013-04-04 09:56:51 +02: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
Thilo Graf
17d13ef103 CComponents: move item type enum to cc_types.h
Origin commit data
------------------
Commit: d391bedd5f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)
2013-04-02 09:31:05 +02:00
Thilo Graf
2b3fda7bb2 CComponentsPIP: remove unsuitable filename
Origin commit data
------------------
Commit: d87290c2bc
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-04-02 09:31:05 +02:00
vanhofen
1ef13b7d00 eventlist: fix delete of cc_infozone
Origin commit data
------------------
Commit: 825ec2f5cc
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-04-02 (Tue, 02 Apr 2013)

Origin message was:
------------------
- eventlist: fix delete of cc_infozone
2013-04-02 01:28:38 +02:00
defans
57a62f6cb5 eventlist: add right infobox with current eventinfo
* use getScreen{Width/Height}Rel()


Origin commit data
------------------
Commit: 68cf021581
Author: defans <defans@bluepeercrew.us>
Date: 2013-04-01 (Mon, 01 Apr 2013)

Origin message was:
------------------
- eventlist: add right infobox with current eventinfo

* use getScreen{Width/Height}Rel()
2013-04-01 22:06:19 +02:00
Michael Liebmann
2e51731543 Sort locales
Origin commit data
------------------
Commit: d4e54571a4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-01 (Mon, 01 Apr 2013)

Origin message was:
------------------
* Sort locales
2013-04-01 19:25:21 +01:00
vanhofen
52653b13d5 imageinfo: remove some fixed width values ...
... to avoid possible ugly overlaps

* split kernel-version from image-version
* whitespace cleanup


Origin commit data
------------------
Commit: c07b8781a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-30 (Sat, 30 Mar 2013)

Origin message was:
------------------
- 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
vanhofen
6e977b2ff2 bouqueteditor_chanselect.cpp: fix height
Origin commit data
------------------
Commit: 393aa14cff
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-29 (Fri, 29 Mar 2013)

Origin message was:
------------------
- bouqueteditor_chanselect.cpp: fix height
2013-03-29 20:40:52 +01:00
Jacek Jendrzej
b212f46c3d src/gui/channellist.cpp: fix to eb9cc7950d if more bouquets empty
Origin commit data
------------------
Commit: f4ae5e17ce
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)
2013-03-27 16:18:32 +01:00
Jacek Jendrzej
a3f140bc20 data/satellites.xml: update Eurobird 9A (9.0E)
Origin commit data
------------------
Commit: 3a68a4bf19
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
data/satellites.xml: update Eurobird 9A (9.0E)
2013-03-26 11:52:21 +01:00
vanhofen
7788d55bab epgplus.cpp: use getScreen{Width/Height}Rel()
Origin commit data
------------------
Commit: 745104571f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
- epgplus.cpp: use getScreen{Width/Height}Rel()
2013-03-26 01:14:39 +01:00
vanhofen
f02bd7f5a7 osd_progressbar_setup: rework locales; marginal changes in code
Origin commit data
------------------
Commit: 33c8526673
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)

Origin message was:
------------------
- osd_progressbar_setup: rework locales; marginal changes in code
2013-03-26 00:48:04 +01:00
Thilo Graf
cfda2df633 CComponentsInfoBox: ensure new init of picture
Delete causes a clean background because it is possible that remnants are
left after changed font size.


Origin commit data
------------------
Commit: 9af63bdc72
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-03-25 20:23:35 +01:00
Stefan Seyfried
c6dee7045d infoviewer: make oldinfo a member of the class
Origin commit data
------------------
Commit: 5033a9e4ef
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-03-25 18:02:46 +01:00
Stefan Seyfried
e92fb6ddb0 filebrowser: simplify code using font pointers and ...
... make size, time and mode fields scale with fontsize


Origin commit data
------------------
Commit: 4c3a92a130
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-03-25 17:35:29 +01:00
Stefan Seyfried
79c46f7e3e create zapit config dir on install
Origin commit data
------------------
Commit: eea77b7c8a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-03-25 16:48:25 +01:00
Stefan Seyfried
5f677d2231 my_system: cleanup and propagate exitstatus
Origin commit data
------------------
Commit: adb49dd5b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-25 14:44:10 +01: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
Stefan Seyfried
eb9cc7950d channellist: refactor to avoid duplicated code
Origin commit data
------------------
Commit: 36e95d7fbc
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-25 (Mon, 25 Mar 2013)
2013-03-25 14:06:16 +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
Thilo Graf
db3a5d459e CChannelList: ensure new init of dline
Causes correct paint of details line, if osd settings
have been changed.


Origin commit data
------------------
Commit: deab17dc25
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 21:16:49 +01:00
Thilo Graf
a12728aa2b CImageInfo: add item_offset also to bottom of license text
Origin commit data
------------------
Commit: 3f3a767104
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 21:14:11 +01:00
Thilo Graf
9376d64379 CComponentsLabel: add missing item type
Origin commit data
------------------
Commit: c99e23289b
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-03-24 21:14:11 +01:00
Thilo Graf
4a150e521a CComponentsPIP: apply left align for image, dont' save screen
This ensures a clean end on the left edge and save screen is not needed.


Origin commit data
------------------
Commit: b07c4231ef
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-24 21:14:11 +01:00
Thilo Graf
84e76185c0 CImageInfo: add header buttons
Origin commit data
------------------
Commit: e7984e6c73
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-24 21:14:10 +01:00
Thilo Graf
b43f07bd80 CComponentsWindow/Header: fix add of header buttons
setHeaderButtons was without effect


Origin commit data
------------------
Commit: cc31a41f43
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)
2013-03-24 21:14:10 +01:00
Thilo Graf
4096f4f6f6 CComponentsPIP: paint alternate picture if no tv mode
Use setPicture() to change image on runtime.


Origin commit data
------------------
Commit: 8196cf7671
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)

Origin message was:
------------------
CComponentsPIP: paint alternate picture if no tv mode

Use setPicture() to change image on runtime.
2013-03-24 21:14:10 +01:00
vanhofen
ac4a0b712d bouquetlist.cpp: use existing loop to calc max height of buttons
Origin commit data
------------------
Commit: 92f11c1e62
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)

Origin message was:
------------------
- bouquetlist.cpp: use existing loop to calc max height of buttons
2013-03-21 12:33:09 +01:00
vanhofen
6e732f27ae bouquetlist.cpp: fix buttonbar
Origin commit data
------------------
Commit: d90ae61449
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)

Origin message was:
------------------
- bouquetlist.cpp: fix buttonbar
2013-03-21 12:13:16 +01:00
Thilo Graf
34935b772d CChannelList: remove details line on changing pages
details line was not completely killed changed page.


Origin commit data
------------------
Commit: 407d9fe800
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)
2013-03-21 11:38:40 +01:00
Thilo Graf
5612f13d94 CComponentsText: rename getCCItemTextBoxInst -> getCTextBoxObject
This name should be more plausible


Origin commit data
------------------
Commit: 6b68259ac6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)
2013-03-21 11:37:20 +01:00
Thilo Graf
e1fd13bb40 CImageInfo: move ScrollLic() to end of file and add comments
Origin commit data
------------------
Commit: 322de62366
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-21 (Thu, 21 Mar 2013)
2013-03-21 11:37:13 +01:00
Thilo Graf
0e9ff3d23c fix license text, sorry, was a c&p error
Origin commit data
------------------
Commit: 0dc4686874
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-20 (Wed, 20 Mar 2013)
2013-03-21 11:37:00 +01:00
Michael Liebmann
45f96526b9 CImageInfo: Scroll license text if text box too small
Origin commit data
------------------
Commit: 801a15df7c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
* CImageInfo: Scroll license text if text box too small
2013-03-21 06:56:24 +01:00