summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Compile with gcc 4.4Lars Knoll2012-06-111-1/+1
* Fix compilation of examples when Qt is configured with -no-widgetsKent Hansen2012-06-082-4/+10
* 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-052-13/+12
* Reconnect if the interface goes awayAndrew Stanley-Jones2012-06-011-3/+31
* Using QStringLiteral instead of QLatin1LiteralDebao Zhang2012-06-013-33/+33
* Remove the last traces of the old plugin systemLars Knoll2012-05-318-8/+4
* Set SFW default partionAndrew Stanley-Jones2012-05-312-0/+15
* Always write via the pending buffer, instead of taking a shortcutAlex Wilson2012-05-311-37/+17
* Add extra debugging messagesAlex Wilson2012-05-311-3/+9
* Disable and re-enable read notifier in readIncomingAlex Wilson2012-05-311-0/+6
* UDP multicast logging for serviceframeworkAlex Wilson2012-05-3113-280/+665
* Fix a socket leakYang Li2012-05-302-0/+35
* Wakeup the write notifier when buffering dataAndrew Stanley-Jones2012-05-301-0/+1
* Set close on execAndrew Stanley-Jones2012-05-301-7/+7
* Set explicit testcase.timeout for slow testRohan McGovern2012-05-291-0/+1
* Stop waiting for dead clientsAlex Wilson2012-05-291-0/+4
* Making service sockets non-blockingAndrew Stanley-Jones2012-05-291-0/+6
* Ensure jsondb worker runs the main threadAndrew Stanley-Jones2012-05-291-10/+64
* Check thread-local storage for zero before dereferencingAlex Wilson2012-05-281-7/+26
* Remove some more Q_GLOBAL_STATICSAlex Wilson2012-05-282-5/+22
* Improve debug. Add the ability to turn it on/off.Andrew Stanley-Jones2012-05-283-23/+61
* Add Unix backend write cachingAndrew Stanley-Jones2012-05-251-24/+69
* Avoid reace condition on global static destructionAndrew Stanley-Jones2012-05-251-4/+7
* Coverity fixesAlex Wilson2012-05-2511-32/+78
* return an empty QString if cell id in NetworkInfo equals to 0Yang Li2012-05-241-1/+3
* model value in DeviceInfo does not need to contain the manufacturer valueYang Li2012-05-231-0/+2
* Added support for JSON DB partitions to P&SJohann Specht2012-05-238-326/+303
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testRohan McGovern2012-05-232-3/+0
* add define to avoid using sigwinch when debug enabledAndrew Stanley-Jones2012-05-171-1/+3
* Fix deadlock in jsondb caching, add internal debugAndrew Stanley-Jones2012-05-162-3/+36
* sync.profile: remove dependency on qtscript.Toby Tomkins2012-05-152-2/+1
* release udev_device resource after processing udev messagesYang Li2012-05-111-0/+2
* Continue support for monitorCurrentNetworkModeSteffen Hahn2012-05-112-3/+1
* Place non-changeable properties in front of changeable properties when settin...Yang Li2012-05-111-2/+2
* New sfw api to add async service loadingSarah Smith2012-05-1116-115/+1527
* Fix error on read, close socket on EOFAndrew Stanley-Jones2012-05-111-3/+5
* Fix crash in creating new objectsAndrew Stanley-Jones2012-05-111-10/+13
* Ignore SIGPIPEAndrew Stanley-Jones2012-05-111-0/+20
* Don't use QtDeclarative compat moduleKent Hansen2012-05-113-4/+4
* Fix timeouts and avoid deadlocksAndrew Stanley-Jones2012-05-101-17/+31
* Fix object cleanup when the service diesAndrew Stanley-Jones2012-05-101-4/+4
* Add SFW debug into destructorsAndrew Stanley-Jones2012-05-105-10/+50
* Correction to qml-wrapper documentationSteffen Hahn2012-05-096-92/+92
* Do not include QtGui/qplatformscreen_qpa.hGirish Ramakrishnan2012-05-091-1/+0
* Port qtsystems to QMetaMethod-based connectNotify() APIKent Hansen2012-05-0748-333/+619
* Correct batteryinfo auto testSteffen Hahn2012-05-071-3/+4