| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-06 | some fixes | Mladen Horvat | |
| B A A | |||
| 2008-11-06 | allow setting progress for current task from within resident task, implement ↵ | Fraxinas | |
| rudimentary progress for mplextask in dvdburn (requires dvdauthor patch) | |||
| 2008-11-06 | try to add dvdburn icon once again | Fraxinas | |
| 2008-11-06 | also make in FD nonblocking | ghost | |
| 2008-11-06 | nastily pretend the dvd minus rw bruning error never happened | Fraxinas | |
| 2008-11-06 | don't crash when background jobs fail and user presses red key | Fraxinas | |
| 2008-11-06 | don't crash when exitting dvd image selection without selection | Fraxinas | |
| 2008-11-06 | implement blanking of dvd minus rw media | Fraxinas | |
| 2008-11-06 | add virtual keyboard as easy input help | Acid-Burn | |
| add icons for virtual keyboard network fixes wlan fixeS | |||
| 2008-11-06 | more failsave code, remove imho unneeded invalidate calls | ghost | |
| 2008-11-06 | dont do SDT update when tuned to wrong transponder | ghost | |
| 2008-11-06 | save backup network configuration files and not only gui stuff from enigma2 ↵ | Fraxinas | |
| and change the default backup location to harddisk (on behalf of sat-man) | |||
| 2008-11-06 | Don't block key '5' on keyboard. | Andreas Oberritter | |
| '5' should never be blocked because it is essential for many functions. Also it is unclear why both 0x35 and 0x7E codes are supposed to be generated by 'mute'. Until this is resolved, unblocking '5' is the best solution from a user's POV. | |||
| 2008-11-06 | fix streaming playback (webradio) | Fraxinas | |
| 2008-11-06 | fix decode | Felix Domke | |
| 2008-11-06 | user correct playlist parser from dict | Fraxinas | |
| 2008-11-06 | Revert "check sid and tsid before start automatic service update (STD update)" | ghost | |
| This reverts commit 21812866841eec7ab7a79ee61067581f8202df55. | |||
| 2008-11-06 | add .mp2 as supported filetype | ghost | |
| 2008-11-06 | check sid and tsid before start automatic service update (STD update) | ghost | |
| 2008-11-06 | small fix | ghost | |
| 2008-11-06 | add icon to be installed. remove deprecated directories | Fraxinas | |
| 2008-11-06 | add missing import | ghost | |
| 2008-11-06 | remove debug output | ghost | |
| 2008-11-06 | needed update for avahi stuff | ghost | |
| 2008-11-06 | add additional clear text error messages for burntask | Fraxinas | |
| 2008-11-06 | actually burn and not just simulate burning to dvd-MINUS-r(w) media | Fraxinas | |
| 2008-11-06 | fix syntax error | ghost | |
| 2008-11-06 | dont add cmd to arglist | ghost | |
| 2008-11-06 | add possibility to call eConsoleAppContainer execute with unlimited count of ↵ | ghost | |
| arguments when its called with single argument, then /bin/sh is started else not | |||
| 2008-11-06 | uncomment necessary line | Fraxinas | |
| 2008-11-06 | fix mem bug by changing c strings to cpp strings | Fraxinas | |
| 2008-11-06 | Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ | ghost | |
| fixes problems with some DiSEqC switches | |||
| 2008-11-06 | add possibility to disable user input in Messageboxes | ghost | |
| 2008-11-06 | fix execute string for tasks | andy | |
| 2008-11-06 | add plugin list icon for dvdburn | andy | |
| 2008-10-30 | small refcounting fixes, add private operator delete to iObject | Andreas Monzner | |
| 2008-10-29 | also use refcounting for eTimers | Andreas Monzner | |
| its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed | |||
| 2008-10-29 | fix compiler warning | Andreas Monzner | |
| 2008-10-29 | delete eSocketNotifiers isnt allowed... | Andreas Monzner | |
| please call ->AddRef() after eSocketNotifier::create ... and ->Release() when the eSocketNotifier is no more needed... or use ePtr<eSocketNotifier> | |||
| 2008-10-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-29 | hand over extra_args to finished callback for eBatch calls | Andreas Frisch | |
| 2008-10-29 | allow creating .ISO files. allow burning .ISO images or preauthored dvd ↵ | Andreas Frisch | |
| structures (e.g. from failed burning attempts) to DVD. allow choice between ISO9660 level 1, ISO9660 version 2 and UDF as file system for data DVDs. new options are available for selection within settings screen. burning dvd from image is available as option in menu. | |||
| 2008-10-29 | fix non working timer disable for recurring timers, | Andreas Monzner | |
| no more use texts to detect state | |||
| 2008-10-29 | fix dependencies | Andreas Monzner | |
| 2008-10-29 | remove no more needed files | Andreas Monzner | |
| 2008-10-29 | add eBatch function for running system commands sequentially | Andreas Frisch | |
| 2008-10-28 | remove non working wrapper class to add a (unneeded) .get() call to | Andreas Monzner | |
| eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func) | |||
| 2008-10-28 | add flac and mp4 | Andreas Frisch | |
| 2008-10-28 | change internal handling of media format types and don't scan cd before ↵ | Andreas Frisch | |
| opening context menu | |||
| 2008-10-28 | cleanup eConsoleAppContainer code.. execute is now only possible to call with | Andreas Monzner | |
| one single string argument | |||
