aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-31servicedvb.cpp: remove debug outputmaster-2011.01ghost
2010-12-31epgcache.cpp: typo fixedghost
2010-12-16add support for .git/last_commit_info generated by bitbake with latest "hack"ghost
2010-12-14mytest.py: set epgcache filename after plugin initghost
2010-12-13Merge remote branch 'remotes/origin/pootle-import'ghost
2010-12-13Merge branch 'bug_621_caid_info'ghost
2010-12-13Merge branch 'bug_624_change_handylike_char_input'ghost
2010-12-13Merge remote branch 'remotes/origin/acid-burn/bug_622_swupgrade_networkcheck'ghost
2010-12-13Merge remote branch 'remotes/origin/bug_620_dvdburn_absolutepaths'ghost
2010-12-13Merge remote branch ↵ghost
'remotes/origin/acid-burn/bug_629_show_autofs_volumes_as_backuplocation'
2010-12-13Merge remote branch ↵ghost
'remotes/origin/acid-burn/bug_439_dvdplayer_missing_titlestring'
2010-12-13SoftwareManager/plugin.py: allow autofs volumes to be selectable as backup ↵acid-burn
location. fixes #629
2010-12-11add own font alias(name) for display (summary) screensghost
2010-12-11add missing inc/decref for multicontent templateghost
2010-12-03Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. ↵acid-burn
refs #439
2010-12-02Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface Plugins-Meta: description and shortdescription
2010-11-29move german umlauts to more appropriate positionghost
refs #624
2010-11-29NumericalTextInput.py: better handylike character input (draft proposal)ghost
feel free to make suggestions refs #624
2010-11-29use std::list instead of std::set for caid/capid pairs to support duplicate ↵ghost
caids refs #621
2010-11-26Merge branch 'bug_615_replace_rawfile'master-2010.12ghost
2010-11-26dvb/tstools.cpp: fix openFile without streaminfoghost
this fixes slow movielist refs #615
2010-11-26Merge branch 'bug_347_adenin_unicable_xml'ghost
2010-11-26sec.cpp: fixed rotor turning without inputpower measurement (introduced with ↵ghost
latest unicable changes) TODO: recheck rotor turning with unicable components... it seems broken refs #347
2010-11-25ignore diseqc repeats in diseqc 1.0 modeghost
refs #623
2010-11-25set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in ↵ghost
advanced tuner config when diseqc is set to 1.0) thx to SadButTrue for bug report! fixes bug #623
2010-11-25DVDPlayer/src/servicedvd.cpp: add possibility to override servicename for ↵acid-burn
played dvd's. DVDPlayer/plugin.py: manually set servicename if playing from a dvd structure on hdd/networkmount. Small useability improvements. refs #439
2010-11-25lib/service/servicedvb.cpp: add possibility to override servicename for pvr ↵ghost
dvb services
2010-11-24follow iDataSource -> iTsSource name changeghost
2010-11-24Merge branch 'bug_615_replace_rawfile'ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23SoftwareManager: take care of network availability inside SoftwareUpgrade ↵acid-burn
and allow proper exiting. fixes #622
2010-11-23Merge branch 'obi/master'Andreas Oberritter
2010-11-23Merge branch 'bug_615_replace_rawfile'ghost
2010-11-23lib/dvb/pmt.cpp: migrate PMT pid search code to new iDataSource stuffghost
2010-11-22Merge branch 'bug_617_default_favlist_handling_fix'ghost
2010-11-22main/Makefile.am: don't pass --dirty to Git to support older versionsAndreas Oberritter
2010-11-22version-info: let ENIGMA2_REV default to "" instead of NULL (fixes crash in ↵Andreas Oberritter
bsod.cpp)
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
2010-11-22main/Makefile.am: use --pretty instead of --format to support older Git versionsAndreas Oberritter
2010-11-22main/Makefile.am: add missing backslashAndreas Oberritter
2010-11-22lib/python/Components/config.py: more robust codeghost
#refs #617
2010-11-17.gitignore: add enigma2.shAndreas Oberritter
2010-11-17install idatasource.hAndreas Oberritter
2010-11-17To build this version for a Dreambox, you will need a recent OE (branch ↵Andreas Oberritter
"opendreambox-1.6" will do, but "3.0" won't) or at least a backported BitBake recipe from there.
2010-11-17remove outdated debug scriptsAndreas Oberritter
2010-11-17fix more nfiflash media paths to be non-absolute (#620)Fraxinas
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
2010-11-16bsod: include csignalAndreas Oberritter
2010-11-16version.h: make generation more robustAndreas Oberritter
* $(ENIGMA2_REV) may be empty, so prefix the line with '-' * mark target as intermediate and phony to ensure execution and deletion
2010-11-16$(am__mv) requires automake 1.11 or later, so use plain 'mv -f' insteadAndreas Oberritter