aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2011-02-19in TemplatedMultiContent Lists, use the default skin color if color tuple ↵Fraxinas
element is None
2011-02-19Merge branch 'bug_537_ignore_vob_pgs_subtitles' into masterghost
2011-02-09Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'ghost
2010-12-11add missing inc/decref for multicontent templateghost
2010-12-05small code cleanup, fix memleaksghost
refs #537
2010-11-16ewidgetdesktop: don't abort if no target_pixmap is setAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-11Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-11-11add template handling to pixmap progress listboxmulticontentghost
refs #539
2010-11-02Merge branch 'bug_530_add_dm800se_support'ghost
2010-11-02add assertion for missing windowstyleghost
2010-10-07fix tabs, dont draw border when width is 0ghost
2010-10-07implement borders for ePixmap widgets (add feature #589)Fraxinas
2010-10-06Merge branch 'bug_539_add_multicontent_pixmap_progress'ghost
2010-10-06Merge branch 'bug_474_fix_multicontent_clear'ghost
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-07-26add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵Fraxinas
subs (fixes #537)
2010-06-04lib/gui/elistboxcontent.cpp: dont crash on non selectable entriesghost
2010-06-04lib/gui/elistboxcontent.cpp: dont crash on non selectable entriesghost
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2010-05-26add new multicontent TYPE_PROGRESS_PIXMAPghost
this fixes bug #539
2010-04-13lib/gui/elistboxcontent.cpp: fix compiler warningghost
2010-04-13lib/gui/elistboxcontent.cpp: fix compiler warningghost
2010-03-11dont clear when not neededghost
this fixes bug #474
2010-03-11dont clear when not neededghost
this fixes bug #474
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