Commit Graph

742 Commits

Author SHA1 Message Date
Michael Liebmann
b8a04490f4 CTextBox: When using only digits to display:
- Use for calculating digit height
 font->getDigitHeight() / font->getDigitOffset()


Origin commit data
------------------
Commit: fccb07cfc9
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-04-24 (Wed, 24 Apr 2013)

Origin message was:
------------------
* CTextBox: When using only digits to display:

- Use for calculating digit height
 font->getDigitHeight() / font->getDigitOffset()
2013-04-28 16:48:09 +02:00
Jacek Jendrzej
d0cddc8afd use var passed by reference
Origin commit data
------------------
Commit: ddc9229efc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
2013-04-18 19:19:30 +02:00
[CST] Focus
1bd0bd8a7b Merge branch 'pu/cc' into next-cc
Conflicts:
	acinclude.m4
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/volume.cpp
	src/eitd/SIlanguage.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/eventlist.cpp
	src/gui/osd_setup.cpp
	src/gui/scan.cpp
	src/gui/scan.h
	src/gui/test_menu.cpp
	src/gui/timeosd.cpp
	src/gui/widget/progressbar.cpp
	src/gui/widget/progressbar.h
	src/neutrino.cpp
	src/nhttpd/yconfig.h


Origin commit data
------------------
Commit: 8bb70d1ab3
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
2013-04-17 13:32:12 +04:00
Stefan Seyfried
78e1332111 msgbox: add rounded corners
This is not entirely correct, as the corners will be wong
if a msgbox without header or footer is used. But as the
only place where this is used is ShowMsg2UTF() which has
header and footer, it does not matter right now.


Origin commit data
------------------
Commit: 230096c050
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
2013-04-05 18:29:08 +04:00
Stefan Seyfried
51a9a3b894 neutrino: make button bar use available space intelligently
modify the paintButtons() function, so that it spreads the buttons
over the available width with constant space between them.
Port over all users to the new method and clean up quite some custom
button drawing code on the way.

Conflicts:
	src/gui/audioplayer.cpp
	src/gui/bouquetlist.cpp
	src/gui/channellist.cpp
	src/gui/epgview.cpp
	src/gui/eventlist.cpp
	src/gui/filebrowser.cpp
	src/gui/widget/buttons.cpp
	src/gui/widget/stringinput.cpp


Origin commit data
------------------
Commit: e09bc260da
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-03 (Mon, 03 Oct 2011)
2013-04-05 14:50:28 +04: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
vanhofen
b659d5c95a strech most windows to full screen
* switchable with existing switch for 'big_windows'
* 'big_windows' default is on

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp


Origin commit data
------------------
Commit: 4714a30f83
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

Conflicts:
	src/gui/bedit/bouqueteditor_bouquets.cpp
	src/gui/bedit/bouqueteditor_channels.cpp
	src/gui/bedit/bouqueteditor_chanselect.cpp
2013-04-01 15:42:38 +04:00
Michael Liebmann
84938c0e4e CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
Origin commit data
------------------
Commit: 9b353dcfe5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
* CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
2013-04-01 15:08:57 +04:00
[CST] Focus
3304b1024e gui/widget/menue.cpp: fix CMenuForwarderNonLocalized::getWidth
Origin commit data
------------------
Commit: f21b291fcd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-29 (Fri, 29 Mar 2013)
2013-03-29 17:12:23 +04:00
[CST] Focus
fd4c0188d5 gui/widget/icons.h: add icons for tuner 3/4
Origin commit data
------------------
Commit: 6bb6ea381f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-27 (Wed, 27 Mar 2013)
2013-03-27 15:05:10 +04: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
Michael Liebmann
89fd7346b3 CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
Origin commit data
------------------
Commit: c74fb77603
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-03-20 (Wed, 20 Mar 2013)

Origin message was:
------------------
* CTextBox::scrollPageUp/Down: Suppress refresh when there is nothing to scroll
2013-03-21 06:56:23 +01:00
[CST] Focus
8bf2b50b59 Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
Conflicts:
	src/gui/widget/stringinput.cpp


Origin commit data
------------------
Commit: 4df0f85d26
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-14 (Thu, 14 Mar 2013)
2013-03-14 15:44:07 +04:00
Jacek Jendrzej
5b4050a470 progresbar -add colored & vertical design , ported from neutrino-mp
Origin commit data
------------------
Commit: f428a0b8d0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
2013-03-12 17:28:03 +04:00
Jacek Jendrzej
3b680a36ca progressbar-menu-tomworld
Origin commit data
------------------
Commit: 369289d179
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
2013-03-12 17:27:52 +04:00
Jacek Jendrzej
dcda89dcb3 progresbar -add colored & vertical design , ported from neutrino-mp
Origin commit data
------------------
Commit: a501b6efeb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
2013-03-11 14:40:42 +01:00
Jacek Jendrzej
1bc23bfc31 progressbar-menu-tomworld
Origin commit data
------------------
Commit: be2966035f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-03-11 (Mon, 11 Mar 2013)
2013-03-11 14:40:36 +01:00
vanhofen
5c6a1555e0 stringinput: fix width of menutitle in dialogs
Origin commit data
------------------
Commit: 983e33f96d
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)

Origin message was:
------------------
- stringinput: fix width of menutitle in dialogs
2013-03-09 15:17:08 +01:00
vanhofen
4fbc8895da stringinput: rework dialogs
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar


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

Origin message was:
------------------
- stringinput: rework dialogs

* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar
2013-03-09 15:06:10 +01:00
Thilo Graf
b3c0546942 CMenuWidget: branch devel_cc Fix merge errors
Some braces were lost during the last merges.


Origin commit data
------------------
Commit: 7ac1550277
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-16 (Sat, 16 Feb 2013)
2013-03-06 11:28:16 +01:00
Thilo Graf
f49d09b904 CTextBox: don't hide if m_nPaintBackground is set to false
Required in CCompmonentsText. Hide of textbox object is unnecessary in
CCompmonentsText objects.


Origin commit data
------------------
Commit: 4db5c450a4
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-09 (Fri, 09 Nov 2012)
2013-03-06 11:28:10 +01:00
Thilo Graf
ee2b0d5c34 CTextBox/CMsgBox: reduce data type conflicts
Origin commit data
------------------
Commit: e1a586a9b1
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)
2013-03-06 11:28:04 +01:00
Thilo Graf
b005a658bb CTextBox: add methodes setTextMode() and setBackGroundColor()
Origin commit data
------------------
Commit: 1d6bf7397e
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)
2013-03-06 11:28:04 +01:00
Thilo Graf
82ff6f298d CTextBox: initialize variables in constructor (style)
Origin commit data
------------------
Commit: 4007cf4a6d
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-26 (Sun, 26 Aug 2012)
2013-03-06 11:27:57 +01:00
Thilo Graf
d8ee6cad83 CMenuWidget: set frame thickness
default value in CComponentsInfoBox is inherit from CComponentsContainer
and =0, baut we need =2


Origin commit data
------------------
Commit: 7df6748f74
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-23 (Thu, 23 Aug 2012)
2013-03-06 11:27:55 +01:00
Thilo Graf
77d1ef4e94 CMenuWidget: init instance of CComponentsDetailsLine in constructor
Origin commit data
------------------
Commit: 12cb192341
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-22 (Wed, 22 Aug 2012)
2013-03-06 11:27:55 +01:00
Thilo Graf
e19ef2c3da CComponentsInfoBox: create instance of CComponentsInfoBox in constructor
Origin commit data
------------------
Commit: 232933f9fc
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-22 (Wed, 22 Aug 2012)
2013-03-06 11:27:55 +01:00
Michael Liebmann
779befca24 CMenuWidget: Use removeLineBreaks() in paintHint()
Origin commit data
------------------
Commit: 2101a32862
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-20 (Mon, 20 Aug 2012)

Origin message was:
------------------
* CMenuWidget: Use removeLineBreaks() in paintHint()
2013-03-06 11:27:54 +01:00
Michael Liebmann
9e3f3ddc52 CMenuWidget: Remove line breaks from hint text
- Add font to Constructor & setText()
- remove CTextBox::AUTO_HIGH


Origin commit data
------------------
Commit: ff12f2b5b5
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-20 (Mon, 20 Aug 2012)
2013-03-06 11:27:54 +01:00
Thilo Graf
c2fea2c861 CMenuWidget: implement CComponentsInfoBox functionality for text and icon
Origin commit data
------------------
Commit: 53ff9cdddf
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-19 (Sun, 19 Aug 2012)
2013-03-06 11:27:53 +01:00
Thilo Graf
8cbc17affd CMenuWidget: adapt for last changes in CComponents
Origin commit data
------------------
Commit: b0f9cde09f
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-16 (Thu, 16 Aug 2012)
2013-03-06 11:27:52 +01:00
Thilo Graf
c066c2a29a CMenuWidget: define system colors during runtime
Origin commit data
------------------
Commit: 9027ac6fba
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-04 (Sat, 04 Aug 2012)
2013-03-06 11:27:51 +01:00
Thilo Graf
ec4b8e3637 CComponents: add more basic members and sub classes
- change default colors for info box
- add member methode to synchronize system colors
- add class CComponentsShapeCircle
- add class CComponentsShapeSquare
- add sub class CComponentsPIP


Origin commit data
------------------
Commit: 485dca43e2
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-03 (Fri, 03 Aug 2012)
2013-03-06 11:27:51 +01:00
Thilo Graf
1983068b99 CMenuWidget: adapt to current CComponentsInfoBox changes
Origin commit data
------------------
Commit: 03d276d90a
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-03 (Fri, 03 Aug 2012)
2013-03-06 11:27:51 +01:00
Thilo Graf
37452186cf menu.cpp: refresh radius settings
Changed corner settings in osd setup
have no effect in unchanged menu widget instances.


Origin commit data
------------------
Commit: ec2c78537c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-01 (Wed, 01 Aug 2012)

Origin message was:
------------------
*menu.cpp: refresh radius settings

Changed corner settings in osd setup
have no effect in unchanged menu widget instances.
2013-03-06 11:27:50 +01:00
[CST] Focus
ddc00bba81 Merge branch 'pip' into next
Conflicts:
	src/gui/channellist.cpp


Origin commit data
------------------
Commit: 69b4d366af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
2013-02-28 16:45:41 +04:00
[CST] Focus
e15f1c4c72 Merge branch 'dvbsi++' into next
Conflicts:
	src/neutrino.cpp
	src/zapit/src/femanager.cpp
	src/zapit/src/getservices.cpp
	src/zapit/src/transponder.cpp


Origin commit data
------------------
Commit: 026592e8fe
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
2013-02-28 16:39:34 +04:00
[CST] Focus
1923b203dd add pip icon
Origin commit data
------------------
Commit: ba25c9ed0f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-26 (Tue, 26 Feb 2013)
2013-02-26 17:20:32 +04:00
[CST] Focus
e15a044230 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Commit: 8e1e391bec
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-24 (Sun, 24 Feb 2013)
2013-02-24 10:41:53 +04:00
Jacek Jendrzej
14f531d7c9 src/gui/infoviewer.cpp: fix paint progressbar opt 1
Origin commit data
------------------
Commit: 662955f9e7
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-02-23 (Sat, 23 Feb 2013)
2013-02-23 17:34:12 +01:00
Thilo Graf
e244a9c9c2 CComponents: move class into its own source directory
The components could over time become quite large,
so it makes more sense, coming features to split into
multiple files and to do it in a separate directory.


Origin commit data
------------------
Commit: 0a961a4cf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-02-19 (Tue, 19 Feb 2013)
2013-02-19 11:27:46 +01:00
[CST] Focus
ae5eb45a45 Merge branch 'dvbsi++' into next
Origin commit data
------------------
Commit: d7f4535207
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)
2013-02-04 11:02:31 +04:00
[CST] Bas
a0f07673d8 neutrino: add a input object for Enquiry Objects from CI. They specify if the
input has to be blind.


Origin commit data
------------------
Commit: 02b649a6f4
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2013-02-04 (Mon, 04 Feb 2013)

Origin message was:
------------------
neutrino: add a input object for Enquiry Objects from CI. They specify if the
     input has to be blind.
2013-02-04 14:42:40 +08:00
[CST] Focus
542ce7e399 Makefiles.am: add conditional include for libcoolstream
Origin commit data
------------------
Commit: d3d2efe475
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
2013-01-11 14:17:16 +04:00
[CST] Focus
d3a71db0b1 merge public git changes
Origin commit data
------------------
Commit: 6e41c65fad
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-09 (Wed, 09 Jan 2013)
2013-01-09 19:30:07 +04:00
[CST] Focus
596a76bcef gui/widget/menue.cpp: dont allow to exec non-active item -
in case old, selected, was disabled


Origin commit data
------------------
Commit: e178488bf4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-09 (Wed, 09 Jan 2013)
2013-01-09 16:19:08 +04:00
Jacek Jendrzej
8819de8d85 never used
Origin commit data
------------------
Commit: 1d5e7b23b3
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-12-07 (Fri, 07 Dec 2012)
2012-12-07 12:01:45 +01:00
Michael Liebmann
f95cdc64af CHintBoxExt: Fix view of multiple pages
- Reduces flicker effect on screen


Origin commit data
------------------
Commit: 02b2685494
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-12-04 (Tue, 04 Dec 2012)

Origin message was:
------------------
* CHintBoxExt: Fix view of multiple pages

- Reduces flicker effect on screen
2012-12-04 22:14:56 +01:00
[CST] Focus
93026dca54 Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Commit: 18584e6633
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-12-04 (Tue, 04 Dec 2012)
2012-12-04 10:48:27 +04:00
vanhofen
5d6e99e637 icons: introduce new icons
backward, forward, pause and play


Origin commit data
------------------
Commit: 91abca7d30
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-11-30 (Fri, 30 Nov 2012)

Origin message was:
------------------
- icons: introduce new icons

backward, forward, pause and play
2012-11-30 13:55:34 +01:00