aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2007-11-07show 'disabled' for disabled timers, instead of 'done'Felix Domke
2007-11-02add newline to end of fileAndreas Monzner
2007-11-02fix false positive "warning, skin is missing element epg_description in <classAndreas Monzner
'Screens.EventView.EventViewEPGSelect'>" debug output, fix endless loop
2007-11-02add missing GUIComponent initAndreas Monzner
2007-11-02split Misc Converter/Source into RecordState and TunerInfo Source /Andreas Monzner
Converter add deprecation Warnings for some old InfoBar Components (Nim_A, NimB, NimA_Active, NimB_Active, BlinkingPoint)
2007-11-02fix typoAndreas Monzner
2007-11-01let display clock blinking when a recording is in progressAndreas Monzner
2007-11-01use Source/Render/Converter stuff for:Andreas Monzner
- forground tuner displaying - tuners in use displaying - running record pixmap
2007-11-01add Misc Source/ConverterAndreas Monzner
2007-11-01add new component ValueTestBit to make bit testsAndreas Monzner
2007-11-01add "Blink" option to ConditionalShowHideAndreas Monzner
2007-11-01fix frontend number queryAndreas Monzner
2007-10-29some ipkg changes.. (done by ritzmo)Andreas Monzner
2007-10-29dont show dishscreen on createAndreas Monzner
2007-10-28parental control:Stefan Pluecken
automatically wrap to validation pin entry in pin changing dialog when 4 figures were entered leave dialog when 4 figures were entered in the validation pin entry
2007-10-26show friendly name for network adapter nameFelix Domke
2007-10-26whitespace fixesFelix Domke
2007-10-26fix 'remove entry' when timer debug list is already emptyFelix Domke
2007-10-26convert About screen to source/renderer system. Change names a bit, add ↵Felix Domke
enigma version to about screen
2007-10-26add getEnigmaVersionString to Components.AboutFelix Domke
2007-10-26add 'getEnigmaVersionString'main/enigma.cppFelix Domke
2007-10-26whitespace fixes, fix infobar summary to include progressbar (patch by Sat_Man)Felix Domke
2007-10-25small fixAndreas Monzner
2007-10-25small fixAndreas Monzner
2007-10-25ignore applySkin when skinAttributes is NoneAndreas Monzner
2007-10-25fix bugAndreas Monzner
2007-10-24parse satellites/cables/terrestrial.xml in c++ now.. its round about threeAndreas Monzner
times faster .. this speedup e2 start a little bit
2007-10-24reload setuplist on usage level changeAndreas Monzner
2007-10-23fix coverart png stuffAndreas Monzner
2007-10-22use coverart png given in skinAndreas Monzner
2007-10-21don't crash when having unknown fec/pol values (possibly due to broken ↵Felix Domke
satellites.xml)
2007-10-20raise exception when unknown setup id is searched forFelix Domke
2007-10-20allow selection of menu entries with numbers. Patch by Moritz Venn ↵Felix Domke
(enigma2_enable_numbers_in_menu.patch) with minor changes.
2007-10-16small lcd cosmeticsAndreas Monzner
2007-10-16fix bluescreen when opening motor setup and more than one nim is configuredAndreas Monzner
for motor use
2007-10-15fix ipkg installer (fix by Moritz Venn: ↵Felix Domke
enigma2_fix_scanfile_mimetype_detection.patch)
2007-10-13translate weekdays in fuzzy date displayFelix Domke
2007-10-12fix non working rotor turning pixmapAndreas Monzner
2007-10-12initial hide conditional widgetsAndreas Monzner
2007-10-10add .cvsignoreFelix Domke
2007-10-07reorder mainmenu to match previous order, patch by Moritz Venn ↵Felix Domke
(007_enigma2_fix_mainmenu_order.patch)
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this ↵Felix Domke
(patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
2007-10-07This fixed the PicturePlayer to check if a file is local rather than ↵Felix Domke
accepting files from all sources (which is unsupported), patch by Moritz Venn (003_enigma2_make_pictureplayer_scanner_only_detect_local.patch)
2007-10-07add .cvsignoreFelix Domke
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-10-07fix install pathFelix Domke
2007-10-07move media player into plugin (patch by Moritz Venn, ↵Felix Domke
001_enigma2_make_mediaplayer_a_plugin.patch)
2007-10-07don't crash if boolean source returns NoneFelix Domke