Commit graph

30 commits

Author SHA1 Message Date
Andreas Öman
e560a859ff Make serviceprobing work again. 2008-09-05 22:02:22 +00:00
Andreas Öman
b5ce0f89f9 Initial XMLTV support 2008-09-05 16:02:41 +00:00
Andreas Öman
d759a3a419 Reindent all .js-files. 2008-09-03 16:58:15 +00:00
Andreas Öman
95fe933a2b Fix a typo making DVB adapter Save configuration not to work. 2008-08-29 16:26:29 +00:00
Andreas Öman
e07525a0d9 Use sendfile() for sending static content 2008-08-29 15:59:01 +00:00
Andreas Öman
cb8266e3ea Initial take on making tvheadend multithreaded instead of relying on a
poll/dispatcher framework.

The top reasons for going multithreaded is:

* Take adventage of multicore CPUs
* No need to put slow operations in ugly helper threads now that the entire app is designed for multithreads
* Some of the timing sensetive tasks (IPTV output / RTP / UDP pacing) can run on RT priority.
2008-08-29 15:29:33 +00:00
Andreas Öman
a18df3bc78 Add tooltips to all buttons 2008-08-26 20:07:19 +00:00
Andreas Öman
1714d9b38b Restructure forms in DVB and channel editor to be more coherent. 2008-08-26 17:13:42 +00:00
Andreas Öman
04bc7b609f Add support for switching automatic DVB multiplex discovery on/off.
Fixes issue 
2008-08-26 17:04:09 +00:00
Andreas Öman
8066398c0b Fix incorrect path to column tree title background resource 2008-08-26 14:59:40 +00:00
Andreas Öman
13bee4517a striped rows looks nice. 2008-08-26 14:59:18 +00:00
Andreas Öman
314ff802d6 Add add,delete,save and 'option' icons 2008-08-26 14:35:21 +00:00
Andreas Öman
e544180acf Add channel configuration and setup.
htsclient.c is now no longer supported.
2008-08-26 14:15:33 +00:00
Andreas Öman
e7e4b9f710 Remove the conecpt of channel groups, it's too inflexible 2008-08-25 20:37:19 +00:00
Andreas Öman
7596ba043f Add support for probing all services on an DVB adapter 2008-08-25 19:47:44 +00:00
Andreas Öman
b2af657a5c Keep DVB multiplex quality in 0-100 range instead of -50 - 0 2008-08-25 19:04:56 +00:00
Andreas Öman
5a8370efaf Store quality and status in settings 2008-08-25 18:55:46 +00:00
Andreas Öman
4918dd6e29 Remove toolbar from DVB adapter tree 2008-08-25 18:32:41 +00:00
Andreas Öman
30c866e236 Use internal extjs instead of something at www.lonelycoder.com 2008-08-25 18:22:08 +00:00
Andreas Öman
db51850ab7 Import extjs-2.2 2008-08-25 18:21:38 +00:00
Andreas Öman
35a96defca Add support for delivering static content from embedded webserver.
Move extjs app to webui/static/app
2008-08-25 18:11:28 +00:00
Andreas Öman
6bcfbebb70 Move simple web ui (WAP-style) to an file of its own. 2008-08-25 17:50:43 +00:00
Andreas Öman
abc06fbae9 Rename dvb_muxconfig.* into dvb_preconf.* 2008-08-25 16:57:14 +00:00
Andreas Öman
3ef0bc729b Clean up the dvb.c and move stuff into separate files. 2008-08-25 16:55:27 +00:00
Andreas Öman
9a6a0b8419 Move DVB subsystem to a directory of its own. 2008-08-25 16:27:32 +00:00
Andreas Öman
ce4669b418 Rename tvheadend_newui to tvheadend 2008-08-25 16:22:50 +00:00
Andreas Öman
feb9cddc65 Switch to buffer management framework in libhts 2008-07-21 08:40:12 +00:00
Andreas Öman
08d75a3719 Make sure we always tag a recording with a username 2008-06-16 20:52:37 +00:00
Andreas Öman
d517f22827 Add support for destroying channels 2008-05-03 06:00:07 +00:00
Andreas Öman
7085b134e0 Add a redirector when HTTP clients loads page '/'.
The redirector will either send the client to the advanced AJAX ui
or a simpler html / form based (for mobile clients)
2008-05-01 07:24:40 +00:00