Michael Liebmann
88b9e44240
CLuaInstance: Use native bool parameter instead of string for Lua script functions
...
Origin commit data
------------------
Commit: d923d991aa
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-13 22:56:42 +02:00
Michael Liebmann
cc62dc1385
CLuaInstance: Add member paramBoolDeprecated() for info...
...
...when Boolean parameters are passed as a string or number
Origin commit data
------------------
Commit: 86186e6443
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-13 22:56:36 +02:00
Michael Liebmann
bc4bd7acfe
CLuaInstance: Add overloaded member tableLookup() for bool vars
...
Origin commit data
------------------
Commit: fc0f5d780a
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-13 22:56:22 +02:00
Michael Liebmann
d6a0ee78bc
luainstance: Fix default parameter for config file setXXX functions
...
Origin commit data
------------------
Commit: c49ceac121
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 20:00:02 +02:00
Michael Liebmann
9cbf2bdf92
CLuaInstance::setBlank: Fix parameter
...
Origin commit data
------------------
Commit: 7398b43276
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 19:59:31 +02:00
[CST] Focus
ec525a01cf
neutrino.cpp: move theme loading to gui/themes.cpp
...
original commit (C) martii:
commit cf48e04c02224af37098359d1788f65edd6a7060
gui/themes, neutrino: de-duplicate get/set code
Origin commit data
------------------
Commit: 58198b3f55
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 19:42:31 +04:00
martii
68ed092145
gui/themes: don't keep default theme data twice
...
Origin commit data
------------------
Commit: 64ef858923
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 18:42:46 +04:00
martii
739e184194
gui/themes: no need to memcpy a theme, just assign
...
Origin commit data
------------------
Commit: 43809987ac
Author: martii <m4rtii@gmx.de >
Date: 2014-01-11 (Sat, 11 Jan 2014)
2014-09-12 18:29:46 +04:00
martii
547d900fee
system/settings: move theme colors to dedicated struct
...
Conflicts:
src/driver/pictureviewer/pictureviewer.cpp
src/gui/epgview.cpp
src/gui/osd_setup.cpp
src/gui/pluginlist.cpp
src/neutrino.cpp
Origin commit data
------------------
Commit: b21cb152b5
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 18:29:21 +04:00
martii
67ea8dd650
system/helpers: add mkdirhier(); gui/themes: use mkdirhier()
...
Conflicts:
src/system/helpers.h
Origin commit data
------------------
Commit: 431657e35d
Author: martii <m4rtii@gmx.de >
Date: 2014-01-06 (Mon, 06 Jan 2014)
2014-09-12 15:59:21 +04:00
[CST] Focus
49d6eebc88
gui/network_setup.cpp: fix enabled/disabled items on settings restore
...
Origin commit data
------------------
Commit: bad910a320
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 13:52:03 +04:00
[CST] Focus
727027345c
gui/hdd_menu.cpp: prevent divide by zero
...
Origin commit data
------------------
Commit: 9b697fb52b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 11:35:58 +04:00
[CST] Focus
7d5aa057a6
driver/framebuffer.cpp: fix COL_BACKGROUND
...
Origin commit data
------------------
Commit: b07f61a1cf
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-12 (Fri, 12 Sep 2014)
2014-09-12 10:05:54 +04:00
Thilo Graf
bfd4b17307
CWebTVSetup: fix menu handling
...
- width enlarged
- fix exit handling
- fix memory of item position
- adapted caption
Origin commit data
------------------
Commit: 90a29c598d
Author: Thilo Graf <dbt@novatux.de >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-11 23:44:04 +02:00
vanhofen
78bd385f78
shellwindow: add timeout
...
Origin commit data
------------------
Commit: caabe9707c
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-11 (Thu, 11 Sep 2014)
Origin message was:
------------------
- shellwindow: add timeout
2014-09-11 21:57:18 +02:00
vanhofen
f24d3bd2d5
dboxinfo: align color of time/load headers to other headers
...
Origin commit data
------------------
Commit: 0d236b39c1
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-11 (Thu, 11 Sep 2014)
Origin message was:
------------------
- dboxinfo: align color of time/load headers to other headers
2014-09-11 16:19:00 +02:00
martii
d727798be7
gui/components/cc_frm_clock.cpp: add method to enable/disable auto-blit()
...
Conflicts:
src/gui/components/cc_frm_clock.cpp
Origin commit data
------------------
Commit: 84cf3865b5
Author: martii <m4rtii@gmx.de >
Date: 2014-06-19 (Thu, 19 Jun 2014)
2014-09-11 18:12:51 +04:00
martii
ab11bbbd82
[experimental] gui/components/cc_frm_clock: use a mutex around unsetting/evaluating paintClock. This may or may not help with the clock-still-showing-when-leaving-the-channellist problem. Pretty much untested, as that issue is quite irreproducible.
...
Origin commit data
------------------
Commit: 1c39a6edf4
Author: martii <m4rtii@gmx.de >
Date: 2014-04-08 (Tue, 08 Apr 2014)
2014-09-11 18:12:51 +04:00
martii
10985e7d43
gui/components/cc_frm_clock: simplify; setClockFormat/setClockBlink has now impact on running thread
...
Conflicts:
src/gui/components/cc_frm_clock.cpp
src/gui/timeosd.cpp
Origin commit data
------------------
Commit: 13118c1148
Author: martii <m4rtii@gmx.de >
Date: 2014-01-10 (Fri, 10 Jan 2014)
2014-09-11 18:12:51 +04:00
martii
66b719ff9f
gui/components/cc_frm_clock: disable thread idle timeout; clear clock when thread exits
...
Origin commit data
------------------
Commit: 9472155b88
Author: martii <m4rtii@gmx.de >
Date: 2014-01-02 (Thu, 02 Jan 2014)
2014-09-11 18:12:51 +04:00
martii
f33f6f8443
gui/components: use COL_BACKGROUND_PLUS_0 instead of COL_BACKGROUND
...
Origin commit data
------------------
Commit: be29f644f0
Author: martii <m4rtii@gmx.de >
Date: 2014-06-09 (Mon, 09 Jun 2014)
2014-09-11 18:12:51 +04:00
[CST] Focus
16247a7b51
gui/timeosd.cpp: show negative time for MODE_DESC
...
Origin commit data
------------------
Commit: da5be5860f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-11 18:12:51 +04:00
martii
416a22e485
gui/timeosd: set progressbar to timescale style
...
Origin commit data
------------------
Commit: 3eb867ebf8
Author: martii <m4rtii@gmx.de >
Date: 2014-07-06 (Sun, 06 Jul 2014)
2014-09-11 18:12:51 +04:00
martii
09030380eb
gui/timeosd: don't instantiate CComponentsFrmClock in active mode
...
Conflicts:
src/gui/timeosd.cpp
Origin commit data
------------------
Commit: a70560ea58
Author: martii <m4rtii@gmx.de >
Date: 2014-01-12 (Sun, 12 Jan 2014)
2014-09-11 18:12:51 +04:00
[CST] Focus
60fb01f4b6
gui/dboxinfo: timeformat locale change
...
Origin commit data
------------------
Commit: a96ab4d5e4
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-11 18:12:14 +04:00
[CST] Focus
3cbffe06f1
gui/dboxinfo: fixes
...
Origin commit data
------------------
Commit: d3c4b4f199
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-11 18:12:09 +04:00
martii
bb0239bd4c
gui/dboxinfo: localize (partially based on patch from Benny -- thanks!)
...
Conflicts:
src/gui/dboxinfo.cpp
Origin commit data
------------------
Commit: 742760dbd3
Author: martii <m4rtii@gmx.de >
Date: 2014-05-24 (Sat, 24 May 2014)
2014-09-11 18:12:06 +04:00
[CST] Focus
d763634287
neutrino.cpp: avoid webtv duplicates
...
Origin commit data
------------------
Commit: 247e38a204
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
2014-09-11 17:58:28 +04:00
martii
2c8f3910b2
add thread for determining free hdd (recording dir) space, enable hdd usage icons on vfd (untested)
...
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/simple_display.cpp
src/gui/hdd_menu.cpp
src/gui/infoviewer_bb.cpp
src/gui/infoviewer_bb.h
src/gui/moviebrowser.cpp
src/gui/record_setup.cpp
src/neutrino.cpp
src/system/ytcache.h
Origin commit data
------------------
Commit: 7c15db185f
Author: martii <m4rtii@gmx.de >
Date: 2013-11-27 (Wed, 27 Nov 2013)
2014-09-11 17:58:19 +04:00
Michael Liebmann
7ace3dd22e
CLuaInstance: Add CConfigFile functions
...
Functions: loadConfig(), saveConfig(), clear(), getString(),
setString(), getInt32(), setInt32(), getBool(), setBool()
Origin commit data
------------------
Commit: b74e80ee6f
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
Origin message was:
------------------
CLuaInstance: Add CConfigFile functions
Functions: loadConfig(), saveConfig(), clear(), getString(),
setString(), getInt32(), setInt32(), getBool(), setBool()
2014-09-11 12:14:24 +02:00
Michael Liebmann
18b2198528
CLuaInstance: Add missed library function _luaL_checkbool()
...
Origin commit data
------------------
Commit: 457f974eed
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-11 (Thu, 11 Sep 2014)
2014-09-11 12:14:24 +02:00
Michael Liebmann
83ee24f234
CLuaInstance: Add cVideo functions
...
- cVideo::SetBlank()
- cVideo::ShowPicture()
- cVideo::StopPicture()
Origin commit data
------------------
Commit: c511a44a2b
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
2014-09-11 12:14:24 +02:00
Michael Liebmann
042aea94b3
CLuaInstance: Fix segfault when hide() in CPictureDelete()
...
Origin commit data
------------------
Commit: dff6a6413d
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
2014-09-11 12:14:24 +02:00
Michael Liebmann
da623c5f0b
CLuaInstance: More global colors added
...
Origin commit data
------------------
Commit: 263e023879
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
2014-09-11 12:14:24 +02:00
Michael Liebmann
a35e7882f9
CLuaInstance: Add strFind() and strSub() functions
...
- These functions are possible substitutes for the
Lua functions string.find() and string.sub()
- This Lua functions have problems e.g. with the contents
of some websites.
Origin commit data
------------------
Commit: 51fb2fb9e7
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
Origin message was:
------------------
CLuaInstance: Add strFind() and strSub() functions
- These functions are possible substitutes for the
Lua functions string.find() and string.sub()
- This Lua functions have problems e.g. with the contents
of some websites.
2014-09-11 12:14:24 +02:00
Michael Liebmann
1230b1c411
CLuaInstance: Add parameter info1/info2 to PlayFile()
...
- This parameter display in info viewer instead of epg data
Origin commit data
------------------
Commit: b6f1963f2c
Author: Michael Liebmann <tuxcode.bbg@gmail.com >
Date: 2014-09-10 (Wed, 10 Sep 2014)
2014-09-11 12:14:24 +02:00
[CST] Focus
0b56e332cb
gui/personalize.cpp: try to fix usermenu delete
...
Origin commit data
------------------
Commit: d2c836049b
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-09 (Tue, 09 Sep 2014)
2014-09-09 15:28:35 +04:00
[CST] Focus
c9650993e7
gui/settings_manager.cpp: fix font settings update after config file loading
...
Origin commit data
------------------
Commit: 9b82162e6f
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-09 (Tue, 09 Sep 2014)
2014-09-09 15:28:35 +04:00
[CST] Focus
3e2c460cc0
gui/dboxinfo.cpp: do not paint empty line
...
Origin commit data
------------------
Commit: 6857f616c2
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-09 (Tue, 09 Sep 2014)
2014-09-09 15:28:35 +04:00
[CST] Focus
aa74b364dc
lib/libconfigfile/configfile.cpp: add deleteKey()
...
Origin commit data
------------------
Commit: 3567e97e73
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-09 (Tue, 09 Sep 2014)
2014-09-09 15:28:35 +04:00
vanhofen
12c2899aeb
personalize.cpp: add shortcut to pluginSelectionMenu
...
Origin commit data
------------------
Commit: fafb7399d1
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- personalize.cpp: add shortcut to pluginSelectionMenu
2014-09-08 21:20:15 +02:00
vanhofen
fa3c972980
personalize.cpp: remove non-working colored hotkeys
...
Origin commit data
------------------
Commit: 7792a9658e
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- personalize.cpp: remove non-working colored hotkeys
2014-09-08 21:02:52 +02:00
vanhofen
d41d02e1ca
neutrinofonts.cpp: use debug output for font init
...
Origin commit data
------------------
Commit: 608ae65038
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- neutrinofonts.cpp: use debug output for font init
2014-09-08 18:42:28 +02:00
vanhofen
b4df179603
neutrino.cpp: more readability for startup console output
...
Origin commit data
------------------
Commit: 7e3addd8a7
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- neutrino.cpp: more readability for startup console output
2014-09-08 18:41:48 +02:00
vanhofen
57b8dcd649
personalize.cpp: resort usermenu
...
Origin commit data
------------------
Commit: c80f73c2c5
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- personalize.cpp: resort usermenu
2014-09-08 17:42:10 +02:00
vanhofen
955a6dd90e
setting_helpers: rename CStreamFeaturesChangeExec to CPluginsExec
...
Origin commit data
------------------
Commit: 237892ffd2
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- setting_helpers: rename CStreamFeaturesChangeExec to CPluginsExec
2014-09-08 16:33:26 +02:00
vanhofen
61dd5d4fb2
locale: remove onekey plugin rests
...
Origin commit data
------------------
Commit: 9b5b4249d9
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- locale: remove onekey plugin rests
2014-09-08 15:42:43 +02:00
vanhofen
9263f33e32
locale: change locale of plugintype.lua
...
Origin commit data
------------------
Commit: 37dac846d4
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-08 (Mon, 08 Sep 2014)
Origin message was:
------------------
- locale: change locale of plugintype.lua
2014-09-08 15:25:53 +02:00
[CST] Focus
7670fac614
gui/user_menue.cpp: fix old items code c/p
...
Origin commit data
------------------
Commit: e361f74af7
Author: [CST] Focus <focus.cst@gmail.com >
Date: 2014-09-08 (Mon, 08 Sep 2014)
2014-09-08 14:35:56 +04:00
vanhofen
107ea89fa2
user_menu: re-rename ITEM_PLUGIN to ITEM_PLUGIN_TYPES
...
Origin commit data
------------------
Commit: 8047531bc5
Author: vanhofen <vanhofen@gmx.de >
Date: 2014-09-05 (Fri, 05 Sep 2014)
Origin message was:
------------------
- user_menu: re-rename ITEM_PLUGIN to ITEM_PLUGIN_TYPES
2014-09-05 18:47:44 +02:00