aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-18Merge branch 'experimental' of acidburn@git.opendreambox.org:/git/enigma2 ↵acid-burn
into experimental
2009-11-18po/de.po: - german locale updateacid-burn
2009-11-18Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵ghost
experimental
2009-11-18data/encoding.conf: add arabicghost
2009-11-18data/encoding.conf: add arabicghost
2009-11-18data/encoding.conf: add arabicghost
2009-11-18Merge branch 'translations' into experimentalacid-burn
2009-11-18po/nl.po: - update nl locale, thx Benny DeTandtacid-burn
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-11-17for all non-ts files, display error message when trying to burn to dvdFraxinas
2009-11-17fixes bug #163Stefan Pluecken
remove transparency from the (turning) dish icon and draw a border around it move dish icon to the foreground
2009-11-16fixes bug #291Stefan Pluecken
don't crash if auto scart switching is enabled and the scart voltage is high on enigma2 startup not the best solution since the whole scart switching stuff is broken by design, but this fix prevents the crash
2009-11-16fixes bug #280Stefan Pluecken
don't allow scanning on a nim configured as advanced with no LNB assigned to any sat
2009-11-16fixes bug #281Stefan Pluecken
add "yes to all" and "no to all" to "Delete no more configured satellite" dialog if orbpos isn't needed anymore in current sat config
2009-11-16Merge branch 'master' into experimentalghost
2009-11-16Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6ghost
2009-11-16po/de.po: - update german locale, thx racer_571 and JackDanielacid-burn
2009-11-16po/sr.po: update serbian locale, thx majevicaacid-burn
2009-11-16polish locale update thx to zbigzbigFraxinas
2009-11-16Enigma2: - general Translation update to move in new translatable strings.acid-burn
2009-11-15fixes bug #286Stefan Pluecken
remove DVI-PC from video wizard to solve some sorting problems and remove a not widely used option remove
2009-11-15Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6Stefan Pluecken
2009-11-14decoder.cpp: remove flush in audio stop request.. when its realy needed it ↵ghost
should be done in driver...
2009-11-14decoder.cpp: remove flush in audio stop request.. when its realy needed it ↵ghost
should be done in driver...
2009-11-14decoder.cpp: remove flush in audio stop request.. when its realy needed it ↵ghost
should be done in driver...
2009-11-13Merge branch 'translations' into experimentalacid-burn
2009-11-13po/Makefile.am: fix space/intendation erroracid-burn
2009-11-12Merge branch 'translations' into experimentalacid-burn
2009-11-12po/de.po: - update german locale, thx racer_571 and JackDanielacid-burn
2009-11-12po/sr.po: update serbian locale, thx majevicaacid-burn
2009-11-12Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6Stefan Pluecken
2009-11-12fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-12po/Makefile.am: - add missing NetworkWizard for .po file inclusionacid-burn
2009-11-12Merge branch 'bug157_wizard_virtualkeyboard' into experimentalacid-burn
2009-11-12Components/ConfigList.py: -small fix for global VirtualKeyboard handlingacid-burn
2009-11-11WirelessLan/plugin.py: - always use quotes for the ssid name, small cleanupacid-burn
2009-11-11WirelessLan/plugin.py: - properly escape spaces inside an SSID name when ↵acid-burn
returning the ConfigString. This fixes #175
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-11Merge branch 'bug_175_wlan_connection_problem' into experimentalacid-burn
2009-11-11WirelessLan/plugin.py: - always use quotes for the ssid name, small cleanupacid-burn
2009-11-11Merge branch 'bug_249_current_skin_fallback' into experimentalacid-burn
Conflicts: lib/python/Components/FileList.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-11Components/-{ChoiceList.py, EpgList.py, FileList.py, MediaPlayer.py, ↵acid-burn
ParentalControl.py, SelectionList.py, ServiceList.py, TimerList.py}: use SCOPE_CURRENT_SKIN for LoadPixmap.
2009-11-11Screens/-{LanguageSelection.py, NetworkSetup.py, RdsDisplay.py, ↵acid-burn
VirtualKeyBoard.py}: - use SCOPE_CURRENT_SKIN for LoadPixmap. - dynamically calc the icon width inside VirtualKeyboard based on the provided icon.
2009-11-11skin.py: -add itemHeight as skin attribute possibility, allowing overriding ↵acid-burn
list itemheights. #249_followup