Commit Graph

6876 Commits

Author SHA1 Message Date
Thilo Graf
fe311b3ee2 gui/test_menu.cpp: fix broken build
Fixed missing include that come with commit
2f0e76ff67


Origin commit data
------------------
Commit: 0f9fc4b870
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-25 (Sat, 25 Apr 2015)
2015-04-30 09:39:42 +02:00
Thilo Graf
61656865d0 Merge branch 'cst-next.pre' into cst-next
Origin commit data
------------------
Commit: a58f1621b4
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-30 (Thu, 30 Apr 2015)
2015-04-30 09:20:43 +02:00
Thilo Graf
4ce9ca0882 COsdSetup: remove repaint call for gradient assignment
Is already executed by chooser object via slot inside showOsdSetup(), and
osd_menu object is not the required object.


Origin commit data
------------------
Commit: 7044df1f9f
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-29 (Wed, 29 Apr 2015)
2015-04-29 12:01:11 +02:00
Thilo Graf
6261b3b869 themes: use hintbox and header gradient option in theme settings
Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.


Origin commit data
------------------
Commit: 01516cf943
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-29 (Wed, 29 Apr 2015)

Origin message was:
------------------
themes: use hintbox and header gradient option in theme settings

Color gradient feature was originally intended for use
inside theme settings and it's not really suitable for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
2015-04-29 10:16:55 +02:00
Jacek Jendrzej
1750e0de47 UPNPService.cpp: remove unnecessary include
Origin commit data
------------------
Commit: 0896fa7bb8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-28 (Tue, 28 Apr 2015)
2015-04-28 11:35:57 +02:00
Jacek Jendrzej
787fc5ebda add pugixml
Origin commit data
------------------
Commit: 422c91d117
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-28 10:12:23 +02:00
Jacek Jendrzej
750df64a9c use xmlinterface in UPNP
Origin commit data
------------------
Commit: 497f05b730
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-28 10:12:15 +02:00
Thilo Graf
67ce60084b cc_base.cpp: fix wrong statment value
Comes with aa9571f314


Origin commit data
------------------
Commit: 5f603ed6b0
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 11:51:01 +02:00
Thilo Graf
aa9571f314 cc_base.cpp: paint shadow only on firs paint of item body
Avoids unnecessary paint of shadow layers, This should
avoid flicker effects.


Origin commit data
------------------
Commit: 1e16dbbf59
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 10:02:18 +02:00
[CST] Focus
189f094afe CMenueWidget: add color gradient to menue hints
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 8a41089a92
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 09:55:26 +02:00
[CST] Focus
fd94f4fdb6 CComponentsInfoBox: add switch to enable gradient for info box
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 7016a86ca2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 09:54:45 +02:00
[CST] Focus
c4d94d60fd gradient: try to fix delete gradient data only on color change
Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Commit: 53ce471af8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 09:25:34 +02:00
Thilo Graf
b1bcb22dd9 Revert "CComponentsItem: fix remove gradient buffer on killed item"
This reverts commit 75deb5712c.


Origin commit data
------------------
Commit: d8da2a3087
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-27 (Mon, 27 Apr 2015)
2015-04-27 09:21:19 +02:00
vanhofen
92960161a9 remove w_max()-calls to define menu-width, because ...
w-max() returns a pixel-value, but menus need a percentage-value.


Origin commit data
------------------
Commit: 9041bff59c
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-24 (Fri, 24 Apr 2015)

Origin message was:
------------------
- remove w_max()-calls to define menu-width, because ...

 w-max() returns a pixel-value, but menus need a percentage-value.
2015-04-24 09:11:04 +02:00
vanhofen
a844fbf140 controlapi: change logolist charset to UTF-8 to fix german umlauts
Origin commit data
------------------
Commit: 907ea29f23
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-23 (Thu, 23 Apr 2015)

Origin message was:
------------------
- controlapi: change logolist charset to UTF-8 to fix german umlauts
2015-04-23 23:01:45 +02:00
vanhofen
35a916bcf9 timerlist: don't discard unsaved user-changes at timers silently
- some more small changes/fixes:
 * don't allow reminder-timer with standard message text ("---")
 * fix display of changed recording directory
 * use addIntroItems() function in menus
 * fix dependency of menuitems in apids-menu
 * use pulldown-mode to choose timer-type


Origin commit data
------------------
Commit: d2ee7e6f0a
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-23 (Thu, 23 Apr 2015)

Origin message was:
------------------
- timerlist: don't discard unsaved user-changes at timers silently

- some more small changes/fixes:
 * don't allow reminder-timer with standard message text ("---")
 * fix display of changed recording directory
 * use addIntroItems() function in menus
 * fix dependency of menuitems in apids-menu
 * use pulldown-mode to choose timer-type
2015-04-23 08:42:24 +02:00
vanhofen
4b587c8d44 controlapi: add logolist command to allow easy channellogo management
Origin commit data
------------------
Commit: c4c358720b
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-21 (Tue, 21 Apr 2015)

Origin message was:
------------------
- controlapi: add logolist command to allow easy channellogo management
2015-04-21 14:31:00 +02:00
Jacek Jendrzej
fcbdf133ea supplement to d9354e847f
Origin commit data
------------------
Commit: 2c9d0674cd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-18 (Sat, 18 Apr 2015)
2015-04-18 20:03:44 +02:00
vanhofen
2f829437e9 nhttpd: minor fixes in controlapi doc (THX thomas1)
Origin commit data
------------------
Commit: 1d3bd4a627
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-17 (Fri, 17 Apr 2015)

Origin message was:
------------------
- nhttpd: minor fixes in controlapi doc (THX thomas1)
2015-04-17 01:01:35 +02:00
vanhofen
0f23d8a0bc yWeb: add smaller pic for HD1/BSE RCU; thx to fred_feuerstein
Origin commit data
------------------
Commit: c2953fe50b
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- yWeb: add smaller pic for HD1/BSE RCU; thx to fred_feuerstein
2015-04-16 22:28:16 +02:00
Jacek Jendrzej
57ddca2eba channellist.cpp; fix kill dline
Origin commit data
------------------
Commit: 15e9663608
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-16 (Thu, 16 Apr 2015)
2015-04-16 22:24:13 +02:00
Jacek Jendrzej
893f09bfca nhttpd: update controlapi doc (THX dasda)
Origin commit data
------------------
Commit: eddef9c7bd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-16 (Thu, 16 Apr 2015)
2015-04-16 19:34:08 +02:00
vanhofen
1d0002fc68 add missing includes to fix menu-width
strange circular include global.h <-> settings.h is maybe to fix


Origin commit data
------------------
Commit: 6e15577bf1
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- add missing includes to fix menu-width

 strange circular include global.h <-> settings.h is maybe to fix
2015-04-16 18:36:17 +02:00
vanhofen
f5bd2afaf7 shorten CNeutrinoEventlist to CEventlist
Origin commit data
------------------
Commit: a6bf50f666
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- shorten CNeutrinoEventlist to CEventlist
2015-04-16 13:39:35 +02:00
vanhofen
2f0e76ff67 record.h: remove include of vfd.h; use display.h instead
Origin commit data
------------------
Commit: 09adc177d8
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)

Origin message was:
------------------
- record.h: remove include of vfd.h; use display.h instead
2015-04-16 13:39:35 +02:00
Stefan Seyfried
d9354e847f global.h: Use forward-declarations to reduce number of dependencies
Origin commit data
------------------
Commit: 5ab6b53054
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-04-16 (Thu, 16 Apr 2015)
2015-04-16 13:39:35 +02:00
vanhofen
bc0984621f channellist: allow show/hide bottom infobox
Origin commit data
------------------
Commit: 7f35a67426
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-14 (Tue, 14 Apr 2015)

Origin message was:
------------------
- channellist: allow show/hide bottom infobox
2015-04-14 11:08:24 +02:00
Thilo Graf
b086842886 CImageInfo: fix missing license text for missing translations
Origin commit data
------------------
Commit: f2a786bf6b
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-14 (Tue, 14 Apr 2015)
2015-04-14 10:48:40 +02:00
vanhofen
f1080fbabf controlapi: allow search in EPG-titles only; fix typo
* Sytax:
 http://STBIP/control/epgsearch?SEARCHWORDS&epginfo=false
 or
 http://STBIP/control/epgsearchxml?SEARCHWORDS&epginfo=false


Origin commit data
------------------
Commit: ca34388616
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-13 (Mon, 13 Apr 2015)

Origin message was:
------------------
- controlapi: allow search in EPG-titles only; fix typo

* Sytax:
 http://STBIP/control/epgsearch?SEARCHWORDS&epginfo=false
 or
 http://STBIP/control/epgsearchxml?SEARCHWORDS&epginfo=false
2015-04-13 12:34:12 +02:00
vanhofen
5f7b5a791e yWeb: use html notation for german umlauts
Origin commit data
------------------
Commit: 3c82d147db
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)

Origin message was:
------------------
- yWeb: use html notation for german umlauts
2015-04-06 23:21:48 +02:00
vanhofen
a23c64fb9e neutrinoyparser.cpp: fix 489b7b2ba3
Origin commit data
------------------
Commit: 389c6e6dc2
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)

Origin message was:
------------------
- neutrinoyparser.cpp: fix 489b7b2ba3
2015-04-06 22:59:01 +02:00
GetAway
eece6cd56c yWeb: save settings of timerd.conf only once
Origin commit data
------------------
Commit: af2b61cfa6
Author: GetAway <get-away@t-online.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)
2015-04-06 21:38:37 +02:00
vanhofen
4e46a23634 yWeb: disable LogosURL input, when DisplayLogos is disables
Origin commit data
------------------
Commit: 0bf3eaea75
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-05 (Sun, 05 Apr 2015)

Origin message was:
------------------
- yWeb: disable LogosURL input, when DisplayLogos is disables
2015-04-06 00:04:28 +02:00
vanhofen
6873e799de yWeb: port "Tuxbox.DisplayLogos" from martii
Origin commit data
------------------
Commit: dbc4d110fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-05 (Sun, 05 Apr 2015)

Origin message was:
------------------
- yWeb: port "Tuxbox.DisplayLogos" from martii
2015-04-06 00:04:28 +02:00
vanhofen
6b9d8391b5 neutrinoyparser.cpp: improve display of channels w/o logo
Origin commit data
------------------
Commit: 90277c9982
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-05 (Sun, 05 Apr 2015)

Origin message was:
------------------
- neutrinoyparser.cpp: improve display of channels w/o logo
2015-04-06 00:04:28 +02:00
Thilo Graf
b84c69472b CFrameBuffer: add comment for unsolved issue on full icon cache
Origin commit data
------------------
Commit: ba6f265255
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-05 (Sun, 05 Apr 2015)
2015-04-05 17:38:20 +02:00
Thilo Graf
3341622426 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.


Origin commit data
------------------
Commit: 388ab3aa02
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-04 (Sat, 04 Apr 2015)
2015-04-04 23:32:48 +02:00
Thilo Graf
8c3972203e CComponentsPicture: add sub classes for scalable images and channel logos
This could replace call of CComponentsPicture objects with explicit
dimension values = 0


Origin commit data
------------------
Commit: 80457beaf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-04 (Sat, 04 Apr 2015)
2015-04-04 22:35:57 +02:00
vanhofen
c72d630622 ylanguage.cpp: fix path to user's locale
Origin commit data
------------------
Commit: fa68e5cf7e
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-04 (Sat, 04 Apr 2015)

Origin message was:
------------------
- ylanguage.cpp: fix path to user's locale
2015-04-04 14:15:04 +02:00
vanhofen
b8fa2af5b7 ylanguage.cpp: detect missing translations; THX to GetAway!
Origin commit data
------------------
Commit: 966e0125dd
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-04 (Sat, 04 Apr 2015)

Origin message was:
------------------
- ylanguage.cpp: detect missing translations; THX to GetAway!
2015-04-04 12:49:40 +02:00
vanhofen
85712ec7a0 neutrino.cpp: fix startup plugin and execute it a little bit later
Origin commit data
------------------
Commit: 4898c6aa71
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-04 (Sat, 04 Apr 2015)

Origin message was:
------------------
- neutrino.cpp: fix startup plugin and execute it a little bit later
2015-04-04 11:17:37 +02:00
Jacek Jendrzej
13ead30eb7 prefers stream before radiotext (THX focus)
Origin commit data
------------------
Commit: 8983720606
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
2015-04-03 14:48:48 +02:00
Jacek Jendrzej
9e11893eff nhttpd: fix switch tv<>radio in standby mode
Origin commit data
------------------
Commit: 0a97efe317
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
2015-04-02 21:05:51 +02:00
Jacek Jendrzej
8bf77a6bdb infoviewer.cpp fix possible segfault if APIDs is empty
Origin commit data
------------------
Commit: 9c4e8b028b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
2015-04-02 15:00:08 +02:00
[CST] Focus
a98a9885ac data/locale/nederlands.locale: update locale
Origin commit data
------------------
Commit: 32f38219c9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
2015-04-02 14:40:05 +03:00
Thilo Graf
991977cc3c CNeutrinoApp: fix rebase error
comes with: CNeutrinoApp: rework switch handling for channallist paint


Origin commit data
------------------
Commit: 17b7cc98b2
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-02 (Thu, 02 Apr 2015)
2015-04-02 09:43:52 +02:00
Jacek Jendrzej
4ab7a3aa1f nhttpd simplify encodeString function
Origin commit data
------------------
Commit: cc7c25eb21
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)
2015-03-31 17:02:48 +02:00
Jacek Jendrzej
ef439c14d3 nhttpd: change sprintf to snprintf
Origin commit data
------------------
Commit: 0f2ac568c8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)

Origin message was:
------------------
nhttpd: change sprintf to snprintf
2015-03-31 14:44:41 +02:00
Jacek Jendrzej
83d85cb567 change check dir to check with jffs2 (mtd)
Origin commit data
------------------
Commit: 2c3ecf6183
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)
2015-03-31 12:12:14 +02:00
Michael Liebmann
705406fdf3 CComponentsText: Fix default font
Origin commit data
------------------
Commit: ae139d4ec2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-03-31 (Tue, 31 Mar 2015)
2015-03-31 12:00:48 +02:00