Revision d8d096c...
Go back to digest for 1st September 2013Features in KDE Base
Ivan Čukić committed changes in [kdelibs/frameworks] /solid/src:
Basic declarative (QML) interface for Solid
It registers a class (org.kde.solid.)Devices (initially modelled after
DeviceNotifier) that contains the following features:
- ability to list all devices or just those that match a defined query
(Solid::Predicate)
- signals for when devices that match the query are ad->ed or
deleted
- isEmpty property - are there no devices that match the query?
- count property - the number of devices that match the query
- devices property - a list of udis of the devices that match
the query
- device method that returns a QObject interface to the device.
REVIEW:111964
File Changes
Added 7 files
- /solid/src/imports
- tier1/CMakeLists.txt
- tier1/devices.cpp
- tier1/devices.h
- tier1/devices_p.h
- tier1/qmldir
- tier1/solidextensionplugin.cpp
- tier1/solidextensionplugin.h
Modified 1 files
- tier1/solid/src/CMakeLists.txt
8 files changed in total