index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-07
tests/compilation: don't link compilation tests with qtcore
George Kiagiadakis
1
-1
/
+1
2013-06-07
tests/compilation: Fix the compilation tests to work without FindQtGStreamer....
George Kiagiadakis
3
-5
/
+9
2013-06-05
cmake: Fix library variable
George Kiagiadakis
1
-1
/
+1
2013-06-05
qt5: Initial port to Qt5
George Kiagiadakis
4
-8
/
+33
2013-06-05
qt5: Add conditional support for Qt5 in the build system
George Kiagiadakis
2
-7
/
+7
2013-05-23
cmake: Use CMAKE_INCLUDE_CURRENT_DIR
George Kiagiadakis
2
-3
/
+3
2013-05-23
cmake: Drop completely the optional automoc dependency
George Kiagiadakis
2
-5
/
+5
2012-12-12
discoverertest: Use ADL in QGlib::Value equality operators to make the test w...
George Kiagiadakis
1
-2
/
+6
2012-12-12
Rename DiscovererInfo::subTitleStream() to subtitleStream()
Murray Cumming
1
-3
/
+3
2012-12-12
tests: Add tests for QGst::Discoverer
Mathias Hasselmann
7
-1
/
+633
2012-12-12
tests: Teach QCOMPARE() printing certain GStreamer values
Mathias Hasselmann
1
-0
/
+17
2012-12-12
QGlib: Integrate QGlib::Error with QGlib::Value
Mathias Hasselmann
1
-0
/
+15
2012-04-08
Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...
George Kiagiadakis
23
-23
/
+23
2011-01-22
Make buffer sizes small in tests, to avoid failures on low memory systems.
George Kiagiadakis
2
-9
/
+9
2011-01-21
Add Element::linkMany() and Element::unlinkMany() methods.
George Kiagiadakis
1
-0
/
+41
2011-01-21
Use the variadic Bin::add() method in a few places to give a good example to ...
George Kiagiadakis
1
-2
/
+1
2011-01-21
Add variadic Bin::add implementation.
George Kiagiadakis
1
-0
/
+35
2011-01-21
Add a copy() method in SharedStructure and a test case for SharedStructure.
George Kiagiadakis
1
-0
/
+24
2011-01-21
Register ClockTime with the type system, to be possible to use it with QGlib:...
George Kiagiadakis
1
-0
/
+7
2011-01-20
VideoWidget: add support for watching a pipeline and drop the broken support ...
George Kiagiadakis
4
-1
/
+118
2011-01-16
Add skeleton for the new QtGStreamerUtils library.
George Kiagiadakis
2
-0
/
+2
2011-01-16
Re-enable and fix the dateTime/setDateTime TagList functions.
George Kiagiadakis
1
-2
/
+3
2011-01-16
Add ValueVTable for QDate and QDateTime.
George Kiagiadakis
1
-0
/
+33
2011-01-15
Fix emission of signals with arguments that are sub-types of the types that t...
George Kiagiadakis
1
-2
/
+14
2011-01-14
Add ValueVTable for Structure and a test for it.
George Kiagiadakis
1
-1
/
+24
2011-01-12
Make TagList's QDebug operator<<() useful.
George Kiagiadakis
1
-0
/
+2
2011-01-12
Enable TagList code that depends on gst 0.10.31.
George Kiagiadakis
1
-1
/
+1
2011-01-12
Make tests work again and also fix some coding style issues in taglist.cpp.
George Kiagiadakis
1
-0
/
+1
2011-01-12
Fix compilation of taglisttest.
George Kiagiadakis
1
-12
/
+12
2011-01-12
Implementation of Taglist, plus tests.
Mauricio Piacentini
3
-0
/
+533
2011-01-11
Make the function names of VideoOrientation more readable.
George Kiagiadakis
1
-2
/
+2
2011-01-11
Make UriHandler::makeFromUri return an ElementPtr.
George Kiagiadakis
1
-1
/
+4
2011-01-11
Modify some function names in Query to match better the C names and make sense.
George Kiagiadakis
1
-8
/
+8
2011-01-11
Add ElementFactory::find() and make() QString overloads, to allow factoryName...
George Kiagiadakis
1
-1
/
+1
2011-01-11
Convert ClockTime to a class.
George Kiagiadakis
3
-15
/
+15
2011-01-11
Add template overload for Caps::setValue().
George Kiagiadakis
1
-1
/
+27
2011-01-11
Improve Bin::fromDescription.
George Kiagiadakis
1
-1
/
+1
2011-01-08
Move the init functions in separate init{.h, .cpp} files in both libs and add...
George Kiagiadakis
4
-1
/
+4
2011-01-07
Split QtGLib out of QtGStreamer and fix all libraries' versions.
George Kiagiadakis
2
-0
/
+2
2011-01-07
Fix branding: it's GStreamer, not Gstreamer.
George Kiagiadakis
1
-1
/
+1
2011-01-06
Implement a new way of wraping objects, similar to the one glibmm uses.
George Kiagiadakis
3
-15
/
+111
2011-01-04
Add a new QGlib::Interface base class for interfaces and make all interfaces ...
George Kiagiadakis
1
-0
/
+1
2010-12-26
Improve the Quark API and documentation.
George Kiagiadakis
1
-4
/
+4
2010-12-26
Remove Message::create() and Event::create().
George Kiagiadakis
1
-4
/
+4
2010-12-25
Implement a Qt-like signal connection/disconnection system.
George Kiagiadakis
3
-8
/
+122
2010-12-20
Move Signal::emit and Signal::connect out of the Signal class.
George Kiagiadakis
2
-12
/
+11
2010-12-19
Remove RefPointer::operator bool() to disallow unwanted casts to integral types.
George Kiagiadakis
1
-0
/
+26
2010-12-18
RefPointer: Add operator==() and operator!=().
George Kiagiadakis
2
-1
/
+44
2010-12-16
Handle interfaces properly in Value.
George Kiagiadakis
1
-0
/
+15
2010-12-16
Add a ValueImpl specialization for Value.
George Kiagiadakis
1
-0
/
+22
[next]