ims [Thu, 19 Mar 2015 18:51:55 +0000 (19:51 +0100)]
EventName converter: add Pdc and PdcTime support
Pdc returns whether or not PDC information is available
PdcTime returns the timestamp parsed from the PDC PIL
Signed-off-by: pieterg <pieterg@users.sourceforge.net>
ims [Thu, 19 Mar 2015 16:47:45 +0000 (17:47 +0100)]
epgcache: store PDC descriptor
this will cost 5 bytes for each event,
for services which do broadcast PDC
Signed-off-by: pieterg <pieterg@users.sourceforge.net>
ims [Thu, 19 Mar 2015 17:59:04 +0000 (18:59 +0100)]
eServiceEvent: parse PDC descriptor
Signed-off-by: pieterg <pieterg@users.sourceforge.net>
technl [Thu, 19 Mar 2015 10:47:39 +0000 (11:47 +0100)]
time for a new radiologo :)
ims [Wed, 18 Mar 2015 16:13:33 +0000 (17:13 +0100)]
Satfinder - use channelnumbers functions moved to Tools.Transponder
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Wed, 18 Mar 2015 07:15:25 +0000 (08:15 +0100)]
Remove not required ChannelNumbers.py
littlesat [Wed, 18 Mar 2015 07:14:05 +0000 (08:14 +0100)]
Move DVB-T channelnumber stuff to Tools/Transponder
littlesat [Mon, 16 Mar 2015 07:00:45 +0000 (08:00 +0100)]
PliExtraInfo: Always fallback to settings info if tuner not tuned (yet)
betacentauri [Sat, 14 Mar 2015 20:02:37 +0000 (21:02 +0100)]
servicemp3: Change subtitle dvd type for gstreamer 1.x
Signed-off-by: Erik Slagter <erik@openpli.org>
littlesat [Sun, 15 Mar 2015 16:37:11 +0000 (17:37 +0100)]
ChannelSelection: remove a not required boundFunction
littlesat [Sun, 15 Mar 2015 12:55:00 +0000 (13:55 +0100)]
Give als satname at transponder info on ChannelSelection
littlesat [Sun, 15 Mar 2015 12:52:33 +0000 (13:52 +0100)]
PliExtraInfo: Also give transponder info from fallback tuner
Mike Looijmans [Sat, 14 Mar 2015 13:37:09 +0000 (14:37 +0100)]
SoftwareUpdate: Warn if there are many updates available
When there are hundreds of upgradable packages, warn the user that it
is probably safer and quicker to simply reflash the box instead of
upgrading.
ims [Sat, 14 Mar 2015 08:56:17 +0000 (09:56 +0100)]
fix Stop and delete for instant recording
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Fri, 13 Mar 2015 20:43:00 +0000 (21:43 +0100)]
MovieSelection: Solve another possible GSOD
It was orriginally
if not serviceref.flags & eServiceReference.mustDescent:
and the not was not removed (by accident)
littlesat [Fri, 13 Mar 2015 20:33:59 +0000 (21:33 +0100)]
Solve GSOD during removing recordings from instant recording.
Sorry I pushed an incorrect MovieSelection.py file in my previous commit
littlesat [Fri, 13 Mar 2015 20:28:52 +0000 (21:28 +0100)]
InfoBarGenerics: Bring back relocations in extension menu and EPG list
littlesat [Fri, 13 Mar 2015 20:16:52 +0000 (21:16 +0100)]
ParentalControl: Change the way how to change/handle the pincode
-When the pincode is '0000' do only show change Pincode in
ParentalControlSetup Screen
-Use the PinInput to change Pincodes to we get general screens to enter
Pincodes
-Timeout all pincode message screen
littlesat [Fri, 13 Mar 2015 18:52:29 +0000 (19:52 +0100)]
ParentalControl: Do not protect screens when pincode is the default '0000'
dima73 [Fri, 13 Mar 2015 18:22:05 +0000 (19:22 +0100)]
About: Make enigma (restart) indication translatable
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Fri, 13 Mar 2015 18:16:17 +0000 (19:16 +0100)]
Added stop and delete one or all in instant recording screen
Thanks Tension
added stop and delete one or all current recordings.
Taapat [Fri, 13 Mar 2015 16:15:39 +0000 (18:15 +0200)]
ChoiceBox: do not sort the list on init if nothing has changed.
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Fri, 13 Mar 2015 07:08:28 +0000 (08:08 +0100)]
About: Add information about the number of enigma2 (re)starts
of course since last flash without autobackup... ;)
littlesat [Thu, 12 Mar 2015 18:55:19 +0000 (19:55 +0100)]
Choicebox: Including the color buttons the default keys are 14, not 10
littlesat [Thu, 12 Mar 2015 18:51:19 +0000 (19:51 +0100)]
Choicebox: Reorganize number keys and keep other keys
When the choicebox is re-opened after the order of objects in the
choicebox were changed (extension menu and epg type menu)
dima73 [Thu, 12 Mar 2015 07:03:53 +0000 (08:03 +0100)]
Menu eventinfo/extension: manual re-order list
-In the menu eventinfo/extension you are now able to re-order list via the < > buttons instantly
-button menu sort list to default and exit
Note: Slightly modified by me
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Wed, 11 Mar 2015 07:13:45 +0000 (08:13 +0100)]
Hotkey: Just some little discussible improvement in code
blzr [Mon, 9 Mar 2015 19:05:07 +0000 (20:05 +0100)]
ServiceName: Simply use polarization_abbreviation instead of extracting it from (translated) string
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Wed, 11 Mar 2015 07:03:55 +0000 (08:03 +0100)]
Hotkey: Add recursive fallback via 'menu' and '0' to reset to default
Based on a suggestion by Dima73
Mike Looijmans [Sun, 8 Mar 2015 13:59:52 +0000 (14:59 +0100)]
epgcache: Extra typedef changes to improve readability
No functional change, just rename variables, e.g. replace a std::pair
construct with an actual struct to get rid of cryptic "first" and "second"
members.
Some whitespace fixes.
Small optimization: Do not use std::map copy constructors during EPG load.
Littlesat [Sat, 7 Mar 2015 20:12:04 +0000 (21:12 +0100)]
isCrypted is returning booleans, no integers
ims [Sat, 7 Mar 2015 19:44:49 +0000 (20:44 +0100)]
missing key_ added into Makefile
littlesat [Sat, 7 Mar 2015 16:48:54 +0000 (17:48 +0100)]
Use optipng on new pngs added by IMS
ims [Sat, 7 Mar 2015 14:16:00 +0000 (15:16 +0100)]
fix true buttons name - key_prev, key_next, added key_left, key_right
Signed-off-by: littlesat <littlesat99@yahoo.com>
dima73 [Sat, 7 Mar 2015 13:26:44 +0000 (14:26 +0100)]
Better Description for "Set plugins list to default?"
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sat, 7 Mar 2015 09:23:22 +0000 (10:23 +0100)]
added key-left and key-right buttons into default skin
Signed-off-by: littlesat <littlesat99@yahoo.com>
dima73 [Fri, 6 Mar 2015 23:36:52 +0000 (00:36 +0100)]
PluginBrowser: add number key 1-9 for run plugins...
...and key 0 for set plugins list to default
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Fri, 6 Mar 2015 07:05:30 +0000 (08:05 +0100)]
update estonian.po by Zeros
Signed-off-by: Erik Slagter <erik@openpli.org>
littlesat [Fri, 6 Mar 2015 17:36:26 +0000 (18:36 +0100)]
ParentalControl: Add protection to context menus
As this was still a possibly leak
littlesat [Thu, 5 Mar 2015 18:27:54 +0000 (19:27 +0100)]
GetEcmInfo: Streamline some code and add wicardd ecm.info parsing
dima73 [Thu, 5 Mar 2015 18:19:30 +0000 (19:19 +0100)]
ServiceScan: Make "Service scan" translatable
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Tue, 3 Mar 2015 22:36:21 +0000 (23:36 +0100)]
ServiceName": Add symbol rate and FEC to DVB-C
littlesat [Tue, 3 Mar 2015 19:56:24 +0000 (20:56 +0100)]
ServiceName: Cable frequencies are displayed in MHz not kHz
littlesat [Tue, 3 Mar 2015 18:23:21 +0000 (19:23 +0100)]
PliExtraInfo: Give more info for "all" when service is a stream
littlesat [Tue, 3 Mar 2015 18:02:33 +0000 (19:02 +0100)]
ServiceName: add modulation to transponder info
Based on https://github.com/OpenViX/enigma2/commit/
11382c28b2c73494834584c5e5fb64c9f056f48e?diff=unified
Thanks Huevos
ims [Mon, 2 Mar 2015 22:47:59 +0000 (23:47 +0100)]
fix old bug when is not skin_user_skinnane.xml parsed, then is not loaded skin.user.xml more. removed redundand try/except, because it was added to addSkin
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sat, 28 Feb 2015 14:21:48 +0000 (15:21 +0100)]
cosmetic in stop timeshift - unify first chars
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Mon, 2 Mar 2015 11:23:48 +0000 (12:23 +0100)]
Revert "changes in service list screen are displayed without restart GUI (language changes, skin parameters changes)"
This reverts commit
c9910680be38bb7491e7bf02d6a0dbe0e4e92f6a.
Later it was later wroted, that this patche is for nothing, because are removed all history etc ..
ims [Sun, 1 Mar 2015 01:27:51 +0000 (02:27 +0100)]
changes in service list screen are displayed without restart GUI (language changes, skin parameters changes)
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sat, 28 Feb 2015 13:08:16 +0000 (14:08 +0100)]
fixed condition for empty tag's list
Signed-off-by: littlesat <littlesat99@yahoo.com>
mx3L [Fri, 27 Feb 2015 16:01:52 +0000 (17:01 +0100)]
Make sure that Input returns string and VirtualKeyBoard will not encode it again
Signed-off-by: littlesat <littlesat99@yahoo.com>
technl [Fri, 27 Feb 2015 14:58:00 +0000 (15:58 +0100)]
cosmetic update for et8500 display
ims [Fri, 27 Feb 2015 11:35:35 +0000 (12:35 +0100)]
fix enigma crash when skin parsing failed and display error message in debug
Signed-off-by: littlesat <littlesat99@yahoo.com>
dima73 [Fri, 27 Feb 2015 11:06:27 +0000 (12:06 +0100)]
New option "Save timeshift only for current event"
Signed-off-by: littlesat <littlesat99@yahoo.com>
mx3L [Thu, 26 Feb 2015 23:02:43 +0000 (00:02 +0100)]
Input: fixed encoding issues
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Wed, 25 Feb 2015 21:28:34 +0000 (22:28 +0100)]
Only protect ParentalControlSetup when really requered
So when a submenu was already protected or nothing is protected yet it
will not ask anymore for a password.
littlesat [Wed, 25 Feb 2015 20:57:33 +0000 (21:57 +0100)]
Change default pincode to 0000 and not an not existing one
This reduces the complication of code and also an interlock when you
activate parental control and you have a not existing pincode.
littlesat [Wed, 25 Feb 2015 16:53:40 +0000 (17:53 +0100)]
Always ask for pincode when entering parental control menu
And not let it depend that you enter the pincode earlier
littlesat [Wed, 25 Feb 2015 16:44:12 +0000 (17:44 +0100)]
ParentalControl: Streamline the protected screens
And also avoid a GSOD which was possible when you entered incorrect pin
code while entering the MovieSelection
Taapat [Mon, 23 Feb 2015 18:46:41 +0000 (20:46 +0200)]
ServiceName: use rsplit for stream services
If we use livestreamer, the server address is the last in http address list
littlesat [Wed, 25 Feb 2015 07:20:45 +0000 (08:20 +0100)]
It could still be that submenu's are protected while the main menu too
todo: do not protect submenu's when the main menu is already protected
littlesat [Wed, 25 Feb 2015 07:17:38 +0000 (08:17 +0100)]
ParentalControl: Add options to protect some screens
Based on https://github.com/openatv/enigma2/commit/
ee2717bddaefca2e027a6379bac4a2d613d83906
littlesat [Tue, 24 Feb 2015 16:22:00 +0000 (17:22 +0100)]
ServiceName.py: Do not indicate bandwith for DVB-C
As it leads to a GSOD
littlesat [Mon, 23 Feb 2015 16:29:18 +0000 (17:29 +0100)]
ParentalControl: Streamline some code
littlesat [Mon, 23 Feb 2015 08:07:13 +0000 (09:07 +0100)]
Parental control fix issuw with hideBlacklist function
As it is not anymore called with the hideBlacklist config
2DO: improve this a bit. I suggest only to hide the services when the configs are save
littlesat [Mon, 23 Feb 2015 07:02:33 +0000 (08:02 +0100)]
Only show config hide parental locked service when pin is cached
littlesat [Mon, 23 Feb 2015 06:44:14 +0000 (07:44 +0100)]
Only hide parentel locked services when required
e.g. parental control should be enabled and the pin cache setting should
not be set to "never"
Taapat [Sun, 22 Feb 2015 22:12:38 +0000 (00:12 +0200)]
ServiceName: optimize in orbital position
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sun, 22 Feb 2015 20:35:32 +0000 (21:35 +0100)]
fixed orbital position
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Sun, 22 Feb 2015 20:59:46 +0000 (21:59 +0100)]
Also unhide parental control channels when pincode is OK at startup
Taapat [Sun, 22 Feb 2015 16:55:38 +0000 (18:55 +0200)]
ServiceName: show server info in stream services
Signed-off-by: littlesat <littlesat99@yahoo.com>
Taapat [Sun, 22 Feb 2015 16:52:44 +0000 (18:52 +0200)]
ServiceName: fix orbital position on non standart satellites.xml
Signed-off-by: littlesat <littlesat99@yahoo.com>
Taapat [Sun, 22 Feb 2015 16:49:35 +0000 (18:49 +0200)]
ServiceName: fix polarization display if cirkular
Signed-off-by: littlesat <littlesat99@yahoo.com>
Taapat [Sun, 22 Feb 2015 13:09:46 +0000 (15:09 +0200)]
Add Latvian layout in NumericalTextInput
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sun, 22 Feb 2015 15:08:24 +0000 (16:08 +0100)]
ServiceName - added subparameter "NoRoot" for TransponderInfo
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sun, 22 Feb 2015 13:59:35 +0000 (14:59 +0100)]
Added TransponderInfo parameter for Servicename in skin. It can be limite for using for All services only with optionaly InRootOnly parameter: <convert type="ServiceName">TransponderInfo;InRootOnly</convert>
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sun, 22 Feb 2015 13:51:38 +0000 (14:51 +0100)]
refresh Service info too in case, when is changed bouquet and service is same
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Sun, 22 Feb 2015 12:18:02 +0000 (13:18 +0100)]
divide CZ numericaltextinput into standallone CZ and SK
Signed-off-by: littlesat <littlesat99@yahoo.com>
Taapat [Sun, 22 Feb 2015 10:43:18 +0000 (12:43 +0200)]
Add Latvian layout in VirtualKeyBoard
Signed-off-by: littlesat <littlesat99@yahoo.com>
Littlesat [Sun, 22 Feb 2015 11:26:32 +0000 (12:26 +0100)]
Solve focus to hiden service/bouquet issue
littlesat [Sun, 22 Feb 2015 09:31:02 +0000 (10:31 +0100)]
Keep focus on current selected while unhide parental locked services
And simplify the code
ims [Sat, 21 Feb 2015 23:49:43 +0000 (00:49 +0100)]
TimerList - SCOPE_CURRENT_SKIN instead SCOPE_SKIN_IMAGE
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Sun, 22 Feb 2015 08:30:40 +0000 (09:30 +0100)]
Instantly hide services when you add them to the blacklist
And hideBlacklist services is ON
littlesat [Sun, 22 Feb 2015 08:15:24 +0000 (09:15 +0100)]
Add option to hide services that are parental protected
Littlesat [Sun, 22 Feb 2015 06:38:32 +0000 (07:38 +0100)]
Solve bug in addFlag function of db.cpp
Z
littlesat [Sat, 21 Feb 2015 22:21:58 +0000 (23:21 +0100)]
Revert "Input: fixed typo, don't decode unicode but encode it"
This reverts commit
42e3d6974aa5e5b582d31779935ec7bfe1f9cb8c.
It was not TYPO, it must be there due nat. chars for LAT2, cyrilic etc...
Thanks IMS!!!
technl [Sat, 21 Feb 2015 14:05:54 +0000 (15:05 +0100)]
small changes for the et8500 display
blzr [Wed, 4 Feb 2015 22:51:01 +0000 (23:51 +0100)]
encoding.conf: update to fix epg encoding for BBC Brit HD Pl channel on 13E
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Thu, 19 Feb 2015 17:32:28 +0000 (18:32 +0100)]
Revert "PLiExtraInfo: Add MHz to DVB-C frequencies"
This reverts commit
c6697ad6d9ee67ac98edfe2611039e047309e688.
Sorry committed by accident
littlesat [Thu, 19 Feb 2015 16:42:35 +0000 (17:42 +0100)]
PLiExtraInfo: Add MHz to DVB-C frequencies
mx3L [Thu, 19 Feb 2015 13:54:48 +0000 (14:54 +0100)]
Input: fixed typo, don't decode unicode but encode it
Signed-off-by: littlesat <littlesat99@yahoo.com>
ims [Wed, 18 Feb 2015 19:01:16 +0000 (20:01 +0100)]
fix australian - numbers fro dvb-t only
Signed-off-by: littlesat <littlesat99@yahoo.com>
dima73 [Wed, 18 Feb 2015 12:31:09 +0000 (13:31 +0100)]
Dish: new screen Dishpip for rotor if use pipzap
Signed-off-by: littlesat <littlesat99@yahoo.com>
littlesat [Tue, 17 Feb 2015 12:42:18 +0000 (13:42 +0100)]
ParentalControl: Clone more configs for backwards compatibility
littlesat [Tue, 17 Feb 2015 10:47:13 +0000 (11:47 +0100)]
ParentalControl: Solve typo in comment line
plygin -> plugin
littlesat [Tue, 17 Feb 2015 10:41:30 +0000 (11:41 +0100)]
ParentalControl: Add more config clones (settuppin, settuppinactive)
There are still some 3rd party plugins which we cannot fix that depend on
it and these plugins do have users.
littlesat [Tue, 17 Feb 2015 09:55:01 +0000 (10:55 +0100)]
ChannelSelection: Remove a double imported function
littlesat [Tue, 17 Feb 2015 09:11:16 +0000 (10:11 +0100)]
ParentalControl: Add configured config as clone from servicepinactive
As some plugins seems to need it and there are also some 3rd party plugins
which we cannot adapt.
Mike Looijmans [Mon, 16 Feb 2015 10:02:23 +0000 (11:02 +0100)]
mytest.py: Remove error masking code
The guideline: Don't catch exceptions when you cannot resolve the problem.
Just pass exceptions on, and the top level handler will do the gsod. Remove the
try..except blocks from the dialog initialization code, so that we get a proper
trace instead of a halfway interrupted one.
This also gets rid of the weird "dlg.isTmp = True" crash that usually follows
any exception, with a backtrace divided into two blocks.
And it reduces the code size.
Mike Looijmans [Mon, 16 Feb 2015 09:19:48 +0000 (10:19 +0100)]
bsod: Remove the never used "detailed" crash log and network info
Remove the "detailed crash log" feature, it hasn't been asked for in
over five years, so it's safe to conclude it doesn't add anything useful.
Also remove the references to "crashlogautosubmit", there is no such thing.