aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2009-11-09Merge commit 'origin/bug_175_wlan_connection_problem' into experimentalAcid Burn
2009-11-09WirelessLan/plugin.py: - properly escape spaces inside an SSID name when ↵acid-burn
returning the ConfigString. This fixes #175
2009-11-08Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-08Merge branch 'bug_258_sorting_of_configsatlist' into experimentalghost
2009-11-08NimManager.py: another fix of satellite sort order .. now we sort from the ↵ghost
westernmost to the easternmost satellite
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist' into experimentalghost
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'ghost
2009-11-07revert some no more needed bug_258_sorting_of_configsatlist changesghost
2009-11-07Merge branch 'master' into experimentalStefan Pluecken
2009-11-07Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-07fixes bug #258 (again)Stefan Pluecken
sorting of satlist moved to another, not so destructive state
2009-11-06Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Components/config.py
2009-11-06Merge branch 'bug_258_sorting_of_configsatlist'Stefan Pluecken
2009-11-06fixes bug #258Stefan Pluecken
some beautification of PositionerSetup code regarding the ConfigSatlist sorting
2009-11-06fixes bug #258Stefan Pluecken
removed some wrong ConfigSatList handling
2009-11-06Revert "bug #258"ghost
This reverts commit 0bc4d77344f249d7e3c0adb2b2ea58d74f2d02ea. its broken yet
2009-11-06Revert "bug #258"ghost
This reverts commit 65ae5578663b82ddf54926047682ec1b6afdf4b6. its broken yet...
2009-11-06Revert "disable fast winding for non TS mediafiles until we have a usable ↵ghost
solution for this.." This reverts commit b643641e2c6288eff61d0346a3dda82bd820b3b7.
2009-11-06Revert "small fix"ghost
This reverts commit 1c954ba161bc3cd4b838b3c5a423d41847f0382a.
2009-11-06Merge branch 'experimental' of ↵ghost
git://git.opendreambox.org/git/acidburn/enigma2 into experimental
2009-11-06Merge branch 'bug_140_move_WirelessLan_and__NetworkWizard_to_Enigma2' into ↵acid-burn
experimental
2009-11-06Enigma2-SystemPlugins: -move NetworkWizard and WirelessLan Plugins into ↵acid-burn
Enigma2 git repo. This fixes bug #140
2009-11-05Merge branch 'bug_274_disable_fast_winding_for_non_ts' into experimentalghost
2009-11-05small fixghost
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-11-05Merge branch 'bug_236_recordpath' into experimentalghost
2009-11-05Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into ↵ghost
experimental
2009-11-05fix not working default record pathes screen (add and install missing file)ghost
2009-11-05Merge branch 'bug_236_recordpath' into experimentalghost
2009-11-05add missing fileghost
2009-11-05Merge branch 'master' into bug_236_recordpathghost
2009-11-04Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-04Merge branch '219_negative_ac3_pcm_delay'Stefan Pluecken
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04bug #258Stefan Pluecken
properly sort ConfigSatList
2009-11-04bug #258Stefan Pluecken
sort ConfigSatList properly
2009-11-04DVDBurn fix capacity report for full dual layer media in Media ToolboxFraxinas
2009-11-04DVDBurn fix capacity report for full dual layer media in Media ToolboxFraxinas
2009-11-03Merge branch 'enable_experimental_unicable_support' into experimentalghost
2009-11-03Merge branch 'enable_experimental_m2ts_support' into experimentalghost
2009-11-03Merge branch 'bug_246_cutlistedit' into experimentalghost
2009-11-03Merge branch 'bug_245_record_playback_fixes' into experimentalghost
2009-11-03Merge branch 'bug_236_recordpath' into experimentalghost
2009-11-03Merge branch '219_negative_ac3_pcm_delay' into experimentalghost
2009-11-02Revert "disable unicable for release 2.6"ghost
This reverts commit 597d64c2e00be8759286e37fd15823b1c1518845.
2009-11-02Revert "disable m2ts support for release 2.6"ghost
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
2009-11-02Merge branch '2_5_to_2_6_bug_107'2.6.0ghost
2009-11-02bug #219Stefan Pluecken
- introduce ConfigSelectionNumber to allow left/right buttons for positive and negative number ranges - use it to set up config.av.generalAC3delay and config.av.generalPCMdelay
2009-10-31bug 154Stefan Pluecken
remove sleep timer from infobar blue button menu sleep timer still accessible through powerdown menu via main menu or by holding the power button for 3 seconds
2009-10-29By Anders Holst: Improve custlist editorFelix Domke
1. Show the current seek state next next to the service time. It is very convenient to see how fast one is winding, when scanning through a movie. 2. Don't jump away from the current position whenever a cut or mark is added or removed. 2a. The variable self.last_cuts was not initialized, causing a jump to the first mark position when the first cut is made. 2b. Search backwards for the first difference between old and new cut lists: After having produced a cut pair (out - in) you would like to end up at the end (in) rather than beginning (out). (This also gives more intuitive selected positions in the general case.) 2c. Inhibit jumping whenever a cut or mark is removed: You don't want to leave that position now when it has no mark to easily jump back to. 3. Standing at either border of a cut, at IN or OUT, should always count as inside the cut, so that removing it is enabled from there. 3a. Count standing exactly at the end of a cut as also standing in an "OUT" area. 3b. It was not possible to remove a "cut from the beginning" at all if there was any mark before the "IN" point - it was not correctly recognized as an "OUT" area. Also note that nowadays, with the more exact seeking code of Enigma2 (on both platforms, DM7025 and DM800/8000), the CutListEditor can't be accused of being imprecise any more: As long as you put your cuts at GOP boundaries (which you are most likely to do if you fine tune your position with GOP single-stepping), the CutListEditor now has perfect precision! :-) patch for #246