| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-19 | Components/About.py: fix /etc/image-version parser..now we also show image ↵ | ghost | |
| type (release/experimental) and major minor revision | |||
| 2009-11-15 | fixes bug #286 | Stefan Pluecken | |
| remove DVI-PC from video wizard to solve some sorting problems and remove a not widely used option remove | |||
| 2009-11-12 | fixes bug #283 | Stefan Pluecken | |
| if nothing is connected to any nim, don't die entering scan setup | |||
| 2009-11-02 | Merge branch '2_5_to_2_6_bug_107'2.6.0 | ghost | |
| 2009-10-31 | bug 154 | Stefan 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-27 | disable unicable for release 2.6 | ghost | |
| 2009-10-27 | disable m2ts support for release 2.6 | ghost | |
| 2009-10-17 | cleanup grayout handling in servicelist.. so no more grayout in timeout ↵ | ghost | |
| channelselection and other channelselections based on simple channelselection | |||
| 2009-10-17 | cleanup screen title handling | ghost | |
| no more need to directly access self.instance.setTitle or getTitle | |||
| 2009-10-16 | SleepTimerEdit.py: store latest selected sleeptimer action | ghost | |
| 2009-10-14 | Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMo | acid-burn | |
| 2009-10-14 | Merge branch 'master' of /git/enigma2 | acid-burn | |
| 2009-10-14 | fix english texts, thanks to Benny | Felix Domke | |
| 2009-10-13 | Components/GUISkin.py: - add possibility to access the Screen title from ↵ | acid-burn | |
| inside the skin without the need to declare it inside every Screen. Just use self.setTitle(_("yourTitle)") inside your Screens onLayoutFinish to set the Title and access it from your skinfile over for example: <widget source="Title" render="Label" position="80,110" size="322,75" .....> if needed like inside fullscreen screens where no Border is drawn. | |||
| 2009-10-13 | Enigma2{data/skin_default.xml, Screens/ParentalControlSetup.py} - remove ↵ | acid-burn | |
| ParentalControlSetup and ParentalControlChangePin skin entrys from skin_default, instead use "Setup" Skin but still allow individual skinning over the original Screen names - add SetupSummary | |||
| 2009-10-13 | MediaPlayer/settings.py: - use "Setup" Skin for MediaPlayerSettings but ↵ | acid-burn | |
| still allow individual skinning over own Skin entry "MediaPlayerSettings" - use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser" - add SetupSummary - fix crash when selecting a mountpoint as start directory inside DirectoryBrowser | |||
| 2009-10-13 | DiseqcTester/plugin.py: -use "Setup" Skin but still allow individual ↵ | acid-burn | |
| skinning over own Skin entry "DiseqcTesterTestTypeSelection" - add SetupSummary | |||
| 2009-10-13 | PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual ↵ | acid-burn | |
| skinning over own Skin entry "PicturePlayerSetup" - add Setup Summary | |||
| 2009-10-13 | Enigma2{data/skin_default.xml,Videomode/plugin.py}: - revert own skin entry ↵ | acid-burn | |
| for VideoMode Plugin(removed again from skin_default.xml), instead use the "Setup" Skin entry, but still allow individual skinning using "VideoSetup" as screen name. | |||
| 2009-10-13 | Enigma2{data/skin_default.xml,Screens/Setup.py}: -replace Buttons and Labels ↵ | acid-burn | |
| through StaticText - remove irritating double Title and use self.setup_title as Screen Title | |||
| 2009-10-12 | Merge branch 'master' of /git/enigma2 | acid-burn | |
| 2009-10-12 | - fix storing last used sleep timer time | Stefan Pluecken | |
| - revert previous change to reuse last used sleep timer time again - add blue button control to set sleep timer time to the remaining time of the currently running service | |||
| 2009-10-12 | SleepTimerEdit.py: use left runtime of running event or playback as default ↵ | ghost | |
| sleeptimer time (thx to ali abdul) | |||
| 2009-10-12 | DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and ↵ | acid-burn | |
| allow individual skinning | |||
| 2009-10-12 | Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵ | acid-burn | |
| into skin_default and allow individual skinning | |||
| 2009-10-09 | Add estonian language, thanks to Arvo | Felix Domke | |
| 2009-10-08 | PicturePlayer/plugin.py: - fix red Button action | acid-burn | |
| - whitespace cleanup | |||
| 2009-10-07 | VideoEnhancement/plugin.py: small skin fix so all options fit into the ↵ | acid-burn | |
| configlistscreen | |||
| 2009-10-07 | CleanupWizard/plugin.py: - add configuration screen to mainmenu->system. | acid-burn | |
| It is now possible to enable/disable the CleanupWizard and also to manually define the free space threshold for the warning. | |||
| 2009-10-07 | CommonInterfaceAssignment/plugin.py: - rework gui a bit | acid-burn | |
| - move Buttons to top and replace Labels with StaticText - add some more informations where helpful - minor bugfixes | |||
| 2009-10-07 | Merge branch 'master' of /git/enigma2 | acid-burn | |
| 2009-10-07 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Fraxinas | |
| 2009-10-07 | don't crash upon red key while downloading feed list, exit instead | Fraxinas | |
| 2009-10-06 | /Videomode/plugin.py: - use StaticText for Buttons | acid-burn | |
| - use own Skin for better skinability - use same translateable string for screen title and lcd title | |||
| 2009-10-06 | Extensions/DVDBurn: - use center,center for screens where possible | acid-burn | |
| - replace some Lables through StaticText - remove unused Buttons - minor Skin alignments - use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit) | |||
| 2009-10-06 | MediaPlayer/settings.py: small skin corrections | acid-burn | |
| 2009-10-06 | PicturePlayer/plugin.py: - center screens where needed. | acid-burn | |
| - move buttons to top and replace Button/Label through StaticText - change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup) - use ConfigListScreen for Pic_Setup - add Buttons where needed. - minor Skinfixes | |||
| 2009-10-06 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Stefan Pluecken | |
| 2009-10-06 | don't crash when video modes are broken | Stefan Pluecken | |
| 2009-10-05 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | ghost | |
| 2009-10-05 | fix for older enigma2 versions | ghost | |
| 2009-10-05 | Mediaplayer: don't crash if writing playlist.e2pls fails | Fraxinas | |
| 2009-10-05 | fix possible crash | Fraxinas | |
| 2009-10-05 | NFIFlash downloader: fix possible crash | Fraxinas | |
| 2009-10-02 | SystemPlugins/SoftwareManager: - add timeout to MessageBox | acid-burn | |
| - reset /proc/stb/vmpeg/0/dst* to defaults after a restore so enigma doesnt restart in pip mode if pip was enabled | |||
| 2009-10-02 | SystemPlugins/SkinSelector: -Rework SkinSelector GUI a bit. | acid-burn | |
| - Fix hardcoded path for noprev.png - remove old skin. current skin is inside skin_default.xml | |||
| 2009-10-02 | Merge branch 'master' of /git/enigma2 | Mladen Horvat | |
| 2009-10-01 | show scaler sharpness in av setup and in video enhancement plugin | ghost | |
| 2009-10-01 | CrashlogAutoSubmit/plugin.py: -move buttons to the top | acid-burn | |
| - replace all Labels where possible through StaticText for better skinability - enable VirtualKeyboard on TEXT Button now if needed. | |||
| 2009-10-01 | SystemPlugins/SoftwareManager:- move buttons to the top and | acid-burn | |
| replace all Labels where possible through StaticText for better skinability - change some label descriptions - minor fixes | |||
