summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/databasemanager_jsondb.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-051-5/+5
* Set SFW default partionAndrew Stanley-Jones2012-05-311-0/+8
* UDP multicast logging for serviceframeworkAlex Wilson2012-05-311-19/+59
* Ensure jsondb worker runs the main threadAndrew Stanley-Jones2012-05-291-10/+64
* Remove some more Q_GLOBAL_STATICSAlex Wilson2012-05-281-1/+11
* Fix deadlock in jsondb caching, add internal debugAndrew Stanley-Jones2012-05-161-3/+29
* Fix timeouts and avoid deadlocksAndrew Stanley-Jones2012-05-101-17/+31
* Add timeout for jsondbAndrew Stanley-Jones2012-05-041-3/+38
* Refresh of the jsondb backendAndrew Stanley-Jones2012-05-021-195/+508
* Fix autostart for servicesAndrew Stanley-Jones2012-03-051-3/+3
* Increase jsondb timeoutAndrew Stanley-Jones2012-02-281-1/+1
* Ported service framework to new qtjsondb api.Denis Dzyubenko2012-02-281-250/+196
* Jsondb string changeAndrew Stanley-Jones2012-02-161-16/+16
* Increase jsondb timeoutsAndrew Stanley-Jones2012-02-151-1/+1
* Unit test fixups and cleanupAndrew Stanley-Jones2012-02-031-19/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update to SFW to current mtlibAndrew Stanley-Jones2012-01-191-0/+26
* Temporary fix to deal with jsondb changesAndrew Stanley-Jones2012-01-171-1/+19
* Namespace change QtAddOn::JsonDb --> QtJsonDb in sfwTapani Mikola2012-01-171-2/+2
* Fix to connect.Tapani Mikola2012-01-171-1/+1
* Fix notifications with jsondbAndrew Stanley-Jones2012-01-091-4/+19
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
* Patch for updates to jsondbAndrew Stanley-Jones2012-01-041-45/+21
* Add error reporting if the database is not runningAndrew Stanley-Jones2011-11-171-4/+6
* Jsondb cleanup, and fix single process kludgeAndrew Stanley-Jones2011-09-281-2/+1
* Small one line bug fixes all over sfwAndrew Stanley-Jones2011-09-211-3/+11
* Fix missing/outdated license headersJason McDonald2011-09-121-19/+19
* Add notifications support for jsondbAndrew Stanley-Jones2011-09-121-11/+131
* Update jsondb to work with updates to lower layersAndrew Stanley-Jones2011-09-081-81/+117
* Fix name vs ipcaddress in jsondbAndrew Stanley-Jones2011-09-021-4/+3
* Fix interfaceDefault to return the first entry if there's no defaultAndrew Stanley-Jones2011-08-311-2/+9
* Change of Packages to a namespaceAndrew Stanley-Jones2011-08-191-1/+1
* Add support for single process and update jsondbAndrew Stanley-Jones2011-08-151-2/+4
* Updates for changes in the jsondb apiAndrew Stanley-Jones2011-07-261-1/+1
* Changes for QML2Andrew Stanley-Jones2011-07-141-1/+1
* Add jsondb support to SFWAndrew Stanley-Jones2011-07-121-0/+570