aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-21optimize codeAndreas Monzner
2006-04-20show inTimerIcon also in similar event listAndreas Monzner
2006-04-20fix crash when try to open similar event list when no similar events are foundAndreas Monzner
2006-04-20fix bsod when opening similar event list when no similar events existAndreas Monzner
2006-04-20small fixAndreas Monzner
2006-04-20fix bsodAndreas Monzner
2006-04-19call closed without parameters is also validAndreas Monzner
2006-04-19fix recursive close crashesAndreas Monzner
2006-04-19fix returning screen in openWithCallbackAndreas Monzner
re-add close assertion
2006-04-19small isInTimer speedup (not measured)Andreas Monzner
2006-04-19show similar broadcastings deferred in eventviewAndreas Monzner
when similar broascastings are avail now it is possible to open a epglist with all similar broadcastings (via red button)
2006-04-19comment out assertion as long no other solution for recursive close all open ↵Andreas Monzner
windows is available (used in ChannelSelection when service is added to specific bouquet via Context Menu, and used in MultiEPG when press exit after zap to specific service)
2006-04-19fix bluescreen when wizard endsAndreas Monzner
dont ask to scan 2nd NIM when both nims have the same satellites configured
2006-04-18revert changes from some hours ago (aka disable PiP again)Stefan Pluecken
2006-04-18activate blue button in info bar for extensionsStefan Pluecken
2006-04-18fix typoFelix Domke
2006-04-18reactivate non-working PiP to ease up testing (and fixing driver bugs\!) by ↵Felix Domke
TheDOC
2006-04-18fix Scart.py, add some asserts to find this kind of bugs earlierFelix Domke
2006-04-18fix newlineFelix Domke
2006-04-18fix bluescreenAndreas Monzner
2006-04-17do not crash (blue screen) when try to remove a non existing bouquetAndreas Monzner
2006-04-17fix some blue screensAndreas Monzner
2006-04-17move cursor to valid position when current is invalid (on call invalidate)Andreas Monzner
2006-04-16do not activate repeated timers first time when the start time is before now ↵Andreas Monzner
time
2006-04-16add repeating zap timers is now possibleAndreas Monzner
2006-04-16make parameter for finishedChannelSelction optionalAndreas Monzner
2006-04-16do not try to scan, when no scan is possible.. (show a messagebox)Andreas Monzner
this fixes "self.feid = self.scanList[self.run]["feid"]" IndexError: list index out of range (ServiceScan.py line 64)
2006-04-15fix bluescreen ('NoneType' object has no attribute 'getPath')Andreas Monzner
2006-04-15show "in timer" icon also in multiepgAndreas Monzner
2006-04-15fix bug in EpgList.py (line 79, in getCurrent .. TypeError: unscribtable object)Andreas Monzner
make similar broadcasting search working in multiepg
2006-04-15fix segfault on transponders with incorrect mjd entries in the TDTAndreas Monzner
null pointer check before accessing sectionreader object
2006-04-15remove unneeded (double) closeAndreas Monzner
this fixes adding single services to a bouquet when more than once are avail
2006-04-14don't keep unused referencesFelix Domke
2006-04-13fix segfaultAndreas Monzner
2006-04-13reset rotormoving flag in some conditionsAndreas Monzner
2006-04-13fix try/exceptFelix Domke
2006-04-13fix return of getSeekFelix Domke
2006-04-13stop tuneLoop when the frontend is no more usedAndreas Monzner
2006-04-13take care of count of receivable satellites in transponder useable scoreAndreas Monzner
2006-04-13fix pip disableFelix Domke
2006-04-13use refcount for decoding demuxes to check if they are in useFelix Domke
2006-04-13add getRefCount to evaluate if a demux is in useFelix Domke
2006-04-13fix warningFelix Domke
2006-04-12fix double-close raceFelix Domke
2006-04-12fix sending of uncommitted command when no committed command is choosed and ↵Andreas Monzner
the command order says committed command first
2006-04-12fix blue screen in some conditionsAndreas Monzner
2006-04-11some logic to detect useable nims for rotor pluginAndreas Monzner
2006-04-11don't display blue knob till pip works properly (PIP doesn't work properly ↵Stefan Pluecken
for now! don't activate it! it will eat your box and cat)
2006-04-11fix tuner selection in positioner plugin for more than one dvb-s nimStefan Pluecken
2006-04-11add missing importStefan Pluecken