enigma2.git
15 years agotranslation update
Andreas Monzner [Tue, 17 Jun 2008 11:14:28 +0000 (11:14 +0000)]
translation update

15 years agomake some methods public
Andreas Monzner [Sat, 14 Jun 2008 10:39:56 +0000 (10:39 +0000)]
make some methods public

15 years agonetworksetup fixes / cleanups
Andreas Monzner [Fri, 13 Jun 2008 13:12:34 +0000 (13:12 +0000)]
networksetup fixes / cleanups

15 years agoafter DECLARE_REF now all is private.. not public
Andreas Monzner [Fri, 13 Jun 2008 09:57:56 +0000 (09:57 +0000)]
after DECLARE_REF now all is private.. not public
dont export AddRef, Release, ptrref and grabRef to python
some cleanups

15 years agoupdate pl,no language
Felix Domke [Fri, 13 Jun 2008 06:49:18 +0000 (06:49 +0000)]
update pl,no language

15 years agoupdate da language
Felix Domke [Wed, 11 Jun 2008 22:42:19 +0000 (22:42 +0000)]
update da language

15 years agoalso resize widget desktop on resolution change
Felix Domke [Wed, 11 Jun 2008 21:50:55 +0000 (21:50 +0000)]
also resize widget desktop on resolution change

15 years agofix typo to fix skin resolution change
Felix Domke [Wed, 11 Jun 2008 21:35:50 +0000 (21:35 +0000)]
fix typo to fix skin resolution change

15 years agofix by Anders Holst: ConfigList Screen update when deleting a listitem
Felix Domke [Wed, 11 Jun 2008 21:13:36 +0000 (21:13 +0000)]
fix by Anders Holst: ConfigList Screen update when deleting a listitem

15 years agofix by Anders Holst: optimize ConfigInteger clamping
Felix Domke [Wed, 11 Jun 2008 21:11:36 +0000 (21:11 +0000)]
fix by Anders Holst: optimize ConfigInteger clamping

15 years agoupdate fr,lt language
Felix Domke [Wed, 11 Jun 2008 11:13:56 +0000 (11:13 +0000)]
update fr,lt language

15 years agoupdate da,lt language
Felix Domke [Wed, 11 Jun 2008 10:24:12 +0000 (10:24 +0000)]
update da,lt language

15 years agoadd early version of DVDBurn plugin. Basic functionality is working, but it needs...
Felix Domke [Wed, 11 Jun 2008 00:07:28 +0000 (00:07 +0000)]
add early version of DVDBurn plugin. Basic functionality is working, but it needs a major GUI redesign. Required tools: mplex, projectx, growisofs, mkisofs/genisoimage, dvdauthor

15 years agoNotification support in TaskView
Felix Domke [Wed, 11 Jun 2008 00:04:10 +0000 (00:04 +0000)]
Notification support in TaskView

15 years agofix output before termination
Felix Domke [Wed, 11 Jun 2008 00:03:44 +0000 (00:03 +0000)]
fix output before termination

15 years agoadd support for retrying when a task failed.
Felix Domke [Wed, 11 Jun 2008 00:01:44 +0000 (00:01 +0000)]
add support for retrying when a task failed.

15 years agocleanup code
Andreas Monzner [Tue, 10 Jun 2008 13:29:52 +0000 (13:29 +0000)]
cleanup code

15 years agouse MultiPixmaps and MultiColorLabels in Network Setup
Andreas Monzner [Tue, 10 Jun 2008 13:22:17 +0000 (13:22 +0000)]
use MultiPixmaps and MultiColorLabels in Network Setup
code cleanup
whitespace cleanup

15 years agosmall fix
Andreas Monzner [Tue, 10 Jun 2008 13:20:13 +0000 (13:20 +0000)]
small fix

15 years agoclamp progress to 0..end, add possibility to receive whole lines only in processOutpu...
Felix Domke [Tue, 10 Jun 2008 12:04:59 +0000 (12:04 +0000)]
clamp progress to 0..end, add possibility to receive whole lines only in processOutputLine

15 years agoread nonblocking
Felix Domke [Tue, 10 Jun 2008 12:02:38 +0000 (12:02 +0000)]
read nonblocking

15 years agoadd MultiPixmap... like MultiColorLabel
Andreas Monzner [Tue, 10 Jun 2008 09:49:13 +0000 (09:49 +0000)]
add MultiPixmap... like MultiColorLabel

15 years agouse first color in "foregroundColors" as "foregroundColor" when
Andreas Monzner [Tue, 10 Jun 2008 08:59:29 +0000 (08:59 +0000)]
use first color in "foregroundColors" as "foregroundColor" when
"foregroundColor" is not defined!
use first color in "backgroundColors" as "backgroundColor" when
"backgroundColor" is not defined"

15 years agoadd MultiColorLabel
Andreas Monzner [Tue, 10 Jun 2008 07:43:48 +0000 (07:43 +0000)]
add MultiColorLabel
in the skin you can set multiple colors with foregroundColors="#8c7c93,black,#f23d21"
and/or backgroundColors="#012345,#081501,green,#078753"
in python code the you can switch colors with
self["blasel"].setForegroundColorNum(x) or
self["blubber"].setBackgroundColorNum(y)

15 years agohandle multiple configuration files correctly. Patch by Pieter Grimmerink
Felix Domke [Mon, 9 Jun 2008 23:23:01 +0000 (23:23 +0000)]
handle multiple configuration files correctly. Patch by Pieter Grimmerink

15 years agom_pvr_thread might be zero, handle this correctly.
Felix Domke [Sun, 8 Jun 2008 21:02:29 +0000 (21:02 +0000)]
m_pvr_thread might be zero, handle this correctly.

15 years agoproperly fix GSOD from last commit
Stefan Pluecken [Sat, 7 Jun 2008 11:34:00 +0000 (11:34 +0000)]
properly fix GSOD from last commit

15 years agoproberly install multiple packages without a GSOD
Stefan Pluecken [Sat, 7 Jun 2008 11:25:34 +0000 (11:25 +0000)]
proberly install multiple packages without a GSOD

15 years agoadd hack for Kabel-BW 618Mhz Transponder.. (tsid is difference in PAT and
Andreas Monzner [Fri, 6 Jun 2008 20:42:01 +0000 (20:42 +0000)]
add hack for Kabel-BW 618Mhz Transponder.. (tsid is difference in PAT and
SDT)

15 years agoadd DNS check, add checkforInterface
Felix Domke [Fri, 6 Jun 2008 14:47:12 +0000 (14:47 +0000)]
add DNS check, add checkforInterface

15 years agofix up/down on inputs when cursor is at the rightmost position
Felix Domke [Fri, 6 Jun 2008 12:59:42 +0000 (12:59 +0000)]
fix up/down on inputs when cursor is at the rightmost position

15 years agoonly allow gray pngs or pngs with palette
Andreas Monzner [Fri, 6 Jun 2008 11:18:17 +0000 (11:18 +0000)]
only allow gray pngs or pngs with palette

15 years agougly messagebox summary screen, choices is still missing
Felix Domke [Fri, 6 Jun 2008 00:33:53 +0000 (00:33 +0000)]
ugly messagebox summary screen, choices is still missing

15 years agofix movielist sort bug, by Tero Mannninen
Felix Domke [Fri, 6 Jun 2008 00:20:22 +0000 (00:20 +0000)]
fix movielist sort bug, by Tero Mannninen

15 years agotranslatable ConfigSet, by Tero Manninen
Felix Domke [Fri, 6 Jun 2008 00:15:53 +0000 (00:15 +0000)]
translatable ConfigSet, by Tero Manninen

15 years agoupdate nl,da language
Felix Domke [Thu, 5 Jun 2008 21:48:54 +0000 (21:48 +0000)]
update nl,da language

15 years agoadd parameter to saveServicelist
Stefan Pluecken [Thu, 5 Jun 2008 15:33:23 +0000 (15:33 +0000)]
add parameter to saveServicelist

15 years agocall reloadBouquets instead of loadBouquets
Stefan Pluecken [Thu, 5 Jun 2008 12:21:52 +0000 (12:21 +0000)]
call reloadBouquets instead of loadBouquets

15 years agouse reloadBouquets instead of loadBouquets
Stefan Pluecken [Thu, 5 Jun 2008 12:18:00 +0000 (12:18 +0000)]
use reloadBouquets instead of loadBouquets

15 years agoremove bouquets.tv and userbouquet.favourites.tv from defaults dir
Stefan Pluecken [Thu, 5 Jun 2008 12:17:03 +0000 (12:17 +0000)]
remove bouquets.tv and userbouquet.favourites.tv from defaults dir

15 years agocall loadBouquet after installing a bouquet
Stefan Pluecken [Thu, 5 Jun 2008 12:07:40 +0000 (12:07 +0000)]
call loadBouquet after installing a bouquet

15 years agomove loadBouquet and saveServiceList into python visibility
Stefan Pluecken [Thu, 5 Jun 2008 12:06:50 +0000 (12:06 +0000)]
move loadBouquet and saveServiceList into python visibility

15 years agoremove bouquets.tv and userbouquets... from Makefile (it is installed
Stefan Pluecken [Thu, 5 Jun 2008 12:04:59 +0000 (12:04 +0000)]
remove bouquets.tv and userbouquets... from Makefile (it is installed
through dream defaults now)

15 years agodont crash when the satellites.xml does not exist or is empty
Andreas Monzner [Thu, 5 Jun 2008 09:19:02 +0000 (09:19 +0000)]
dont crash when the satellites.xml does not exist or is empty

15 years agofix spinner handling
Andreas Monzner [Wed, 4 Jun 2008 20:43:40 +0000 (20:43 +0000)]
fix spinner handling

15 years agofix bluescreen when path not exits
Andreas Monzner [Wed, 4 Jun 2008 14:01:07 +0000 (14:01 +0000)]
fix bluescreen when path not exits

15 years agocosmetic fixes/workarounds
Felix Domke [Wed, 4 Jun 2008 10:25:10 +0000 (10:25 +0000)]
cosmetic fixes/workarounds

15 years agopreliminary 'coldplug' support
Felix Domke [Wed, 4 Jun 2008 10:24:55 +0000 (10:24 +0000)]
preliminary 'coldplug' support

15 years agoi forgot to mention that you need current drivers (from today) for 480i and 576i
Andreas Monzner [Wed, 4 Jun 2008 10:12:34 +0000 (10:12 +0000)]
i forgot to mention that you need current drivers (from today) for 480i and 576i

15 years agoadd support for 480i and 576i... but keep in mind that not all TVs can
Andreas Monzner [Wed, 4 Jun 2008 10:05:33 +0000 (10:05 +0000)]
add support for 480i and 576i... but keep in mind that not all TVs can
handle 480i or 576i

15 years agofix typo
Andreas Monzner [Wed, 4 Jun 2008 10:04:27 +0000 (10:04 +0000)]
fix typo

15 years agofix typos
Felix Domke [Tue, 3 Jun 2008 23:13:36 +0000 (23:13 +0000)]
fix typos

15 years agoadapter setup update
Felix Domke [Tue, 3 Jun 2008 23:12:40 +0000 (23:12 +0000)]
adapter setup update

15 years agoextend ping test, fix configuredInterface list
Felix Domke [Tue, 3 Jun 2008 23:11:53 +0000 (23:11 +0000)]
extend ping test, fix configuredInterface list

15 years agoadd cleanup call, implement DiskspacePrecondition, add WorkspaceExistsPrecondition
Felix Domke [Tue, 3 Jun 2008 22:50:02 +0000 (22:50 +0000)]
add cleanup call, implement DiskspacePrecondition, add WorkspaceExistsPrecondition

15 years agosome cleanups
Felix Domke [Tue, 3 Jun 2008 21:08:41 +0000 (21:08 +0000)]
some cleanups

15 years agosmall cleanup
Andreas Monzner [Tue, 3 Jun 2008 15:15:07 +0000 (15:15 +0000)]
small cleanup

15 years agoalso parse user private ES streams, handle REGISTRATION_DESCRIPTOR for ac3
Felix Domke [Tue, 3 Jun 2008 13:26:16 +0000 (13:26 +0000)]
also parse user private ES streams, handle REGISTRATION_DESCRIPTOR for ac3

15 years agoproper showSinglePic error handling (thanks to Sat-Turner)
Felix Domke [Tue, 3 Jun 2008 13:16:41 +0000 (13:16 +0000)]
proper showSinglePic error handling (thanks to Sat-Turner)

15 years agoupdate sv,fr,da language
Felix Domke [Tue, 3 Jun 2008 13:15:38 +0000 (13:15 +0000)]
update sv,fr,da language

15 years agoremove unneeded test tags
Stefan Pluecken [Tue, 3 Jun 2008 12:07:33 +0000 (12:07 +0000)]
remove unneeded test tags

15 years agofix tag prerequisite logic for .info files without tags
Stefan Pluecken [Tue, 3 Jun 2008 12:06:46 +0000 (12:06 +0000)]
fix tag prerequisite logic for .info files without tags

15 years agoallow default services lists from /usr/share/enigma2/defaults AND
Stefan Pluecken [Tue, 3 Jun 2008 12:05:50 +0000 (12:05 +0000)]
allow default services lists from /usr/share/enigma2/defaults AND
/usr/share/enigma2/dealer

15 years agoAdd progress and cwd (working directory) functionality
Andreas Frisch [Tue, 3 Jun 2008 10:03:58 +0000 (10:03 +0000)]
Add progress and cwd (working directory) functionality

15 years ago - remove some comments
Stefan Pluecken [Tue, 3 Jun 2008 01:11:20 +0000 (01:11 +0000)]
 - remove some comments
 - correct use of prerequisites to detect uninstallable packages

15 years agouncomment non-commented comment
Stefan Pluecken [Tue, 3 Jun 2008 00:58:56 +0000 (00:58 +0000)]
uncomment non-commented comment

15 years agoallow installing from multiple directories
Stefan Pluecken [Tue, 3 Jun 2008 00:42:00 +0000 (00:42 +0000)]
allow installing from multiple directories

15 years agodisable installation of lamedb from default
Stefan Pluecken [Tue, 3 Jun 2008 00:41:04 +0000 (00:41 +0000)]
disable installation of lamedb from default

15 years agodont use and show input power measurement (for rotor running detection),
Andreas Monzner [Mon, 2 Jun 2008 14:35:58 +0000 (14:35 +0000)]
dont use and show input power measurement (for rotor running detection),
when the hardware doesn't support it

15 years agoAdd setCWD to change task's work directories for eConsoleAppContainers
Andreas Frisch [Mon, 2 Jun 2008 14:21:41 +0000 (14:21 +0000)]
Add setCWD to change task's work directories for eConsoleAppContainers

15 years agoadd DefaultServicesScanner plugin to do automatic services scans and build a lamedb...
Stefan Pluecken [Mon, 2 Jun 2008 12:08:26 +0000 (12:08 +0000)]
add DefaultServicesScanner plugin to do automatic services scans and build a lamedb and .info file for every sat (stored in /tmp)

15 years agoproperly handle tags combined with other prerequisites
Stefan Pluecken [Mon, 2 Jun 2008 11:54:14 +0000 (11:54 +0000)]
properly handle tags combined with other prerequisites

15 years agomove installPackage call one wizard step to properly update the wizard texts
Stefan Pluecken [Mon, 2 Jun 2008 11:50:49 +0000 (11:50 +0000)]
move installPackage call one wizard step to properly update the wizard texts

15 years agochange German Translation of "services lists" from "Standard-Kanalliste" to "Standard...
Stefan Pluecken [Mon, 2 Jun 2008 11:47:26 +0000 (11:47 +0000)]
change German Translation of "services lists" from "Standard-Kanalliste" to "Standard-Kanalliste_n_"

15 years agoreapply patch for making 640x480 the highest entry in the DVI-PC modes
Stefan Pluecken [Mon, 2 Jun 2008 11:02:52 +0000 (11:02 +0000)]
reapply patch for making 640x480 the highest entry in the DVI-PC modes
list (since every PC monitor should be able to display this mode)

15 years agorevert non-working change
Felix Domke [Mon, 2 Jun 2008 10:19:50 +0000 (10:19 +0000)]
revert non-working change

15 years agosmall gui command order fix when diseqc 1.1 is selected and a uncommitted
Andreas Monzner [Mon, 2 Jun 2008 09:45:51 +0000 (09:45 +0000)]
small gui command order fix when diseqc 1.1 is selected and a uncommitted
command is selected

15 years agosome german translations added/fixed
Andreas Monzner [Mon, 2 Jun 2008 05:43:38 +0000 (05:43 +0000)]
some german translations added/fixed

15 years agofix typo
Andreas Monzner [Fri, 30 May 2008 18:03:59 +0000 (18:03 +0000)]
fix typo

15 years agofix some translations
Andreas Monzner [Fri, 30 May 2008 17:52:12 +0000 (17:52 +0000)]
fix some translations
handle ... consistently

15 years agoadd some german translations,
Andreas Monzner [Fri, 30 May 2008 14:30:43 +0000 (14:30 +0000)]
add some german translations,
fix some skin bugs

15 years ago*** empty log message ***
Andreas Frisch [Fri, 30 May 2008 12:35:36 +0000 (12:35 +0000)]
*** empty log message ***

15 years agoadd french translation for dvd player plugin and network wizard
Andreas Frisch [Fri, 30 May 2008 12:20:11 +0000 (12:20 +0000)]
add french translation for dvd player plugin and network wizard

15 years agoNetworkSetup: fix help onleft/right, fix reload
Felix Domke [Thu, 29 May 2008 12:33:37 +0000 (12:33 +0000)]
NetworkSetup: fix help onleft/right, fix reload

15 years agoadd new network config
Felix Domke [Thu, 29 May 2008 12:08:26 +0000 (12:08 +0000)]
add new network config

15 years agoswap key and value
Andreas Monzner [Wed, 28 May 2008 19:46:47 +0000 (19:46 +0000)]
swap key and value

15 years agoAllow playing DVD structure from arbitrary directories
Andreas Frisch [Wed, 28 May 2008 17:17:57 +0000 (17:17 +0000)]
Allow playing DVD structure from arbitrary directories

15 years agofix text also in translations
Andreas Monzner [Tue, 27 May 2008 16:11:05 +0000 (16:11 +0000)]
fix text also in translations

15 years agofi language update
Felix Domke [Tue, 27 May 2008 15:51:39 +0000 (15:51 +0000)]
fi language update

15 years agofix text
Felix Domke [Tue, 27 May 2008 15:50:41 +0000 (15:50 +0000)]
fix text

15 years agogreen -> blue
Andreas Monzner [Tue, 27 May 2008 13:24:49 +0000 (13:24 +0000)]
green -> blue

15 years agoadd default services lists as a scan alternative
Stefan Pluecken [Tue, 27 May 2008 11:50:02 +0000 (11:50 +0000)]
add default services lists as a scan alternative

15 years agoadd default services lists as a scan alternative
Stefan Pluecken [Tue, 27 May 2008 11:49:20 +0000 (11:49 +0000)]
add default services lists as a scan alternative

15 years agoadd tagging to possible dream info handler prerequisites
Stefan Pluecken [Tue, 27 May 2008 11:47:56 +0000 (11:47 +0000)]
add tagging to possible dream info handler prerequisites

15 years agofix crash when more than one satellites is removed
Andreas Monzner [Tue, 27 May 2008 10:20:36 +0000 (10:20 +0000)]
fix crash when more than one satellites is removed

15 years agoask to delete unconfigured satellites when leave tuner configuration
Andreas Monzner [Mon, 26 May 2008 22:12:24 +0000 (22:12 +0000)]
ask to delete unconfigured satellites when leave tuner configuration

15 years agoadd "remove complete satellite" option to channel selection context menĂ¼
Andreas Monzner [Mon, 26 May 2008 21:06:14 +0000 (21:06 +0000)]
add "remove complete satellite" option to channel selection context menĂ¼
when a services entry is selected (i.e. Astra (19.2) - services)..

15 years agoadd possibility to enable / disable ac3 downmix in audio track selection
Andreas Monzner [Mon, 26 May 2008 16:56:16 +0000 (16:56 +0000)]
add possibility to enable / disable ac3 downmix in audio track selection
menu

15 years agoAdd callback for playing from physical dvd drives
Andreas Frisch [Sun, 25 May 2008 12:17:39 +0000 (12:17 +0000)]
Add callback for playing from physical dvd drives

15 years agocleanup PC Modes
Andreas Monzner [Fri, 23 May 2008 17:30:46 +0000 (17:30 +0000)]
cleanup PC Modes
add 480p and 576p to DVI and YPbPr