svenhoefer
177eb70b91
- yweb: use a more matching icon for remotecontrol
2013-06-25 09:59:28 +02:00
svenhoefer
ef64f1dfbc
- yweb: supplement2 to 915789c
(typo)
2013-06-25 08:31:28 +02:00
svenhoefer
b9d9bdc21b
- yweb: supplement to 915789c
(the missing language entrys)
2013-06-24 15:37:14 +02:00
svenhoefer
915789cac8
- yweb: use correct remotecontrol in dependecy from neutrino-setting ...
...
... or choose another remotecontrol for yweb only
* TODO: add an image an an imagemap for remotecontrol v4 (neo twin)
* imagemaps for dbox-remotecontrols are taken from tuxbox neutrino
2013-06-24 15:15:13 +02:00
Thilo Graf
4a2a55e3dd
CComponentsWindow: fix wrong type for ccw_footer
2013-06-23 23:28:26 +02:00
Thilo Graf
3fe6a376a5
CComponentsWindow: remove unused member
2013-06-23 23:28:20 +02:00
Thilo Graf
75fe48043e
CComponentsForm: fix position of inserted item
...
It's not enough to insert an item object only. Also properties like
parent and index must be defined to inserted item to ensure that
positions are calculated correctly.
2013-06-23 22:54:40 +02:00
Thilo Graf
460c8bbff3
CComponentsForm: use addCCItem() instead push_back
...
push_back doesn't make all necessary steps to add an item
2013-06-23 22:54:35 +02:00
Thilo Graf
a8721fa72a
CComponentsForm: add new member genIndex()
2013-06-23 22:54:30 +02:00
Thilo Graf
c66c778326
CComponentsForm: fix position of replaced item
...
If cc-item is bound on a parent form, it's not enough
to replace the item object only, also properties like
parent and index must be moved to new item to ensure that positions are calculated correctly.
But it's matter for unbound cc-items.
2013-06-23 20:34:19 +02:00
Thilo Graf
0495780668
Locales: small text change for image info caption
2013-06-21 13:52:55 +02:00
[CST] Focus
9cf2c7e0c6
src/gui/moviebrowser.cpp: change default ytquality to 1080p
2013-06-20 16:11:52 +04:00
[CST] Focus
2d47ab2ecd
add system/set_threadname.h from git://gitorious.org/~martii/neutrino-mp/martiis-neutrino-mp.git
2013-06-20 16:07:59 +04:00
martii
b90497fc69
yt: revert to original quality selection order)
2013-06-20 16:07:59 +04:00
martii
8836a15a42
yt: speed up retrieving feed data by starting multiple (up to 8, default is 4) http transfers in parallel
2013-06-20 16:07:59 +04:00
martii
dd7ff427f7
ytparser: create CURL object in constructor
2013-06-20 16:07:59 +04:00
martii
e01e96c1ac
ytparser/moviebrowser: add option for selecting prefered quality
2013-06-20 16:07:59 +04:00
martii
0e6848d7d9
ytparser: re-use exiting curl connection for bulk transfers
2013-06-20 16:07:59 +04:00
martii
eb00181c52
ytparser: prefer 720p (due to 1080p playback problems with ffmpeg/eplayer3/spark, and I'm not even sure which of those is at fault)
2013-06-20 16:07:59 +04:00
svenhoefer
1f297edafe
- slovak.license: fix license text (thx bazi98)
2013-06-20 12:43:18 +02:00
Stefan Seyfried
ecef1e8ab8
CMenuWidget: fix simplified up/down code
2013-06-20 12:13:54 +02:00
Stefan Seyfried
c5186c82dd
CMenuWidget: simplify up/down selection code
2013-06-20 12:13:04 +02:00
Stefan Seyfried
4774366474
menu: fix artifacts on page change
2013-06-20 12:12:29 +02:00
Stefan Seyfried
ed039d6ba9
menu: make page_start[] int, avoids lots of casts
2013-06-20 12:11:45 +02:00
Thilo Graf
020d52ddbb
CComponentsFrmClock: ensure update of possible changed property values
...
This also fixes a segfault in channellist when font settings
were changed und user is change back into channellist.
2013-06-18 19:33:35 +02:00
Thilo Graf
03ef18cdb9
CComponentsFrmClock: set font only with fontrender object
2013-06-18 19:33:34 +02:00
[CST] Focus
ad48ffd99c
gui/update_ext.cpp: return error, if sysfs not found;
...
hack mtd size for apollo
2013-06-18 16:24:50 +04:00
[CST] Focus
be05be5069
system/flashtool.cpp: prevent crash on invalid mtdData access,
...
ie pos = -1 if system-fs not found;
change sysfs name on apollo
2013-06-18 16:23:51 +04:00
[CST] Focus
d7bdd4ee6e
gui/update.cpp: hide progress window, if applySettings() failed
2013-06-18 16:22:34 +04:00
Thilo Graf
3f8b127e3f
CComponents: move unmaintained files into own directory
2013-06-16 14:32:24 +02:00
Thilo Graf
e8ddd8100f
CComponentsPIP: show scaled aspect ratio in minitv box
2013-06-16 02:01:42 +02:00
Thilo Graf
b7e5121001
CTestMenu: add some sample codes for window and button handling,
2013-06-16 00:34:08 +02:00
Thilo Graf
ebc7b4ca6f
CImageInfo: adapt for new window handling
2013-06-16 00:34:08 +02:00
Thilo Graf
2a7c712f25
CComponentsWindow: add more functionality
...
Window comes now with footer and body
2013-06-16 00:34:08 +02:00
Thilo Graf
a6cd3d8633
CVolumeBar: remove redundant code parts
...
corrections of position is already calculated in paintInit()
2013-06-16 00:34:07 +02:00
Thilo Graf
940576f0a0
CComponentsText: fix position handling in sub forms
2013-06-16 00:34:07 +02:00
Thilo Graf
b18741efc7
CComponentsButton: fix alignment of button items
2013-06-16 00:34:07 +02:00
Thilo Graf
04300f1874
CComponents: rework position handling
...
The real position already used here, if item is bound to a parent.
(bound or embedded means: added with addCCItem() to a form)
This causes no separate calculation in paint methodes of embedded
sub items or sub forms and more nested sub forms.
CComponentsForm have also some new members
- exchangeCCItem() to exchange the order items
- setAppendOffset() to set an offset for auto append mode
Autoappend is enabled if x or y have value -1 (defined also in CC_APPEND)
x=horizontal, y=vertical
Is this activated, no separate calculation of incremental offset
is required.
However items with independent rendered parts, needs
a separate calculation. In some subclasses was this necessary.
2013-06-16 00:34:06 +02:00
Thilo Graf
d88b28445f
CComponentsPicture: add member initPosition()
2013-06-16 00:34:06 +02:00
Thilo Graf
3f02d391bc
CComponentsLabel: trivial format fix
2013-06-16 00:34:06 +02:00
Thilo Graf
44759766af
CProgressBar: add member paintShapes()
...
paintShapes() replaces paintBoxRel()
TODO: paint v-lines with CComponents
2013-06-16 00:34:05 +02:00
Thilo Graf
2a234d08ce
CComponents: add define CC_APPEND
...
Is usable as default value for item position parameters
2013-06-16 00:34:05 +02:00
Thilo Graf
f14141d49c
CComponents: add new member getFrameThickness()
2013-06-16 00:34:05 +02:00
Thilo Graf
4df8d1d088
CComponentsPicture: add member function paintPicture()
...
compact calling in paint()
2013-06-16 00:34:04 +02:00
Thilo Graf
f968abe6c5
CComponentsForm: add new member isAdded()
2013-06-16 00:34:04 +02:00
Thilo Graf
2af1c5d8b2
CComponentsForm: return id only if parameter is not 0
2013-06-16 00:34:04 +02:00
Thilo Graf
2e42455e25
CComponentsInfoBox: comment precised
2013-06-16 00:34:03 +02:00
Thilo Graf
d862de87eb
CComponentsForm: add missing item type
2013-06-16 00:34:03 +02:00
Thilo Graf
17a2bd59d1
CComponents: add members setRealXPos() and setRealYPos()
2013-06-16 00:34:03 +02:00
Thilo Graf
220c479b9e
CComponentsFrmClock: add missing comment
2013-06-16 00:34:02 +02:00