Commit Graph

7390 Commits

Author SHA1 Message Date
Thilo Graf
388ab3aa02 CChannelList: use class for scalable channel logos
Previous class used limited scale handling mainly with the
member paintIcon() by framebuffer class.
Because of many possible channel logo files, the icon cache was
filled very fast. That was never considered in
paintIcon() and caused strange behavior at screen, as no image data
were assigned correctly.
2015-04-04 23:32:48 +02:00
Thilo Graf
80457beaf6 CComponentsPicture: add sub classes for scalable images and channel logos
This could replace call of CComponentsPicture objects with explicit
dimension values = 0
2015-04-04 22:35:57 +02:00
svenhoefer
fa68e5cf7e - ylanguage.cpp: fix path to user's locale 2015-04-04 14:15:04 +02:00
svenhoefer
966e0125dd - ylanguage.cpp: detect missing translations; THX to GetAway! 2015-04-04 12:49:40 +02:00
svenhoefer
4898c6aa71 - neutrino.cpp: fix startup plugin and execute it a little bit later 2015-04-04 11:17:37 +02:00
Jacek Jendrzej
8983720606 prefers stream before radiotext (THX focus) 2015-04-03 14:48:48 +02:00
Jacek Jendrzej
0a97efe317 nhttpd: fix switch tv<>radio in standby mode 2015-04-02 21:05:51 +02:00
Jacek Jendrzej
9c4e8b028b infoviewer.cpp fix possible segfault if APIDs is empty 2015-04-02 15:00:08 +02:00
[CST] Focus
32f38219c9 data/locale/nederlands.locale: update locale 2015-04-02 14:40:05 +03:00
Thilo Graf
17b7cc98b2 CNeutrinoApp: fix rebase error
comes with: CNeutrinoApp: rework switch handling for channallist paint
2015-04-02 09:43:52 +02:00
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