enigma2.git
18 years agofix ip address
Stefan Pluecken [Tue, 13 Dec 2005 00:52:05 +0000 (00:52 +0000)]
fix ip address

18 years agofix configSequence (ip address input should work now)
Stefan Pluecken [Tue, 13 Dec 2005 00:40:15 +0000 (00:40 +0000)]
fix configSequence (ip address input should work now)

18 years agolistbox: move checkScrollbar to the proper place
Felix Domke [Mon, 12 Dec 2005 22:03:13 +0000 (22:03 +0000)]
listbox: move checkScrollbar to the proper place

18 years agobetter fix
Andreas Monzner [Mon, 12 Dec 2005 21:58:03 +0000 (21:58 +0000)]
better fix

18 years agochange listbox scrollbar default to showNever,
Andreas Monzner [Mon, 12 Dec 2005 21:40:47 +0000 (21:40 +0000)]
change listbox scrollbar default to showNever,
add thousands of scrollbarMode="showOnDemand" to skin

18 years agoadd missed definition
Felix Domke [Mon, 12 Dec 2005 21:30:05 +0000 (21:30 +0000)]
add missed definition

18 years agofix
Andreas Monzner [Mon, 12 Dec 2005 20:12:20 +0000 (20:12 +0000)]
fix

18 years agofix show currently running events in channellist ( in favourite list )
Andreas Monzner [Mon, 12 Dec 2005 19:56:42 +0000 (19:56 +0000)]
fix show currently running events in channellist ( in favourite list )

18 years agoadd scrollbar to listbox
Andreas Monzner [Mon, 12 Dec 2005 19:18:19 +0000 (19:18 +0000)]
add scrollbar to listbox

18 years agoinfobar: delete seek timer on close in pvr mode
Felix Domke [Mon, 12 Dec 2005 16:19:05 +0000 (16:19 +0000)]
infobar: delete seek timer on close in pvr mode

18 years agotimer: make TheDoc to calm down again
Felix Domke [Mon, 12 Dec 2005 15:35:00 +0000 (15:35 +0000)]
timer: make TheDoc to calm down again

18 years agoremove flickering
Stefan Pluecken [Mon, 12 Dec 2005 15:01:52 +0000 (15:01 +0000)]
remove flickering

18 years agoadd border for the stepslider
Stefan Pluecken [Mon, 12 Dec 2005 15:00:46 +0000 (15:00 +0000)]
add border for the stepslider

18 years agoadd ability to draw a slider border
Andreas Monzner [Mon, 12 Dec 2005 14:50:42 +0000 (14:50 +0000)]
add ability to draw a slider border

18 years agoget current ip address from ifconfig
Stefan Pluecken [Mon, 12 Dec 2005 14:48:50 +0000 (14:48 +0000)]
get current ip address from ifconfig

18 years agosmall optimiziations
Andreas Monzner [Mon, 12 Dec 2005 11:20:28 +0000 (11:20 +0000)]
small optimiziations

18 years agono more build network stuff
Andreas Monzner [Mon, 12 Dec 2005 11:09:14 +0000 (11:09 +0000)]
no more build network stuff

18 years agodisable mem leak checker
Andreas Monzner [Mon, 12 Dec 2005 11:00:52 +0000 (11:00 +0000)]
disable mem leak checker

18 years agoadd debug-msg
Stefan Pluecken [Mon, 12 Dec 2005 00:44:38 +0000 (00:44 +0000)]
add debug-msg

18 years agouse 100 as the default volume-value
Stefan Pluecken [Mon, 12 Dec 2005 00:29:19 +0000 (00:29 +0000)]
use 100 as the default volume-value

18 years agofix (hope so) configSequence
Stefan Pluecken [Mon, 12 Dec 2005 00:24:34 +0000 (00:24 +0000)]
fix (hope so) configSequence

18 years agoquickfix for usals-settings (don't want to break configSequence right now :)
Stefan Pluecken [Sun, 11 Dec 2005 23:50:46 +0000 (23:50 +0000)]
quickfix for usals-settings (don't want to break configSequence right now :)

18 years agoremove old Makefile
Felix Domke [Sun, 11 Dec 2005 23:46:40 +0000 (23:46 +0000)]
remove old Makefile

18 years agofix po/Makefile.am to copy .mo files instead of .po
Stefan Pluecken [Sun, 11 Dec 2005 23:42:17 +0000 (23:42 +0000)]
fix po/Makefile.am to copy .mo files instead of .po
update languages in realtime in LanguageSelection

18 years agopo: use correct path
Felix Domke [Sun, 11 Dec 2005 23:19:35 +0000 (23:19 +0000)]
po: use correct path

18 years agopo: use autofoo
Felix Domke [Sun, 11 Dec 2005 23:18:05 +0000 (23:18 +0000)]
po: use autofoo

18 years agomoving the list generation to a seperate method
Stefan Pluecken [Sun, 11 Dec 2005 23:14:20 +0000 (23:14 +0000)]
moving the list generation to a seperate method

18 years agoadd some translations (translations in the wizard don't work in some places)
Stefan Pluecken [Sun, 11 Dec 2005 22:58:36 +0000 (22:58 +0000)]
add some translations (translations in the wizard don't work in some places)
remove every moving pixmap from the startwizard (because of flickering)

18 years agomake infobar actions helpable
Felix Domke [Sun, 11 Dec 2005 22:26:45 +0000 (22:26 +0000)]
make infobar actions helpable

18 years agoexample where "German"-text disappears with RT_VALIGN_CENTER
Stefan Pluecken [Sun, 11 Dec 2005 10:37:56 +0000 (10:37 +0000)]
example where "German"-text disappears with RT_VALIGN_CENTER
change directory for po again until the language-files are installed properly

18 years agosome language-work
Stefan Pluecken [Sun, 11 Dec 2005 10:32:37 +0000 (10:32 +0000)]
some language-work
catch case of not available languages

18 years agotreat the LanguageSelection as an own wizard, so it is started first on a firstrun
Stefan Pluecken [Sun, 11 Dec 2005 03:52:19 +0000 (03:52 +0000)]
treat the LanguageSelection as an own wizard, so it is started first on a firstrun
save the language to the config-entry config.osd.language

18 years agorename a baseclass wizard for further wizards
Stefan Pluecken [Sun, 11 Dec 2005 03:31:42 +0000 (03:31 +0000)]
rename a baseclass wizard for further wizards
derive a StartWizard-class from this wizard-baseclass

each wizard now has a listbox, a configlist, a text-label and a xml file describing the wizard

18 years agouse Tools.Directories to access the flag-images
Stefan Pluecken [Sun, 11 Dec 2005 02:59:31 +0000 (02:59 +0000)]
use Tools.Directories to access the flag-images

18 years agofinish language-menu - the RT_VALIGN_CENTER doesn't work in eListboxPythonMultiConten...
Stefan Pluecken [Sun, 11 Dec 2005 01:42:36 +0000 (01:42 +0000)]
finish language-menu - the RT_VALIGN_CENTER doesn't work in eListboxPythonMultiContent... why?
add language-screen to the start-wizard, which breaks the startwizard. bug in screen-handling?

18 years agoget rid of ugly ringbuffer,
Andreas Monzner [Sat, 10 Dec 2005 23:50:49 +0000 (23:50 +0000)]
get rid of ugly ringbuffer,
activate async gdi

18 years agocheck every second is enough
Andreas Monzner [Sat, 10 Dec 2005 23:48:37 +0000 (23:48 +0000)]
check every second is enough

18 years agoSingle Shot Timers..
Andreas Monzner [Sat, 10 Dec 2005 23:46:28 +0000 (23:46 +0000)]
Single Shot Timers..

18 years agoadd flag-pictures
Stefan Pluecken [Sat, 10 Dec 2005 23:32:35 +0000 (23:32 +0000)]
add flag-pictures

18 years agoactivate language when used in standalone screen
Stefan Pluecken [Sat, 10 Dec 2005 23:20:04 +0000 (23:20 +0000)]
activate language when used in standalone screen

18 years agolanguage selection in startwizard filled with functionality
Stefan Pluecken [Sat, 10 Dec 2005 23:16:03 +0000 (23:16 +0000)]
language selection in startwizard filled with functionality

18 years agoadd language selection to the start-wizard
Stefan Pluecken [Sat, 10 Dec 2005 23:11:45 +0000 (23:11 +0000)]
add language selection to the start-wizard

18 years agoadd language selection
Stefan Pluecken [Fri, 9 Dec 2005 14:59:23 +0000 (14:59 +0000)]
add language selection

18 years agosome fixes and improvements for the start-wizard
Stefan Pluecken [Fri, 9 Dec 2005 11:36:10 +0000 (11:36 +0000)]
some fixes and improvements for the start-wizard

18 years agoscan now/later added to the wizard
Stefan Pluecken [Fri, 9 Dec 2005 11:32:33 +0000 (11:32 +0000)]
scan now/later added to the wizard

18 years agouse step attribute to point to the next step for a listbox entry in the wizard
Stefan Pluecken [Fri, 9 Dec 2005 11:29:37 +0000 (11:29 +0000)]
use step attribute to point to the next step for a listbox entry in the wizard
scanning is now possible through the wizard

18 years agomoving up/down/left/right/around the corner/to hollywood is now possible in the wizard
Stefan Pluecken [Fri, 9 Dec 2005 10:54:41 +0000 (10:54 +0000)]
moving up/down/left/right/around the corner/to hollywood is now possible in the wizard

18 years agoshow lists and configs in startwizard by adjusting the zPosition
Stefan Pluecken [Fri, 9 Dec 2005 10:30:39 +0000 (10:30 +0000)]
show lists and configs in startwizard by adjusting the zPosition
left/right is now possible with configlists in the wizard
up/down possible with lists but doesn't work on configlists (why?)

18 years agouse slotid as parameter for the SatSetup instead of nim for easier inclusing into...
Stefan Pluecken [Fri, 9 Dec 2005 09:38:17 +0000 (09:38 +0000)]
use slotid as parameter for the SatSetup instead of nim for easier inclusing into the start wizard
add ability to pass arguments to a screen (the args-tag is evaluated with eval())

18 years agoadd tunersetup to the startwizard (just a proof of concept as of now)
Stefan Pluecken [Fri, 9 Dec 2005 01:07:10 +0000 (01:07 +0000)]
add tunersetup to the startwizard (just a proof of concept as of now)

18 years agosome code cleanup
Stefan Pluecken [Fri, 9 Dec 2005 00:44:40 +0000 (00:44 +0000)]
some code cleanup

18 years agouse startwizard.xml for startwizard-generation
Stefan Pluecken [Fri, 9 Dec 2005 00:35:41 +0000 (00:35 +0000)]
use startwizard.xml for startwizard-generation

18 years agodefine movepaths for MovingPixmaps and proof of concept in the start-wizard
Stefan Pluecken [Thu, 8 Dec 2005 18:41:52 +0000 (18:41 +0000)]
define movepaths for MovingPixmaps and proof of concept in the start-wizard
moving over pixmaps flickers sometimes. is this fixable somehow?

18 years agosmall fixes
Andreas Monzner [Thu, 8 Dec 2005 17:09:51 +0000 (17:09 +0000)]
small fixes

18 years agoadd each country code in lower and upper case
Andreas Monzner [Thu, 8 Dec 2005 17:06:29 +0000 (17:06 +0000)]
add each country code in lower and upper case

18 years agofix move
Felix Domke [Thu, 8 Dec 2005 16:01:04 +0000 (16:01 +0000)]
fix move

18 years agopvr: add slow motion mode
Felix Domke [Thu, 8 Dec 2005 15:37:24 +0000 (15:37 +0000)]
pvr: add slow motion mode

18 years agoadd support for sending tonebursts
Andreas Monzner [Thu, 8 Dec 2005 15:14:51 +0000 (15:14 +0000)]
add support for sending tonebursts
optimize diseqc command order handling code

18 years agopvr: add inductors
Felix Domke [Thu, 8 Dec 2005 14:30:14 +0000 (14:30 +0000)]
pvr: add inductors

18 years agojust one bouquet (favourites)
Andreas Monzner [Thu, 8 Dec 2005 12:10:31 +0000 (12:10 +0000)]
just one bouquet (favourites)

18 years agofix linked tuners
Stefan Pluecken [Thu, 8 Dec 2005 01:14:46 +0000 (01:14 +0000)]
fix linked tuners

18 years agoimprove ber progressbar value faking
Andreas Monzner [Thu, 8 Dec 2005 00:57:07 +0000 (00:57 +0000)]
improve ber progressbar value faking

18 years agoadd slowmotion / fast forward
Felix Domke [Thu, 8 Dec 2005 00:35:27 +0000 (00:35 +0000)]
add slowmotion / fast forward

18 years agomore space for ber value
Andreas Monzner [Thu, 8 Dec 2005 00:32:58 +0000 (00:32 +0000)]
more space for ber value

18 years agoneeded for snr, agc ber displaying
Andreas Monzner [Wed, 7 Dec 2005 23:59:03 +0000 (23:59 +0000)]
needed for snr, agc ber displaying

18 years agoimplement often wished feature :)
Andreas Monzner [Wed, 7 Dec 2005 23:57:57 +0000 (23:57 +0000)]
implement often wished feature :)
displaying snr, agc and ber in the infobar

18 years agoadd a list to the wizard
Stefan Pluecken [Wed, 7 Dec 2005 22:41:08 +0000 (22:41 +0000)]
add a list to the wizard

18 years agoadd step 2
Stefan Pluecken [Wed, 7 Dec 2005 15:26:49 +0000 (15:26 +0000)]
add step 2

18 years agointroduce the movingPixmap and use it to position the arrow in the start-wizard ...
Stefan Pluecken [Wed, 7 Dec 2005 15:11:02 +0000 (15:11 +0000)]
introduce the movingPixmap and use it to position the arrow in the start-wizard (but with some redrawing-problems :))

18 years agoremove unneeded hack
Andreas Monzner [Wed, 7 Dec 2005 15:04:54 +0000 (15:04 +0000)]
remove unneeded hack

18 years agouse steps in startwizard
Stefan Pluecken [Wed, 7 Dec 2005 14:39:36 +0000 (14:39 +0000)]
use steps in startwizard

18 years agofix alphatest (HACK!!!)
Andreas Monzner [Wed, 7 Dec 2005 14:15:25 +0000 (14:15 +0000)]
fix alphatest (HACK!!!)

18 years agowork on startup-wizard
Stefan Pluecken [Wed, 7 Dec 2005 13:31:28 +0000 (13:31 +0000)]
work on startup-wizard

18 years agodont let turn rotor wild from east to west
Andreas Monzner [Wed, 7 Dec 2005 12:16:21 +0000 (12:16 +0000)]
dont let turn rotor wild from east to west

18 years agoretry frontend close every 60 seconds when frontend is busy
Andreas Monzner [Wed, 7 Dec 2005 02:36:34 +0000 (02:36 +0000)]
retry frontend close every 60 seconds when frontend is busy

18 years agodelete cached channel when playback a recorded movie (for closing frontend device)
Andreas Monzner [Wed, 7 Dec 2005 02:18:34 +0000 (02:18 +0000)]
delete cached channel when playback a recorded movie (for closing frontend device)

18 years agodo not delete timer.. (sefault in some situations)
Andreas Monzner [Wed, 7 Dec 2005 02:09:07 +0000 (02:09 +0000)]
do not delete timer.. (sefault in some situations)

18 years agorestore previous root and service on cancel press
Andreas Monzner [Wed, 7 Dec 2005 01:59:30 +0000 (01:59 +0000)]
restore previous root and service on cancel press

18 years agomove more code to onCreate
Andreas Monzner [Wed, 7 Dec 2005 01:19:58 +0000 (01:19 +0000)]
move more code to onCreate

18 years agoset stored lastroot
Andreas Monzner [Wed, 7 Dec 2005 01:13:12 +0000 (01:13 +0000)]
set stored lastroot

18 years agoadd ability to append normal funktions to Screen.onLayoutFinish call list
Andreas Monzner [Wed, 7 Dec 2005 01:12:33 +0000 (01:12 +0000)]
add ability to append normal funktions to Screen.onLayoutFinish call list

18 years agofix allocateRAWChannel (we must first give free the cached channel)
Andreas Monzner [Wed, 7 Dec 2005 00:20:02 +0000 (00:20 +0000)]
fix allocateRAWChannel (we must first give free the cached channel)

18 years agofix
Andreas Monzner [Wed, 7 Dec 2005 00:09:45 +0000 (00:09 +0000)]
fix

18 years agothis fix has side-effects... so we reverse it which breaks initial status again
Stefan Pluecken [Tue, 6 Dec 2005 23:52:30 +0000 (23:52 +0000)]
this fix has side-effects... so we reverse it which breaks initial status again

18 years agotstools: fix resync code
Felix Domke [Tue, 6 Dec 2005 23:41:38 +0000 (23:41 +0000)]
tstools: fix resync code

18 years agofix (?) initial situation
Stefan Pluecken [Tue, 6 Dec 2005 23:37:06 +0000 (23:37 +0000)]
fix (?) initial situation

18 years agofix something
Stefan Pluecken [Tue, 6 Dec 2005 23:33:13 +0000 (23:33 +0000)]
fix something

18 years agodisable ugly dish-pixmap
Stefan Pluecken [Tue, 6 Dec 2005 22:34:37 +0000 (22:34 +0000)]
disable ugly dish-pixmap

18 years agoose no more used frontends and re-open on demand
Andreas Monzner [Tue, 6 Dec 2005 22:15:38 +0000 (22:15 +0000)]
ose no more used frontends and re-open on demand

18 years agothe long awaited feature "blinking label" is now available
Stefan Pluecken [Tue, 6 Dec 2005 20:02:48 +0000 (20:02 +0000)]
the long awaited feature "blinking label" is now available

18 years agoshow red record button only if hdd is present
Stefan Pluecken [Tue, 6 Dec 2005 19:35:47 +0000 (19:35 +0000)]
show red record button only if hdd is present

18 years agoremove debug-msges
Stefan Pluecken [Tue, 6 Dec 2005 19:23:45 +0000 (19:23 +0000)]
remove debug-msges

18 years agoreoder derivation
Stefan Pluecken [Tue, 6 Dec 2005 19:22:33 +0000 (19:22 +0000)]
reoder derivation

18 years agowe have a yellow and blue button
Stefan Pluecken [Tue, 6 Dec 2005 19:18:29 +0000 (19:18 +0000)]
we have a yellow and blue button

18 years agouse PixmapConditional for yellow and blue buttons
Stefan Pluecken [Tue, 6 Dec 2005 19:17:00 +0000 (19:17 +0000)]
use PixmapConditional for yellow and blue buttons

18 years agoshow green button and subservices-text only when subservices are available (showing...
Stefan Pluecken [Tue, 6 Dec 2005 19:10:57 +0000 (19:10 +0000)]
show green button and subservices-text only when subservices are available (showing of the label doesn't work. why?)

18 years agofactorize the conditionalPixmap
Stefan Pluecken [Tue, 6 Dec 2005 18:35:55 +0000 (18:35 +0000)]
factorize the conditionalPixmap

18 years agofix
Stefan Pluecken [Tue, 6 Dec 2005 10:58:48 +0000 (10:58 +0000)]
fix

18 years agofix warning
Andreas Monzner [Tue, 6 Dec 2005 10:54:07 +0000 (10:54 +0000)]
fix warning

18 years agoremove unneeded code
Andreas Monzner [Mon, 5 Dec 2005 22:56:55 +0000 (22:56 +0000)]
remove unneeded code