M. Liebmann
ae139d4ec2
CComponentsText: Fix default font
2015-03-31 12:00:48 +02:00
Stefan Seyfried
5750ca23ae
opkg_manager: add a list of packages to hide
...
Advanced build system can come up with an impressive list of
(sub-)packages, most of them not really interesting for installation
through the GUI. Add a filter with simple patterns to suppress the
display of those packages.
TODO: this should be made configurable via a run-time config file.
Signed-off-by: Markus Volk <f_l_k@gmx.net >
2015-03-30 11:21:37 +02:00
Thilo Graf
47b37d4405
CComponentsButton: disable gradient
...
Not necessary as long not all or most gui buttons can provide gradient
2015-03-29 22:40:15 +02:00
Thilo Graf
e631559555
CChannelList: fix paint of unscaled images
...
Unscaled images were never painted.
2015-03-29 22:40:15 +02:00
Thilo Graf
459c120060
CTextBox: catching error if position has signed values
...
Wrong position assignments can trigger crash. Prevent segfaults.
Error log should indicate this.
2015-03-29 22:40:15 +02:00
Thilo Graf
b9e04a4999
CNeutrinoFonts: use neutrino debug output as default with line numbers
2015-03-29 22:40:14 +02:00
Thilo Graf
45623aa810
CComponentsTimer: move mySleep call into mutex block, seems was not ok so
2015-03-29 22:40:14 +02:00
Thilo Graf
eb3971e909
COsdSetup: use paint for apply new gradient settings, reduced flicker effects
2015-03-29 22:40:14 +02:00
Thilo Graf
0d6f0a8c88
CNeutrinoApp: rework switch handling for channallist paint
...
In some cases it is advantageous if you can override paint of channellist,
e.g. if RC_ok is shared with other window handlers.
In such cases will so could be avoided.
2015-03-29 22:40:13 +02:00
Thilo Graf
341b142aa0
CComponentsText: add possibilty to set font style
...
Usable with methode setText() and parameter 'style'
provided enums are:
FONT_STYLE_REGULAR
FONT_STYLE_BOLD
FONT_STYLE_ITALIC
2015-03-29 22:40:13 +02:00
Thilo Graf
d2ae57e5b6
CComponentsText: avoid unintentional overwriting of current property values
...
If parameters were not explicitly defined, default values of parameters
overwrite current property values.
2015-03-29 22:40:13 +02:00
Thilo Graf
a185ad34d4
CFileHelpers: rework methode getDirSize(), makes it work recursively
2015-03-29 22:40:12 +02:00
Thilo Graf
1b095e725e
CFileHelpers: add function getDirSize()
2015-03-29 22:40:12 +02:00
Thilo Graf
58b7c0e6bf
CFileHelpers: declare removeDir() as static
...
allows use without object
2015-03-29 22:40:12 +02:00
Thilo Graf
a9c474e486
CComponentsInfoBox: fix scale height for larger picons
2015-03-29 22:40:12 +02:00
Thilo Graf
6a50e56321
CVolumeBar: optimize icon position
2015-03-29 22:40:11 +02:00
Thilo Graf
84ee2dd059
CVolumeBar: use defined volumebar size as default height
2015-03-29 22:40:11 +02:00
Thilo Graf
592b0025d9
CComponentsInfoBox: remove unnecessary call for kill()
...
partial revert of: CComponentsInfoBox: fix centering of image
2015-03-29 22:40:11 +02:00
Thilo Graf
012c699951
CComponentsTimer: move pthread members into startTimer()
2015-03-29 22:40:10 +02:00
Thilo Graf
4a0975eb90
CComponentsText: expand setTextColor() methode
...
apply color value direct in text box object
2015-03-29 22:40:10 +02:00
Thilo Graf
1b3f5847be
CComponentsSignals: add signals for hide events
2015-03-29 22:40:10 +02:00
Thilo Graf
016fc14177
CScreenSaver: fix wconversion warnings
2015-03-29 22:40:10 +02:00
Thilo Graf
be78944eb8
CScreenSaver: use unified debug output
2015-03-29 22:40:09 +02:00
Thilo Graf
c9dd6fac39
system/helpers.cpp: add return value for mySleep()
2015-03-29 22:40:09 +02:00
Thilo Graf
3538077821
system/helpers.cpp: getNowTimeStr(), use thread save localtime version
2015-03-29 22:40:09 +02:00
Thilo Graf
1cb885dfe9
CChannelList/CNeutrinoEventList/CMovieBrowser: fix logo scale
...
Downscale was broken.
2015-03-29 22:40:08 +02:00
Thilo Graf
d33c4911d2
CComponentsButton: fix fit of button icon
...
Scale was broken
2015-03-29 22:40:08 +02:00
Thilo Graf
51aab307c3
CComponentsItem: fix remove gradient buffer on killed item
2015-03-29 22:40:08 +02:00
Thilo Graf
e8d46a8a55
CComponentsPicture: fix icon size/scale handling
2015-03-29 22:40:07 +02:00
Thilo Graf
2dc47e0fe1
CPictureViewer: fix wconversion warnings
2015-03-29 22:40:07 +02:00
Thilo Graf
6151152a20
CPictureViewer: use neutrino internal log
...
Show only errors in mode DEBUG_NORMAL.
2015-03-29 22:40:07 +02:00
Thilo Graf
ebc9d28e0e
CComponentsInfoBox: fix centering of image
2015-03-29 22:40:07 +02:00
Thilo Graf
4d8f7f3acb
EpgPlus: fix wconversion
2015-03-29 22:40:06 +02:00
Thilo Graf
9c85491974
CProgressBarCache: fix compiler warnings wconversion
2015-03-29 22:40:06 +02:00
Thilo Graf
56ea6c140f
CComponentsFooter: Function setButtonLabels() change parameter
...
Performance: parameter 'v_content' should be passed by reference
2015-03-29 22:40:06 +02:00
Thilo Graf
f15cf6f57d
SIservices.hpp/SIsections.hpp: switch functions to const
2015-03-29 22:40:05 +02:00
Thilo Graf
c92d4fad1a
frontend.cpp/pzapit.cpp: fix format string
2015-03-29 22:40:05 +02:00
Thilo Graf
08cb42d22f
gui/audioplayer.cpp/h: fix some type conversions
2015-03-29 22:40:05 +02:00
Thilo Graf
76ca33de9f
CTimeThread: sectionsd.cpp: use thread save localtime_r
2015-03-29 22:40:04 +02:00
Thilo Graf
674f2f983a
CComponentsForm: reduce log spam in info mode
2015-03-29 22:40:04 +02:00
Thilo Graf
1a4d06175f
CBEChannelWidget: remove not required hide()
...
Avoids unnecessary flicker effects, it's enough to repaint only text.
2015-03-29 22:40:04 +02:00
Thilo Graf
e58b86f38f
CFlashUpdate: change name for CFile object for better differ
2015-03-29 22:40:03 +02:00
Thilo Graf
c4bb2176f9
locale: more precise text for update messages
2015-03-29 22:40:03 +02:00
Thilo Graf
b3f044575a
deutsch.locale: remove denglish part
2015-03-29 22:40:03 +02:00
Thilo Graf
1097a8ef0d
CImageInfo: fix button color with gradient
2015-03-29 22:40:02 +02:00
Thilo Graf
d95446882c
CBEBouquetWidget/CBEChannelWidget: add missing exit icon
...
Menue icon has no effect here and exit icon was missed
2015-03-29 22:40:02 +02:00
Thilo Graf
b565700168
CBEBouquet-Classes: switch to new buttonbar based up cc-footer class
2015-03-29 22:40:02 +02:00
Thilo Graf
9776d163f7
CBEChannelSelectWidget/CBEChannelWidget: uinng unified infobox font size
...
...unified style matching to menu hints
2015-03-29 22:40:01 +02:00
Thilo Graf
98d18f3ff4
CAudioPlayerGui: paint of id3 info with info box
...
Infobox provides already paint of text, so is not required to
call explicit fontrenderer methods.
2015-03-29 22:40:01 +02:00
Thilo Graf
32af48cc80
CProgressWindow: reassign y position of body items on disabled header
2015-03-29 22:40:01 +02:00