aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-09-14servicemp3.cpp: more simple/flexible streaming detectionHEADmasterghost
2011-09-14Merge branch 'bug_747_cancel_waiting_tasks'ghost
2011-09-14[TaskView] upon cancelling waiting jobs, remove them from jobmanager queue ↵Fraxinas
all the way
2011-09-14Merge branch '32bpp_rgba_png_support'ghost
2011-09-14Merge branch 'bug_736_fix_rotor_with_unicable_lnb'ghost
2011-09-13lib/gdi/picload.*: add support for 32bpp png (rgba)Moritz Venn
Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-09-13Merge remote-tracking branch 'origin/bug_785_fix_rtl_group_epg'ghost
2011-09-13Merge remote-tracking branch 'origin/bug_752_audio_selection_fix'ghost
2011-09-13Merge remote-tracking branch 'origin/bug_671_python_update'ghost
2011-09-13Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet'ghost
2011-09-07Merge remote-tracking branch 'origin/obi/master-20110412'ghost
2011-09-06Merge remote-tracking branch 'origin/acid-burn/virtualkeyboard'ghost
2011-09-06Merge remote-tracking branch 'origin/bug_747_cancel_waiting_tasks'ghost
2011-09-06Merge remote-tracking branch 'origin/bug_749_ethread_bugfix'ghost
2011-09-06Merge branch 'bug_736_fix_rotor_with_unicable_lnb'ghost
2011-08-17Hotplug: also close thread on language changeMoritz Venn
Previously after a language thread the bdpoll variable was overwritten leaving the old thread run forever and only closing the new one on shutdown (a language changes does NOT call the plugin close handler but the start handler is called again). so before creating a new bdpoll instance check if an old one exists and unset the running flag. Signed-off-by: Moritz Venn <moritz.venn@freaque.net> Signed-off-by: ghost <andreas.monzner@multimedia-labs.de>
2011-07-06service/event.cpp: use strncasecmp instead of (stupid) c++ stuffghost
refs #785
2011-07-05service/event.cpp: convert country code to lower case before compare itghost
this fixes not visible epg title on some rtl group services fixes bug #785
2011-06-10VirtualKeyBoard.py: fix 'space' recognition with keyboard input. refs #750Mladen Horvat
2011-05-26fix tabs, code cleanupghost
refs #736
2011-05-20Merge remote branch 'origin/acid-burn/network_changes_next'acid-burn
2011-05-20WirelessLan: small skinfix for WLAN Status Screen. refs #725acid-burn
2011-05-09Merge remote branch 'origin/acid-burn/network_changes_next'acid-burn
2011-05-09Network.py: change network interface description name to old state. (LAN ↵acid-burn
connection 1 -> Lan connection). refs #725
2011-05-03Merge remote-tracking branch 'remotes/origin/bug_739_fix_CT_tuner_timer_bug'ghost
2011-05-03Merge remote-tracking branch 'remotes/origin/bug_599_picload_fd_leak'ghost
2011-04-26re-add audio track selection by number keys (patch by ritzmo)ghost
refs bug #752
2011-04-26shutdown bdpoll thread on e2 shutdownghost
this is needed for newer python versions... thanks to ritzmo fixes bug #671
2011-04-20VirtualKeyBoard.py: fix typo (Lanq -> Lang). refs #750Mladen Horvat
2011-04-19Converter/ValueToPixmap.py: don't use cache with "Path" argument. refs #750Mladen Horvat
2011-04-19Converter/ValueToPixmap.py, Renderer/Pixmap.py: use cache for LoadPixmap ↵Mladen Horvat
inside ValueToPixmap converter, look for pixmap attribute inside Pixmap renderer and react on changes. refs #750
2011-04-19VirtualKeyBoard.py: add modified patch from Homey to allow keyboard inputs. ↵Mladen Horvat
refs #750
2011-04-18Components/Converter: add ValueToPixmap converter to convert a given path or ↵Mladen Horvat
language code to a pixmap pointer e.g. used by the pixmap renderer. refs #750
2011-04-18VirtualKeyBoard: Add cz/sk layout (patch from Petr)to VirtualKeyBoard. Add ↵Mladen Horvat
possibility to change language layout with yellow button and display the corresponding language icon. Refs #750
2011-04-18NumericalTextInput: Add cz/sk layout (patch from Petr)to NumericalTextInput ↵Mladen Horvat
and change font of NumericalTextInputHelpDialog from console to regular for better utf-8 charset support. refs #750
2011-04-15Components/Network.py: small improvements and cleanups/fixesMladen Horvat
2011-04-13Components/DreamInfoHandler.py, SystemPlugins/SoftwareManager: add ↵Mladen Horvat
possibility to have also non plugins/skins inside SoftwareManager. add support for 'needsRestart' option inside meta descriptions for non plugins/skins. refs #389
2011-04-13Enigma2-{Network,NetworkWizard,WirelessLan}: more work on wireless lan / ↵Mladen Horvat
networking. removed 'hidden' links from lists and replaced with more intuitive options in networkwizard/networksetup. fixes #725
2011-04-13Merge branch 'master' of git.opendreambox.org:/git/enigma2 into ↵Mladen Horvat
acid-burn/network_changes_next
2011-04-12Scanner.py: Add MIME types for mka and mkv (Patch by Stephan Reichholf)Andreas Oberritter
2011-04-12BackupRestore.py: Fix untranslatable string (Patch by Benny De Tandt)Andreas Oberritter
2011-04-11[TaskView] fix cancel of waiting (not yet started) jobsFraxinas
2011-04-11do call pthread_join before new pthread_create when the thread handle is validghost
fixes bug #749
2011-04-05gdi/picexif.cpp: more and more FD leak stuffghost
refs bug #599
2011-04-05picexif.cpp: more FD leak voodoo...ghost
refs bug #599
2011-04-05fixed DecodeExif error handling.. this should fix a FD leakghost
fixes bug #599
2011-04-01fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP)Andreas Oberritter
2011-04-01SDL: fix input of control keysAndreas Oberritter
2011-04-01add PSignal3 templateAndreas Oberritter
2011-03-31InputBox/Screen: remove trailing semicolonAndreas Oberritter