summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Felix Domke [Sat, 29 Jan 2005 00:19:00 +0000 (00:19 +0000)]
fixed refcount of eListboxPythonStringContent
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
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
Andreas Monzner [Thu, 27 Jan 2005 23:04:40 +0000 (23:04 +0000)]
fix
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)
Andreas Monzner [Wed, 26 Jan 2005 12:02:37 +0000 (12:02 +0000)]
nicer code (api v3 / oldapi)
Felix Domke [Wed, 26 Jan 2005 01:15:38 +0000 (01:15 +0000)]
update python
Felix Domke [Tue, 25 Jan 2005 22:17:23 +0000 (22:17 +0000)]
remove xmltree
Felix Domke [Tue, 25 Jan 2005 21:39:05 +0000 (21:39 +0000)]
remove lib/content
Felix Domke [Mon, 24 Jan 2005 18:16:22 +0000 (18:16 +0000)]
add python connections
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
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
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!")
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
Felix Domke [Tue, 18 Jan 2005 06:42:59 +0000 (06:42 +0000)]
fix small bug introduced with v2 merging
Felix Domke [Thu, 13 Jan 2005 00:02:15 +0000 (00:02 +0000)]
first step for skin support
Andreas Monzner [Wed, 12 Jan 2005 21:11:59 +0000 (21:11 +0000)]
fixes for old api.. not all tested..
Andreas Monzner [Wed, 12 Jan 2005 20:51:12 +0000 (20:51 +0000)]
fixes for build with new compiler
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
Felix Domke [Fri, 24 Dec 2004 00:44:13 +0000 (00:44 +0000)]
add what_to_do
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
Felix Domke [Sat, 25 Sep 2004 16:13:48 +0000 (16:13 +0000)]
- new GUI lib
- fixes
Felix Domke [Tue, 20 Jul 2004 00:09:09 +0000 (00:09 +0000)]
add gui testbench
Felix Domke [Tue, 20 Jul 2004 00:06:38 +0000 (00:06 +0000)]
add playlist and gdi testbench
Felix Domke [Mon, 19 Jul 2004 23:22:18 +0000 (23:22 +0000)]
remove old gui lib
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
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).
Felix Domke [Thu, 27 May 2004 14:28:44 +0000 (14:28 +0000)]
add helper object for eSmartPtr, resolving a race condition.
Felix Domke [Thu, 27 May 2004 11:59:29 +0000 (11:59 +0000)]
fix return value
Felix Domke [Thu, 27 May 2004 11:58:37 +0000 (11:58 +0000)]
add virtual destructor because of iObject
Felix Domke [Thu, 27 May 2004 11:56:11 +0000 (11:56 +0000)]
now i've got it ...
Felix Domke [Thu, 27 May 2004 11:55:31 +0000 (11:55 +0000)]
remove cli test stuff (not here!)
Felix Domke [Thu, 27 May 2004 11:53:26 +0000 (11:53 +0000)]
re-add ac stuff until we have something better
Felix Domke [Thu, 27 May 2004 11:50:20 +0000 (11:50 +0000)]
missing fixes
Felix Domke [Thu, 27 May 2004 11:43:17 +0000 (11:43 +0000)]
add playlists
Felix Domke [Thu, 27 May 2004 11:36:50 +0000 (11:36 +0000)]
some cleanup
Felix Domke [Thu, 27 May 2004 11:28:51 +0000 (11:28 +0000)]
remove
Felix Domke [Sun, 23 May 2004 20:55:58 +0000 (20:55 +0000)]
remove Makefile.in
Felix Domke [Sun, 23 May 2004 20:55:07 +0000 (20:55 +0000)]
add more to .cvsignore
Felix Domke [Sun, 23 May 2004 20:54:36 +0000 (20:54 +0000)]
add .cvsignore
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
Felix Domke [Sun, 23 May 2004 20:50:08 +0000 (20:50 +0000)]
add comments
Felix Domke [Sun, 23 May 2004 10:40:16 +0000 (10:40 +0000)]
removed den toten joe
Felix Domke [Sun, 23 May 2004 10:39:21 +0000 (10:39 +0000)]
added nav core
Felix Domke [Sun, 23 May 2004 10:36:19 +0000 (10:36 +0000)]
added cvsignore
Felix Domke [Mon, 1 Mar 2004 00:23:17 +0000 (00:23 +0000)]
remove dead files
Felix Domke [Fri, 17 Oct 2003 17:21:15 +0000 (17:21 +0000)]
fix gPixmap ref, fix usage of gImage
Felix Domke [Fri, 17 Oct 2003 17:20:22 +0000 (17:20 +0000)]
add acinclude.m4 from tuxbox project
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.
Felix Domke [Fri, 17 Oct 2003 15:36:42 +0000 (15:36 +0000)]
import of enigma2