summaryrefslogtreecommitdiffstats
path: root/examples/declarative-systeminfo/network
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-102-2/+2
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-072-8/+8
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-072-6/+6
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Docs: QTMOBILITY-1748 Added doc for SystemInfo qml plugin.Peter Yard2011-09-131-0/+6
|
* Merge branch '1.1'Alex2011-03-182-12/+9
|\ | | | | | | | | | | Conflicts: examples/declarative-bluetooth/tennis/deployment.pri examples/declarative-location/landmarkmap/landmarkmap.pro
| * cleanup of project file overhead among qml based examplesAlex2011-03-182-12/+3
| |
| * add workaround for Qt SDK when looking up Mobility libsAlex2011-03-181-0/+6
| | | | | | | | | | | | | | | | | | The QML plug-in should resolve the depending library already. However since the Mobility libs are not part of the PATH the loading of the plug-in fails because it cannot resolve its dependency. Task-number: QTMOBILITY-1404
* | Merge branch '1.1'Alex2011-03-151-11/+4
|\|
| * usemode property doesn't exist in QDeclarativeNetworkInfoAlex2011-03-151-11/+4
| | | | | | | | | | | | also streamlines the qml file a bit to avoid undefined strings Task-number:QTMOBILITY-1404
* | fix up declarative sysinfo docs. fix up declarative sysinfo APILorn Potter2011-01-201-14/+8
|/
* Added/Modified licence headers. Fixed copyright year.Toby Tomkins2010-11-092-33/+32
| | | | | | Task-number: MOBILITY-1599 Reviewed-by: Alexander Abramov (cherry picked from commit 4910fb9c6178165c38cc531b9718000bee31bfb6)
* fix deployment issues on symbianLorn Potter2010-10-121-1/+1
| | | | Task-number: MOBILITY-1575
* these are needed tooLorn Potter2010-10-051-0/+11
|
* use resources on declarative examplesLorn Potter2010-10-052-1/+2
|
* static analysis fix and event handler changesPrafulla2010-09-174-159/+159
|
* declarative deployment.Lorn Potter2010-09-178-0/+445
Task-number: QTMOBILITY-497