Commit Graph

10353 Commits

Author SHA1 Message Date
vanhofen
19d781a8ac settings.h: use CORNER_RADIUS_NONE defines ...
to determinate RADIUS defines

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: d7ce3dbf4c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
- settings.h: use CORNER_RADIUS_NONE defines ...

to determinate RADIUS defines

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 01:01:55 +02:00
vanhofen
b1fb7bceb7 test_menu: avoid usage of CORNER_RADIUS defines; use RADIUS instead
... because the RADIUS defines depends on user's corner settings

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 1525719472
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
- test_menu: avoid usage of CORNER_RADIUS defines; use RADIUS instead

... because the RADIUS defines depends on user's corner settings

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 01:01:55 +02:00
Thilo Graf
e56217190d icon: add missing pictureviewer icon
Origin commit data
------------------
Commit: d78e132ba2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:55 +02:00
vanhofen
03d611f2ec volumebar: use OFFSET defines; fix height of progressbar
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 4dffefcc21
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
- volumebar: use OFFSET defines; fix height of progressbar

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 01:01:55 +02:00
vanhofen
93b1e05e4a vfd-setup: fix brightness setup for CST's boxmodel "Link" ...
and hide the brightness menu for all "Trinity" models. There's no display.

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 4295839526
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
- vfd-setup: fix brightness setup for CST's boxmodel "Link" ...

and hide the brightness menu for all "Trinity" models. There's no display.

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-15 01:01:55 +02:00
Thilo Graf
af77d15023 CLuaInstCCText: try to fix return value of CCTextGetLines()
Init was missing.


Origin commit data
------------------
Commit: 5b12952d8b
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:55 +02:00
Thilo Graf
030c9c496d CtextBox: Precise function getLines()
Use refreshTextLineArray() for calculation of lines.
Note: 	count of lines will be only returned if CTextBox object
	is initialized with a valid CBox instance,
	otherwise count of 0 lines will be returned!

also remove inline declaration, not needed here


Origin commit data
------------------
Commit: ec83549e50
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
10fb9c3733 CComponentsText: make initCCText()
Is more useful


Origin commit data
------------------
Commit: cdafe580be
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
3df418ffed CEventList: Move channel name to left side
Center place is reserved for logo


Origin commit data
------------------
Commit: 14ea1c3a31
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
2d38d38b11 FBFontRenderClass/CNeutrinoFonts: ensure reset of some instances
Only for safety.


Origin commit data
------------------
Commit: 71d0c42a47
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
02b6bd4930 CProgressBarCache: ensure clean iterator inside pbcClear()
For safety only.


Origin commit data
------------------
Commit: 5573d17cce
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
c40254e94c CComponentsFrmClock: ensure clean timer instance
For safety only.


Origin commit data
------------------
Commit: 08e610859f
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
1bd7726d24 CProgressBar/CComponentsInfoBox: add missing value inits
Origin commit data
------------------
Commit: 0a7f7ab5a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
e8ba380719 CComponentsForm: remove extra item declaration
Remove instances from vector only for sure.


Origin commit data
------------------
Commit: 0066430b77
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
0a9a775fbc CComponentsHeader: remove virtual declararion from getClockObject()
Not required.


Origin commit data
------------------
Commit: 86af640fae
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)

Origin message was:
------------------
CComponentsHeader: remove virtual declararion from getClockObject()

Not required.
2017-06-15 01:01:54 +02:00
Thilo Graf
1a30bec50f CChannelList: add instance check for header clock object
Only for sure.


Origin commit data
------------------
Commit: 340a6992a1
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
2bc7cf4631 CCButtonSelect: select button objects only
Other types are not required.


Origin commit data
------------------
Commit: c4976bb132
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
802381c6a0 CCButtonSelect: rename chain to btn_container
more plausible name


Origin commit data
------------------
Commit: 4146a461c1
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
222317bbad CCButtonSelect: outsource button select handling into own class
Origin commit data
------------------
Commit: 4d753d7437
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
Thilo Graf
fc6346b5e0 CComponentsInfoBox: fix image y pos
Image was not centered, because of frame was not considered.


Origin commit data
------------------
Commit: 9e2c5cb939
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
2017-06-15 01:01:54 +02:00
vanhofen
e5b68550fb epgplus: use getScrollBarData() function
Origin commit data
------------------
Commit: 1e0378a877
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- epgplus: use getScrollBarData() function
2017-06-14 14:57:09 +02:00
vanhofen
4b7010aa29 pictureviewer: use getScrollBarData() function
Origin commit data
------------------
Commit: 126d60527b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- pictureviewer: use getScrollBarData() function
2017-06-14 14:57:09 +02:00
vanhofen
cdbbdaff3b bouquetlist: use getScrollBarData() function
Origin commit data
------------------
Commit: b0c630607f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- bouquetlist: use getScrollBarData() function
2017-06-14 14:57:09 +02:00
vanhofen
d99f5c3091 filebrowser: use getScrollBarData() function
Origin commit data
------------------
Commit: 33bf19278d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- filebrowser: use getScrollBarData() function
2017-06-14 14:57:09 +02:00
vanhofen
c376a89fc0 cc_frm_scrollbar: add getScrollBarData() function ...
to calculate total pages and current page for CComponentsScrollBar


Origin commit data
------------------
Commit: adb71c756c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- cc_frm_scrollbar: add getScrollBarData() function ...

to calculate total pages and current page for CComponentsScrollBar
2017-06-14 14:57:09 +02:00
vanhofen
4138875faf locale: minor changes in audioplayer's and pictureviewer's locales
Origin commit data
------------------
Commit: 2a63c3f58b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- locale: minor changes in audioplayer's and pictureviewer's locales
2017-06-14 14:57:09 +02:00
vanhofen
8a95564cb7 pictureviewer: small design reworks ...
* use OFFSET defines
* use CComponentsScrollbar
* rename some variables


Origin commit data
------------------
Commit: cc19ae565c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-14 (Wed, 14 Jun 2017)

Origin message was:
------------------
- pictureviewer: small design reworks ...

* use OFFSET defines
* use CComponentsScrollbar
* rename some variables
2017-06-14 14:57:09 +02:00
gixxpunk
58da03034b Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 39559213cd
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-06-13 (Tue, 13 Jun 2017)
2017-06-13 18:32:25 +02:00
Jacek Jendrzej
ee3c3bb268 2 supplement to 3acaf2653e
Origin commit data
------------------
Commit: 85cff28f07
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-13 (Tue, 13 Jun 2017)
2017-06-13 14:30:37 +02:00
Jacek Jendrzej
336aa4f1fa supplement to 3acaf2653e
Origin commit data
------------------
Commit: 30b1c3f286
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-13 (Tue, 13 Jun 2017)
2017-06-13 14:23:56 +02:00
Jacek Jendrzej
3acaf2653e src/driver/pictureviewer/pictureviewer.cpp add bufferram and cached to calc freemem
Origin commit data
------------------
Commit: 1f0a1bfdf2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-13 (Tue, 13 Jun 2017)

Origin message was:
------------------
src/driver/pictureviewer/pictureviewer.cpp add bufferram and cached to calc freemem
2017-06-13 13:34:17 +02:00
vanhofen
61182c50e2 volumebar: use OFFSET defines; fix height of progressbar
Origin commit data
------------------
Commit: 1c4fb116db
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-13 (Tue, 13 Jun 2017)

Origin message was:
------------------
- volumebar: use OFFSET defines; fix height of progressbar
2017-06-13 12:44:26 +02:00
vanhofen
45392dd9cd vfd-setup: fix brightness setup for CST's boxmodel "Link" ...
and hide the brightness menu for all "Trinity" models. There's no display.


Origin commit data
------------------
Commit: c0d367dca9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-12 (Mon, 12 Jun 2017)

Origin message was:
------------------
- vfd-setup: fix brightness setup for CST's boxmodel "Link" ...

and hide the brightness menu for all "Trinity" models. There's no display.
2017-06-12 13:14:32 +02:00
vanhofen
1f32daae35 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 5cd48bf48b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-12 (Mon, 12 Jun 2017)
2017-06-12 10:45:25 +02:00
Jacek Jendrzej
f67fafd768 src/gui/movieplayer.cpp fix possible segfault
Origin commit data
------------------
Commit: cca6526b2f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-06-11 (Sun, 11 Jun 2017)
2017-06-11 20:00:33 +02:00
vanhofen
dddb8df56a icons: fix size of youtube header icon
Origin commit data
------------------
Commit: 02da66755f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)

Origin message was:
------------------
- icons: fix size of youtube header icon
2017-06-09 14:07:05 +02:00
vanhofen
8aeb7304ab menue: replace last fixed values ...
... with OFFSET defines and scale2Res()-calculations


Origin commit data
------------------
Commit: 57a146f8cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)

Origin message was:
------------------
- menue: replace last fixed values ...

... with OFFSET defines and scale2Res()-calculations
2017-06-09 12:40:08 +02:00
vanhofen
0ad3ffd3f5 settings.h: use CORNER_RADIUS_NONE defines ...
to determinate RADIUS defines


Origin commit data
------------------
Commit: 7daf3b6255
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)

Origin message was:
------------------
- settings.h: use CORNER_RADIUS_NONE defines ...

to determinate RADIUS defines
2017-06-09 12:40:08 +02:00
vanhofen
6c0d1f1da3 text_menu: avoid usage of CORNER_RADIUS defines; use RADIUS instead
... because the RADIUS defines depends on user's corner settings


Origin commit data
------------------
Commit: bca00d6f7c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)

Origin message was:
------------------
- text_menu: avoid usage of CORNER_RADIUS defines; use RADIUS instead

... because the RADIUS defines depends on user's corner settings
2017-06-09 12:40:08 +02:00
vanhofen
2deb414738 Revert "HD1: Workaround for missing cs_get_chip_type"
This reverts commit eac2dccfb6.


Origin commit data
------------------
Commit: 54d7350a11
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 23:38:40 +02:00
vanhofen
4fad3841eb Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	src/gui/record_setup.cpp


Origin commit data
------------------
Commit: 1f3cc2bbaa
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 15:41:49 +02:00
vanhofen
de887bc457 configure.ac: fix merge error
Origin commit data
------------------
Commit: 2458f9b89d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)

Origin message was:
------------------
- configure.ac: fix merge error
2017-06-07 15:28:53 +02:00
vanhofen
1feae6f83e filebrowser: fix total_pages calculation for CComponentsScrollBar
Origin commit data
------------------
Commit: 628e8ea3e4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-06 (Tue, 06 Jun 2017)

Origin message was:
------------------
- filebrowser: fix total_pages calculation for CComponentsScrollBar
2017-06-07 15:18:38 +02:00
vanhofen
953fd71755 record-setup: use new timer_followscreenings_options struct in item
Origin commit data
------------------
Commit: a79a96efd6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)

Origin message was:
------------------
- record-setup: use new timer_followscreenings_options struct in item
2017-06-07 15:18:38 +02:00
vanhofen
5a9e9904a7 Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
	configure.ac
	data/icons/filetypes/mp3.png
	data/icons/filetypes/picture.png
	src/gui/audioplayer.cpp
	src/gui/bouquetlist.cpp
	src/gui/filebrowser.cpp
	src/gui/followscreenings.cpp
	src/gui/followscreenings.h
	src/gui/osd_setup.cpp
	src/gui/record_setup.cpp
	src/neutrino.cpp


Origin commit data
------------------
Commit: 75db11c2e2
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 15:14:51 +02:00
Michael Liebmann
66f45a1be9 configure.ac: bump revision to 3.5.0
Origin commit data
------------------
Commit: 45f915dd39
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 14:19:11 +02:00
Michael Liebmann
9767657185 Merge branch 'pu/fb-setmode'
Origin commit data
------------------
Commit: 624f2b3154
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 14:18:01 +02:00
vanhofen
a6485445d0 bouquetlist: fix calculation of footerwidth
wrong font was used

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: f2cae79b1c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)

Origin message was:
------------------
- bouquetlist: fix calculation of footerwidth

wrong font was used

Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-06-07 14:17:12 +02:00
Stefan Seyfried
8193238246 set threadnames to unique values
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 5307e62506
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 14:17:12 +02:00
Thilo Graf
707c74df83 Followscreenings: add enumeration for a better readability
Origin commit data
------------------
Commit: 141d198b29
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
2017-06-07 14:17:12 +02:00