Commit Graph

7174 Commits

Author SHA1 Message Date
Michael Liebmann
d2b7f6fd64 src/gui/luainstance.cpp: Fix copy/paste error in commit aa7f5e6
- Set Lua api version to 1.5


Origin commit data
------------------
Commit: cf4beae892
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-19 (Sat, 19 Sep 2015)
2015-09-19 16:53:15 +02:00
Michael Liebmann
732e2b61bc CLuaInstance: Script function 'checkVersion' terminated an error...
...occurs immediately the script

Complement to commit 9c72e8fdc1

- Set Lua api version to 1.4


Origin commit data
------------------
Commit: 1e76cac3ba
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
2015-09-17 15:02:06 +02:00
[CST] Focus
dd250e1cf1 system/httptool.cpp: add CURLOPT_FAILONERROR to fail on 4xx errors
Origin commit data
------------------
Commit: c6dedf148f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-09-08 (Tue, 08 Sep 2015)
2015-09-17 13:59:04 +03:00
Michael Liebmann
aa7f5e672e CLuaInstance: Add error message for menu callback funktions
- Set Lua api version to 1.3


Origin commit data
------------------
Commit: e86306b8ec
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
2015-09-17 12:12:27 +02:00
Thilo Graf
8c226dc8b8 CLuaInstance: simplified error message handler
use DisplayErrorMessage() instead full call of ShowMsg.

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>


Origin commit data
------------------
Commit: 7a1fed715f
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-09-17 (Thu, 17 Sep 2015)

Origin message was:
------------------
CLuaInstance: simplified error message handler

use DisplayErrorMessage() instead full call of ShowMsg.

Signed-off-by: M. Liebmann <tuxcode.bbg@gmail.com>
2015-09-17 12:12:26 +02:00
Michael Liebmann
548838742c Display[Error|Info]Message: Add optional parameter 'Caption'
Origin commit data
------------------
Commit: 8ad20d4513
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
2015-09-17 12:12:26 +02:00
[CST] Focus
bf1d9362ac gui/movieplayer.cpp: mark auto-screenshot as done in any case,
if one try fail, next will probably fail anyway


Origin commit data
------------------
Commit: 653d196e16
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)
2015-09-17 12:40:31 +03:00
Michael Liebmann
cc5ac2899a CLuaInstance: Add script function 'setActive' to enable or disable...
...individual menu items.

 - Set Lua api version to 1.2


Origin commit data
------------------
Commit: 39d10e03df
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-14 (Mon, 14 Sep 2015)
2015-09-14 17:47:09 +02:00
Michael Liebmann
a3aeda348a CLuaInstance: Add return value to menu function "addItem"
Function returns an ID of each item handles


Origin commit data
------------------
Commit: e0bfbfe9e3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-14 (Mon, 14 Sep 2015)
2015-09-14 17:47:09 +02:00
Jacek Jendrzej
684a164507 lib/libdvbsub/dvbsubtitle.cpp: fix compil for new ffmpeg version
Origin commit data
------------------
Commit: 009fcba748
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-09-07 (Mon, 07 Sep 2015)
2015-09-07 18:59:03 +02:00
Michael Liebmann
98b8c0218a CLuaInstance::PlayFile: Function now returns the status of buttons
- Set Lua api version to 1.1

 return code  defined LUA Variables
 --------------------------------------------------
 0 = normal exit  PLAYSTATE.NORMAL
 1 = aborted by stop button PLAYSTATE.STOP
 2 = next button  PLAYSTATE.NEXT
 3 = prev button  PLAYSTATE.PREV


Origin commit data
------------------
Commit: b56be92d59
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)

Origin message was:
------------------
CLuaInstance::PlayFile: Function now returns the status of buttons

- Set Lua api version to 1.1

   return code       defined LUA Variables
 --------------------------------------------------
 0 = normal exit       PLAYSTATE.NORMAL
 1 = aborted by stop button  PLAYSTATE.STOP
 2 = next button       PLAYSTATE.NEXT
 3 = prev button       PLAYSTATE.PREV
2015-09-04 18:07:32 +02:00
Michael Liebmann
9c72e8fdc1 CLuaInstance: Add versions definition for lua api in luainstance.h
- Version is defined in lua script as APIVERSION.MAJOR, APIVERSION.MINOR
- Set Lua API version to 1.0


Origin commit data
------------------
Commit: 00dff2c598
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
2015-09-04 18:07:31 +02:00
Michael Liebmann
c344c7de8c Sort locales
Origin commit data
------------------
Commit: d2035b91fc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-07-17 (Fri, 17 Jul 2015)
2015-09-04 18:07:31 +02:00
Jacek Jendrzej
61eada7a16 fix Werror=format
Origin commit data
------------------
Commit: a34b32043a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-22 (Sat, 22 Aug 2015)
2015-08-22 15:27:47 +02:00
Jacek Jendrzej
328d3ceaf6 for debug filesystem
Origin commit data
------------------
Commit: c06e5b1407
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-21 (Fri, 21 Aug 2015)
2015-08-21 22:04:04 +02:00
Jacek Jendrzej
42fc47aee3 src/gui/eventlist.cpp fix timeshif_record timer handling
Origin commit data
------------------
Commit: 65a237c991
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-20 (Thu, 20 Aug 2015)
2015-08-20 15:51:57 +02:00
Jacek Jendrzej
3c9ed9d57c src/gui/channellist.cpp: stop RECMODE_TSHIFT in play mode
Origin commit data
------------------
Commit: abea6d83d6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-19 (Wed, 19 Aug 2015)
2015-08-19 17:58:08 +02:00
Jacek Jendrzej
2305aab409 src/gui/eventlist.cpp: show AUTO_SHIFT icon in TSHIFT mode
Origin commit data
------------------
Commit: dff62cfbe1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-18 (Tue, 18 Aug 2015)
2015-08-18 14:36:14 +02:00
Jacek Jendrzej
a3c46ff87d data/cables.xml update Kabel BW (THX PauleFoul)
Origin commit data
------------------
Commit: 8444e3519a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-13 (Thu, 13 Aug 2015)
2015-08-13 19:17:03 +02:00
Jacek Jendrzej
02e87c2b2d data/cables.xml update Unitymedia (THX klauser)
Origin commit data
------------------
Commit: e242674c9b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-13 (Thu, 13 Aug 2015)
2015-08-13 15:58:44 +02:00
Jacek Jendrzej
0cae5975ab fix possible segfault if chanellist is empty
Origin commit data
------------------
Commit: 5bfbae4ca9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-13 (Thu, 13 Aug 2015)
2015-08-13 15:27:25 +02:00
Jacek Jendrzej
c5e24e6410 eitd: add and move viasat to extra switch
Origin commit data
------------------
Commit: fceeab4027
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-09 (Sun, 09 Aug 2015)
2015-08-09 18:00:13 +02:00
Jacek Jendrzej
302b27db38 eitd: add and move viasat to extra switch
Origin commit data
------------------
Commit: 06ab9d186b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-09 (Sun, 09 Aug 2015)
2015-08-09 17:54:31 +02:00
Jacek Jendrzej
0e8ff11c93 src/nhttpd/yhttpd_core/ywebserver.cpp fix possible segfault
Origin commit data
------------------
Commit: b9f4f447ee
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
2015-08-05 18:57:08 +02:00
Jacek Jendrzej
9a1ca8739b src/nhttpd/yhttpd_core/ywebserver.cpp fix sanitize
Origin commit data
------------------
Commit: f4d35a34c9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-08-05 (Wed, 05 Aug 2015)
2015-08-05 18:42:42 +02:00
Jacek Jendrzej
519b645c1d audioplayer: -add flv format (THX Houdini)
Origin commit data
------------------
Commit: 29aa47aef0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-27 (Mon, 27 Jul 2015)
2015-07-27 12:40:41 +02:00
Thilo Graf
27de6c182d CMenuWidget: remove double assignment of info box color
Origin commit data
------------------
Commit: 89cc6628ca
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-17 (Fri, 17 Jul 2015)
2015-07-17 17:31:57 +02:00
Thilo Graf
323357fcb1 CTextBox: fix calculated but not used parameter
Origin commit data
------------------
Commit: 638832f535
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-17 (Fri, 17 Jul 2015)
2015-07-17 17:30:41 +02:00
Thilo Graf
6ca27a836d CTextBox: fix calculated but not used parameter
Origin commit data
------------------
Commit: 672ae3fdb1
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-17 (Fri, 17 Jul 2015)
2015-07-17 17:07:14 +02:00
Thilo Graf
81935b504c CTextBox: consider utf8 mode parameter for correct render width, if required
Origin commit data
------------------
Commit: 4e002bdf66
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-13 (Mon, 13 Jul 2015)
2015-07-17 16:01:20 +02:00
Thilo Graf
db2e6ace74 CChannelList: fix and simplify paint of custom channellogos
paint was probably broken since 37dd574464


Origin commit data
------------------
Commit: 18fa153389
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-11 (Sat, 11 Jul 2015)
2015-07-17 16:01:19 +02:00
Thilo Graf
92656b5981 CComponentsButton: simplify paint of button icon
Calculation of image aspect ratio now happens in picture object itself.


Origin commit data
------------------
Commit: b47a0ccaeb
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-11 (Sat, 11 Jul 2015)
2015-07-17 15:35:47 +02:00
Thilo Graf
bc4a8cc364 CComponentsPicture: fix and simplify image scale handling
Aspect ratio was not considered in some constallations, To see on button
icons and oversized custom channellogos in channllist.
Now this is handeled on init of image object and setters for width and height.


Origin commit data
------------------
Commit: 53a350d5af
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-11 (Sat, 11 Jul 2015)
2015-07-17 15:35:18 +02:00
Jacek Jendrzej
f43a282a56 src/gui/luainstance.cpp add switch enableUTF8 to ComponentsText
Origin commit data
------------------
Commit: 644d96e42d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-12 (Sun, 12 Jul 2015)
2015-07-12 21:13:22 +02:00
Thilo Graf
215d6c1e46 CComponentsText: add switch for utf8 disable/enable
Origin commit data
------------------
Commit: ccdaacb0a0
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-12 (Sun, 12 Jul 2015)
2015-07-12 21:08:25 +02:00
Thilo Graf
c86b9a47f9 CTextBox: add switch for utf8 disable/enable
Origin commit data
------------------
Commit: 37c863d141
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-12 (Sun, 12 Jul 2015)
2015-07-12 21:08:25 +02:00
Jacek Jendrzej
845290f007 src/gui/luainstance.cpp add setCenterPos option to CC objects
Origin commit data
------------------
Commit: c325a3bbae
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-09 (Thu, 09 Jul 2015)
2015-07-09 16:51:52 +02:00
Jacek Jendrzej
733b7ada19 src/zapit/src/pat.cpp: fix parse section len - sub crc from len
Origin commit data
------------------
Commit: 93cb5d3b49
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-07 (Tue, 07 Jul 2015)
2015-07-07 09:44:37 +02:00
Jacek Jendrzej
db67eda710 src/gui/channellist.cpp: show epg info1 if info2 empty (THX bazi98)
Origin commit data
------------------
Commit: 4cb0870b9b
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-05 (Sun, 05 Jul 2015)
2015-07-05 13:20:47 +02:00
Jacek Jendrzej
e70004443e src/gui/eventlist.cpp -add fsk filter to epg-search
Origin commit data
------------------
Commit: 81049d89cd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-07-01 (Wed, 01 Jul 2015)
2015-07-01 21:39:20 +02:00
Thilo Graf
c6aa9b8ebf CComponentsFooter: reduce scale factor without button background
Origin commit data
------------------
Commit: 5de4b48a00
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-07-01 (Wed, 01 Jul 2015)
2015-07-01 16:05:42 +02:00
Thilo Graf
2166b0e1b0 CComponentsButton: fix image scale
Wrong ratio calculation.


Origin commit data
------------------
Commit: cabe84bf0f
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-30 (Tue, 30 Jun 2015)
2015-07-01 16:05:38 +02:00
Thilo Graf
37dd574464 CComponentsPicture: fix internal value for dimension vars
The values contained not values from the scaled image file.


Origin commit data
------------------
Commit: 5e380fa4f8
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-06-30 (Tue, 30 Jun 2015)
2015-07-01 15:56:42 +02:00
Jacek Jendrzej
cf384796b6 src/gui/eventlist.cpp-add program category filter to epg-search
Origin commit data
------------------
Commit: 39796eda68
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-06-30 (Tue, 30 Jun 2015)
2015-06-30 14:23:39 +02:00
Jacek Jendrzej
6432f51eb8 lib/libupnpclient fix segfault if parser is NULL
Origin commit data
------------------
Commit: e6e8eb9d93
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
2015-06-28 15:13:14 +02:00
Jacek Jendrzej
46b137a00f src/gui/moviebrowser.cpp fix segfault if m_movieSelectionHandler is NULL
Origin commit data
------------------
Commit: 07f25639d9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
2015-06-28 11:33:06 +02:00
Jacek Jendrzej
3d0daaa3ad tuxtxt.cpp: fixheap buffer overflow
Origin commit data
------------------
Commit: 160dda776c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
2015-06-22 19:24:53 +02:00
[CST] Focus
d00a6dbf84 gui/osd_setup.cpp, gui/miscsettings_menu.cpp: do not delete items added to menu - menu dtor do it
Origin commit data
------------------
Commit: 60c45ec06c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-19 (Fri, 19 Jun 2015)
2015-06-19 15:48:15 +03:00
vanhofen
71294a9792 deutsch.locale: fix typo
Origin commit data
------------------
Commit: b16c5d450e
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-06-18 (Thu, 18 Jun 2015)

Origin message was:
------------------
- deutsch.locale: fix typo
2015-06-18 21:18:33 +02:00
vanhofen
f5213a4ec0 osd_setup: fix active status of ca_dotmatrix and ca_frame
Origin commit data
------------------
Commit: 8d84a4387d
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-06-18 (Thu, 18 Jun 2015)

Origin message was:
------------------
- osd_setup: fix active status of ca_dotmatrix and ca_frame
2015-06-18 21:18:32 +02:00