|
||
|
|
#1 (permalink) |
|
Guest
Mesajlar: n/a
|
dreambox-image-boxman-dm7025-20060123.nf i
PatchSet 1478
Date: 2006/01/08 14:55:09 Author: ghost Branch: HEAD Tag: (none) Log: add subservice selection to timer (when linkage services are avail for the selected event) better layout in timerlist (more space for service name and event description) Members: RecordTimer.py:1.24->1.25 data/skin.xml:1.115->1.116 lib/python/Components/TimerList.py:1.15->1.16 lib/python/Screens/SubserviceSelection.py:1.1->1.2 lib/python/Screens/TimerEntry.py:1.32->1.33 lib/service/event.cpp:1.16->1.17 lib/service/event.h:1.13->1.14 lib/service/service.cpp:1.13->1.14 lib/service/servicedvb.cpp:1.51->1.52 --------------------- PatchSet 1479 Date: 2006/01/09 18:39:01 Author: ghost Branch: HEAD Tag: (none) Log: filter out short name brakets in record filenames Members: lib/python/Tools/Directories.py:1.13->1.14 --------------------- PatchSet 1480 Date: 2006/01/09 19:18:38 Author: ghost Branch: HEAD Tag: (none) Log: do not use a re object for a simple replace (make tmbinc happy) Members: lib/python/Tools/Directories.py:1.14->1.15 --------------------- PatchSet 1481 Date: 2006/01/09 22:52:24 Author: ghost Branch: HEAD Tag: (none) Log: fix python refcounting fix warnings Members: lib/dvb_ci/dvbci.cpp:1.29->1.30 lib/dvb_ci/dvbci_mmi.cpp:1.10->1.11 lib/dvb_ci/dvbci_ui.cpp:1.12->1.13 lib/dvb_ci/dvbci_ui.h:1.10->1.11 --------------------- PatchSet 1482 Date: 2006/01/10 11:35:35 Author: ghost Branch: HEAD Tag: (none) Log: fix warning Members: lib/dvb/esection.h:1.6->1.7 --------------------- PatchSet 1483 Date: 2006/01/10 11:41:22 Author: ghost Branch: HEAD Tag: (none) Log: speedups Members: lib/actions/action.cpp:1.6->1.7 lib/gui/elistboxcontent.cpp:1.23->1.24 lib/python/connections.h:1.1->1.2 --------------------- PatchSet 1484 Date: 2006/01/10 11:43:55 Author: ghost Branch: HEAD Tag: (none) Log: fix Members: lib/python/Components/EpgList.py:1.7->1.8 --------------------- PatchSet 1485 Date: 2006/01/10 13:39:27 Author: ghost Branch: HEAD Tag: (none) Log: fix warning Members: lib/gui/eslider.cpp:1.4->1.5 --------------------- PatchSet 1486 Date: 2006/01/10 14:21:06 Author: ghost Branch: HEAD Tag: (none) Log: fix memleak Members: lib/gui/elistboxcontent.cpp:1.24->1.25 --------------------- PatchSet 1487 Date: 2006/01/10 14:23:28 Author: ghost Branch: HEAD Tag: (none) Log: add a dummy class to debug python refcounting (add entrys of TestObj to your tuple or list) include <lib/python/python.h> and use New_TestObj to create a testobject.. Members: lib/python/enigma_python.i:1.45->1.46 lib/python/python.cpp:1.6->1.7 lib/python/python.h:1.3->1.4 --------------------- PatchSet 1488 Date: 2006/01/10 15:14:06 Author: thedoc Branch: HEAD Tag: (none) Log: return of void function should not return a value Members: lib/dvb_ci/dvbci_ui.cpp:1.13->1.14 --------------------- PatchSet 1489 Date: 2006/01/10 15:38:55 Author: thedoc Branch: HEAD Tag: (none) Log: move the plugins into their own directory and every plugin has a main python file called plugin.py in his directory for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module Members: configure.ac:1.32->1.33 lib/python/Components/PluginComponent.py:1.3->1.4 lib/python/Plugins/Makefile.am:1.5->1.6 lib/python/Plugins/update.png:1.1->1.2(DEAD) lib/python/Plugins/update.py:1.10->1.11(DEAD) lib/python/Tools/Directories.py:1.15->1.16 po/Makefile.am:1.10->1.11 po/de.po:1.67->1.68 lib/python/Plugins/update/Makefile.am:INITIAL->1.1 lib/python/Plugins/update/update.png:INITIAL->1.1 --------------------- PatchSet 1490 Date: 2006/01/10 15:54:21 Author: thedoc Branch: HEAD Tag: (none) Log: add missing __init__.py add a try/except block around the plugin loading for faulty plugins Members: lib/python/Components/PluginComponent.py:1.4->1.5 lib/python/Plugins/update/__init__.py:INITIAL->1.1 --------------------- PatchSet 1491 Date: 2006/01/10 16:08:33 Author: thedoc Branch: HEAD Tag: (none) Log: autostart and autoend functions are now called on the start and the end of enigma2 execution plugins supporting this functionality must have a function autostart and/or autoend in their code Members: mytest.py:1.54->1.55 lib/python/Components/PluginComponent.py:1.5->1.6 --------------------- PatchSet 1492 Date: 2006/01/10 16:19:30 Author: thedoc Branch: HEAD Tag: (none) Log: fix file Members: po/Makefile.am:1.11->1.12 po/de.po:1.68->1.69 --------------------- PatchSet 1493 Date: 2006/01/10 22:06:55 Author: tmbinc Branch: HEAD Tag: (none) Log: enigma2: add language: arabic, by hazem hazem Members: po/Makefile.am:1.12->1.13 po/ar.po:INITIAL->1.1 --------------------- PatchSet 1494 Date: 2006/01/10 22:38:59 Author: tmbinc Branch: HEAD Tag: (none) Log: update arabic flag Members: data/countries/ae.png:1.1->1.2 --------------------- PatchSet 1495 Date: 2006/01/11 14:23:44 Author: thedoc Branch: HEAD Tag: (none) Log: add arabic to the language list change plugin interface: plugins can now have screens or functions as objects to call when plugin is selected plugins can have multiple plugin menu entries Members: data/countries/ae.png:1.2->1.3(DEAD) data/countries/ar.png:INITIAL->1.1 lib/python/Components/Language.py:1.7->1.8 lib/python/Components/PluginComponent.py:1.6->1.7 --------------------- PatchSet 1496 Date: 2006/01/11 14:50:00 Author: thedoc Branch: HEAD Tag: (none) Log: add a tuxbox plugins plugin to prepare loading of tuxbox plugins when the c++ part supports it Members: configure.ac:1.33->1.34 lib/python/Components/PluginComponent.py:1.7->1.8 lib/python/Plugins/Makefile.am:1.6->1.7 lib/python/Plugins/tuxboxplugins/__init__.py:INITIAL->1.1 --------------------- PatchSet 1497 Date: 2006/01/11 15:35:11 Author: thedoc Branch: HEAD Tag: (none) Log: show plugin description in plugin list Members: lib/python/Components/PluginComponent.py:1.8->1.9 lib/python/Components/PluginList.py:1.4->1.5 lib/python/Screens/PluginBrowser.py:1.1->1.2 --------------------- PatchSet 1498 Date: 2006/01/11 15:43:08 Author: thedoc Branch: HEAD Tag: (none) Log: add a tux picture for the tuxbox plugins Members: lib/python/Plugins/tuxboxplugins/Makefile.am:INITIAL->1.2 lib/python/Plugins/tuxboxplugins/plugin.py:INITIAL->1.4 --------------------- PatchSet 1499 Date: 2006/01/11 15:48:36 Author: thedoc Branch: HEAD Tag: (none) Log: add löcher to the tux bild Members: lib/python/Plugins/tuxboxplugins/tuxbox.png:INITIAL->1.2 --------------------- PatchSet 1500 Date: 2006/01/11 16:01:00 Author: thedoc Branch: HEAD Tag: (none) Log: use Tools.Directories to get paths Members: skin.py:1.51->1.52 lib/python/Screens/Menu.py:1.19->1.20 --------------------- PatchSet 1501 Date: 2006/01/11 16:14:25 Author: thedoc Branch: HEAD Tag: (none) Log: fix pluginlist width Members: lib/python/Components/PluginList.py:1.5->1.6 --------------------- PatchSet 1502 Date: 2006/01/11 19:31:09 Author: thedoc Branch: HEAD Tag: (none) Log: revert a cruel act of sabotage Members: lib/gui/elistboxcontent.cpp:1.25->1.26 --------------------- PatchSet 1503 Date: 2006/01/11 20:03:05 Author: thedoc Branch: HEAD Tag: (none) Log: menu positioning for the plugins works now example: def getMenuRegistrationList(): list = [] list.append(("setup", 2, "Softwareupdate", "Example")) list.append(("mainmenu", 0, "Foo", "Bar")) return list this means, that we have 2 menu entries: a menu entry "Softwareupdate" is added to the setup menu on position 2 which calls the Example screen of the plugin and a menu entry Foo is added to the main menu on the first position which calls the screen Bar Members: lib/python/Components/PluginComponent.py:1.9->1.10 lib/python/Screens/Menu.py:1.20->1.21 --------------------- PatchSet 1504 Date: 2006/01/11 20:05:06 Author: thedoc Branch: HEAD Tag: (none) Log: fix Members: lib/gui/elistboxcontent.cpp:1.26->1.27 --------------------- PatchSet 1505 Date: 2006/01/12 01:00:53 Author: thedoc Branch: HEAD Tag: (none) Log: add ipkg list to the update plugin Members: lib/python/Plugins/update/plugin.py:INITIAL->1.5 --------------------- PatchSet 1506 Date: 2006/01/12 15:34:09 Author: ghost Branch: HEAD Tag: (none) Log: fix memleaks (use smartpointers) Members: lib/dvb_ci/dvbci.cpp:1.30->1.31 lib/dvb_ci/dvbci_appmgr.cpp:1.7->1.8 lib/dvb_ci/dvbci_resmgr.cpp:1.2->1.3 lib/dvb_ci/dvbci_session.cpp:1.12->1.13 lib/dvb_ci/dvbci_session.h:1.6->1.7 --------------------- PatchSet 1507 Date: 2006/01/12 23:13:23 Author: ghost Branch: HEAD Tag: (none) Log: dont set voltage when the fd is not opened Members: lib/dvb/frontend.cpp:1.51->1.52 --------------------- PatchSet 1508 Date: 2006/01/13 02:03:27 Author: tmbinc Branch: HEAD Tag: (none) Log: prepare for new twisted reactor code Members: lib/base/ebase.cpp:1.12->1.13 lib/base/ebase.h:1.10->1.11 --------------------- PatchSet 1509 Date: 2006/01/13 02:04:45 Author: tmbinc Branch: HEAD Tag: (none) Log: use twisted reactor when available Members: mytest.py:1.55->1.56 --------------------- PatchSet 1510 Date: 2006/01/13 02:11:07 Author: tmbinc Branch: HEAD Tag: (none) Log: twisted demo: simple webserver Members: lib/python/Plugins/web/Makefile.am:INITIAL->1.1 lib/python/Plugins/web/__init__.py:INITIAL->1.1 lib/python/Plugins/web/update.png:INITIAL->1.1 --------------------- PatchSet 1511 Date: 2006/01/13 02:11:34 Author: tmbinc Branch: HEAD Tag: (none) Log: add web makefiles Members: configure.ac:1.34->1.35 lib/python/Plugins/Makefile.am:1.7->1.8 --------------------- PatchSet 1512 Date: 2006/01/13 02:30:37 Author: tmbinc Branch: HEAD Tag: (none) Log: add dutch translation Members: po/nl.po:INITIAL->1.1 --------------------- PatchSet 1513 Date: 2006/01/13 02:56:18 Author: thedoc Branch: HEAD Tag: (none) Log: add netherlands Members: lib/python/Components/Language.py:1.8->1.9 po/Makefile.am:1.13->1.14 po/ar.po:1.1->1.2 po/de.po:1.69->1.70 po/nl.po:1.1->1.2 --------------------- PatchSet 1514 Date: 2006/01/13 02:58:02 Author: thedoc Branch: HEAD Tag: (none) Log: fix typo Members: lib/python/Components/Language.py:1.9->1.10 --------------------- PatchSet 1515 Date: 2006/01/13 15:40:50 Author: ghost Branch: HEAD Tag: (none) Log: fix for old api Members: lib/dvb/frontend.cpp:1.52->1.53 --------------------- PatchSet 1516 Date: 2006/01/13 16:28:45 Author: ghost Branch: HEAD Tag: (none) Log: fix memleak, speedups Members: lib/base/ebase.cpp:1.13->1.14 --------------------- PatchSet 1517 Date: 2006/01/13 16:56:24 Author: tmbinc Branch: HEAD Tag: (none) Log: do as thedoc says... Members: lib/python/Plugins/web/plugin.py:INITIAL->1.2 --------------------- PatchSet 1518 Date: 2006/01/13 17:02:33 Author: tmbinc Branch: HEAD Tag: (none) Log: enable fribidi Members: configure.ac:1.35->1.36 lib/gdi/font.cpp:1.13->1.14 main/Makefile.am:1.18->1.19 --------------------- PatchSet 1519 Date: 2006/01/13 17:07:51 Author: tmbinc Branch: HEAD Tag: (none) Log: add ae_AlMateen.ttf font, from arabeyes.org Members: data/fonts/ae_AlMateen.license:INITIAL->1.1 data/fonts/ae_AlMateen.ttf:INITIAL->1.1 --------------------- PatchSet 1520 Date: 2006/01/13 19:57:25 Author: tmbinc Branch: HEAD Tag: (none) Log: allow forcing replacement font for some glyphs Members: lib/gdi/font.cpp:1.14->1.15 lib/gdi/font.h:1.9->1.10 main/enigma.cpp:1.42->1.43 --------------------- PatchSet 1521 Date: 2006/01/13 20:35:28 Author: tmbinc Branch: HEAD Tag: (none) Log: sort movie list Members: lib/python/Components/MovieList.py:1.13->1.14 --------------------- PatchSet 1522 Date: 2006/01/14 00:21:41 Author: tmbinc Branch: HEAD Tag: (none) Log: allow Z position for screens Members: mytest.py:1.56->1.57 --------------------- PatchSet 1523 Date: 2006/01/14 03:08:35 Author: thedoc Branch: HEAD Tag: (none) Log: fix instant record for broken eit events. if something else is broken: this is tmbinc's fix. Members: lib/python/Screens/InfoBarGenerics.py:1.64->1.65 --------------------- PatchSet 1524 Date: 2006/01/14 13:41:46 Author: ghost Branch: HEAD Tag: (none) Log: fix for old api Members: lib/dvb/demux.cpp:1.19->1.20 --------------------- PatchSet 1525 Date: 2006/01/14 17:59:31 Author: tmbinc Branch: HEAD Tag: (none) Log: display last 7 services during scan Members: data/skin.xml:1.116->1.117 lib/components/scan.cpp:1.10->1.11 lib/components/scan.h:1.7->1.8 lib/dvb/scan.cpp:1.18->1.19 lib/dvb/scan.h:1.15->1.16 lib/python/Components/FIFOList.py:INITIAL->1.1 lib/python/Components/Makefile.am:1.33->1.34 --------------------- PatchSet 1526 Date: 2006/01/14 18:19:49 Author: thedoc Branch: HEAD Tag: (none) Log: fix timers that aren't repeated timers Members: lib/python/Screens/TimerEntry.py:1.33->1.34 --------------------- PatchSet 1527 Date: 2006/01/14 19:09:03 Author: ghost Branch: HEAD Tag: (none) Log: fix for old dvb api Members: lib/dvb/frontend.cpp:1.53->1.54 --------------------- PatchSet 1528 Date: 2006/01/14 20:26:28 Author: tmbinc Branch: HEAD Tag: (none) Log: fix Members: lib/python/Components/ServiceScan.py:1.8->1.9 --------------------- PatchSet 1529 Date: 2006/01/14 20:36:17 Author: tmbinc Branch: HEAD Tag: (none) Log: fix Members: lib/python/enigma_python.i:1.46->1.47 lib/python/Screens/ServiceScan.py:1.7->1.8 --------------------- PatchSet 1530 Date: 2006/01/14 21:37:14 Author: thedoc Branch: HEAD Tag: (none) Log: first start pcr for api v3 Members: lib/dvb/decoder.cpp:1.16->1.17 --------------------- PatchSet 1531 Date: 2006/01/14 22:40:07 Author: ghost Branch: HEAD Tag: (none) Log: the CI now is useable for tuner A or tuner B (auto switched) Members: lib/dvb_ci/dvbci.cpp:1.31->1.32 lib/dvb_ci/dvbci.h:1.16->1.17 --------------------- PatchSet 1532 Date: 2006/01/14 22:42:35 Author: ghost Branch: HEAD Tag: (none) Log: small fake change (new drivers are needed for use CI with tuner B) Members: lib/dvb_ci/dvbci.cpp:1.32->1.33 --------------------- PatchSet 1533 Date: 2006/01/15 12:06:24 Author: tmbinc Branch: HEAD Tag: (none) Log: don't close fd -1 Members: lib/dvb/demux.cpp:1.20->1.21 --------------------- PatchSet 1534 Date: 2006/01/15 12:06:44 Author: tmbinc Branch: HEAD Tag: (none) Log: remove debug Members: lib/dvb/dvb.cpp:1.46->1.47 --------------------- PatchSet 1535 Date: 2006/01/15 12:07:08 Author: tmbinc Branch: HEAD Tag: (none) Log: eAUTable: add stop() Members: lib/dvb/esection.h:1.7->1.8 --------------------- PatchSet 1536 Date: 2006/01/15 12:07:37 Author: tmbinc Branch: HEAD Tag: (none) Log: pmt: differentiate between data and decoder demux Members: lib/dvb/pmt.cpp:1.34->1.35 lib/dvb/pmt.h:1.20->1.21 --------------------- PatchSet 1537 Date: 2006/01/15 12:08:05 Author: tmbinc Branch: HEAD Tag: (none) Log: remove some debug Members: lib/python/Components/config.py:1.71->1.72 --------------------- PatchSet 1538 Date: 2006/01/15 12:08:42 Author: tmbinc Branch: HEAD Tag: (none) Log: better error/retry handling for recorder Members: lib/service/servicedvbrecord.cpp:1.9->1.10 lib/service/servicedvbrecord.h:1.5->1.6 --------------------- PatchSet 1539 Date: 2006/01/15 12:09:16 Author: tmbinc Branch: HEAD Tag: (none) Log: add timeshift implementation, not yet finished Members: lib/service/servicedvb.cpp:1.52->1.53 lib/service/servicedvb.h:1.27->1.28 --------------------- PatchSet 1540 Date: 2006/01/15 12:10:15 Author: tmbinc Branch: HEAD Tag: (none) Log: split out movielist actions out of pvr actions Members: data/***map.xml:1.47->1.48 lib/python/Screens/InfoBar.py:1.52->1.53 lib/python/Screens/InfoBarGenerics.py:1.65->1.66 --------------------- PatchSet 1541 Date: 2006/01/15 12:10:46 Author: tmbinc Branch: HEAD Tag: (none) Log: improved timer: logging, better error recovery Members: RecordTimer.py:1.25->1.26 timer.py:1.17->1.18 --------------------- PatchSet 1542 Date: 2006/01/15 12:11:12 Author: tmbinc Branch: HEAD Tag: (none) Log: follow timer changes Members: lib/python/Components/TimerList.py:1.16->1.17 lib/python/Screens/EpgSelection.py:1.14->1.15 lib/python/Screens/TimerEdit.py:1.18->1.19 --------------------- PatchSet 1543 Date: 2006/01/15 15:25:06 Author: ghost Branch: HEAD Tag: (none) Log: no eFatal needed.. default is tuner 0 Members: lib/dvb_ci/dvbci.cpp:1.33->1.34 --------------------- PatchSet 1544 Date: 2006/01/15 15:29:38 Author: thedoc Branch: HEAD Tag: (none) Log: set wss according to av settings Members: lib/python/Components/AVSwitch.py:1.13->1.14 po/ar.po:1.2->1.3 po/de.po:1.70->1.71 po/nl.po:1.2->1.3 --------------------- PatchSet 1545 Date: 2006/01/15 15:36:07 Author: thedoc Branch: HEAD Tag: (none) Log: use textual representation of configElement for comparison for more readability and flexibility Members: lib/python/Components/AVSwitch.py:1.14->1.15 --------------------- PatchSet 1546 Date: 2006/01/15 15:59:40 Author: thedoc Branch: HEAD Tag: (none) Log: change "Breitenverhältnis" to "Seitenverhältnis" Members: po/de.po:1.71->1.72 --------------------- PatchSet 1547 Date: 2006/01/15 16:28:16 Author: thedoc Branch: HEAD Tag: (none) Log: better wss setup Members: data/setup.xml:1.16->1.17 lib/python/Components/AVSwitch.py:1.15->1.16 --------------------- PatchSet 1548 Date: 2006/01/15 16:44:53 Author: thedoc Branch: HEAD Tag: (none) Log: set day of week for non-repeated timers to ease usability when changing a timer to repeated Members: lib/python/Screens/TimerEntry.py:1.34->1.35 --------------------- PatchSet 1549 Date: 2006/01/15 21:15:18 Author: tmbinc Branch: HEAD Tag: (none) Log: typo: fix sense of w.repeated Members: timer.py:1.18->1.19 --------------------- PatchSet 1550 Date: 2006/01/15 21:38:29 Author: tmbinc Branch: HEAD Tag: (none) Log: update timerlist when timerstate changes Members: timer.py:1.19->1.20 lib/python/Screens/TimerEdit.py:1.19->1.20 --------------------- PatchSet 1551 Date: 2006/01/15 22:55:57 Author: ghost Branch: HEAD Tag: (none) Log: add a global ActionMap make volumeActions global Members: GlobalActions.py:INITIAL->1.1 data/***map.xml:1.48->1.49 data/skin.xml:1.117->1.118 lib/python/Screens/InfoBarGenerics.py:1.66->1.67 --------------------- PatchSet 1552 Date: 2006/01/15 23:13:16 Author: tmbinc Branch: HEAD Tag: (none) Log: add GlobalActions.py Members: Makefile.am:1.5->1.6 --------------------- PatchSet 1553 Date: 2006/01/15 23:37:57 Author: tmbinc Branch: HEAD Tag: (none) Log: invert Z sense for screens Members: mytest.py:1.57->1.58 --------------------- PatchSet 1554 Date: 2006/01/15 23:46:29 Author: ghost Branch: HEAD Tag: (none) Log: remove VolumeControl from infobar Members: mytest.py:1.58->1.59 lib/python/Screens/InfoBar.py:1.53->1.54 lib/python/Screens/InfoBarGenerics.py:1.67->1.68 --------------------- PatchSet 1555 Date: 2006/01/15 23:48:55 Author: tmbinc Branch: HEAD Tag: (none) Log: improved volume slider a bit Members: data/volumeslider-fs8.png:1.1->1.2 --------------------- PatchSet 1556 Date: 2006/01/16 00:01:27 Author: tmbinc Branch: HEAD Tag: (none) Log: fix z ordering Members: mytest.py:1.59->1.60 lib/gui/ewidgetdesktop.cpp:1.18->1.19 --------------------- PatchSet 1557 Date: 2006/01/16 00:24:42 Author: ghost Branch: HEAD Tag: (none) Log: mute not in foreground Members: data/skin.xml:1.118->1.119 --------------------- PatchSet 1558 Date: 2006/01/16 00:54:42 Author: ghost Branch: HEAD Tag: (none) Log: fix Screen order in channelselectionradio Members: data/skin.xml:1.119->1.120 --------------------- PatchSet 1559 Date: 2006/01/17 00:11:32 Author: tmbinc Branch: HEAD Tag: (none) Log: remove never used playlist stuff Members: Navigation.py:1.12->1.13 lib/nav/Makefile.am:1.3->1.4 lib/nav/core.cpp:1.10->1.11 lib/nav/core.h:1.8->1.9 lib/nav/pcore.cpp:1.7->1.8 lib/nav/pcore.h:1.9->1.10 lib/nav/playlist.cpp:1.3->1.4(DEAD) lib/nav/playlist.h:1.3->1.4(DEAD) --------------------- PatchSet 1560 Date: 2006/01/17 00:21:01 Author: tmbinc Branch: HEAD Tag: (none) Log: filepush: do not loop anymore on eof, but signal an event Members: lib/base/filepush.cpp:1.9->1.10 lib/base/filepush.h:1.4->1.5 --------------------- PatchSet 1561 Date: 2006/01/17 00:21:37 Author: tmbinc Branch: HEAD Tag: (none) Log: add channel events, like EOF Members: lib/dvb/dvb.cpp:1.47->1.48 lib/dvb/dvb.h:1.25->1.26 lib/dvb/idvb.h:1.49->1.50 --------------------- PatchSet 1562 Date: 2006/01/17 00:22:47 Author: tmbinc Branch: HEAD Tag: (none) Log: handle EOF event in pmt handler Members: lib/dvb/pmt.cpp:1.35->1.36 lib/dvb/pmt.h:1.21->1.22 --------------------- PatchSet 1563 Date: 2006/01/17 00:23:27 Author: tmbinc Branch: HEAD Tag: (none) Log: add EOF event Members: lib/service/iservice.h:1.43->1.44 lib/service/servicedvb.cpp:1.53->1.54 --------------------- PatchSet 1564 Date: 2006/01/17 13:08:08 Author: ghost Branch: HEAD Tag: (none) Log: add support for videotext (VBI) so now the videotext from the TV is useable (needs new drivers!) Members: lib/dvb/decoder.cpp:1.17->1.18 lib/dvb/decoder.h:1.11->1.12 lib/dvb/demux.h:1.11->1.12 lib/dvb/idvb.h:1.50->1.51 lib/dvb/pmt.cpp:1.36->1.37 lib/dvb/pmt.h:1.22->1.23 lib/service/servicedvb.cpp:1.54->1.55 lib/service/servicedvbrecord.cpp:1.10->1.11 --------------------- PatchSet 1565 Date: 2006/01/17 17:34:10 Author: tmbinc Branch: HEAD Tag: (none) Log: skin: put mute icon into background, use not-so-extreme z values Members: data/skin.xml:1.120->1.121 --------------------- PatchSet 1566 Date: 2006/01/17 20:28:44 Author: tmbinc Branch: HEAD Tag: (none) Log: gcc4 fix as requested by rasc Members: lib/gdi/gpixmap.h:1.12->1.13 --------------------- PatchSet 1567 Date: 2006/01/17 21:52:31 Author: obi Branch: HEAD Tag: (none) Log: predeclare eListbox because it is used by iListboxContent Members: lib/gui/elistbox.h:1.12->1.13 --------------------- PatchSet 1568 Date: 2006/01/17 21:57:14 Author: obi Branch: HEAD Tag: (none) Log: fix: "make clean" aborts if no *.{mo,pot} files are found. use $(RM) instead of "rm" Members: po/Makefile.am:1.14->1.15 --------------------- PatchSet 1569 Date: 2006/01/17 22:07:40 Author: obi Branch: HEAD Tag: (none) Log: added curly brackets to fix "jump to case label crosses initialization of ‘int voltage’" Members: lib/dvb/frontend.cpp:1.54->1.55 --------------------- PatchSet 1570 Date: 2006/01/17 22:16:46 Author: obi Branch: HEAD Tag: (none) Log: fixed undefined operation on variable 'i' (assuming big endian byte order in source array) Members: lib/base/estring.cpp:1.7->1.8 --------------------- PatchSet 1571 Date: 2006/01/17 22:19:50 Author: obi Branch: HEAD Tag: (none) Log: fixed comparison between signed and unsigned integer Members: lib/base/ebase.cpp:1.14->1.15 --------------------- PatchSet 1572 Date: 2006/01/17 22:39:58 Author: obi Branch: HEAD Tag: (none) Log: predeclare eDVBCAService because it is used by the type definition of CAServiceMap, removed unneeded predeclaration of eDVBServicePMTHandler Members: lib/dvb/pmt.h:1.23->1.24 --------------------- PatchSet 1573 Date: 2006/01/17 22:41:43 Author: obi Branch: HEAD Tag: (none) Log: disabled unused md5* variables Members: lib/dvb/epgcache.cpp:1.33->1.34 --------------------- PatchSet 1574 Date: 2006/01/17 23:00:12 Author: obi Branch: HEAD Tag: (none) Log: always initialize diseqc.data to make compiler happy Members: lib/dvb/sec.cpp:1.40->1.41 --------------------- PatchSet 1575 Date: 2006/01/17 23:01:35 Author: obi Branch: HEAD Tag: (none) Log: fixed invalid cast of an rvalue by adding a string constructor to class eServiceReferenceDVB Members: lib/dvb/idvb.h:1.51->1.52 lib/dvb/metaparser.cpp:1.4->1.5 --------------------- PatchSet 1576 Date: 2006/01/17 23:17:38 Author: obi Branch: HEAD Tag: (none) Log: workaround redefinition of _POSIX_C_SOURCE by pyconfig.h Members: lib/dvb_ci/dvbci_ui.h:1.11->1.12 --------------------- PatchSet 1577 Date: 2006/01/18 00:49:50 Author: obi Branch: HEAD Tag: (none) Log: fixed compiler warnings Members: lib/gdi/gpixmap.cpp:1.17->1.18 --------------------- PatchSet 1578 Date: 2006/01/18 00:53:36 Author: obi Branch: HEAD Tag: (none) Log: added missing return statement Members: lib/service/servicefs.cpp:1.15->1.16 --------------------- PatchSet 1579 Date: 2006/01/18 01:03:48 Author: obi Branch: HEAD Tag: (none) Log: removed unused variable Members: lib/driver/rfmod.cpp:1.2->1.3 --------------------- PatchSet 1580 Date: 2006/01/18 01:05:47 Author: obi Branch: HEAD Tag: (none) Log: workaround redefinition of _POSIX_C_SOURCE by pyconfig.h Members: lib/python/python.cpp:1.7->1.8 --------------------- PatchSet 1581 Date: 2006/01/18 01:07:18 Author: ghost Branch: HEAD Tag: (none) Log: fix "decode demux mask" and "get section data from demux" Members: lib/dvb/pmt.cpp:1.37->1.38 lib/dvb/pmt.h:1.24->1.25 --------------------- PatchSet 1582 Date: 2006/01/18 01:16:43 Author: ghost Branch: HEAD Tag: (none) Log: fix typo Members: lib/dvb/pmt.cpp:1.38->1.39 --------------------- PatchSet 1583 Date: 2006/01/18 01:23:51 Author: obi Branch: HEAD Tag: (none) Log: fixed two errors Members: main/enigma.cpp:1.43->1.44 --------------------- PatchSet 1584 Date: 2006/01/18 01:24:40 Author: obi Branch: HEAD Tag: (none) Log: added SDL_CFLAGS and SDL_LDFLAGS Members: configure.ac:1.36->1.37 --------------------- PatchSet 1585 Date: 2006/01/18 01:30:57 Author: obi Branch: HEAD Tag: (none) Log: use autodetected python flags Members: configure.ac:1.37->1.38 main/Makefile.am:1.19->1.20 --------------------- PatchSet 1586 Date: 2006/01/18 02:07:54 Author: thedoc Branch: HEAD Tag: (none) Log: use progressbar in InfoBar to display the progress of the "now" event Members: data/skin.xml:1.121->1.122 lib/python/Components/EventInfo.py:1.9->1.10 lib/python/Components/PerServiceDisplay.py:1.2->1.3 lib/python/Screens/InfoBarGenerics.py:1.68->1.69 --------------------- PatchSet 1587 Date: 2006/01/18 02:19:19 Author: thedoc Branch: HEAD Tag: (none) Log: add missing import Members: lib/python/Screens/InfoBarGenerics.py:1.69->1.70 --------------------- PatchSet 1588 Date: 2006/01/18 02:19:27 Author: obi Branch: HEAD Tag: (none) Log: some cvsignore files Members: data/countries/.cvsignore:INITIAL->1.1 data/defaults/.cvsignore:INITIAL->1.1 data/fonts/.cvsignore:INITIAL->1.1 lib/python/Plugins/.cvsignore:INITIAL->1.1 lib/python/Plugins/tuxboxplugins/.cvsignore:INITIAL->1.1 lib/python/Plugins/update/.cvsignore:INITIAL->1.1 lib/python/Plugins/web/.cvsignore:INITIAL->1.1 po/.cvsignore:INITIAL->1.1 --------------------- PatchSet 1589 Date: 2006/01/18 02:34:36 Author: tmbinc Branch: HEAD Tag: (none) Log: add ServiceEventTracker Members: lib/python/Components/Makefile.am:1.34->1.35 lib/python/Components/ServiceEventTracker.py:INITIAL->1.1 --------------------- PatchSet 1590 Date: 2006/01/18 02:35:18 Author: tmbinc Branch: HEAD Tag: (none) Log: add isTimeshiftActive, activateTimeshift functions Members: lib/service/iservice.h:1.44->1.45 lib/service/servicedvb.cpp:1.55->1.56 lib/service/servicedvb.h:1.28->1.29 --------------------- PatchSet 1591 Date: 2006/01/18 02:35:44 Author: tmbinc Branch: HEAD Tag: (none) Log: add SeekableStatusChanged event Members: lib/nav/core.cpp:1.11->1.12 lib/nav/core.h:1.9->1.10 lib/nav/pcore.cpp:1.8->1.9 lib/nav/pcore.h:1.10->1.11 --------------------- PatchSet 1592 Date: 2006/01/18 02:55:05 Author: thedoc Branch: HEAD Tag: (none) Log: fix stopEvent for EventInfoProgress Members: lib/python/Components/EventInfo.py:1.10->1.11 --------------------- PatchSet 1593 Date: 2006/01/18 03:05:48 Author: tmbinc Branch: HEAD Tag: (none) Log: fix newline Members: lib/python/Components/EventInfo.py:1.11->1.12 --------------------- PatchSet 1594 Date: 2006/01/18 14:18:36 Author: tmbinc Branch: HEAD Tag: (none) Log: add evEnd to (p)core Members: lib/nav/core.cpp:1.12->1.13 lib/nav/core.h:1.10->1.11 lib/nav/pcore.cpp:1.9->1.10 lib/nav/pcore.h:1.11->1.12 --------------------- PatchSet 1595 Date: 2006/01/18 14:26:57 Author: tmbinc Branch: HEAD Tag: (none) Log: disable teletext on trickmodes, rename vtext to ttext Members: lib/dvb/decoder.cpp:1.18->1.19 lib/dvb/decoder.h:1.12->1.13 lib/dvb/demux.h:1.12->1.13 --------------------- PatchSet 1596 Date: 2006/01/18 15:46:33 Author: tmbinc Branch: HEAD Tag: (none) Log: experimental PVR commit support Members: lib/base/filepush.cpp:1.10->1.11 lib/base/filepush.h:1.5->1.6 lib/dvb/dvb.cpp:1.48->1.49 --------------------- PatchSet 1597 Date: 2006/01/18 16:12:36 Author: tmbinc Branch: HEAD Tag: (none) Log: eDVBServicePlay: fix service name for pvr Members: lib/service/servicedvb.cpp:1.56->1.57 --------------------- PatchSet 1598 Date: 2006/01/18 20:21:50 Author: thedoc Branch: HEAD Tag: (none) Log: reenable the blinking dish on positioner movement (can be enabled in the usage setup menu) dish designed by juergen - thanx for that Members: data/dish.png:1.1->1.2 data/setup.xml:1.17->1.18 data/skin.xml:1.122->1.123 lib/python/Components/ConditionalWidget.py:1.8->1.9 lib/python/Components/UsageConfig.py:1.1->1.2 lib/python/Screens/Dish.py:1.2->1.3 lib/python/Screens/InfoBarGenerics.py:1.70->1.71 po/ar.po:1.3->1.4 po/de.po:1.72->1.73 po/nl.po:1.3->1.4 --------------------- PatchSet 1599 Date: 2006/01/18 23:31:13 Author: thedoc Branch: HEAD Tag: (none) Log: remove debug messaged Members: lib/python/Components/ConditionalWidget.py:1.9->1.10 --------------------- PatchSet 1600 Date: 2006/01/18 23:34:32 Author: ghost Branch: HEAD Tag: (none) Log: store and restore pathes in channellist Members: Navigation.py:1.13->1.14 lib/python/Screens/ChannelSelection.py:1.73->1.74 lib/python/Screens/InfoBarGenerics.py:1.71->1.72 --------------------- PatchSet 1601 Date: 2006/01/19 00:20:19 Author: ghost Branch: HEAD Tag: (none) Log: add ability to get ttxpid from python Members: lib/service/servicedvb.cpp:1.57->1.58 --------------------- PatchSet 1602 Date: 2006/01/19 00:21:14 Author: ghost Branch: HEAD Tag: (none) Log: retune on lostlock is now working Members: lib/dvb/dvb.cpp:1.49->1.50 lib/dvb/dvb.h:1.26->1.27 lib/dvb/frontend.cpp:1.55->1.56 --------------------- PatchSet 1603 Date: 2006/01/19 01:10:29 Author: thedoc Branch: HEAD Tag: (none) Log: saving the timers with dom is very very slow (12 timers take 5 seconds to save) so as a workaround we don't use a xml parser to save the timers.xml file Members: RecordTimer.py:1.26->1.27 --------------------- PatchSet 1604 Date: 2006/01/19 02:18:15 Author: thedoc Branch: HEAD Tag: (none) Log: add a small text input component Members: configure.ac:1.38->1.39 data/***map.xml:1.49->1.50 lib/python/Components/Input.py:INITIAL->1.1 lib/python/Components/Makefile.am:1.35->1.36 lib/python/Components/PluginComponent.py:1.10->1.11 lib/python/Plugins/Makefile.am:1.8->1.9 lib/python/Plugins/test/Makefile.am:INITIAL->1.1 lib/python/Plugins/test/__init__.py:INITIAL->1.1 lib/python/Plugins/test/plugin.py:INITIAL->1.1 lib/python/Screens/TimerEdit.py:1.20->1.21 --------------------- PatchSet 1605 Date: 2006/01/19 03:19:38 Author: thedoc Branch: HEAD Tag: (none) Log: better marking of current cursor in Components.Input change eLabel to being able to mark a character Members: lib/gui/elabel.cpp:1.10->1.11 lib/gui/elabel.h:1.7->1.8 lib/python/Components/Input.py:1.1->1.2 lib/python/Components/VariableText.py:1.2->1.3 lib/python/Plugins/test/plugin.py:1.1->1.2 --------------------- PatchSet 1606 Date: 2006/01/19 03:59:39 Author: thedoc Branch: HEAD Tag: (none) Log: use Components.Input in seek window Members: data/***map.xml:1.50->1.51 lib/gui/elabel.cpp:1.11->1.12 lib/python/Components/Input.py:1.2->1.3 lib/python/Plugins/test/plugin.py:1.2->1.3 lib/python/Screens/MinuteInput.py:1.1->1.2 --------------------- PatchSet 1607 Date: 2006/01/19 11:31:22 Author: tmbinc Branch: HEAD Tag: (none) Log: po: update nl.po Members: po/nl.po:1.4->1.5 --------------------- PatchSet 1608 Date: 2006/01/19 11:36:26 Author: tmbinc Branch: HEAD Tag: (none) Log: it's still ae, not ar Members: data/countries/ae.png:1.3->1.4 --------------------- PatchSet 1609 Date: 2006/01/19 12:38:54 Author: tmbinc Branch: HEAD Tag: (none) Log: add spanish Members: po/Makefile.am:1.15->1.16 po/es.po:INITIAL->1.1 --------------------- PatchSet 1610 Date: 2006/01/19 12:39:10 Author: tmbinc Branch: HEAD Tag: (none) Log: remove wrongly named country Members: data/countries/ar.png:1.1->1.2(DEAD) --------------------- PatchSet 1611 Date: 2006/01/19 12:39:41 Author: tmbinc Branch: HEAD Tag: (none) Log: add proper country names, add spanish Members: lib/python/Components/Language.py:1.10->1.11 lib/python/Components/LanguageList.py:1.6->1.7 lib/python/Screens/LanguageSelection.py:1.11->1.12 --------------------- PatchSet 1612 Date: 2006/01/19 12:49:06 Author: ghost Branch: HEAD Tag: (none) Log: just retune on "managed" dvbchannels .. not in scan Members: lib/dvb/dvb.cpp:1.50->1.51 --------------------- PatchSet 1613 Date: 2006/01/19 12:54:21 Author: tmbinc Branch: HEAD Tag: (none) Log: make comment a bit more generic Members: lib/dvb/dvb.cpp:1.51->1.52 --------------------- PatchSet 1614 Date: 2006/01/19 12:57:42 Author: tmbinc Branch: HEAD Tag: (none) Log: remove recheckFrontendState until it's implemented Members: lib/dvb/dvb.cpp:INITIAL->1.53 --------------------- PatchSet 1615 Date: 2006/01/19 13:22:39 Author: ghost Branch: HEAD Tag: (none) Log: semikolon needed here Members: lib/dvb/dvb.cpp:1.53->1.54 --------------------- PatchSet 1616 Date: 2006/01/19 16:13:14 Author: tmbinc Branch: HEAD Tag: (none) Log: fix DVB-T manual scan Members: lib/python/Screens/ScanSetup.py:1.36->1.37 --------------------- PatchSet 1617 Date: 2006/01/19 17:06:24 Author: thedoc Branch: HEAD Tag: (none) Log: add non working multi bouquet switch Members: data/setup.xml:1.18->1.19 lib/python/Components/AVSwitch.py:1.16->1.17 lib/python/Components/UsageConfig.py:1.2->1.3 lib/python/Screens/ChannelSelection.py:1.74->1.75 po/ar.po:1.4->1.5 po/de.po:1.73->1.74 po/en.po:1.1->1.2 po/es.po:1.1->1.2 po/nl.po:1.5->1.6 --------------------- PatchSet 1618 Date: 2006/01/19 17:42:24 Author: thedoc Branch: HEAD Tag: (none) Log: remove manual fastblank Members: lib/driver/avswitch.cpp:1.10->1.11 --------------------- PatchSet 1619 Date: 2006/01/19 17:47:44 Author: thedoc Branch: HEAD Tag: (none) Log: use correct fastblank value Members: lib/driver/avswitch.cpp:1.11->1.12 --------------------- PatchSet 1620 Date: 2006/01/19 18:43:24 Author: ghost Branch: HEAD Tag: (none) Log: make Multi Bouquets swich useable Members: lib/python/Components/UsageConfig.py:1.3->1.4 lib/python/Screens/ChannelSelection.py:1.75->1.76 --------------------- PatchSet 1621 Date: 2006/01/19 22:53:23 Author: tmbinc Branch: HEAD Tag: (none) Log: add actionmap disable support Members: lib/python/Components/ActionMap.py:1.6->1.7 --------------------- PatchSet 1622 Date: 2006/01/19 22:56:07 Author: tmbinc Branch: HEAD Tag: (none) Log: add seek status changed on play Members: lib/service/servicedvb.cpp:1.58->1.59 --------------------- PatchSet 1623 Date: 2006/01/19 23:09:45 Author: tmbinc Branch: HEAD Tag: (none) Log: add .cvsignore Members: lib/python/Plugins/test/.cvsignore:INITIAL->1.1 --------------------- PatchSet 1624 Date: 2006/01/20 00:30:10 Author: tmbinc Branch: HEAD Tag: (none) Log: don't kill if thread isn't alive Members: lib/base/filepush.cpp:1.11->1.12 --------------------- PatchSet 1625 Date: 2006/01/20 00:31:04 Author: tmbinc Branch: HEAD Tag: (none) Log: servicedvb: m_record was refcounted, urgs. Members: lib/service/servicedvb.cpp:1.59->1.60 --------------------- PatchSet 1626 Date: 2006/01/20 00:33:18 Author: tmbinc Branch: HEAD Tag: (none) Log: timeshifting: lots of interface fixups Members: lib/python/Screens/InfoBarGenerics.py:1.72->1.73 --------------------- PatchSet 1627 Date: 2006/01/20 00:33:48 Author: tmbinc Branch: HEAD Tag: (none) Log: enable timeshifting in infobar Members: data/***map.xml:1.51->1.52 data/skin.xml:1.123->1.124 lib/python/Screens/InfoBar.py:1.54->1.55 --------------------- PatchSet 1628 Date: 2006/01/20 01:33:39 Author: ghost Branch: HEAD Tag: (none) Log: add tuner B option "Equal to Socket A" add tuner B option "Secondary cable from Rotor-LNB" Members: lib/dvb/frontend.h:1.17->1.18 lib/dvb/sec.cpp:1.41->1.42 lib/dvb/sec.h:1.23->1.24 lib/python/Components/NimManager.py:1.70->1.71 lib/python/Screens/Satconfig.py:1.35->1.36 --------------------- PatchSet 1629 Date: 2006/01/20 11:34:24 Author: diemade Branch: HEAD Tag: (none) Log: fix inverted setting (meaning was inverted too) Members: lib/python/Components/Lcd.py:1.7->1.8 --------------------- PatchSet 1630 Date: 2006/01/20 15:33:10 Author: thedoc Branch: HEAD Tag: (none) Log: disable test-plugin reenable the try/except block for faulty plugin catching don't expect a directory /usr/lib/tuxbox/plugins to be present by the tuxbox plugin starter Members: lib/python/Components/PluginComponent.py:1.11->1.12 lib/python/Plugins/Makefile.am:1.9->1.10 lib/python/Plugins/tuxboxplugins/plugin.py:1.4->1.5 --------------------- PatchSet 1631 Date: 2006/01/20 16:06:12 Author: thedoc Branch: HEAD Tag: (none) Log: add -force-defaults to ipkg upgrade command for not prompting the user anything while update plugin is run add -force-overwrite to the ipkg upgrade command to work with faulty packets Members: lib/python/Plugins/update/plugin.py:1.5->1.6 --------------------- PatchSet 1632 Date: 2006/01/20 20:45:12 Author: ghost Branch: HEAD Tag: (none) Log: set frontend state to stateTuning when tuneloop starts.. ( to avoid false lostlock events) Members: lib/dvb/frontend.cpp:1.56->1.57 --------------------- PatchSet 1633 Date: 2006/01/20 22:33:44 Author: ghost Branch: HEAD Tag: (none) Log: fix Members: lib/dvb/frontend.cpp:1.57->1.58 --------------------- PatchSet 1634 Date: 2006/01/20 22:46:53 Author: tmbinc Branch: HEAD Tag: (none) Log: don't flood Members: RecordTimer.py:1.27->1.28 --------------------- PatchSet 1635 Date: 2006/01/20 22:55:31 Author: ghost Branch: HEAD Tag: (none) Log: fix bug Members: lib/python/Screens/ChannelSelection.py:1.76->1.77 --------------------- PatchSet 1636 Date: 2006/01/20 23:00:23 Author: ghost Branch: HEAD Tag: (none) Log: fix selection when delete latest timer in list Members: lib/python/Components/TimerList.py:1.17->1.18 lib/python/Screens/TimerEdit.py:1.21->1.22 --------------------- PatchSet 1637 Date: 2006/01/20 23:12:00 Author: ghost Branch: HEAD Tag: (none) Log: convert event_id from string to long Members: RecordTimer.py:1.28->1.29 --------------------- PatchSet 1638 Date: 2006/01/20 23:39:33 Author: tmbinc Branch: HEAD Tag: (none) Log: filepush: scatter/gather support Members: lib/base/filepush.cpp:1.12->1.13 lib/base/filepush.h:1.6->1.7 --------------------- PatchSet 1639 Date: 2006/01/21 00:13:17 Author: tmbinc Branch: HEAD Tag: (none) Log: update nl Members: po/nl.po:1.6->1.7 --------------------- PatchSet 1640 Date: 2006/01/21 00:24:18 Author: thedoc Branch: HEAD Tag: (none) Log: save configSequence floating point correctly Members: lib/python/Components/config.py:1.72->1.73 --------------------- PatchSet 1641 Date: 2006/01/21 00:25:33 Author: tmbinc Branch: HEAD Tag: (none) Log: fix start_prepare Members: RecordTimer.py:1.29->1.30 --------------------- PatchSet 1642 Date: 2006/01/21 00:53:22 Author: ghost Branch: HEAD Tag: (none) Log: fixes Members: lib/python/Screens/ChannelSelection.py:1.77->1.78 --------------------- PatchSet 1643 Date: 2006/01/21 01:47:49 Author: thedoc Branch: HEAD Tag: (none) Log: copy lists, not list identities... should fix saving of non-default values Members: lib/python/Components/config.py:1.73->1.74 --------------------- PatchSet 1644 Date: 2006/01/21 02:07:28 Author: thedoc Branch: HEAD Tag: (none) Log: catch a None case in the xml parsing of the timer leave timer edit by pressing OK or green Members: RecordTimer.py:1.30->1.31 lib/python/Screens/TimerEntry.py:1.35->1.36 po/nl.po:1.7->1.8 --------------------- PatchSet 1645 Date: 2006/01/21 15:29:17 Author: ghost Branch: HEAD Tag: (none) Log: smaller satconfig Members: data/skin.xml:1.124->1.125 --------------------- PatchSet 1646 Date: 2006/01/21 16:00:04 Author: tmbinc Branch: HEAD Tag: (none) Log: reset state to PLAY when a new service starts Members: lib/python/Screens/InfoBarGenerics.py:1.73->1.74 --------------------- PatchSet 1647 Date: 2006/01/21 17:13:12 Author: ghost Branch: HEAD Tag: (none) Log: fix default storing for configSatlist fix just non default values in complete satconfig Members: lib/python/Components/NimManager.py:1.71->1.72 lib/python/Components/config.py:1.74->1.75 --------------------- PatchSet 1648 Date: 2006/01/21 17:21:20 Author: ghost Branch: HEAD Tag: (none) Log: disable debug info Members: lib/python/Components/config.py:1.75->1.76 --------------------- PatchSet 1649 Date: 2006/01/21 20:49:26 Author: ghost Branch: HEAD Tag: (none) Log: remove frequency input range check in manual scan (was 10000-14000).. Members: lib/python/Screens/ScanSetup.py:1.37->1.38 --------------------- PatchSet 1650 Date: 2006/01/21 23:45:25 Author: ghost Branch: HEAD Tag: (none) Log: fix radio player code cleanup in channelselector (more scalable) Members: data/***map.xml:1.52->1.53 data/skin.xml:1.125->1.126 lib/python/Screens/ChannelSelection.py:1.78->1.79 lib/python/Screens/InfoBarGenerics.py:1.74->1.75 --------------------- PatchSet 1651 Date: 2006/01/22 00:41:16 Author: ghost Branch: HEAD Tag: (none) Log: more code cleanup, re-enable number(handy) browsing in channelselectionbase, fix move/editmode cancel Members: data/***map.xml:1.53->1.54 lib/python/Screens/ChannelSelection.py:1.79->1.80 --------------------- PatchSet 1652 Date: 2006/01/22 00:58:49 Author: ghost Branch: HEAD Tag: (none) Log: fix for radio mode Members: lib/python/Screens/ChannelSelection.py:1.80->1.81 --------------------- PatchSet 1653 Date: 2006/01/22 12:24:02 Author: obi Branch: HEAD Tag: (none) Log: added virtual destructor Members: lib/base/filepush.h:1.7->1.8 --------------------- PatchSet 1654 Date: 2006/01/22 12:24:55 Author: obi Branch: HEAD Tag: (none) Log: variable double_buffer is not used when compiled with SDL Members: main/enigma.cpp:1.44->1.45 --------------------- PatchSet 1655 Date: 2006/01/22 12:32:41 Author: obi Branch: HEAD Tag: (none) Log: remove generated file "config.h": pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader" Members: acinclude.m4:1.12->1.13 autogen.sh:1.1->1.2 configure.ac:1.39->1.40 lib/base/eerror.h:1.3->1.4 lib/base/encoding.cpp:1.2->1.3 lib/base/filepush.cpp:1.13->1.14 lib/dvb/decoder.cpp:1.19->1.20 lib/dvb/demux.cpp:1.21->1.22 lib/dvb/frontend.cpp:1.58->1.59 lib/dvb/frontend.h:1.18->1.19 lib/dvb/idvb.h:1.52->1.53 lib/dvb/sec.cpp:1.42->1.43 lib/dvb/sec.h:1.24->1.25 lib/dvb/tstools.cpp:1.5->1.6 lib/dvb/tstools.h:1.4->1.5 lib/dvb/volume.cpp:1.7->1.8 --------------------- PatchSet 1656 Date: 2006/01/22 12:44:16 Author: obi Branch: HEAD Tag: (none) Log: added missing brackets Members: lib/base/filepush.h:1.8->1.9 --------------------- PatchSet 1657 Date: 2006/01/22 13:58:09 Author: ghost Branch: HEAD Tag: (none) Log: add missing answerEnq method Members: lib/dvb_ci/dvbci.cpp:1.34->1.35 lib/dvb_ci/dvbci_mmi.cpp:1.11->1.12 lib/dvb_ci/dvbci_mmi.h:1.4->1.5 --------------------- PatchSet 1658 Date: 2006/01/22 14:02:51 Author: ghost Branch: HEAD Tag: (none) Log: implement missing call of answerEnq Members: lib/dvb_ci/dvbci.cpp:1.35->1.36 --------------------- PatchSet 1659 Date: 2006/01/22 20:16:20 Author: thedoc Branch: HEAD Tag: (none) Log: use IDs for jumping in the wizards Members: data/startwizard.xml:1.18->1.19 lib/python/Screens/Wizard.py:1.32->1.33 --------------------- PatchSet 1660 Date: 2006/01/22 20:17:28 Author: thedoc Branch: HEAD Tag: (none) Log: remove debug Members: lib/python/Screens/Wizard.py:1.33->1.34 DOWNLOAD |
|
| Faydalı Linkler |
![]() |
| Konu araçları | |
|
|
| Desteklediklerimiz | |
| Atabb Forum, TVPano Forum, Xyeni | |