------------------------------------------------------------------------ r163 | realh | 2007-09-21 21:38:39 +0100 (Fri, 21 Sep 2007) | 5 lines Version 0.3.0. Added update-tags. Also added repeat_type to SDL config example in code comment. ------------------------------------------------------------------------ r162 | realh | 2007-09-21 21:28:17 +0100 (Fri, 21 Sep 2007) | 2 lines Act on devinput no_repeat option in DevInput constructor. ------------------------------------------------------------------------ r161 | realh | 2007-09-11 19:31:51 +0100 (Tue, 11 Sep 2007) | 7 lines Fixed some menu rendering issues: * Use '0' for calculating digit width; it seems to be wider than '8' * Fixed rendering of text (render_within()) at smaller sizes when original size is too big ------------------------------------------------------------------------ r160 | realh | 2007-09-11 18:16:25 +0100 (Tue, 11 Sep 2007) | 2 lines Fixed realisation of sys.argv[0] in case it's a symbolic link. ------------------------------------------------------------------------ r159 | realh | 2007-09-11 17:54:11 +0100 (Tue, 11 Sep 2007) | 1 line Use absolute path for installation dir in basedirs. ------------------------------------------------------------------------ r158 | realh | 2007-09-11 17:36:23 +0100 (Tue, 11 Sep 2007) | 2 lines Fixed new repeat-detection stuff in input.py. ------------------------------------------------------------------------ r157 | realh | 2007-09-10 00:05:47 +0100 (Mon, 10 Sep 2007) | 2 lines Added option to sdl and devinput. ------------------------------------------------------------------------ r156 | realh | 2007-09-09 23:16:33 +0100 (Sun, 09 Sep 2007) | 2 lines Added repeat options to docs. ------------------------------------------------------------------------ r155 | realh | 2007-09-02 17:35:54 +0100 (Sun, 02 Sep 2007) | 5 lines Fixed no_repeat for input devices: * no_repeat is passed on from DevInput to Input constructor. * Fixed typo: nO-repeat instead of no_repeat. ------------------------------------------------------------------------ r154 | realh | 2007-08-29 14:32:10 +0100 (Wed, 29 Aug 2007) | 5 lines Fixed getting of aspect ratio from mplayer -identify. Now needs -frames 1 and outputs two ID_VIDEO_ASPECT lines; the first is always 0. ------------------------------------------------------------------------ r153 | realh | 2007-08-29 14:23:03 +0100 (Wed, 29 Aug 2007) | 2 lines Allow auto-repeat to be disabled for input devices. ------------------------------------------------------------------------ r152 | realh | 2007-06-02 14:16:42 +0100 (Sat, 02 Jun 2007) | 2 lines Restored support for devinput repeat events. ------------------------------------------------------------------------ r151 | realh | 2007-03-31 00:27:37 +0100 (Sat, 31 Mar 2007) | 1 line devinput doesn't need to import time any more. ------------------------------------------------------------------------ r150 | realh | 2007-03-31 00:26:55 +0100 (Sat, 31 Mar 2007) | 5 lines Use select to make sure devinput thread closes without needing further keypresses. Try to handle debounce nicely for dodgy input events from Hauppauge remote on kernel 2.6.20. ------------------------------------------------------------------------ r149 | realh | 2007-03-30 18:22:23 +0100 (Fri, 30 Mar 2007) | 2 lines Fixed reading of debounce delay attribute. ------------------------------------------------------------------------ r148 | realh | 2007-03-30 18:12:23 +0100 (Fri, 30 Mar 2007) | 2 lines Fixed call to config's new get_child_nodes() function (not a method). ------------------------------------------------------------------------ r147 | realh | 2007-03-30 17:56:03 +0100 (Fri, 30 Mar 2007) | 1 line Implemented debounce delay for devinput. ------------------------------------------------------------------------ r146 | realh | 2007-03-30 17:55:43 +0100 (Fri, 30 Mar 2007) | 1 line Implemented dbounce delay for devinput. ------------------------------------------------------------------------ r145 | realh | 2007-01-05 15:19:48 +0000 (Fri, 05 Jan 2007) | 2 lines Minor correction to hal initialisation. ------------------------------------------------------------------------ r144 | realh | 2007-01-05 15:08:54 +0000 (Fri, 05 Jan 2007) | 2 lines Started adding HAL interface to find DVB devices. ------------------------------------------------------------------------ r143 | realh | 2007-01-02 21:05:56 +0000 (Tue, 02 Jan 2007) | 3 lines Got status.html roadmap to render correctly in all of Konq, Moz and IE; now generated by python script genstatus.py instead of by client-side JS. ------------------------------------------------------------------------ r138 | realh | 2006-11-01 20:30:41 +0000 (Wed, 01 Nov 2006) | 2 lines Hopefully got vdr.Remote working. Needs proper testing. ------------------------------------------------------------------------ r137 | realh | 2006-11-01 14:18:58 +0000 (Wed, 01 Nov 2006) | 2 lines Fixed Svdrp.connect to use self.socket instead of local var sock. ------------------------------------------------------------------------ r136 | realh | 2006-11-01 05:03:21 +0000 (Wed, 01 Nov 2006) | 2 lines Changed "SVDRP" to "VDR" in Controller base class message. ------------------------------------------------------------------------ r135 | realh | 2006-11-01 05:02:05 +0000 (Wed, 01 Nov 2006) | 3 lines Svdrp class reimplemented with base class Controller to share code with forthcoming Remote plugin interface. (Untested). ------------------------------------------------------------------------ r134 | realh | 2006-11-01 04:25:34 +0000 (Wed, 01 Nov 2006) | 2 lines Added vdrremotemap. ------------------------------------------------------------------------ r133 | realh | 2006-10-31 23:56:38 +0000 (Tue, 31 Oct 2006) | 2 lines Extra code in menu activation handler to work around bug: invalid active_idx. ------------------------------------------------------------------------ r130 | realh | 2006-10-20 13:01:44 +0100 (Fri, 20 Oct 2006) | 2 lines Added ChangeLog generation. ------------------------------------------------------------------------ r129 | realh | 2006-10-20 12:31:39 +0100 (Fri, 20 Oct 2006) | 2 lines Disallow auto-repeat in VDR mode. ------------------------------------------------------------------------ r126 | realh | 2006-10-14 17:13:32 +0100 (Sat, 14 Oct 2006) | 2 lines Added WSS to boxav feature list. ------------------------------------------------------------------------ r125 | realh | 2006-10-14 13:27:13 +0100 (Sat, 14 Oct 2006) | 2 lines Use buffered socket (makefile()) both ways on SVDRP socket. ------------------------------------------------------------------------ r124 | realh | 2006-10-13 21:54:33 +0100 (Fri, 13 Oct 2006) | 2 lines mkdist.sh should update stable tag correctly now. ------------------------------------------------------------------------ r120 | realh | 2006-10-13 21:31:06 +0100 (Fri, 13 Oct 2006) | 2 lines Added xine as a requirement in docs. ------------------------------------------------------------------------ r119 | realh | 2006-10-13 21:29:16 +0100 (Fri, 13 Oct 2006) | 2 lines Updated docs for VDR. ------------------------------------------------------------------------ r118 | realh | 2006-10-13 15:02:36 +0100 (Fri, 13 Oct 2006) | 2 lines Changed colour scheme slightly in config example. ------------------------------------------------------------------------ r117 | realh | 2006-10-13 14:49:13 +0100 (Fri, 13 Oct 2006) | 2 lines Made SVDRP timeout configurable. ------------------------------------------------------------------------ r116 | realh | 2006-10-12 13:37:05 +0100 (Thu, 12 Oct 2006) | 2 lines Doesn't seem to be anything I can do about Red button in SVDRP. Sometimes it works... ------------------------------------------------------------------------ r115 | realh | 2006-10-12 05:59:24 +0100 (Thu, 12 Oct 2006) | 3 lines Trying to find out why Red button in VDR recording playback disables remote. SVDRP_TIMEOUT can be 0. ------------------------------------------------------------------------ r114 | realh | 2006-10-12 01:27:59 +0100 (Thu, 12 Oct 2006) | 2 lines Updated VDR doc. ------------------------------------------------------------------------ r113 | realh | 2006-10-12 01:12:20 +0100 (Thu, 12 Oct 2006) | 2 lines Added FIXME for svdrp timeout (should be configurable). ------------------------------------------------------------------------ r112 | realh | 2006-10-12 01:11:06 +0100 (Thu, 12 Oct 2006) | 4 lines Resolved deadlock in VDR viewer at last. SVDRP should be able to cope with timeout now. All msgs functions get called with % already sorted. ------------------------------------------------------------------------ r111 | realh | 2006-10-11 20:31:17 +0100 (Wed, 11 Oct 2006) | 2 lines Trying to get vdr-xine to work. ------------------------------------------------------------------------ r110 | realh | 2006-10-11 18:31:45 +0100 (Wed, 11 Oct 2006) | 2 lines Removed erroneous / in opening svdrp tag. ------------------------------------------------------------------------ r109 | realh | 2006-10-11 18:25:50 +0100 (Wed, 11 Oct 2006) | 2 lines Allow use of xine or similar to view VDR. ------------------------------------------------------------------------ r108 | realh | 2006-10-10 14:30:56 +0100 (Tue, 10 Oct 2006) | 2 lines Updated docs for SVDRP host/port. ------------------------------------------------------------------------ r107 | realh | 2006-10-10 14:29:25 +0100 (Tue, 10 Oct 2006) | 2 lines CHanged SVDRP suboptions. ------------------------------------------------------------------------ r106 | realh | 2006-10-09 22:15:30 +0100 (Mon, 09 Oct 2006) | 2 lines Corrected SVDRP bits, made it check server responses. ------------------------------------------------------------------------ r105 | realh | 2006-10-08 14:45:13 +0100 (Sun, 08 Oct 2006) | 1 line Doc typo correction. ------------------------------------------------------------------------ r104 | realh | 2006-10-08 14:44:24 +0100 (Sun, 08 Oct 2006) | 3 lines Added extra svdrp options. Corrected configref.html: removed <> from svdrp attributes. ------------------------------------------------------------------------ r103 | realh | 2006-10-08 14:27:48 +0100 (Sun, 08 Oct 2006) | 2 lines Only imports media and vdr if enabled in config. ------------------------------------------------------------------------ r102 | realh | 2006-10-07 22:29:41 +0100 (Sat, 07 Oct 2006) | 2 lines svdrp suboptions are now XML attributes, not tags. ------------------------------------------------------------------------ r101 | realh | 2006-10-07 22:20:50 +0100 (Sat, 07 Oct 2006) | 2 lines Added vdr stuff to config docs. ------------------------------------------------------------------------ r100 | realh | 2006-10-07 22:00:15 +0100 (Sat, 07 Oct 2006) | 3 lines Added SVDRP client - not tested properly yet. Corrected a few little bugs. ------------------------------------------------------------------------ r78 | realh | 2006-08-26 23:19:59 +0100 (Sat, 26 Aug 2006) | 2 lines Checked in boxav and changed status.html because of it. ------------------------------------------------------------------------ r77 | realh | 2006-06-25 23:03:37 +0100 (Sun, 25 Jun 2006) | 2 lines Quit handler sets global quit flag instead of calling sys.exit ------------------------------------------------------------------------ r76 | realh | 2006-06-05 14:39:16 +0100 (Mon, 05 Jun 2006) | 2 lines Changed Mute key to toggle subtitle visibility in mplayerslavemap. ------------------------------------------------------------------------ r75 | realh | 2006-05-26 00:00:39 +0100 (Fri, 26 May 2006) | 2 lines Channel scanning now seems to work! ------------------------------------------------------------------------ r74 | realh | 2006-05-25 23:48:55 +0100 (Thu, 25 May 2006) | 2 lines Fixed expansion of *resource args in basedirs functions. ------------------------------------------------------------------------ r73 | realh | 2006-05-25 20:20:58 +0100 (Thu, 25 May 2006) | 2 lines Fixed some parsing bugs. ------------------------------------------------------------------------ r72 | realh | 2006-05-25 20:14:51 +0100 (Thu, 25 May 2006) | 2 lines Corrected obvious syntax errors. ------------------------------------------------------------------------ r71 | realh | 2006-05-25 20:13:07 +0100 (Thu, 25 May 2006) | 5 lines boxstard.py created, just a simple test for now. Generate ChannelSets from XML. Corrected test for root element tag in config. Wrapped config section in . ------------------------------------------------------------------------ r70 | realh | 2006-05-25 17:05:03 +0100 (Thu, 25 May 2006) | 2 lines Added priority to ressched tasks, replacing strict flag when hogging. ------------------------------------------------------------------------ r69 | realh | 2006-05-23 17:06:03 +0100 (Tue, 23 May 2006) | 2 lines Added boxutils.py and used its safe_write_lines function in channels.py. ------------------------------------------------------------------------ r68 | realh | 2006-05-22 21:49:19 +0100 (Mon, 22 May 2006) | 2 lines Stuff to perform channel scanning. ------------------------------------------------------------------------ r67 | realh | 2006-05-22 20:06:40 +0100 (Mon, 22 May 2006) | 2 lines Added period tags to config/examples/channels. ------------------------------------------------------------------------ r66 | realh | 2006-05-22 17:24:34 +0100 (Mon, 22 May 2006) | 2 lines Added tune tag to channels config example. ------------------------------------------------------------------------ r65 | realh | 2006-05-22 01:55:18 +0100 (Mon, 22 May 2006) | 2 lines Added channels.py. ------------------------------------------------------------------------ r64 | realh | 2006-05-22 01:54:52 +0100 (Mon, 22 May 2006) | 2 lines Added hog/release to ressched.py. ------------------------------------------------------------------------ r63 | realh | 2006-05-22 01:22:35 +0100 (Mon, 22 May 2006) | 2 lines Fixed some incorrect uses of % in untested dvbres.py. ------------------------------------------------------------------------ r62 | realh | 2006-05-22 00:30:55 +0100 (Mon, 22 May 2006) | 2 lines Fixed dvbres scan functions to use device number. ------------------------------------------------------------------------ r61 | realh | 2006-05-22 00:23:51 +0100 (Mon, 22 May 2006) | 2 lines Added config/examples/channels. ------------------------------------------------------------------------ r60 | realh | 2006-05-22 00:18:58 +0100 (Mon, 22 May 2006) | 2 lines Added config examples directory and docs about it. ------------------------------------------------------------------------ r59 | realh | 2006-05-21 22:02:32 +0100 (Sun, 21 May 2006) | 2 lines Added dvbres.py. ------------------------------------------------------------------------ r58 | realh | 2006-05-21 21:32:32 +0100 (Sun, 21 May 2006) | 2 lines Root tag of XML config files is now also derived from sys.argv[0]. ------------------------------------------------------------------------ r57 | realh | 2006-05-20 20:30:33 +0100 (Sat, 20 May 2006) | 2 lines Added ressched.py. ------------------------------------------------------------------------ r56 | realh | 2006-05-20 18:13:11 +0100 (Sat, 20 May 2006) | 2 lines Moved new time helper functions into boxtime.py. ------------------------------------------------------------------------ r55 | realh | 2006-05-20 16:39:34 +0100 (Sat, 20 May 2006) | 2 lines Added time conversion helper functions to event.py. ------------------------------------------------------------------------ r54 | realh | 2006-05-20 16:10:40 +0100 (Sat, 20 May 2006) | 2 lines sdlstub not used. ------------------------------------------------------------------------ r53 | realh | 2006-05-20 16:10:04 +0100 (Sat, 20 May 2006) | 3 lines Added event.set_alarm_for(). Removed useless $Id$ tags. ------------------------------------------------------------------------ r52 | realh | 2006-05-19 21:40:00 +0100 (Fri, 19 May 2006) | 2 lines Added links to external pages inline in config.html so it may be read in order. ------------------------------------------------------------------------ r51 | realh | 2006-05-19 21:29:32 +0100 (Fri, 19 May 2006) | 3 lines Config directory name is based on sys.argv[0]. event.quit_handler calls sys.exit(). ------------------------------------------------------------------------ r48 | realh | 2006-05-12 00:40:18 +0100 (Fri, 12 May 2006) | 2 lines Fixed call to display.close_display() from end of main loop. ------------------------------------------------------------------------ r47 | realh | 2006-05-10 18:55:29 +0100 (Wed, 10 May 2006) | 3 lines Made main function shut down properly. Changed contrast/brightness steps in mplayerslavemap to more useful values. ------------------------------------------------------------------------ r46 | realh | 2006-04-29 14:43:58 +0100 (Sat, 29 Apr 2006) | 2 lines Fixed donation button. ------------------------------------------------------------------------ r45 | realh | 2006-04-28 22:55:15 +0100 (Fri, 28 Apr 2006) | 2 lines Added donation button to index.html. ------------------------------------------------------------------------ r41 | realh | 2006-04-28 22:36:09 +0100 (Fri, 28 Apr 2006) | 2 lines Added message to svn commands in mkdist.sh ------------------------------------------------------------------------ r40 | realh | 2006-04-28 22:31:35 +0100 (Fri, 28 Apr 2006) | 2 lines Added upload_docs.sh ------------------------------------------------------------------------ r39 | realh | 2006-04-28 20:44:17 +0100 (Fri, 28 Apr 2006) | 2 lines Added GPL to docs. ------------------------------------------------------------------------ r38 | realh | 2006-04-28 20:21:19 +0100 (Fri, 28 Apr 2006) | 2 lines Added mkdist.sh. ------------------------------------------------------------------------ r37 | realh | 2006-04-28 20:20:56 +0100 (Fri, 28 Apr 2006) | 2 lines index.html: Version numbers in svn tags will use '.', not '_'. ------------------------------------------------------------------------ r36 | realh | 2006-04-28 19:07:14 +0100 (Fri, 28 Apr 2006) | 4 lines Added note about DVD/CD menu item to index.html (usage). index.html has links to status.html and config.html inline as well as in contents so it can be more easily read in order. ------------------------------------------------------------------------ r35 | realh | 2006-04-28 19:00:35 +0100 (Fri, 28 Apr 2006) | 2 lines Roadmap is now a general development status page. ------------------------------------------------------------------------ r34 | realh | 2006-04-28 18:57:55 +0100 (Fri, 28 Apr 2006) | 3 lines Added note to roadmap about MPEG decoders and changed wording of note about video item menus (choose DVD/VCD track already done). ------------------------------------------------------------------------ r33 | realh | 2006-04-25 17:35:38 +0100 (Tue, 25 Apr 2006) | 2 lines Prevented FileMenus from being repeatedly redrawn while being built. ------------------------------------------------------------------------ r32 | realh | 2006-04-25 17:17:19 +0100 (Tue, 25 Apr 2006) | 2 lines Debugging to trace multiple redraws of menus. ------------------------------------------------------------------------ r31 | realh | 2006-04-25 17:10:09 +0100 (Tue, 25 Apr 2006) | 2 lines Top-level menu is now an UnnumberedMenu:- responds to digit keys. ------------------------------------------------------------------------ r30 | realh | 2006-04-25 17:07:39 +0100 (Tue, 25 Apr 2006) | 2 lines Fixed aspect ratio detection. ------------------------------------------------------------------------ r29 | realh | 2006-04-23 20:20:38 +0100 (Sun, 23 Apr 2006) | 2 lines Backup deletes one digit at a time in numentry mode. ------------------------------------------------------------------------ r28 | realh | 2006-04-23 19:59:47 +0100 (Sun, 23 Apr 2006) | 2 lines Improved numentry with cursor and timeout is optional. ------------------------------------------------------------------------ r27 | realh | 2006-04-23 19:47:06 +0100 (Sun, 23 Apr 2006) | 2 lines Fixed bug in stderr parameter calling mplayer. ------------------------------------------------------------------------ r26 | realh | 2006-04-23 00:36:33 +0100 (Sun, 23 Apr 2006) | 2 lines Fixed numentry. ------------------------------------------------------------------------ r25 | realh | 2006-04-22 23:15:04 +0100 (Sat, 22 Apr 2006) | 2 lines Added DVD track selection (numentry still broken though). ------------------------------------------------------------------------ r24 | realh | 2006-04-22 18:14:15 +0100 (Sat, 22 Apr 2006) | 2 lines Completed numentry.py, subject to testing. ------------------------------------------------------------------------ r23 | realh | 2006-04-22 18:07:27 +0100 (Sat, 22 Apr 2006) | 2 lines Fixed alarm lock initiali allocation. ------------------------------------------------------------------------ r22 | realh | 2006-04-22 17:36:21 +0100 (Sat, 22 Apr 2006) | 2 lines Added alarm handling. ------------------------------------------------------------------------ r21 | realh | 2006-04-22 01:21:03 +0100 (Sat, 22 Apr 2006) | 2 lines Started writing number entry code. ------------------------------------------------------------------------ r20 | realh | 2006-04-21 22:15:22 +0100 (Fri, 21 Apr 2006) | 2 lines CHanged roadmap colour scheme. ------------------------------------------------------------------------ r19 | realh | 2006-04-21 18:53:33 +0100 (Fri, 21 Apr 2006) | 2 lines Completed (I hope) sdl.html. ------------------------------------------------------------------------ r18 | realh | 2006-04-20 00:56:04 +0100 (Thu, 20 Apr 2006) | 3 lines Fixed position of home/up buttons in config.html. Started writing sdl.html. ------------------------------------------------------------------------ r17 | realh | 2006-04-17 23:30:17 +0100 (Mon, 17 Apr 2006) | 2 lines Added note about Konqueror not being able to render roadmap properly. ------------------------------------------------------------------------ r16 | realh | 2006-04-17 23:13:05 +0100 (Mon, 17 Apr 2006) | 2 lines Removed disused imgs. ------------------------------------------------------------------------ r15 | realh | 2006-04-17 15:23:49 +0100 (Mon, 17 Apr 2006) | 2 lines Wording change in roadmap description of new video player. ------------------------------------------------------------------------ r14 | realh | 2006-04-17 15:21:16 +0100 (Mon, 17 Apr 2006) | 2 lines Added separator lines between components in roadmap. ------------------------------------------------------------------------ r13 | realh | 2006-04-17 15:09:33 +0100 (Mon, 17 Apr 2006) | 2 lines Roadmap is now entirely generated by Javascript and looks good! ------------------------------------------------------------------------ r12 | realh | 2006-04-16 00:49:46 +0100 (Sun, 16 Apr 2006) | 2 lines Progress in Javascript roadmap table fettling. ------------------------------------------------------------------------ r11 | realh | 2006-04-15 13:58:13 +0100 (Sat, 15 Apr 2006) | 2 lines Started writing Javascript to fettle roadmap lines. ------------------------------------------------------------------------ r10 | realh | 2006-04-02 01:13:25 +0100 (Sun, 02 Apr 2006) | 2 lines Worked out how to get mplayer -analyze to work without console stdin. ------------------------------------------------------------------------ r9 | realh | 2006-04-01 00:11:49 +0100 (Sat, 01 Apr 2006) | 2 lines Got MPlayer analyse phase working correctly. ------------------------------------------------------------------------ r8 | realh | 2006-03-31 23:19:51 +0100 (Fri, 31 Mar 2006) | 2 lines Debugging extplayer.spawn. ------------------------------------------------------------------------ r7 | realh | 2006-03-31 21:34:42 +0100 (Fri, 31 Mar 2006) | 2 lines Fixed debugging message. ------------------------------------------------------------------------ r6 | realh | 2006-03-31 21:32:53 +0100 (Fri, 31 Mar 2006) | 2 lines killme: Restricts match to boxstar.py and allows options to be passed. ------------------------------------------------------------------------ r5 | realh | 2006-03-31 17:59:47 +0100 (Fri, 31 Mar 2006) | 2 lines Changed spawning/polling. ------------------------------------------------------------------------ r4 | realh | 2006-03-31 17:08:45 +0100 (Fri, 31 Mar 2006) | 2 lines Fixed 'v' to 'value' in attribute lookup. ------------------------------------------------------------------------ r3 | realh | 2006-03-21 23:50:43 +0000 (Tue, 21 Mar 2006) | 3 lines Fixed syntax error reading profiles. Added documentation so far. ------------------------------------------------------------------------ r2 | realh | 2006-03-21 20:01:13 +0000 (Tue, 21 Mar 2006) | 2 lines Moved trunk up a level. ------------------------------------------------------------------------ r1 | tony | 2006-03-19 18:42:09 +0000 (Sun, 19 Mar 2006) | 2 lines Initial import. ------------------------------------------------------------------------