aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-28F1-F4 for colorscwe-pcChristian Weiske
2013-08-28more installation and running instructionsChristian Weiske
2013-08-28tell about swig 1.3 errorChristian Weiske
2013-08-28fix broken compilation in eptrlist.hChristian Weiske
2011-11-10more rgby color button mappingsChristian Weiske
2011-11-10use keyboard buttons r,g,b,y as remote color buttonsChristian Weiske
2011-11-10make 072779cb43e9477e1f56bcb2b1eb9078274972bc compile on a PCChristian Weiske
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 branch 'master' of git.opendreambox.org:/git/enigma2ghost
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 branch 'pootle-import'acid-burn
2011-09-07Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : audiosync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface serienfilm Plugins-Meta: description and shortdescription
2011-09-07Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : audiosync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface serienfilm Plugins-Meta: description and shortdescription
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-04Merge remote branch 'origin/pootle-import'acid-burn
2011-05-04Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : audiosync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface serienfilm Plugins-Meta: description and shortdescription
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-21Merge remote branch 'origin/pootle-import'acid-burn
2011-04-21Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : audiosync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface serienfilm Plugins-Meta: description and shortdescription
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