summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24162-3879/+3879
* Imports: Add plugins.qmltypes filesKai Koehne2012-09-183-0/+723
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-115-10/+0
* 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 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
* 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
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-176-126/+6
* 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-054-1/+13
* 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-012-18/+1
* 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-264-24/+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-253-15/+15
* use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-221-1/+1
* auto-generate module prisOswald Buddenhagen2012-06-223-4/+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-201-48/+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-203-1/+9
* Use the localhost interfaceAndrew Stanley-Jones2012-06-192-2/+2
* Adds new asynchronous friendly types.Alan Alpert2012-06-196-524/+1435
* Make certain that qServiceDebugLog can't block; clean up a littleAlex Wilson2012-06-142-9/+77
* 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
* Compile with gcc 4.4Lars Knoll2012-06-111-1/+1
* Use partitions in QJsonDbWrapperSteffen Hahn2012-06-062-4/+7
* Continue support of monitorAllLogicalDrives propertySteffen Hahn2012-06-062-5/+1
* Correct wrong type in QNetworkServiceWrapperSteffen Hahn2012-06-061-7/+7
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-0518-42/+42
* Fix the unix backendAndrew Stanley-Jones2012-06-051-3/+2