enigma2.git
18 years agomake python include dir configurable via --with-pythonincdir= .. default is /usr...
Andreas Monzner [Wed, 20 Jul 2005 20:52:37 +0000 (20:52 +0000)]
make python include dir configurable via --with-pythonincdir= .. default is /usr/include/python2.3 .. for tmbinc :) in my enigma2.bb i set it to ${STAGING_INCDIR}/python2.4

18 years agoremove unneeded signals ( eDVBChannel::m_stateChanged give us the same informations )
Andreas Monzner [Tue, 12 Jul 2005 21:10:02 +0000 (21:10 +0000)]
remove unneeded signals ( eDVBChannel::m_stateChanged give us the same informations )

18 years ago - add eUsePtr for eDVBChannels
Felix Domke [Tue, 12 Jul 2005 14:08:28 +0000 (14:08 +0000)]
 - add eUsePtr for eDVBChannels

18 years ago - add eUsePtr for eDVBChannels
Felix Domke [Tue, 12 Jul 2005 14:00:01 +0000 (14:00 +0000)]
 - add eUsePtr for eDVBChannels

18 years ago - skins are now loaded first and applied later
Felix Domke [Fri, 8 Jul 2005 16:41:35 +0000 (16:41 +0000)]
 - skins are now loaded first and applied later
 - this allows use skin information to build special eWidgets, depending on skin
 - add "applet"-feature: code which is executed from skin
 - example: centering of messagebox

18 years ago - remove debug message
Felix Domke [Fri, 8 Jul 2005 16:36:35 +0000 (16:36 +0000)]
 - remove debug message

18 years ago - add colors for labels
Felix Domke [Fri, 8 Jul 2005 16:30:32 +0000 (16:30 +0000)]
 - add colors for labels
 - add calc size for labels

18 years agoadd epgcache
Andreas Monzner [Mon, 4 Jul 2005 17:49:04 +0000 (17:49 +0000)]
add epgcache

18 years agoadd missing files, add ability to specify table_id mask and table_id ext mask
Andreas Monzner [Sat, 2 Jul 2005 09:27:18 +0000 (09:27 +0000)]
add missing files, add ability to specify table_id mask and table_id ext mask

18 years agoadd dvb time handling with transponder time correction algo.. this use a rtc, when...
Andreas Monzner [Thu, 30 Jun 2005 14:52:13 +0000 (14:52 +0000)]
add dvb time handling with transponder time correction algo.. this use a rtc, when avail, mainloop changes for set linux time

18 years agomerge some code with enigma code
Andreas Monzner [Wed, 8 Jun 2005 12:38:15 +0000 (12:38 +0000)]
merge some code with enigma code

18 years agorotor turning with measure input power is now working
Andreas Monzner [Mon, 30 May 2005 10:25:26 +0000 (10:25 +0000)]
rotor turning with measure input power is now working

18 years agomore rotor stuff
Andreas Monzner [Thu, 26 May 2005 10:40:15 +0000 (10:40 +0000)]
more rotor stuff

18 years agovoltage was not set, when not diseqc send was needed .. fix this
Andreas Monzner [Wed, 25 May 2005 10:06:53 +0000 (10:06 +0000)]
voltage was not set, when not diseqc send was needed .. fix this

18 years agofix background transparency..
Andreas Monzner [Fri, 20 May 2005 21:32:03 +0000 (21:32 +0000)]
fix background transparency..

18 years agoadd pcr handling
Andreas Monzner [Fri, 20 May 2005 21:29:06 +0000 (21:29 +0000)]
add pcr handling

18 years ago - invalidate background on startup
Felix Domke [Fri, 20 May 2005 20:51:29 +0000 (20:51 +0000)]
 - invalidate background on startup

18 years ago - merge cluts for borders, too
Felix Domke [Fri, 20 May 2005 20:50:42 +0000 (20:50 +0000)]
 - merge cluts for borders, too

18 years ago - reenable clut merging
Felix Domke [Fri, 20 May 2005 20:50:18 +0000 (20:50 +0000)]
 - reenable clut merging

18 years ago - add missing TextInput component
Felix Domke [Fri, 20 May 2005 20:15:14 +0000 (20:15 +0000)]
 - add missing TextInput component

18 years agoundo shitty stuff.. sorry
Andreas Monzner [Fri, 20 May 2005 19:42:13 +0000 (19:42 +0000)]
undo shitty stuff.. sorry

18 years agowork on rotor support, add usals stuff (rotor stuff not completed yet),
Andreas Monzner [Fri, 20 May 2005 19:41:31 +0000 (19:41 +0000)]
work on rotor support, add usals stuff (rotor stuff not completed yet),
only send diseqc when needed

18 years ago - add "KEY_ENTER" for accept eInput edit
Felix Domke [Fri, 20 May 2005 19:37:16 +0000 (19:37 +0000)]
 - add "KEY_ENTER" for accept eInput edit
 - remove number navigating

18 years ago - follow changes regarding timers
Felix Domke [Fri, 20 May 2005 19:36:15 +0000 (19:36 +0000)]
 - follow changes regarding timers
 - allow description to be edited (won't be saved yet)

18 years ago - export string and number eInput content to python
Felix Domke [Fri, 20 May 2005 19:35:30 +0000 (19:35 +0000)]
 - export string and number eInput content to python

18 years ago - use "xadvance" instead of "glpyh->width" as bounding box width
Felix Domke [Fri, 20 May 2005 19:34:55 +0000 (19:34 +0000)]
 - use "xadvance" instead of "glpyh->width" as bounding box width

18 years ago - add keyboard mode support (like in enigma1)
Felix Domke [Fri, 20 May 2005 19:34:23 +0000 (19:34 +0000)]
 - add keyboard mode support (like in enigma1)

18 years ago - split einput contents to own files
Felix Domke [Fri, 20 May 2005 19:34:06 +0000 (19:34 +0000)]
 - split einput contents to own files
 - add string input

18 years ago - skip first field in flexible python listbox to allow having private data.
Felix Domke [Fri, 20 May 2005 19:33:43 +0000 (19:33 +0000)]
 - skip first field in flexible python listbox to allow having private data.

18 years ago - add description for timer entries
Felix Domke [Fri, 20 May 2005 19:32:58 +0000 (19:32 +0000)]
 - add description for timer entries

18 years ago - fix some colors
Felix Domke [Fri, 20 May 2005 19:32:09 +0000 (19:32 +0000)]
 - fix some colors
 - add some timer edit stuff

18 years ago - add clearBackgroundColor to use default (defined by style) again
Felix Domke [Fri, 20 May 2005 19:21:48 +0000 (19:21 +0000)]
 - add clearBackgroundColor to use default (defined by style) again
 - remove focus debug

18 years ago - add "real" palette.. fixes the colors a bit
Felix Domke [Fri, 20 May 2005 18:14:55 +0000 (18:14 +0000)]
 - add "real" palette.. fixes the colors a bit

18 years ago - add shortcuts
Felix Domke [Thu, 19 May 2005 22:55:45 +0000 (22:55 +0000)]
 - add shortcuts
 - shortcuts are used for focus in TimerEdit (sucks yet)

18 years ago - add overwrite support
Felix Domke [Thu, 19 May 2005 22:55:12 +0000 (22:55 +0000)]
 - add overwrite support
 - add focus handling

18 years ago - add invert support for glyphs
Felix Domke [Thu, 19 May 2005 22:54:08 +0000 (22:54 +0000)]
 - add invert support for glyphs

18 years ago - add focus stuff
Felix Domke [Thu, 19 May 2005 22:53:21 +0000 (22:53 +0000)]
 - add focus stuff

18 years ago - set default diseqc to AA, in the hope to match more defaults (sorry)
Felix Domke [Thu, 19 May 2005 20:59:07 +0000 (20:59 +0000)]
 - set default diseqc to AA, in the hope to match more defaults (sorry)
 - und ich will den CIABOT testen

18 years agodiseqc 1.1 should be working now
Andreas Monzner [Thu, 19 May 2005 18:21:52 +0000 (18:21 +0000)]
diseqc 1.1 should be working now

18 years agotest
Andreas Oberritter [Thu, 19 May 2005 15:53:26 +0000 (15:53 +0000)]
test

18 years agoreadme geschrieben
Andreas Oberritter [Thu, 19 May 2005 15:48:58 +0000 (15:48 +0000)]
readme geschrieben

18 years ago - add pageUp/pageDown movements
Felix Domke [Wed, 18 May 2005 01:54:01 +0000 (01:54 +0000)]
 - add pageUp/pageDown movements

18 years ago - split iStaticServiceInformation against iServiceInformation
Felix Domke [Wed, 18 May 2005 01:53:43 +0000 (01:53 +0000)]
 - split iStaticServiceInformation against iServiceInformation
 - add proper getName for DVB services
 - add missing event evStart for DVB service
 - display service name in Components.ServiceName

18 years ago - fix event info
Felix Domke [Tue, 17 May 2005 18:03:32 +0000 (18:03 +0000)]
 - fix event info

18 years agonon blocking diseqc and sec stuff
Andreas Monzner [Tue, 17 May 2005 17:33:14 +0000 (17:33 +0000)]
non blocking diseqc and sec stuff

18 years ago - work on einput widget
Felix Domke [Tue, 17 May 2005 01:49:53 +0000 (01:49 +0000)]
 - work on einput widget

18 years ago - removed some OOOOOLD, never required code (last time it was used was in 2001(!))
Felix Domke [Tue, 17 May 2005 01:49:31 +0000 (01:49 +0000)]
 - removed some OOOOOLD, never required code (last time it was used was in 2001(!))

18 years ago - add "wildcard" (empty) context to receive all keys
Felix Domke [Tue, 17 May 2005 01:47:57 +0000 (01:47 +0000)]
 - add "wildcard" (empty) context to receive all keys

18 years ago - fix spaces -> tab
Felix Domke [Tue, 17 May 2005 01:45:52 +0000 (01:45 +0000)]
 - fix spaces -> tab
 - fix forward/backward delete

18 years agoadded rcu keys
Ronny Strutz [Tue, 17 May 2005 01:02:33 +0000 (01:02 +0000)]
added rcu keys

18 years agoneeded changes for infobar
Ronny Strutz [Tue, 17 May 2005 00:57:38 +0000 (00:57 +0000)]
needed changes for infobar

18 years agoadded
Ronny Strutz [Tue, 17 May 2005 00:57:11 +0000 (00:57 +0000)]
added
- open servicelist with inc/dec actual entry
- toggle infobar with ok
- hide infobar with exit

18 years ago - added some input device keys
Felix Domke [Mon, 16 May 2005 21:24:28 +0000 (21:24 +0000)]
 - added some input device keys

18 years ago - autodetect available input devices
Felix Domke [Mon, 16 May 2005 15:17:53 +0000 (15:17 +0000)]
 - autodetect available input devices
 - fix flag support
 - fix keymap: listbox moveUp/moveDown

18 years ago - add missing files
Felix Domke [Mon, 16 May 2005 00:40:39 +0000 (00:40 +0000)]
 - add missing files

18 years ago - work on timers
Felix Domke [Sat, 14 May 2005 15:23:23 +0000 (15:23 +0000)]
 - work on timers
 - add eInput widget
 - add python/Tools
 - add flexible listbox content

18 years ago - actionids.h is autogenerated
Felix Domke [Sat, 14 May 2005 15:22:07 +0000 (15:22 +0000)]
 - actionids.h is autogenerated

18 years ago - add *.pyc to .cvsignore
Felix Domke [Sat, 14 May 2005 15:12:07 +0000 (15:12 +0000)]
 - add *.pyc to .cvsignore

18 years agoenable memleak check,
Andreas Monzner [Thu, 12 May 2005 16:54:46 +0000 (16:54 +0000)]
enable memleak check,
fix -whole kram

18 years agofix memleak
Andreas Monzner [Thu, 12 May 2005 16:49:56 +0000 (16:49 +0000)]
fix memleak

18 years agoadd memleak checker
Andreas Monzner [Thu, 12 May 2005 16:48:57 +0000 (16:48 +0000)]
add memleak checker

18 years agofixes for old api
Andreas Monzner [Thu, 12 May 2005 14:37:56 +0000 (14:37 +0000)]
fixes for old api

18 years agoadd missing header
Andreas Monzner [Thu, 12 May 2005 12:51:54 +0000 (12:51 +0000)]
add missing header

18 years agofix for old api
Andreas Monzner [Thu, 12 May 2005 12:51:38 +0000 (12:51 +0000)]
fix for old api

18 years ago - remove obsoleted enigma_iobject stuff
Felix Domke [Mon, 9 May 2005 22:58:58 +0000 (22:58 +0000)]
 - remove obsoleted enigma_iobject stuff

18 years ago - add SDL config
Felix Domke [Mon, 9 May 2005 22:56:32 +0000 (22:56 +0000)]
 - add SDL config

18 years ago - add missing file
Felix Domke [Fri, 6 May 2005 14:27:49 +0000 (14:27 +0000)]
 - add missing file

18 years ago - fix mytest to follow changes
Felix Domke [Thu, 5 May 2005 23:38:56 +0000 (23:38 +0000)]
 - fix mytest to follow changes

18 years ago - split 2 (Screens)
Felix Domke [Thu, 5 May 2005 23:38:38 +0000 (23:38 +0000)]
 - split 2 (Screens)

18 years ago - remove old components.py
Felix Domke [Thu, 5 May 2005 22:59:23 +0000 (22:59 +0000)]
 - remove old components.py

18 years ago - split of Components into different files
Felix Domke [Thu, 5 May 2005 22:58:32 +0000 (22:58 +0000)]
 - split of Components into different files
 - screen (will be split next) must import required modules

18 years ago - improve record support
Felix Domke [Wed, 4 May 2005 15:57:32 +0000 (15:57 +0000)]
 - improve record support

18 years ago - remove debug message
Felix Domke [Wed, 4 May 2005 15:57:03 +0000 (15:57 +0000)]
 - remove debug message

18 years ago - add timer, RecordTimer
Felix Domke [Wed, 4 May 2005 15:56:32 +0000 (15:56 +0000)]
 - add timer, RecordTimer
 - use timer for instantReport

18 years agoadd satconfig part
Andreas Monzner [Mon, 2 May 2005 11:57:01 +0000 (11:57 +0000)]
add satconfig part

18 years ago - press 'r' for instant record
Felix Domke [Sat, 30 Apr 2005 18:02:06 +0000 (18:02 +0000)]
 - press 'r' for instant record
 - press 'a' to see all services

18 years ago - add ts recorder to dvb record service
Felix Domke [Sat, 30 Apr 2005 18:01:30 +0000 (18:01 +0000)]
 - add ts recorder to dvb record service

18 years ago - add record
Felix Domke [Sat, 30 Apr 2005 18:01:16 +0000 (18:01 +0000)]
 - add record

18 years ago - prepared to move navigation stuff to python
Felix Domke [Sat, 30 Apr 2005 18:00:53 +0000 (18:00 +0000)]
 - prepared to move navigation stuff to python
 - add "instantRecording" to infobar (will be finally replaced with recording manager)

18 years ago - add ts recorder
Felix Domke [Sat, 30 Apr 2005 17:59:17 +0000 (17:59 +0000)]
 - add ts recorder
 - rename: isection.h -> idemux.h

18 years ago - add sendSignal to eThread
Felix Domke [Sat, 30 Apr 2005 17:58:18 +0000 (17:58 +0000)]
 - add sendSignal to eThread

18 years ago - increased PMT timeout for debugging.
Felix Domke [Sat, 30 Apr 2005 17:57:48 +0000 (17:57 +0000)]
 - increased PMT timeout for debugging.

18 years ago - fixed bogus channel sharing
Felix Domke [Sat, 30 Apr 2005 17:56:56 +0000 (17:56 +0000)]
 - fixed bogus channel sharing

18 years ago - removed confusing debug output
Felix Domke [Thu, 28 Apr 2005 14:51:44 +0000 (14:51 +0000)]
 - removed confusing debug output

18 years ago - self.instance won't be deleted but cleared - fix for VariableText
Felix Domke [Thu, 28 Apr 2005 12:24:22 +0000 (12:24 +0000)]
 - self.instance won't be deleted but cleared - fix for VariableText
   to support non-execing widgets

18 years ago - add dvb resource management
Felix Domke [Thu, 28 Apr 2005 12:23:04 +0000 (12:23 +0000)]
 - add dvb resource management
 - scan hardcoded to dvb-s again
 - added untested recording support (data io thread still missing)

18 years ago - small cut&pase typo
Felix Domke [Thu, 28 Apr 2005 12:20:58 +0000 (12:20 +0000)]
 - small cut&pase typo

18 years ago - fixed empty() - a rectangle is empty when widht OR height is zero
Felix Domke [Thu, 28 Apr 2005 12:16:35 +0000 (12:16 +0000)]
 - fixed empty() - a rectangle is empty when widht OR height is zero

18 years ago - fix storage of servicelist (cannot be stored as a component)
Felix Domke [Thu, 28 Apr 2005 11:27:27 +0000 (11:27 +0000)]
 - fix storage of servicelist (cannot be stored as a component)
 - add scan entry to topmenu for ease of debugging

18 years ago - actionmap component will not catch (wrong) exceptions anymore
Felix Domke [Wed, 27 Apr 2005 02:32:56 +0000 (02:32 +0000)]
 - actionmap component will not catch (wrong) exceptions anymore
 - fixed scan error handling when scan failed to start

18 years agoadded xml-menu
Ronny Strutz [Tue, 26 Apr 2005 01:16:44 +0000 (01:16 +0000)]
added xml-menu
load servicelist forever
added help-buttons to servicelist
added fastzap

18 years agoadded keys to infobar for fastzap[tm]
Ronny Strutz [Tue, 26 Apr 2005 01:00:23 +0000 (01:00 +0000)]
added keys to infobar for fastzap[tm]

18 years agoadded some screens / widgets
Ronny Strutz [Tue, 26 Apr 2005 00:59:15 +0000 (00:59 +0000)]
added some screens / widgets

18 years agoadded moveUp/moveDown to ServiceList
Ronny Strutz [Tue, 26 Apr 2005 00:56:58 +0000 (00:56 +0000)]
added moveUp/moveDown to ServiceList

18 years ago - listbox size gets recalculated at the correct position
Felix Domke [Tue, 26 Apr 2005 00:21:02 +0000 (00:21 +0000)]
 - listbox size gets recalculated at the correct position

18 years ago - add new listbox content type for multiple strings
Felix Domke [Mon, 25 Apr 2005 23:12:23 +0000 (23:12 +0000)]
 - add new listbox content type for multiple strings
 - add first version of config class - a bit ugly

18 years agodo voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hack
Andreas Monzner [Mon, 25 Apr 2005 14:37:54 +0000 (14:37 +0000)]
do voltage and tone control in SEC_SEND_SEQUENCE on old api..sorry for this hack

18 years agofix build with normal dvb api v1 headers
Andreas Monzner [Mon, 25 Apr 2005 14:34:43 +0000 (14:34 +0000)]
fix build with normal dvb api v1 headers

18 years agouninitialized variable
Andreas Monzner [Mon, 25 Apr 2005 14:19:03 +0000 (14:19 +0000)]
uninitialized variable

18 years ago - improved scan error handling
Felix Domke [Thu, 21 Apr 2005 16:30:28 +0000 (16:30 +0000)]
 - improved scan error handling