summaryrefslogtreecommitdiffstats
path: root/src/imports/serviceframework/qdeclarativeservice_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license headersJani Heikkinen2018-01-221-13/+19
| | | | | | | | | | | old, outdated and removed header.LGPL21 was used in some files. Replace that with correct one (header.LGPL in src, headre.GPL-EXCEPT in tests and header.BSD in examples). Also remove unnesessary license files and add missing ones. Change-Id: Ib021ae191316da379a01e355fe90fe39180f541b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Update all license headersAlex Blasche2015-03-261-21/+13
| | | | | | | Some files had wrong licenses too. Change-Id: I7f940d4a136d102cb2c7755702308938530158c4 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Add missing private headers warningSamuel Gaist2014-08-181-0/+12
| | | | | Change-Id: Ie9ba1ca09620b55d99b65ac7dd9bf0fa9e29da56 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I7786bc90235877567a7f61fc5c82af8dc3ad28c8 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Adds new asynchronous friendly types.Alan Alpert2012-06-191-115/+263
| | | | | | | | The old types will probably be deprecated at some point, but they're still provided so that users have time to switch. Change-Id: I0f3068e77d4252e777a2771950fc665f0d509bb7 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* replacing signals/slots keyword by the equivalent Q_SIGNALS/Q_SLOTSCorentin Jabot2012-06-051-2/+2
| | | | | Change-Id: I9ad42ab2f40992c68e9d3bf26fd09dfc46527ba5 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
* Don't use QtDeclarative compat moduleKent Hansen2012-05-111-2/+2
| | | | | | | Use QtQml instead. Change-Id: I81e564515c6e7a264f451c7f9e1f17c9e49e1d66 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Declarative --> Qml adaptation.Xizhi Zhu2012-03-081-15/+13
| | | | | | Change-Id: I09104237f261592bca7869cddf2cdb7af9d2d74b Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I609b94b9d3d452c26302f0cd8236bfb27e81fd3d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I71577bf779b61f342a70df902c38987c52bc028f Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-121-1/+1
| | | | | | | | Update copyright headers from before 2011. Change-Id: I6fb88de7280bfedd4e1c02411cdde48285d7b319 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Refactor and fix up the ServiceList dynamic update codeAndrew Stanley-Jones2011-11-171-4/+7
| | | | | | | | | | | Some bug fixes, and refactor of the code. Services are not deleted after updates unless the service itself is deleted. Change-Id: I47545609710cb66a8b899aa31da563954478260d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Reviewed-by: Alex <alex.blasche@nokia.com>
* Add dynamic updates to the ServiceList objectAndrew Stanley-Jones2011-11-141-2/+11
| | | | | | | | | This allows the ServiceList object to listen for notifications from the database for updates instead of polling for changes. Change-Id: If2e7b8ff3a235be18aa4e47a5b4cf30754a5959b Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com> Sanity-Review: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Fix crashes with service framework object when used in QMLLasse Holmstedt2011-10-271-0/+1
| | | | | | | | | | | If the change signal is not emitted when the qobject is set to 0, there is no way that v8 will know about the change, and will result in a crash with an invalid pointer. Change-Id: Ifb065cd50e0b311917e44ad997c7eeaa0eaf648e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alex <alex.blasche@nokia.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Fix for declarative moduleAndrew Stanley-Jones2011-10-061-0/+1
| | | | | | | | | Missed adding Q_INTERFACES Change-Id: I703ab55608182ef376807ed1d351b7c4ee134c15 Reviewed-on: http://codereview.qt-project.org/6092 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Add support for better selection with QML Service elementAndrew Stanley-Jones2011-09-291-6/+24
| | | | | | | Change-Id: I13453f811009e0800f0dae27026ad3af837e6fb7 Reviewed-on: http://codereview.qt-project.org/5771 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Add QML error reportingAndrew Stanley-Jones2011-09-231-9/+18
| | | | | | Change-Id: I7246ad768a2efdc871e62dceb3fac005ec44bfca Reviewed-on: http://codereview.qt-project.org/5444 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
* Update licenseheader text in source files for qtsystems Qt moduleJyri Tahtela2011-07-081-17/+17
| | | | | | | | Replace old license header with correct one. Change-Id: Ifa3afba00661dd184fda05b0ee4068f1bafc1e8b Reviewed-on: http://codereview.qt.nokia.com/1373 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Remove Qt Mobility references from license headersAlex2011-07-011-1/+1
|
* comply with Qt Coding stlyeAlex2011-07-011-5/+5
| | | | remove trailing white spaces, unwarn and char flow issues
* add QML plug-in for ServiceFrameworkAlex2011-07-011-0/+170