summaryrefslogtreecommitdiffstats
path: root/src/serviceframework
Commit message (Expand)AuthorAgeFilesLines
* Migrate the service framework to QRegularExpressionSamuel Gaist2019-01-032-12/+15
* Fix license headersJani Heikkinen2018-01-2260-780/+1140
* Update outdated license headers with correct onesJani Heikkinen2017-11-221-4/+4
* QServiceManager: don't deref nullptrMarc Mutz2016-03-031-1/+1
* Make more ctors explicitMarc Mutz2016-03-032-2/+2
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-033-10/+10
* Prospective build fix for Visual Studio 2013Simon Hausmann2015-07-302-0/+10
* Update all license headersAlex Blasche2015-03-2661-1267/+787
* Add missing private headers warningSamuel Gaist2014-08-1816-20/+190
* Add missing #include <QDataStream>Thiago Macieira2014-08-111-0/+1
* add missing EXPORT declMark Brand2014-06-131-1/+1
* whitespace fixesOswald Buddenhagen2014-01-201-1/+1
* Fix method invocations with both custom and standard param typesRobert Griebl2013-10-061-0/+3
* Fix warning found by clang: private unused members in a classThiago Macieira2013-08-021-1/+0
* Remove JsonDB dependencies (1/2)Alex Blasche2013-06-194-1361/+6
* Fix warnings found in headers (headersclean)Thiago Macieira2013-04-081-4/+4
* Make QServicePackagePrivate::clean non-virtualThiago Macieira2013-04-081-1/+1
* make use of qtHaveModule()Oswald Buddenhagen2013-02-151-1/+1
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-0613-43/+1
* Do not use interface as variable or parameter nameOliver Wolff2013-01-235-167/+167
* Change default linux backends when dbus is not presentAndrew Stanley-Jones2012-11-161-4/+4
* Allow using QRemoteServiceRegister for types other than IPC.Lincoln Ramsay2012-11-154-2/+47
* QtSystems: Fix compiler warnings.Friedemann Kleint2012-10-161-1/+1
* Update docs after modularization of docsTor Arne Vestbø2012-10-121-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2463-1503/+1503
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* make use of QT_{,FOR_}PRIVATE to specify private Qt dependencies, take 2v5.0.0-beta1Oswald Buddenhagen2012-08-242-7/+6
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* OSX 10.6 doesn't define O_CLOEXEC so don't use itAndrew Stanley-Jones2012-07-131-9/+10
* Allow build of submodule docs individually using 'make'.Peter Yard2012-07-051-0/+4
* Fix the cross compilationLaszlo Papp2012-07-041-2/+2
* Fix select on OSXAndrew Stanley-Jones2012-07-021-1/+3
* Make unix backend compile on MacAndrew Stanley-Jones2012-07-022-2/+13
* The unit test modifies the PATH.Lincoln Ramsay2012-07-012-18/+1
* Update the export macros in qtsystems.gitThiago Macieira2012-06-281-18/+2
* Fix build/ add missing includes for QDataStream.Friedemann Kleint2012-06-281-0/+2
* Do not depend on indirect includes: include <QDataStream>Thiago Macieira2012-06-271-0/+1
* Fix a warning.Lincoln Ramsay2012-06-261-1/+1
* fix a warning and a docLincoln Ramsay2012-06-261-2/+2
* CompileLincoln Ramsay2012-06-261-2/+3
* build system cleanupsOswald Buddenhagen2012-06-261-7/+1
* Remove left over defines and fix the unix backendAndrew Stanley-Jones2012-06-258-135/+98
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-221-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-221-1/+0
* Make backend selection easyAndrew Stanley-Jones2012-06-222-24/+35
* Fix compile error in the unix backendAndrew Stanley-Jones2012-06-201-48/+0
* Fix sfwlistenAndrew Stanley-Jones2012-06-201-0/+6
* Fix compiler warning about order of initialization.Lincoln Ramsay2012-06-201-10/+10
* QString(const char*) is deprecated - use QLatin1String()Lincoln Ramsay2012-06-201-1/+1
* Fix warnings about declared-but-unused symbols.Lincoln Ramsay2012-06-203-1/+9