aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2008-04-13add 'templates' in listboxcontent, to split the layout from actual data contentFelix Domke
2008-04-10set fastblank correctlyFelix Domke
2008-04-10allow setting a videomode directly with 1(=720p),2(=1080i),3(=scart)Felix Domke
2008-04-09Add ServicePosition arguments Detailed, Negate, ShowHours & respective patch ↵Andreas Frisch
for CutListEditor
2008-04-08experimental support for freetype 2.1.x and newer versionsAndreas Oberritter
2008-04-07"selction" => "selection"Stefan Pluecken
2008-04-06add translation choser (on pressing the red button) to the StartWizardStefan Pluecken
2008-04-06provide better way of passing arguments to 'execute'Felix Domke
2008-04-04fix tabsAndreas Monzner
2008-04-04remove unneeded minBackwardSpeed check... the min speed is already definedAndreas Monzner
via Usage config (in Expert Mode)
2008-04-01typosAndreas Frisch
2008-03-31add support for user events and user informationsAndreas Monzner
2008-03-31fix compiler warningAndreas Monzner
2008-03-30fix warning, add missing backslashAndreas Monzner
2008-03-30allow language selection in video wizardStefan Pluecken
2008-03-30add sanity check on language indexStefan Pluecken
2008-03-30allow language references through indexesStefan Pluecken
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
translations.. so no new translation is needed
2008-03-29another change of policy (with correct aspect ratio)Andreas Monzner
default use letterbox for 16:9 content on 4:3 TVs default use pillarbox for 4:3 content on 16:9 TVs
2008-03-29just scale by defaultAndreas Monzner
2008-03-29order InputChannel list.. (DVI, Scart, YPbPr)Andreas Monzner
2008-03-28no service type filtering in bouquets by default (but its possible to setAndreas Monzner
filters in bouquets.tv/radio with (type == XYZ)
2008-03-28fix for HD channels in userbouquetsFelix Domke
2008-03-27make eSubtitleWidget more flexibleAndreas Monzner
2008-03-27add iServiceKeys interface (No not what you think ;) it simply means itsAndreas Monzner
now possible to deliver normal button presses into services)
2008-03-27preparation for translationsAndreas Oberritter
2008-03-26don't abort if /etc/localtime already exists (and enigma2 isn't run as root)Andreas Oberritter
2008-03-26fix: comparison is always true due to limited range of data typeAndreas Oberritter
2008-03-26setItemHeight() should return void ('make clean' required!)Andreas Oberritter
2008-03-26fix: too few arguments for formatAndreas Oberritter
2008-03-26removed unused variables 'cnt' and 'protection_bit'Andreas Oberritter
2008-03-26remove unused variable 'i'Andreas Oberritter
2008-03-25remove unused variable 'delta'Andreas Oberritter
2008-03-25use m_pts_to_offsetFelix Domke
2008-03-25fix: comparison is always true due to limited range of data typeAndreas Oberritter
2008-03-25fix: diseqc.eDVBDiseqcCommand::data[n] is used uninitialized in this functionAndreas Oberritter
2008-03-25fix: comparison is always false due to limited range of data typeAndreas Oberritter
'dest' may be used uninitialized in this function
2008-03-25remove unused variable 'retry'Andreas Oberritter
2008-03-25fix: large integer implicitly truncated to unsigned type,Andreas Oberritter
comparison is always true due to limited range of data type too many arguments for format
2008-03-25fix wss, slowblank, standby without scartswitch (requires new drivers)Felix Domke
2008-03-25remove redundant '!!'Andreas Oberritter
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible
2008-03-25fix compile error for i386-optimized refcounting,Andreas Oberritter
use the same code for x86_64
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2008-03-25replace openFile() by two functions openFileCached() and openFileUncached(), ↵Andreas Oberritter
to avoid casting FILE* to int
2008-03-25change get/setData to use long instead of int, to match pointer size on all ↵Andreas Oberritter
systems
2008-03-25create empty 'nim_slots' even if /proc/bus/nim_sockets is not availableAndreas Oberritter
2008-03-25compile and link sdl.cpp if WITH_SDL is setAndreas Oberritter
2008-03-25optimize pvr parser a bit, don't load more than 2 APs per second to speed up ↵Felix Domke
things a bit
2008-03-25remove #error, because sdl.cpp isn't even included in the makefile for nowAndreas Oberritter