summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-02Adjust the wrapper declaration macros to support the new wrapper construction...George Kiagiadakis5-54/+57
2010-12-26Fix copyright.George Kiagiadakis2-0/+4
2010-12-26Improve the Quark API and documentation.George Kiagiadakis3-8/+37
2010-12-26Improve a bit the API of QGlib::Type.George Kiagiadakis3-11/+15
2010-12-26Reviewed all QDebug operator<<() overloads, removed the useless ones and fixe...George Kiagiadakis11-68/+3
2010-12-26Remove Message::create() and Event::create().George Kiagiadakis4-18/+0
2010-12-26Move all the flag operators inside our namespaces. ADL will make sure they ar...George Kiagiadakis3-10/+11
2010-12-26Avoid crashing in Type::fromInstance if instance is NULL.George Kiagiadakis1-1/+5
2010-12-26Improve Signal and emit() documentation.George Kiagiadakis1-16/+30
2010-12-26Add an emitWithDetail overload for emiting signals with a quark detail.George Kiagiadakis3-24/+50
2010-12-25Write proper documentation for connect() and disconnect().George Kiagiadakis2-23/+119
2010-12-25Implement a Qt-like signal connection/disconnection system.George Kiagiadakis9-311/+807
2010-12-20Move the internal emit/connect methods in the Private namespace.George Kiagiadakis4-97/+90
2010-12-20Move Signal::emit and Signal::connect out of the Signal class.George Kiagiadakis6-147/+148
2010-12-20Minor syntactical fixes.George Kiagiadakis2-9/+10
2010-12-20Make Signal::emit take const references.George Kiagiadakis2-14/+11
2010-12-20Make the preprocessor macros in signals/slots a bit more readable.George Kiagiadakis3-69/+47
2010-12-19Remove non-const overloads of RefPointer::operator->() and RefCountedObject::...George Kiagiadakis1-25/+2
2010-12-19Remove RefPointer::operator bool() to disallow unwanted casts to integral types.George Kiagiadakis1-7/+0
2010-12-18RefPointer: Add operator==() and operator!=().George Kiagiadakis1-0/+67
2010-12-18Removed access to deprecated methodsMarco Ballesio3-9/+7
2010-12-18Add a GType definition and make it have the same size/signature as the C GType.George Kiagiadakis1-3/+24
2010-12-16Handle interfaces properly in Value.George Kiagiadakis1-0/+19
2010-12-16Implement the unimplemented methods of Type.George Kiagiadakis2-3/+37
2010-12-16Add a ValueImpl specialization for Value.George Kiagiadakis1-0/+16
2010-12-15Document Value and re-arrange the order of some methods in the header.George Kiagiadakis2-47/+114
2010-12-15Do not warn in Value::get() if an error occurs.George Kiagiadakis1-1/+0
2010-12-15Simplify operator<<(QDebug, const Value &).George Kiagiadakis1-10/+9
2010-12-15Make Value an implicitly shared class.George Kiagiadakis2-38/+77
2010-12-15Remove ugly casts that were used previously to make this code compile.George Kiagiadakis1-3/+3
2010-12-15Implement a QVariant-like API for Value.George Kiagiadakis2-19/+96
2010-12-14Remove SharedValue; it is practically unneeded.George Kiagiadakis5-59/+15
2010-12-14Get rid of ValueBase; use Value as the base class.George Kiagiadakis13-226/+178
2010-12-13Move all the QDebug operator<<() inside the namespaces of their arguments.George Kiagiadakis16-60/+60
2010-12-13Add value.h to codegen headers.George Kiagiadakis1-0/+1
2010-12-13No need to transform those values now that get() does that automatically.George Kiagiadakis1-12/+2
2010-12-13Fix Value exceptions.George Kiagiadakis4-67/+91
2010-12-08TODO item: guard gst_object_ref_sink() callMauricio Piacentini8-12/+36
2010-12-08Use an alternative way to get rid of the libxml2 dependency.George Kiagiadakis1-1/+1
2010-12-07Rewrite the FindGStreamer* scripts to properly support all gstreamer librarie...George Kiagiadakis1-2/+3
2010-12-07Add Message::typeName() and testsMauricio Piacentini2-0/+6
2010-12-06Rename StreamStatusMessage::type() to statusType(), avoid ambiguity with base...Mauricio Piacentini2-2/+2
2010-12-06Fix BufferingMessage (wrap without increasing the reference count)Mauricio Piacentini1-1/+2
2010-12-06Add implementation for QosMessage::setStats()Mauricio Piacentini1-0/+6
2010-12-03Make SharedStructure private and accessible only to friends (minus the destru...Mauricio Piacentini1-2/+9
2010-12-02Do lazy initialization of the Structure at setName() if it is invalid (constr...Mauricio Piacentini1-2/+6
2010-12-02Do not use SharedStructure in public methodsMauricio Piacentini2-5/+5
2010-12-02Update copyrightMauricio Piacentini2-0/+4
2010-12-02Remove StructureBase, make SharedStructure inherit from StructureMauricio Piacentini9-108/+58
2010-12-02Return StructurePtr instead of SharedStructure and adapt the testsMauricio Piacentini8-24/+24