summaryrefslogtreecommitdiff
path: root/src/QGst/Ui
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Rename signal.h to qglib_signal.h to avoid it being used instead of the syste...George Kiagiadakis2-2/+2
2013-06-05qt5: Fix the export macros to work with the Qt5* library namesGeorge Kiagiadakis1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis4-5/+33
2012-10-21graphicsvideosurface.h: Fix example codeJavier Jardón1-2/+3
2012-04-08QtGstreamerUi: Improve docs that are mentioning qt(gl)videosink.George Kiagiadakis2-10/+14
2012-04-08GraphicsVideoSurface: Set the video sink to NULL state before disposing it.George Kiagiadakis1-0/+4
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis8-8/+8
2012-02-08GraphicsVideoSurface: Update the code to use qtglvideosink for QGLWidget view...George Kiagiadakis1-13/+23
2012-02-07VideoWidget: Add support for qtglvideosinkGeorge Kiagiadakis1-0/+49
2012-02-07VideoWidget: Add support for qtvideosinkGeorge Kiagiadakis1-1/+48
2012-02-07Workaround build issues with boost 1.48George Kiagiadakis1-0/+5
2012-02-07VideoWidget: make the constructor explicit and add Q_DISABLE_COPYGeorge Kiagiadakis1-1/+2
2012-01-16Add documentation for GraphicsVideoSurface, GraphicsVideoWidget and the qmlpl...George Kiagiadakis2-1/+50
2012-01-16QtGStreamerUi: Add GraphicsVideoSurface and GraphicsVideoWidget classesGeorge Kiagiadakis7-0/+307
2011-01-21Do not prevent people on QWS from using XOverlay; we may one day have an XOve...George Kiagiadakis1-2/+0
2011-01-20Paint the widget black when it has no renderer attached.George Kiagiadakis2-0/+9
2011-01-20VideoWidget: add support for watching a pipeline and drop the broken support ...George Kiagiadakis2-63/+180
2011-01-08Declare the exported and non-exported symbols of the libraries.George Kiagiadakis2-1/+39
2011-01-04Add a new QGlib::Interface base class for interfaces and make all interfaces ...George Kiagiadakis1-2/+2
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis1-10/+5
2010-12-20Move Signal::emit and Signal::connect out of the Signal class.George Kiagiadakis1-4/+4
2010-12-18Removed access to deprecated methodsMarco Ballesio1-6/+2
2010-11-20Use reinterpret_cast here to make it compile on windows.George Kiagiadakis1-1/+5
2010-07-24Add a new QtGstreamerUi library that contains a VideoWidget class, a widget t...George Kiagiadakis3-0/+279