aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-07-24Network.py,NetworkSetup.py,skin_default.xml: * Introduce new unified naming ↵acid-burn
for network interfaces. * Redesign NetworkadapterSelection Screen. * small cleanups. Refs #137 , Fixes #418
2010-07-24Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Stefan Pluecken
experimental
2010-07-24refs bug #460Stefan Pluecken
swap bflag and eflag (begin and end flag for timer sanity check) old version: bflag = 1, eflag = -1 that lead to the sort function sorting timers with begin=end wrong: self.nrep_eventlist.extend([(self.newtimer.begin,self.bflag,-1),(self.newtimer.end,self.eflag,-1)]) resulted in (end, eflag) before (begin, bflag) and in a conflict with zapping timers with end=begin (no end time)
2010-07-23Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
2010-07-23Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface
2010-07-22fixes bug #556Stefan Pluecken
- fixes adding timers from inside the movie player: the .ts service was added as channel - fixes a small bug in ConfigSelection to allow empty strings inside the ChoicesList
2010-07-20lib/service/servicemp3.cpp: compile fixghost
2010-07-20merge fixFraxinas
2010-07-20implement configurable http user-agent (fixes #224)Fraxinas
2010-07-16fixes bug #552Stefan Pluecken
add the equal sign to numerical text input onto the 0 rcu button
2010-07-08allow rtspt urls, issue EOF on http streaming timeout (introduces feature ↵Fraxinas
#551, requires libsoup-2.4-2.29.5-r0, gst-plugins-good-0.10.23-r7.1 incl. souphttpsource)
2010-07-08lib/gdi/lcd.cpp: remove debug code for dm800se color oledghost
2010-07-08lib/gdi/lcd.cpp: remove debug code for dm800se color oledghost
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550
2010-07-06Screens/Ipkg.py: properly count processed packages. refs #550acid-burn
2010-07-06Softwaremanager: * properly count processed packages.acid-burn
* make configfile owerwrite question while upgrading configurable over new setupscreen on Menu Button. * show files that will be backed up inside own infoscreen and not inside the menu description. * add possibility to navigate with the remote keys (a-z) inside packagemanager. thx emanuel fixes #550
2010-07-06Screens/Ipkg.py: properly count processed packages. refs #550acid-burn
2010-07-06fix playback of containers with PGS subpicture streams (by ignoring them)Fraxinas
2010-07-05lib/base/console.cpp: fix eConsoleAppContainer write (when called with one ↵ghost
string only)
2010-07-05lib/base/console.cpp: fix eConsoleAppContainer write (when called with one ↵ghost
string only)
2010-07-05add snr calculations for CXD1981 frontendStefan Pluecken
2010-07-01lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 APIghost
2010-06-29lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 APIghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-21set currently running audio + subtitle streams as default selection. on OK ↵Fraxinas
keypress, select and close dialog. (add #188)
2010-06-21try fixing hot switching between text and vobsub streamsFraxinas
2010-06-14fix-fix configlist assertion (add #188)Fraxinas
2010-06-11Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
experimental
2010-06-11don't crash on empty configlist linesFraxinas
2010-06-11more vob experimentsFraxinas
2010-06-11experimentally enable vob subtitlesFraxinas
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10skin.py: another fixghost
2010-06-10skin.py: another small fix for non color oled displaysghost
2010-06-10skin.py: small fix for non color oled supportghost
2010-06-10fix color oled supportghost
2010-06-10add support for rbg565 color oledghost
2010-06-10Revert "resize InfoBarSummary for 96x64 displays"ghost
This reverts commit 445b7f371df0fc4e7bcdf8a013b892e35e90c893. no more needed since we have real color oled support
2010-06-10Revert "resize ChannelSelection_summary to fit on 96x64 displays"ghost
This reverts commit 4b90fd4ce866b21a60ca5962b23c550e54d4f6d8. no more needed since we have real support for the color oled
2010-06-09lib/dvb/frontend.cpp: fix compiler warningghost
2010-06-09lib/dvb/frontend.cpp: fix compiler warningghost
2010-06-09sec.h: fix eSecCommandList assignmentghost
2010-06-09sec.h: fix eSecCommandList assignmentghost
2010-06-09lib/dvb/epgcache.cpp: fix compiler warningsghost
2010-06-09fix crash when unicable matrix is selected, cleanup codeghost