Solid/Projects/LibBlueDevil: Difference between revisions
No edit summary |
(Added fake roadmap) |
||
Line 16: | Line 16: | ||
}} | }} | ||
== Roadmap == | |||
LibBlueDevil 1.9 | |||
=Kbluetooth 0.5 Roadmap= | |||
This table shows the roadmap of 0.5 release, which will be a code-refactoring release, we need to improve the current code for its inclusion in upstream KDE. | |||
{| class="sortable" border="1" cellpadding="4" cellspacing="0" style="border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;" | |||
|- style="background: #ececec; white-space:nowrap;" | |||
! Status !! Component !! Description !! Contact | |||
{{FeatureTodo|Documentation| Generate KDE-like API|[email protected]|Rafael Fernandez Lopez}} | |||
{{FeatureInProgress|Library| Use the QtObject property system |[email protected]|Rafael Fernandez Lopez}} | |||
{{FeatureDone|Library|Fix name property bug|[email protected]|Rafael Fernandez Lopez}} | |||
|} |
Revision as of 12:17, 26 November 2010
How we work
All Solid projects operates in the same way, be sure to read How we work
Description
LibBluedevil is a Qt based library which makes easier to develop Qt based applications that use BlueZ abstracting the developer from DBus.
Project Status
The project is currently maintained by Rafael Fernandez Lopez (ereslibre).
Currently there is one line of development (1.X) will be remain ABI/API compatible.
Documentation
The library API is documented and with examples, to generate it you should execute:
make documentation (rafa edit this)
How to collaborate
LibBluedeivl is a KDE project, so we use the usual ways to communicate to each other, and to work together.
Project Page
Currently LibBlueDevil is under playground/libs, move it to kdesupport can be expected in the future. KDE Project Page
Mailing list
We're using the kde-hardware-devel mailing list kde-hardware-devel
Roadmap
LibBlueDevil 1.9
Kbluetooth 0.5 Roadmap
This table shows the roadmap of 0.5 release, which will be a code-refactoring release, we need to improve the current code for its inclusion in upstream KDE.
Status | Component | Description | Contact |
---|---|---|---|
TO DO | Documentation | Generate KDE-like API | Rafael Fernandez Lopez <[email protected]> |
IN PROGRESS | Library | Use the QtObject property system | |
DONE | Library | Fix name property bug |