summaryrefslogtreecommitdiff
path: root/src/QGlib
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Workaround build failures with boost>=1.57 and mocHeiko Becker1-0/+2
2014-05-03QGlib/wrap: refactor Q_ASSERT_X message construction so that it is all contai...George Kiagiadakis1-3/+3
2014-04-27src/QGlib/wrap.cpp Include the name of the GType that wasn't registered.Diane Trout1-2/+3
2013-06-09cmake: Replace QtHelpers by a better FindQt4or5 scriptGeorge Kiagiadakis2-3/+3
2013-06-07pkgconfig: add ${prefix} in all the path variables to make them correctGeorge Kiagiadakis1-2/+2
2013-06-07qt5: Fix library names in the .pc files and rename the .pc files tooGeorge Kiagiadakis1-2/+2
2013-06-07Rename signal.h to qglib_signal.h to avoid it being used instead of the syste...George Kiagiadakis5-5/+5
2013-06-07cmake: Improve installation dirs macrosGeorge Kiagiadakis2-3/+3
2013-06-05qt5: Fix the export macros to work with the Qt5* library namesGeorge Kiagiadakis1-1/+1
2013-06-05qt5: Initial port to Qt5George Kiagiadakis1-1/+1
2013-06-05qt5: Rename the libraries and the package when building with qt5George Kiagiadakis1-5/+5
2013-06-05qt5: Add conditional support for Qt5 in the build systemGeorge Kiagiadakis1-1/+1
2013-05-23cmake: Use CMAKE_INCLUDE_CURRENT_DIRGeorge Kiagiadakis1-1/+1
2013-05-23cmake: Drop completely the optional automoc dependencyGeorge Kiagiadakis1-1/+1
2012-12-12QGlib: Fix cast warning when connecting signalsMathias Hasselmann1-1/+1
2012-12-12QGlib: Update gen.cpp for GError wrappingMathias Hasselmann1-54/+56
2012-12-12QGlib: Integrate QGlib::Error with QGlib::ValueMathias Hasselmann3-9/+47
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis26-26/+26
2012-02-07Fix compilation issue with the latest glibGeorge Kiagiadakis1-1/+1
2012-02-07Workaround build issues with boost 1.48George Kiagiadakis1-0/+5
2011-09-30Fix compilation with QT_NO_STL.George Kiagiadakis1-10/+20
2011-08-10Add the gen.cpp files in the repository.George Kiagiadakis1-0/+151
2011-02-02Add a qHash(const RefPointer<T> &) function to resolve ambiguity when using a...George Kiagiadakis1-0/+8
2011-01-21Generate the list of codegen headers instead of hardcoding it.George Kiagiadakis1-7/+2
2011-01-20Correct assertion message.George Kiagiadakis1-1/+1
2011-01-20Fix g_value_copy warning with older glib versions in case a closure's return ...George Kiagiadakis1-1/+1
2011-01-20Add hack to support glib < 2.26, as it is foolish to depend on 2.26 just for ...George Kiagiadakis1-0/+8
2011-01-20Add GetTypeImpl and ValueImpl specializations for const char[].George Kiagiadakis2-3/+23
2011-01-20Attempt to workaround ambiguity in RefPointer's operator== and operator!=George Kiagiadakis1-2/+16
2011-01-20Do not warn about the unused 'e' here.George Kiagiadakis1-1/+1
2011-01-15Fix emission of signals with arguments that are sub-types of the types that t...George Kiagiadakis1-1/+1
2011-01-12Rename ObjectBase::setPropertyValue to setProperty.George Kiagiadakis2-5/+5
2011-01-12Make the Error cast operators non-inline.George Kiagiadakis2-2/+12
2011-01-12Fix docs display for Value and Signal.George Kiagiadakis2-0/+7
2011-01-11Document that one has to include the Init header to use the init functions.George Kiagiadakis1-1/+3
2011-01-10Undefine QGLIB_CONNECT_MAX_ARGS properly.George Kiagiadakis1-4/+9
2011-01-10Use QString in the Error constructor, since this should be a human-readable s...George Kiagiadakis2-3/+3
2011-01-10Document ObjectBase.George Kiagiadakis1-0/+19
2011-01-10Add ParamSpec::ParamFlag::Deprecated, which also serves as a padding.George Kiagiadakis1-1/+2
2011-01-10Remove ParamSpec::redirectTarget().George Kiagiadakis2-7/+0
2011-01-10Make Quark's QString overloaded methods inline.George Kiagiadakis2-14/+14
2011-01-10Do not export the Signal constructor.George Kiagiadakis1-1/+1
2011-01-10Increase reference count in RefPointer<T>(T*) constructor.George Kiagiadakis1-0/+1
2011-01-08Add some more documentation for RefPointer.George Kiagiadakis1-9/+30
2011-01-08Minor preprocessor & doc adjustments in signal.h.George Kiagiadakis1-12/+25
2011-01-08Cleanup internal macros and hide as much as we can from both the headers and ...George Kiagiadakis1-64/+10
2011-01-08Move the init functions in separate init{.h, .cpp} files in both libs and add...George Kiagiadakis6-6/+36
2011-01-08Declare the exported and non-exported symbols of the libraries.George Kiagiadakis15-37/+58
2011-01-08Make QGLIB_G_VALUE_INITIALIZER private.George Kiagiadakis2-3/+3
2011-01-08Whoops, missed the version from the pkgconfig names of the libraries.George Kiagiadakis1-1/+1