Commit Graph

7030 Commits

Author SHA1 Message Date
Jacek Jendrzej
cc7c25eb21 nhttpd simplify encodeString function 2015-03-31 17:02:48 +02:00
Jacek Jendrzej
0f2ac568c8 nhttpd: change sprintf to snprintf 2015-03-31 14:44:41 +02:00
Jacek Jendrzej
2c3ecf6183 change check dir to check with jffs2 (mtd) 2015-03-31 12:12:14 +02:00
M. Liebmann
ae139d4ec2 CComponentsText: Fix default font 2015-03-31 12:00:48 +02:00
svenhoefer
a56e3fb1bd - yWeb: correction in fbshot handling 2015-03-31 11:53:58 +02:00
svenhoefer
c10b7077b8 - yWeb: replace another if-file-exist with find-exec 2015-03-31 10:44:09 +02:00
svenhoefer
4eab09ae02 - yWeb: simplify code by using find-exec function 2015-03-31 09:15:04 +02:00
svenhoefer
68854aaed7 - mod_yparser: add find-exec function;
return full path and filename of given executabe
2015-03-31 09:15:04 +02:00
svenhoefer
9147bc5f03 - yWeb: remove dead links to yjogol website 2015-03-31 09:15:04 +02:00
svenhoefer
f7b42af5f2 - moviebrowser: bind MB_MAX_DIR definition to NETWORK_NFS_NR_OF_ENTRIES ...
... to allow to add all NetFS-directories to moviebrowser
2015-03-30 14:54:21 +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