aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-11-19Components/About.py: fix /etc/image-version parser..now we also show image ↵ghost
type (release/experimental) and major minor revision
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-11-15fixes bug #286Stefan Pluecken
remove DVI-PC from video wizard to solve some sorting problems and remove a not widely used option remove
2009-11-14decoder.cpp: remove flush in audio stop request.. when its realy needed it ↵ghost
should be done in driver...
2009-11-11fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
2009-11-02Merge branch '2_5_to_2_6_bug_107'2.6.0ghost
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-28fix rotor tuning symbolghost
2009-10-28servicemp3.cpp: fix possible segfault/asserting (bug #216)ghost
2009-10-28servicemp3.cpp: dont start pipeline in constructor, small cleanupghost
2009-10-28fix wrong selected audio track when playing back files via gstreamerghost
2009-10-27disable unicable for release 2.6ghost
2009-10-27disable m2ts support for release 2.6ghost
2009-10-27servicenp3.cpp: fix compiler warningsghost
2009-10-23fix audio track selection (also needs a small fix in gst-plugin-audiosink)ghost
2009-10-17cleanup grayout handling in servicelist.. so no more grayout in timeout ↵ghost
channelselection and other channelselections based on simple channelselection
2009-10-17cleanup screen title handlingghost
no more need to directly access self.instance.setTitle or getTitle
2009-10-16SleepTimerEdit.py: store latest selected sleeptimer actionghost
2009-10-14Enigma2{skin_default.xml,SimpleSummary.py}: - Fix SimpleSummary, thx ritzMoacid-burn
2009-10-14Merge branch 'master' of /git/enigma2acid-burn
2009-10-14fix english texts, thanks to BennyFelix Domke
2009-10-13Components/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-13Enigma2{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-13MediaPlayer/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-13DiseqcTester/plugin.py: -use "Setup" Skin but still allow individual ↵acid-burn
skinning over own Skin entry "DiseqcTesterTestTypeSelection" - add SetupSummary
2009-10-13PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual ↵acid-burn
skinning over own Skin entry "PicturePlayerSetup" - add Setup Summary
2009-10-13Enigma2{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-13Enigma2{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-12fix snrdb calculation for dm600 tunerghost
2009-10-12Merge branch 'master' of /git/enigma2acid-burn
2009-10-12- fix storing last used sleep timer timeStefan 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-12SleepTimerEdit.py: use left runtime of running event or playback as default ↵ghost
sleeptimer time (thx to ali abdul)
2009-10-12DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and ↵acid-burn
allow individual skinning
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
2009-10-09Add estonian language, thanks to ArvoFelix Domke
2009-10-09servicemp3.h/cpp: improved pause / skip forward/backward (needs current ↵ghost
gstreamer and gst-plugin-dvbmediasink)
2009-10-08PicturePlayer/plugin.py: - fix red Button actionacid-burn
- whitespace cleanup
2009-10-07VideoEnhancement/plugin.py: small skin fix so all options fit into the ↵acid-burn
configlistscreen
2009-10-07CleanupWizard/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-07CommonInterfaceAssignment/plugin.py: - rework gui a bitacid-burn
- move Buttons to top and replace Labels with StaticText - add some more informations where helpful - minor bugfixes
2009-10-07Merge branch 'master' of /git/enigma2acid-burn
2009-10-07Merge branch 'master' of git.opendreambox.org:/git/enigma2Fraxinas
2009-10-07don't crash upon red key while downloading feed list, exit insteadFraxinas
2009-10-06/Videomode/plugin.py: - use StaticText for Buttonsacid-burn
- use own Skin for better skinability - use same translateable string for screen title and lcd title
2009-10-06Extensions/DVDBurn: - use center,center for screens where possibleacid-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-06MediaPlayer/settings.py: small skin correctionsacid-burn
2009-10-06PicturePlayer/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-06Merge branch 'master' of git.opendreambox.org:/git/enigma2Stefan Pluecken
2009-10-06don't crash when video modes are brokenStefan Pluecken