aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-19po/Makefile.am: remove not existing Networkwizard2.6.1ghost
2009-11-19main/Makefile.am: support to extract version information from (git) tarballs ↵ghost
created by our patched bitbake 1.4.2 this needs latest bitbake changes done in our bitbake tree today
2009-11-19enigma.cpp: add missing semicolonghost
2009-11-19main/enigma.cpp: use new defines for getEnigmaVersionStringghost
2009-11-19main/Makefile.am: fix code to generate version.h code is now als able to ↵ghost
handle git trees (now we generate new defines ENIGMA2_LAST_CHANGE_DATA and ENIGMA2_BRANCH (the last only for git)
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-18po/de.po: fix some german translations (by satman)ghost
2009-11-18po/de.po: - german locale updateacid-burn
2009-11-18po/nl.po: - update nl locale, thx Benny DeTandtacid-burn
2009-11-18po/Makefile.am: fix space/intendation errorghost
Conflicts: po/Makefile.am
2009-11-18data/encoding.conf: add arabicghost
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-11-16Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6ghost
2009-11-16po/de.po: - update german locale, thx racer_571 and JackDanielacid-burn
2009-11-16po/sr.po: update serbian locale, thx majevicaacid-burn
2009-11-16polish locale update thx to zbigzbigFraxinas
2009-11-16Enigma2: - general Translation update to move in new translatable strings.acid-burn
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-15Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6Stefan Pluecken
2009-11-14decoder.cpp: remove flush in audio stop request.. when its realy needed it ↵ghost
should be done in driver...
2009-11-12Merge branch '2.6' of git.opendreambox.org:/git/enigma2 into 2.6Stefan Pluecken
2009-11-12fixes bug #283Stefan Pluecken
if nothing is connected to any nim, don't die entering scan setup
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-11-01Merge branch 'bug_183_remove_invert_display'Felix Domke
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-29remove option to invert display, fixes #183Felix Domke
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-27Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-10-27servicenp3.cpp: fix compiler warningsghost
2009-10-26locale update, thanks to zbigzbig20Fraxinas
2009-10-23fix audio track selection (also needs a small fix in gst-plugin-audiosink)ghost
2009-10-20po/tr.po: turkish translation updateghost
2009-10-19po/sv.po: update swedish translation .. thx to weegullghost
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-16update serbian and slovakian translationghost
thx to majevica and lacko
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