| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-14 | Merge 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-13 | Merge remote-tracking branch 'origin/bug_752_audio_selection_fix' | ghost | |
| 2011-09-13 | Merge remote-tracking branch 'origin/bug_671_python_update' | ghost | |
| 2011-09-13 | Merge remote-tracking branch 'origin/bug_453_multiepg_no_more_ask_bouquet' | ghost | |
| 2011-09-07 | Merge remote-tracking branch 'origin/obi/master-20110412' | ghost | |
| 2011-09-06 | Merge remote-tracking branch 'origin/acid-burn/virtualkeyboard' | ghost | |
| 2011-09-06 | Merge remote-tracking branch 'origin/bug_747_cancel_waiting_tasks' | ghost | |
| 2011-08-17 | Hotplug: also close thread on language change | Moritz 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-06-10 | VirtualKeyBoard.py: fix 'space' recognition with keyboard input. refs #750 | Mladen Horvat | |
| 2011-05-20 | Merge remote branch 'origin/acid-burn/network_changes_next' | acid-burn | |
| 2011-05-20 | WirelessLan: small skinfix for WLAN Status Screen. refs #725 | acid-burn | |
| 2011-05-09 | Merge remote branch 'origin/acid-burn/network_changes_next' | acid-burn | |
| 2011-05-09 | Network.py: change network interface description name to old state. (LAN ↵ | acid-burn | |
| connection 1 -> Lan connection). refs #725 | |||
| 2011-05-03 | Merge remote-tracking branch 'remotes/origin/bug_739_fix_CT_tuner_timer_bug' | ghost | |
| 2011-04-26 | re-add audio track selection by number keys (patch by ritzmo) | ghost | |
| refs bug #752 | |||
| 2011-04-26 | shutdown bdpoll thread on e2 shutdown | ghost | |
| this is needed for newer python versions... thanks to ritzmo fixes bug #671 | |||
| 2011-04-20 | VirtualKeyBoard.py: fix typo (Lanq -> Lang). refs #750 | Mladen Horvat | |
| 2011-04-19 | Converter/ValueToPixmap.py: don't use cache with "Path" argument. refs #750 | Mladen Horvat | |
| 2011-04-19 | Converter/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-19 | VirtualKeyBoard.py: add modified patch from Homey to allow keyboard inputs. ↵ | Mladen Horvat | |
| refs #750 | |||
| 2011-04-18 | Components/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-18 | VirtualKeyBoard: 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-18 | NumericalTextInput: 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-15 | Components/Network.py: small improvements and cleanups/fixes | Mladen Horvat | |
| 2011-04-13 | Components/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-13 | Enigma2-{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-13 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 into ↵ | Mladen Horvat | |
| acid-burn/network_changes_next | |||
| 2011-04-12 | Scanner.py: Add MIME types for mka and mkv (Patch by Stephan Reichholf) | Andreas Oberritter | |
| 2011-04-12 | BackupRestore.py: Fix untranslatable string (Patch by Benny De Tandt) | Andreas Oberritter | |
| 2011-04-11 | [TaskView] fix cancel of waiting (not yet started) jobs | Fraxinas | |
| 2011-04-01 | fix commit fb764c8e53e17bc3e1e806e946956f3e70792020 (fixes PiP) | Andreas Oberritter | |
| 2011-04-01 | add PSignal3 template | Andreas Oberritter | |
| 2011-03-31 | InputBox/Screen: remove trailing semicolon | Andreas Oberritter | |
| 2011-03-31 | Screens/NetworkSetup.py, SystemPlugins/WirelessLan,Networkwizard: dont use ↵ | Mladen Horvat | |
| "hidden..." as selector for hidden networks. Add config option for entering a hidden network ssid. This is more intuitive as selecting the option from the found networks. refs #725 | |||
| 2011-03-30 | ServiceInfo: make more strings translatable | Andreas Oberritter | |
| 2011-03-30 | fix some misspellings | Andreas Oberritter | |
| 2011-03-30 | transponder info: display e.g. "Astra (19.2E)" instead of "192" | Andreas Oberritter | |
| 2011-03-30 | SystemPlugins/SoftwareManager: change default backup names for ↵ | Mladen Horvat | |
| wpa_supplicant configuration files. refs #389 | |||
| 2011-03-30 | SystemPlugins/WirelessLan: Don't depend on device names where possible. ↵ | Mladen Horvat | |
| Better wireless lan interface detection and scanning. Changed file naming for wpa_supplicant configuration to wpa_supplicant."interfacename".conf. refs #389 | |||
| 2011-03-30 | SystemPlugins/NetworkWizard: Don't depend on device names where possible. ↵ | Mladen Horvat | |
| Some code cleanups and improvements. refs #389 | |||
| 2011-03-30 | Network.py/NetworkSetup.py: improve wireless lan device detection. Dont ↵ | Mladen Horvat | |
| depend on device names where possible. Some code cleanups and improvements for wlan devices. refs #389 | |||
| 2011-03-30 | remove debug | acid-burn | |
| 2011-03-30 | SoftwareManager: add new wpa_supplicant configfiles to backup defaults. refs ↵ | acid-burn | |
| #389 | |||
| 2011-03-30 | NetworkWizard: follow network.py to improve wireless interface/module ↵ | acid-burn | |
| detection. refs #389 | |||
| 2011-03-30 | SystemPlugins/WirelessLan: improve wireless device/module detection. | acid-burn | |
| improve iwconfig response parsing. read and save wpa_supplicant configurations into per interface separated files. refs #389 | |||
| 2011-03-30 | NetworkSetup.py: improved wlan interface/response handling. | acid-burn | |
| dont ask for deactivating a second interface if deactivating current interface. use activate/deactivate interface functions instead network restarts to apply network configurations. | |||
| 2011-03-30 | Network.py: improve remote rootfs detection and wireless device/module ↵ | acid-burn | |
| detection. improve functions to activate/deactivate network interfaces. cleanup some unused functions. refs #389 | |||
| 2011-03-29 | make switching of keyboard modes more consistent | Andreas Oberritter | |
| 2011-03-29 | fix some crashes during settings wizard | Andreas Oberritter | |
