summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make use of QT_{,FOR_}PRIVATE to specify private Qt dependencies, take 2v5.0.0-beta1Oswald Buddenhagen2012-08-244-27/+29
* Removed JSONDB backend from SystemInfo.Xizhi Zhu2012-08-1715-1288/+3
* Removed mtlib backend from SystemInfo.Xizhi Zhu2012-08-173-89/+4
* make the service be found even in debug_and_release_target configsOswald Buddenhagen2012-08-111-1/+7
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-111-3/+3
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-113-3/+3
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0222-0/+22
* The qml components are not build if the qtdeclarative module is not presentCorentin Jabot2012-08-021-1/+3
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-3011-14/+28
* Add module page. Add getting started info to Overview.Peter Yard2012-07-272-0/+85
* Fix a race condition in the unit test.Lincoln Ramsay2012-07-261-3/+3
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
* Test that the package configs for QtSystems work.Stephen Kelly2012-07-205-0/+106
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-176-126/+6
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-171-23/+3
* Fix unit tests, remove race conditionAndrew Stanley-Jones2012-07-172-37/+19
* 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-05133-1/+12514
* 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-023-3/+29
* The unit test modifies the PATH.Lincoln Ramsay2012-07-013-19/+2
* Update the export macros in qtsystems.gitThiago Macieira2012-06-283-54/+6
* Fix build/ add missing includes for QDataStream.Friedemann Kleint2012-06-282-0/+4
* Compile qnetworkinfo_linux.cpp under C++11 modeThiago Macieira2012-06-271-0/+10
* Do not depend on indirect includes: include <QDataStream>Thiago Macieira2012-06-271-0/+1
* qFree is deprecated, use ::free instead.Thiago Macieira2012-06-261-2/+2
* 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-265-34/+6
* Remove Q_SYSTEMINFO_EXPORT from simulator's datastream operatorsOliver Wolff2012-06-251-32/+32
* Remove left over defines and fix the unix backendAndrew Stanley-Jones2012-06-2510-141/+104
* switch to new-style configure testsOswald Buddenhagen2012-06-2511-30/+28
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-221-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-227-60/+1
* Make backend selection easyAndrew Stanley-Jones2012-06-222-24/+35
* Fix compile error with namespaceAndrew Stanley-Jones2012-06-221-2/+5
* Fix compile error in the unix backendAndrew Stanley-Jones2012-06-204-107/+0
* Fix sfwlistenAndrew Stanley-Jones2012-06-202-61/+73
* 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-204-2/+10
* Use the localhost interfaceAndrew Stanley-Jones2012-06-192-2/+2
* Adds new asynchronous friendly types.Alan Alpert2012-06-1919-556/+2276
* Make certain that qServiceDebugLog can't block; clean up a littleAlex Wilson2012-06-142-9/+77
* Fix compile error for expression in template-argument list.Toby Tomkins2012-06-120-0/+0
* Make sure to create jsondbwatcher on the main threadAlex Wilson2012-06-121-2/+6
* Put watcher on the right partiton, fix debugAndrew Stanley-Jones2012-06-121-4/+8
* Send device's timestamp with sfw debug messagesAlex Wilson2012-06-122-1/+14