Commit Graph

4839 Commits

Author SHA1 Message Date
Michael Liebmann
0efd71bc5a Use dynamic font in CVolumeBar
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5267667cfb
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:06:00 +02:00
Michael Liebmann
365badceee Add dynamic fonts to CNeutrinoFonts
- Dynamic fonts with their size matched to a given text box.
 The display size is retained even when changing the font size factor.
- "Normal" dynamic fonts, characterized by FONT_ID_SHARE in
 CNeutrinoFonts::getDynFont() can be used by several objects
 simultaneously. That is, if the calculated font size and font style
 are the same, the existing font is used.
- Dynamic font for exclusive application will only be used by an object.
 For this, a FontID (FONT_ID_xxx, defined in src/driver/neutrinofonts.h)
 in CNeutrinoFonts::getDynFont() is specified.
- Objects with dynamic font for exclusive application can resize at
 run time, the font size will be adjusted accordingly.
- The return value of CNeutrinoFonts::getDynFont() is a pointer
 to a font, for example:
 Font** font = CNeutrinoFonts::getInstance()->getDynFont(...);
 (*font)->RenderString(...)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0bcb7bcfae
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)

Origin message was:
------------------
Add dynamic fonts to CNeutrinoFonts

- Dynamic fonts with their size matched to a given text box.
 The display size is retained even when changing the font size factor.
- "Normal" dynamic fonts, characterized by FONT_ID_SHARE in
 CNeutrinoFonts::getDynFont() can be used by several objects
 simultaneously. That is, if the calculated font size and font style
 are the same, the existing font is used.
- Dynamic font for exclusive application will only be used by an object.
 For this, a FontID (FONT_ID_xxx, defined in src/driver/neutrinofonts.h)
 in CNeutrinoFonts::getDynFont() is specified.
- Objects with dynamic font for exclusive application can resize at
 run time, the font size will be adjusted accordingly.
- The return value of CNeutrinoFonts::getDynFont() is a pointer
 to a font, for example:
 Font** font = CNeutrinoFonts::getInstance()->getDynFont(...);
 (*font)->RenderString(...)


------------------
This commit was generated by Migit
2013-07-21 22:05:18 +02:00
Michael Liebmann
c82257306f Add new class CNeutrinoFonts for setup and modify neutrino fonts
- move SetupFonts() from CNeutrinoApp to CFontSetup


Origin commit data
------------------
Branch: ni/coolstream
Commit: 465d2aba23
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-27 (Thu, 27 Jun 2013)



------------------
This commit was generated by Migit
2013-07-21 22:05:14 +02:00
Thilo Graf
74838376c3 CComponentsText: do also paint text on changed text color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cffcf53a3
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-20 (Sat, 20 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:05:07 +02:00
Thilo Graf
e97a2d2a90 CFrontend: fix compiler warnings, wrong datatype
There are a lot of possible conversion problems
to one data type from other datatype those may alter values.
Sure, not for all, but on this quantity it's not to be underestimated.
This should be considered in more detail and should be
corrected over time, if required.


Origin commit data
------------------
Branch: ni/coolstream
Commit: e199d0c558
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-18 (Thu, 18 Jul 2013)



------------------
This commit was generated by Migit
2013-07-21 22:04:49 +02:00
Thilo Graf
1c7d6df290 CChannelList: use matching datatype for color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72c4deb17c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-15 (Mon, 15 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:04:10 +02:00
Thilo Graf
767be3fb41 CBEChannelWidget: use int instead float, is unnecessary here
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b4cff7146
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-15 (Mon, 15 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:03:57 +02:00
Thilo Graf
bbc20e8d51 localize: use general syntax for #incude
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9cfd8e675d
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-12 (Fri, 12 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:03:41 +02:00
Thilo Graf
9ea3a071b8 CZapitChannel: use unsigned char instead size_t
This removes some annoying warnings with specific compiler flags.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 71423089b0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-11 (Thu, 11 Jul 2013)



------------------
This commit was generated by Migit
2013-07-21 22:03:27 +02:00
Thilo Graf
d592a3313a CComponentsText: try to use an inherited version of CBox class
It's a partial solution to use full functionality for size handling
of CTextBox in CComponentsText.


Origin commit data
------------------
Branch: ni/coolstream
Commit: a6c43a62bd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-12 (Fri, 12 Jul 2013)



------------------
This commit was generated by Migit
2013-07-21 22:02:43 +02:00
Thilo Graf
b3790de620 CComponentsText: remove delete of CBox() object
Obtain of one instance of CBox() should working
just as like a new instance.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 25c40a63dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)



------------------
This commit was generated by Migit
2013-07-21 22:02:33 +02:00
Michael Liebmann
1b54249023 Fontrenderer: Use real color values for Renderstring()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 20fd26a65d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:01:52 +02:00
Michael Liebmann
221b6ee8b4 Replace color indexes of the text colors by real color values for RenderString()
- If necessary, Correct data types of the color values


Origin commit data
------------------
Branch: ni/coolstream
Commit: c60c5c5ce3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)



------------------
This commit was generated by Migit
2013-07-21 22:00:58 +02:00
Michael Liebmann
16684836ce Define real text color for use in RenderString()
Origin commit data
------------------
Branch: ni/coolstream
Commit: e60067545f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-11 (Thu, 11 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:00:46 +02:00
Michael Liebmann
b0b2210236 Add Member to change the OSD color
Origin commit data
------------------
Branch: ni/coolstream
Commit: d1f2726060
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-21 22:00:33 +02:00
Michael Liebmann
815579ef2c src/gui/update_ext.cpp: Fix memleak (Thx SatBaby)
- rename enum's 'RESET_Fxx' => 'CLOSE_Fxx'


Origin commit data
------------------
Branch: ni/coolstream
Commit: 61d36266c8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)



------------------
This commit was generated by Migit
2013-07-20 10:21:29 +02:00
[CST] Focus
5128cfd3bd gui/cam_menu.cpp: dont show CI reset/CI clock if no CI slots
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9cb1a9c335
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
ee07163f67 driver/vfd.cpp: fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f65e59e22
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
c0125ea7be lib/libcoolstream2: headers update
Origin commit data
------------------
Branch: ni/coolstream
Commit: c337d26f99
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
aad26e5ef5 gui/videosettings.cpp: fix unused variable
Origin commit data
------------------
Branch: ni/coolstream
Commit: e6af083de8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
c5f9a0e691 neutrino.cpp: add buttons backlight settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: c31c9d0e7f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
34b5064c64 gui/vfd_setup.cpp: add buttons backlight menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 990dc117b4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:52:00 +04:00
[CST] Focus
effebd5db8 locals: add locales for buttons backlight menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1dba13d74f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
1761acbdd4 driver/vfd.cpp: add buttons backlight control
Origin commit data
------------------
Branch: ni/coolstream
Commit: cde862081f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-18 (Thu, 18 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
899e3cda88 gui/scan_setup.cpp: show sat diseqc and rotor position in sat config menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: baf2df01dd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
15b2098187 gui/scan_setup.cpp: fix use usals for all option, use per-frontend use_usals
Origin commit data
------------------
Branch: ni/coolstream
Commit: ae1abb6fa6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
97d3f63803 zapit/src/femanager.cpp: save/load frontend use_usals option
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7722ecbdaa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
7de2b01528 zapit/src/frontend.cpp: add per-frontend use_usals option, use gotoXX
for all satellites if enabled


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5b2b623314
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)



------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
813df4c73c gui/nfs.cpp: RC_spkr clears selected mount entry, based on patch (c) martii <m4rtii@gmx.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 77f3f86d30
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
27574cb1ae gui/filebrowser.cpp: restore selection,
remove double paint on exec(),
remember selected to restore on dir enter with OK button


Origin commit data
------------------
Branch: ni/coolstream
Commit: cc115a3615
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-17 (Wed, 17 Jul 2013)



------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
5407e14e92 gui/scan_setup.cpp: fix manual frequency input lenght
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4d7fb7e362
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
8e99f40f53 colorchooser: display selected color in menue, based on patch (c) martii <m4rtii@gmx.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d95016b37
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
[CST] Focus
bbb94cb64f gui/widget/colorchooser.cpp: add getColor() member
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f02a0d49e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-10 (Wed, 10 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
martii
fbdde6d2ad widget/menue: don't render text over right icon
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6de6baebb
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:59 +04:00
martii
4c0df0e0a8 widget/menue: implement CMenuOptionNumberChooser::getWidth()
Origin commit data
------------------
Branch: ni/coolstream
Commit: ca519aa074
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:58 +04:00
[CST] Focus
8be4a3edc4 driver/framebuffer.h: add empty blit for neutrino-mp patches
Origin commit data
------------------
Branch: ni/coolstream
Commit: cd8ee4a1c8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-05 (Fri, 05 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:58 +04:00
martii
5dfa57d162 widget/menu: print right icon regardless of activation status
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f4eee554c
Author: martii <m4rtii@gmx.de>
Date: 2013-04-08 (Mon, 08 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:58 +04:00
martii
3f20773129 CMenuWidget: add action keys
Conflicts:
	src/gui/widget/menue.h


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3d187e56da
Author: martii <m4rtii@gmx.de>
Date: 2013-04-07 (Sun, 07 Apr 2013)



------------------
This commit was generated by Migit
2013-07-18 14:51:58 +04:00
[CST] Focus
2d41d8a39b gui/widget/menue.cpp: add CMenuItem isStatic param, (c) martii <m4rtii@gmx.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8b5bbf8911
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-07-05 (Fri, 05 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-18 14:51:58 +04:00
Christian Schuett
2a9c3fd150 menue.cpp: fix macro usage of SUB_HEAD
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7702408456
Author: Christian Schuett <Gaucho316@hotmail.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)

Origin message was:
------------------
- menue.cpp: fix macro usage of SUB_HEAD

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-15 23:16:44 +02:00
Jacek Jendrzej
37e9e487b1 fix compil without ENABLE_FASTSCAN
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6948ab4258
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-15 23:16:07 +02:00
J. Krieg
120fa83a64 imageinfo: add possibility to display a custom text for image version
Origin commit data
------------------
Branch: ni/coolstream
Commit: a1640dd958
Author: J. Krieg <bellum07@googlemail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-15 23:10:13 +02:00
J. Krieg
357d53fcc4 imageinfo: display other version info on missing '.version' file
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1557dafabc
Author: J. Krieg <bellum07@googlemail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-15 23:10:06 +02:00
Michael Liebmann
97e1309c50 keybind_setup: Rename item in locale
- fix to 1bca8a26ce


Origin commit data
------------------
Branch: ni/coolstream
Commit: 339b1b4030
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)



------------------
This commit was generated by Migit
2013-07-15 00:22:12 +02:00
J. Krieg
78b78441ee cables.xml: update Kabel BW (rearrangement channels, June 2013)
Origin commit data
------------------
Branch: ni/coolstream
Commit: cc728d299c
Author: J. Krieg <bellum07@googlemail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-13 23:03:06 +02:00
tomworld
1bca8a26ce keybind_setup: add possibility to disable/enable some special keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: ea66aaaf8f
Author: tomworld <atzeworld@msn.com>
Date: 2013-07-12 (Fri, 12 Jul 2013)

Origin message was:
------------------
- keybind_setup: add possibility to disable/enable some special keys

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-12 15:50:30 +02:00
vanhofen
f8772bfa30 yweb: fix position and dimension of volume table
Origin commit data
------------------
Branch: ni/coolstream
Commit: c866bf0866
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)

Origin message was:
------------------
- yweb: fix position and dimension of volume table

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-07 22:33:21 +02:00
vanhofen
3b6cfdda6c yweb: increase left secondary menu frame
* increase version for last 3 commits. sry


Origin commit data
------------------
Branch: ni/coolstream
Commit: 262820f927
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)

Origin message was:
------------------
- yweb: increase left secondary menu frame

* increase version for last 3 commits. sry


------------------
This commit was generated by Migit
2013-07-07 22:29:50 +02:00
FlatTV
6a4aa31209 CTextBox: expand parameters of member setTextBorderWidth()
This allows to use different horizontal and vertical width of borders
in text boxes.

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


Origin commit data
------------------
Branch: ni/coolstream
Commit: 153d2f3c78
Author: FlatTV <FlatTV@gmx.de>
Date: 2013-07-01 (Mon, 01 Jul 2013)



------------------
This commit was generated by Migit
2013-07-07 14:24:02 +02:00
vanhofen
6fda429273 yweb: remove obsolete Y_Settings.yhtm
Origin commit data
------------------
Branch: ni/coolstream
Commit: af662827d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-07-06 (Sat, 06 Jul 2013)

Origin message was:
------------------
- yweb: remove obsolete Y_Settings.yhtm

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2013-07-06 08:43:43 +02:00