enigma2.git
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

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

19 years ago - add info-bg.png
Felix Domke [Mon, 18 Apr 2005 22:36:23 +0000 (22:36 +0000)]
 - add info-bg.png

19 years ago - load palette from png
Felix Domke [Sun, 17 Apr 2005 20:01:42 +0000 (20:01 +0000)]
 - load palette from png

19 years ago - load palette from png
Felix Domke [Sun, 17 Apr 2005 20:01:28 +0000 (20:01 +0000)]
 - load palette from png
 - named color support

19 years agofix build with old api
Andreas Monzner [Fri, 15 Apr 2005 22:24:35 +0000 (22:24 +0000)]
fix build with old api

19 years ago - add some demo skin files
Felix Domke [Fri, 15 Apr 2005 18:01:03 +0000 (18:01 +0000)]
 - add some demo skin files

19 years ago - sdl is now default output
Felix Domke [Fri, 15 Apr 2005 18:00:24 +0000 (18:00 +0000)]
 - sdl is now default output
 - added skinned window style
 - added background colors
 - some RGB color support (but still not how i like it)
 - some minor bugfixes

19 years ago - fixed blit in gRC
Felix Domke [Thu, 31 Mar 2005 19:55:46 +0000 (19:55 +0000)]
 - fixed blit in gRC
 - enable use of loadPNG trough python (something is still broken, sorry)
 - add ePixmap
 - dummy widgets now possible as pixmaps

19 years ago - widget instance is now part of screen
Felix Domke [Wed, 30 Mar 2005 08:47:01 +0000 (08:47 +0000)]
 - widget instance is now part of screen
 - skins can now contain cosmetic widgets (widgets without functionality)
   please don't abuse them! Use them only for backgrounds etc.

19 years ago - default fonts handled in windowstyle
Felix Domke [Wed, 30 Mar 2005 07:28:17 +0000 (07:28 +0000)]
 - default fonts handled in windowstyle
 - fixed 32bit ARGB support (drawLine)
 - add sdl (but currently disabled)
 - fixed /dev/vc/0 -> /dev/stdin for console input
 - added alignment to label
 - fixed skin parsing (getElementsByTagName didn't do what i expected)

19 years ago - added hack for disabling actions on hidden windows. FIX ME
Felix Domke [Tue, 22 Mar 2005 02:58:52 +0000 (02:58 +0000)]
 - added hack for disabling actions on hidden windows. FIX ME

19 years ago - added background dialogs
Felix Domke [Tue, 22 Mar 2005 02:54:29 +0000 (02:54 +0000)]
 - added background dialogs

19 years agoadded tools
Felix Domke [Mon, 21 Mar 2005 22:39:09 +0000 (22:39 +0000)]
added tools

19 years ago - fixed filter source (not yet fully implemented anyway)
Felix Domke [Mon, 21 Mar 2005 22:13:53 +0000 (22:13 +0000)]
 - fixed filter source (not yet fully implemented anyway)

19 years ago - added missing actions (sorry)
Felix Domke [Mon, 21 Mar 2005 21:52:48 +0000 (21:52 +0000)]
 - added missing actions (sorry)

19 years ago - improved parser
Felix Domke [Sun, 20 Mar 2005 22:55:46 +0000 (22:55 +0000)]
 - improved parser
 - improved keymaps

19 years ago - hopefully fixed some python/refcount stuff (__deref__ is still evil!)
Felix Domke [Sun, 27 Feb 2005 02:20:31 +0000 (02:20 +0000)]
 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)
 - first work on skin support, not really far
 - improved infobar
 - deletes components when destroying screens
 - fixed elistbox and component
 - add ability to change bouqet - real query parser still unfinished

19 years ago - work on actions
Felix Domke [Fri, 25 Feb 2005 01:46:44 +0000 (01:46 +0000)]
 - work on actions
 - changed time when screens are acutally constructed
 - added service name (not working atm) and event info (now&next)

19 years ago - started work on EIT
Felix Domke [Sun, 13 Feb 2005 00:09:19 +0000 (00:09 +0000)]
 - started work on EIT
 - added "pcore", the navigation core for python

19 years ago - add "getCurrent" to service listbox
Felix Domke [Thu, 10 Feb 2005 23:42:22 +0000 (23:42 +0000)]
 - add "getCurrent" to service listbox
 - add python wrapper for navigation core
 - use nav core - you can zap now :)

19 years ago - fixed lib/Makefile.am for "components" directory
Felix Domke [Thu, 10 Feb 2005 00:36:00 +0000 (00:36 +0000)]
 - fixed lib/Makefile.am for "components" directory
 - hopefully simplified components

19 years ago - fixed console input mode restore
Felix Domke [Wed, 9 Feb 2005 22:59:04 +0000 (22:59 +0000)]
 - fixed console input mode restore
 - added "scan" component
 - scan possible from main menu

19 years ago - added iStaticServiceInformation
Felix Domke [Mon, 7 Feb 2005 09:14:02 +0000 (09:14 +0000)]
 - added iStaticServiceInformation
 - added service list interface for dvb
 - started work on queries (currently only "instr" on servicename)
 - started work on infobar
 - added listbox with service
 - fixed dvbdb
 - remove some debug output

19 years ago - fixed dvb scan
Felix Domke [Mon, 31 Jan 2005 22:51:14 +0000 (22:51 +0000)]
 - fixed dvb scan
 - fixed dvbdb (reading/writing lamedb)
 - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before)
 - implemented listboxcontent for servicelists
 - implemented getServiceInformation for non-playing services (still not happy with the result, though)
 - implemented first try of serviceSelector component

19 years ago - add fake "main menu"
Felix Domke [Sat, 29 Jan 2005 05:22:00 +0000 (05:22 +0000)]
 - add fake "main menu"
 - enable grc threading
 - disable some debug
 - dialog stacks

19 years ago - minor bugfix (allow empty content)
Felix Domke [Sat, 29 Jan 2005 04:36:01 +0000 (04:36 +0000)]
 - minor bugfix (allow empty content)
 - allow tuples as list elements
 - fake main menu

19 years agofixed refcount of eListboxPythonStringContent
Felix Domke [Sat, 29 Jan 2005 00:19:00 +0000 (00:19 +0000)]
fixed refcount of eListboxPythonStringContent

19 years ago - added ListBoxContents: based on std::list<std::string> and PyList with Strings
Felix Domke [Fri, 28 Jan 2005 23:58:27 +0000 (23:58 +0000)]
 - added ListBoxContents: based on std::list<std::string> and PyList with Strings
 - used the last one as a test for menulist

19 years ago - add listbox
Felix Domke [Fri, 28 Jan 2005 02:39:09 +0000 (02:39 +0000)]
 - add listbox
 - add listbox example to python (press space, use 1..5)
 - fix label text positions

19 years agofix
Andreas Monzner [Thu, 27 Jan 2005 23:04:40 +0000 (23:04 +0000)]
fix

19 years ago - add rcconsole key input (for now)
Felix Domke [Thu, 27 Jan 2005 06:25:40 +0000 (06:25 +0000)]
 - add rcconsole key input (for now)
 - very basic method of delivering keys into python (will be changed, of course)

19 years agonicer code (api v3 / oldapi)
Andreas Monzner [Wed, 26 Jan 2005 12:02:37 +0000 (12:02 +0000)]
nicer code (api v3 / oldapi)

19 years agoupdate python
Felix Domke [Wed, 26 Jan 2005 01:15:38 +0000 (01:15 +0000)]
update python

19 years agoremove xmltree
Felix Domke [Tue, 25 Jan 2005 22:17:23 +0000 (22:17 +0000)]
remove xmltree

19 years agoremove lib/content
Felix Domke [Tue, 25 Jan 2005 21:39:05 +0000 (21:39 +0000)]
remove lib/content

19 years agoadd python connections
Felix Domke [Mon, 24 Jan 2005 18:16:22 +0000 (18:16 +0000)]
add python connections

19 years ago - allow close of dialog
Felix Domke [Sun, 23 Jan 2005 23:14:14 +0000 (23:14 +0000)]
 - allow close of dialog
 - some eWidget fixes
 - background for eWidgetDesktop
 - introduce "session" object

19 years ago - redraw now in idle
Felix Domke [Thu, 20 Jan 2005 14:35:19 +0000 (14:35 +0000)]
 - redraw now in idle
 - mainloop called from python (could be changed)
 - clock components manages timer
 - timer usuable from python

19 years agoslightly better example of using the signals (eButton::selected -> Button::onClick...
Felix Domke [Tue, 18 Jan 2005 06:56:52 +0000 (06:56 +0000)]
slightly better example of using the signals (eButton::selected -> Button::onClick -> Screen "closed!")

19 years agofirst version of PythonSignals - need to be finalized a bit, but work basically
Felix Domke [Tue, 18 Jan 2005 06:43:49 +0000 (06:43 +0000)]
first version of PythonSignals - need to be finalized a bit, but work basically

19 years agofix small bug introduced with v2 merging
Felix Domke [Tue, 18 Jan 2005 06:42:59 +0000 (06:42 +0000)]
fix small bug introduced with v2 merging

19 years agofirst step for skin support
Felix Domke [Thu, 13 Jan 2005 00:02:15 +0000 (00:02 +0000)]
first step for skin support

19 years agofixes for old api.. not all tested..
Andreas Monzner [Wed, 12 Jan 2005 21:11:59 +0000 (21:11 +0000)]
fixes for old api.. not all tested..

19 years agofixes for build with new compiler
Andreas Monzner [Wed, 12 Jan 2005 20:51:12 +0000 (20:51 +0000)]
fixes for build with new compiler

19 years ago - add more python stuff
Felix Domke [Sun, 9 Jan 2005 16:29:34 +0000 (16:29 +0000)]
 - add more python stuff
 - fix some gui/gdi
 - add eslider
 - improve windowstyle

19 years agoadd what_to_do
Felix Domke [Fri, 24 Dec 2004 00:44:13 +0000 (00:44 +0000)]
add what_to_do

19 years ago - add python, missing gui
Felix Domke [Fri, 1 Oct 2004 13:21:35 +0000 (13:21 +0000)]
 - add python, missing gui
 - remove console (needs to be rewritten anyway)
 - eString -> std::string

19 years ago - new GUI lib
Felix Domke [Sat, 25 Sep 2004 16:13:48 +0000 (16:13 +0000)]
 - new GUI lib
 - fixes

19 years agoadd gui testbench
Felix Domke [Tue, 20 Jul 2004 00:09:09 +0000 (00:09 +0000)]
add gui testbench

19 years agoadd playlist and gdi testbench
Felix Domke [Tue, 20 Jul 2004 00:06:38 +0000 (00:06 +0000)]
add playlist and gdi testbench

19 years agoremove old gui lib
Felix Domke [Mon, 19 Jul 2004 23:22:18 +0000 (23:22 +0000)]
remove old gui lib

19 years ago - disabled gui for a moment
Felix Domke [Wed, 2 Jun 2004 01:11:59 +0000 (01:11 +0000)]
 - disabled gui for a moment
 - beginning of GDI2 work (region/fill/line works)
 - fixed smartptr self assignment
 - finally replaced "int ref" by something with a constructor

19 years agoyes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
Felix Domke [Thu, 27 May 2004 22:30:21 +0000 (22:30 +0000)]
yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,
lots of work required).

19 years agoadd helper object for eSmartPtr, resolving a race condition.
Felix Domke [Thu, 27 May 2004 14:28:44 +0000 (14:28 +0000)]
add helper object for eSmartPtr, resolving a race condition.

19 years agofix return value
Felix Domke [Thu, 27 May 2004 11:59:29 +0000 (11:59 +0000)]
fix return value

19 years agoadd virtual destructor because of iObject
Felix Domke [Thu, 27 May 2004 11:58:37 +0000 (11:58 +0000)]
add virtual destructor because of iObject

19 years agonow i've got it ...
Felix Domke [Thu, 27 May 2004 11:56:11 +0000 (11:56 +0000)]
now i've got it ...

19 years agoremove cli test stuff (not here!)
Felix Domke [Thu, 27 May 2004 11:55:31 +0000 (11:55 +0000)]
remove cli test stuff (not here!)

19 years agore-add ac stuff until we have something better
Felix Domke [Thu, 27 May 2004 11:53:26 +0000 (11:53 +0000)]
re-add ac stuff until we have something better

19 years agomissing fixes
Felix Domke [Thu, 27 May 2004 11:50:20 +0000 (11:50 +0000)]
missing fixes

19 years agoadd playlists
Felix Domke [Thu, 27 May 2004 11:43:17 +0000 (11:43 +0000)]
add playlists

19 years agosome cleanup
Felix Domke [Thu, 27 May 2004 11:36:50 +0000 (11:36 +0000)]
some cleanup

19 years agoremove
Felix Domke [Thu, 27 May 2004 11:28:51 +0000 (11:28 +0000)]
remove

19 years agoremove Makefile.in
Felix Domke [Sun, 23 May 2004 20:55:58 +0000 (20:55 +0000)]
remove Makefile.in

19 years agoadd more to .cvsignore
Felix Domke [Sun, 23 May 2004 20:55:07 +0000 (20:55 +0000)]
add more to .cvsignore

19 years agoadd .cvsignore
Felix Domke [Sun, 23 May 2004 20:54:36 +0000 (20:54 +0000)]
add .cvsignore

19 years ago - eConnections holds reference to object
Felix Domke [Sun, 23 May 2004 20:52:00 +0000 (20:52 +0000)]
 - eConnections holds reference to object
 - use eAutoInitPtr instead of eAutoInitP for iObject-based stuff
 - fix some ref initialization
 - added service stop

19 years agoadd comments
Felix Domke [Sun, 23 May 2004 20:50:08 +0000 (20:50 +0000)]
add comments

19 years agoremoved den toten joe
Felix Domke [Sun, 23 May 2004 10:40:16 +0000 (10:40 +0000)]
removed den toten joe

19 years agoadded nav core
Felix Domke [Sun, 23 May 2004 10:39:21 +0000 (10:39 +0000)]
added nav core

19 years agoadded cvsignore
Felix Domke [Sun, 23 May 2004 10:36:19 +0000 (10:36 +0000)]
added cvsignore

20 years agoremove dead files
Felix Domke [Mon, 1 Mar 2004 00:23:17 +0000 (00:23 +0000)]
remove dead files

20 years agofix gPixmap ref, fix usage of gImage
Felix Domke [Fri, 17 Oct 2003 17:21:15 +0000 (17:21 +0000)]
fix gPixmap ref, fix usage of gImage

20 years agoadd acinclude.m4 from tuxbox project
Felix Domke [Fri, 17 Oct 2003 17:20:22 +0000 (17:20 +0000)]
add acinclude.m4 from tuxbox project

20 years agoThis commit was generated by cvs2svn to compensate for changes in r2, which
Felix Domke [Fri, 17 Oct 2003 15:36:42 +0000 (15:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

20 years agoimport of enigma2
Felix Domke [Fri, 17 Oct 2003 15:36:42 +0000 (15:36 +0000)]
import of enigma2