aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-07-27lib/dvb/subtitle.h/cpp: cleanup, fixes for sky brazil 2bit dvb subtitles, ↵ghost
add supported for HD DVB subtitles (seen on bbc hd) lib/dvb/esubtitle.cpp: add support for HD DVB subtiles (seen on BBC HD)
2009-07-25make PIG working with HD Skinsghost
2009-07-24fix tabsghost
2009-07-17ignore empty pixmapsFelix Domke
2009-07-16properly scale change regionsFelix Domke
2009-07-16allow use of alphablended pixmaps in multicontent listsFelix Domke
2009-06-30initialize m_cursor, fix cursorValidFelix Domke
2009-06-19also scale invalidatesfor dvb subtitlesFelix Domke
2009-06-15add csize() to get client sizeFelix Domke
2009-06-09optimize manual blits by not forcing them at gPainter::end, but instead call ↵Felix Domke
flush manually
2009-06-09allow scale of pixmap subtitlesFelix Domke
2009-06-03experimental scaling for pixmaps, requires more work (surface is likely not ↵Felix Domke
an accel-surface)
2009-06-03in buffered mode, don't check empty layersFelix Domke
2009-06-03when starting move, set initial positionFelix Domke
2009-06-03use 720x576 subtitle pixmap, and scale to fullscreenFelix Domke
2009-05-31esubtitle.h: fix compiler warningsghost
2009-05-27make subtitle font styles skinnableFraxinas
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
2009-04-20allow progress in TemplatedMultiContent lists - patch by courtesy of nightmanFraxinas
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-03elistboxcontent.cpp: paint background for selected entry also when ↵ghost
transparent="1" is set
2009-04-02elistboxcontent.cpp: revert "cleanup" part of the commit ↵ghost
"elistboxcontent.cpp: code cleanup, only draw background pixmap for valid(used) listbox entries"
2009-04-02elistboxcontent.cpp: code cleanup, only draw background pixmap for ↵ghost
valid(used) listbox entries
2009-03-31Merge branch 'tmbinc/FixTimingBugs'Felix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-27listboxcontent.cpp: support background and selected pixmap also for ↵ghost
multicontent lists
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
2009-02-19allow {text,pixmap}=None, without warning or error, to allow more flexible ↵Felix Domke
layout options
2009-02-17move replace_all function to base/string.hghost
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge
2009-01-19default to non-swapped orientationFelix Domke
2009-01-19round up when calculating scrollbar widthFelix Domke
2009-01-19make slider orientation configurable into 4 directionsFelix Domke
2009-01-18colors should be unsigned longFelix Domke
2009-01-16add templated colorsFraxinas
2008-11-25fix some refcounting bugsghost
2008-11-18esubtitle.cpp: initialize uninitialized varible... this fixes not working or ↵ghost
rarely working dvb subtitles
2008-11-10Don't show "last position" marks in position gauge.Felix Domke
fixes #41
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-21compile fixAndreas Monzner
2008-10-20hide subtitles after actual duration timeout, unescape entities and simulate ↵Andreas Frisch
bold and italic
2008-08-21add size() method .. to get current desktop sizeAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-06-11also resize widget desktop on resolution changeFelix Domke
2008-06-11fix by Anders Holst: ConfigList Screen update when deleting a listitemFelix Domke
2008-04-13add 'templates' in listboxcontent, to split the layout from actual data contentFelix Domke
2008-03-30change "Behaviour" to "Behavior" in all files ... including allAndreas Monzner
translations.. so no new translation is needed
2008-03-27make eSubtitleWidget more flexibleAndreas Monzner
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible