summaryrefslogtreecommitdiffstats
path: root/src/utils/b2qtdevice.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devaavit2014-11-141-2/+2
| | | | Change-Id: Ib0a08de8aaf17f2803d51bded8d0dcfb14e9c206
* Rename DroidUtils -> B2QtUtils and refactor the APIaavit2014-10-081-0/+59
Preparing this module for being documented and presented for external users. - Renamed since this is for eLinux as well as eAndroid - Provide all settings as proper Q_PROPERTYs for easy QML access - Hide all the detailed audio stuff that's not useful for users - Implement a getter function for current backlight, so that we don't have to reset it to full every time this module is loaded - qmake now groks this as internal module, so get rid build kludges - hostname setting on eLinux fixed - getIPAddress() now returns ALL active addresses, and implentation is simplified Task-number: QTEE-704 Change-Id: I9f22d5531b5963ae7e78c840bcfe1edd6197f82a Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>