summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qdeviceinfo.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>
* simulator: Remove DeviceInfo and NetworkInfo supportRainer Keller2017-07-141-8/+0
| | | | | | | These will not be supported anymore and removed from simulator backend. Change-Id: Ib3ae3130c234598145821a5c8c5b6fb49be1d8df Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Add QInputDeviceInfoLorn Potter2016-08-181-1/+1
| | | | | Change-Id: Ia2743851a7843cb2f44a82cffd80ddd176b2c564 Reviewed-by: Lorn Potter <lorn.potter@canonical.com>
* Make more ctors explicitMarc Mutz2016-03-031-1/+1
| | | | | | | | | Added explicit where it was missing. This is not a source- incompatible change, because code that breaks by this is a bug. Let's not have this sitting around in an LTS. Change-Id: Ib360290b0d01d9690703945f4fbf7efe946c5a59 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
| | | | | | | | | | | | | ... or equivalent. QtBase 5.6 headers already compile that way, so let the other modules follow suit. Required to change one misuse of reinterpret_cast into static_cast. Task-number: QTBUG-45291 Change-Id: I8212182c7cd87302aeb16b0cca7e6b0e3ef6c0c6 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* 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>
* Port bluetooth powered signal from qtmobilityLorn Potter2013-09-111-0/+4
| | | | | Change-Id: I757ad0a7a51515e4526df82eedef7fdf96421fb1 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Add operating system name and board name functionsLorn Potter2013-09-101-0/+2
| | | | | Change-Id: I438e98a942ee8dc574d11459f88244b20291435e Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Fix all qmake warningsAlex Blasche2013-06-211-1/+1
| | | | | | | | | | 1. qdeviceprofile_p.h doesn't exist. Therefore remove it from the project file 2. Use proper include syntax for public headers Change-Id: Ib2f4afe68799784201030f2d8eb36e5f12a821fc Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-061-2/+0
| | | | | | | | These macros were removed from Qt Core and they are no longer defined causing qtsystems to fail to build. Change-Id: I0e08e7a53f20a016e403d9022e349b25ba38a7ec Reviewed-by: Andrew Stanley-Jones <asj@cban.com>
* Do not use interface as variable or parameter nameOliver Wolff2013-01-231-1/+1
| | | | | | | | | | | | | | | As "interface" is defined as struct in objbase.h on windows it either should not be used as a variable or parameter name or undefed before. (see CI failure in https://codereview.qt-project.org/#change,45321 ) As parts of QtSystems rely on other windows headers which need interface defined as struct it cannot be 'undef'ed "globally". Thus "interface" is replaced with proper values in files where it occurs. Change-Id: I9f77df966c7243fbc06aea87be075bfbd9b05d4a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Rainer Keller <rainer.keller@digia.com> Reviewed-by: Cristiano di Flora <cristiano.diflora@gmail.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>
* Port qtsystems to QMetaMethod-based connectNotify() APIKent Hansen2012-05-071-2/+2
| | | | | | | | The const char *-based API is deprecated and will be removed in Qt5. Change-Id: Ia5f89aae65a031575094de5865fbafff34648fe7 Reviewed-by: Johann Specht <johann.specht@nokia.com> Reviewed-by: Cristiano di Flora <cristiano.di-flora@nokia.com>
* Change function activeLocks() and enabledLocks() to be asynchronousYang Li2012-04-191-1/+2
| | | | | | | Read lock types from JsonDB initially, and update them by JsonDb Watcher Change-Id: I2b9fc1a4a0574ddecc2e9bd194a5b773b3bfa1fb Reviewed-by: Cristiano di Flora <cristiano.di-flora@nokia.com>
* Fixed the Feature enum.Xizhi Zhu2012-02-241-15/+15
| | | | | Change-Id: I51c87bebbd5a7cf03f0df106dbc838d5f6414043 Reviewed-by: Xizhi Zhu <xizhi.zhu@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 license headers.Jason McDonald2012-01-061-1/+1
| | | | | | Change-Id: I3f4acd74bed90537dbfe3dd05e2e8cb040015cf0 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add simulator backends for BatteryInfo and DeviceInfoSteffen Hahn2011-12-271-0/+8
| | | | | | | Change-Id: I94e37ee1555a0691fc9271e82655c056d51496b1 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Fix the header files.Xizhi Zhu2011-09-061-1/+1
| | | | | | | Change-Id: I482f02ec54c9363f8a2a21ef0639c7a68affff54 Reviewed-on: http://codereview.qt.nokia.com/4234 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Add imeiCount() interface.Xizhi Zhu2011-08-081-0/+1
| | | | | | | Change-Id: Iaa1142789a637b1545cbeafa3cd24eb5df2217e4 Reviewed-on: http://codereview.qt.nokia.com/2738 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@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>
* Change the return type of device ID to QString.Xizhi Zhu2011-07-061-1/+1
|
* Update the interface for IMEI for multiple modems.Xizhi Zhu2011-07-061-1/+1
|
* Add implementation for thermal state on Linux.Xizhi Zhu2011-07-061-0/+4
|
* Add feature checking for NFC.Xizhi Zhu2011-07-061-1/+2
| | | | NOTE: as of now, only PN544 is supported in Linux kernel and no common sysfs available, thus hard-coded.
* Rename the module to QtSystems.Xizhi Zhu2011-06-201-1/+1
|
* Import QDisplayInfo.Xizhi Zhu2011-05-191-1/+0
|
* Import the merged version of QDeviceInfo.Xizhi Zhu2011-05-191-0/+136