KTp/Tasks/Active: Difference between revisions
No edit summary |
(→TODO) |
||
Line 11: | Line 11: | ||
It is still in playground so to some extent anything goes; anything that affects ktp-common-internals MUST go through the normal review process. | It is still in playground so to some extent anything goes; anything that affects ktp-common-internals MUST go through the normal review process. | ||
==TODO== | |||
Right now the only focus is on basic text chats. | Right now the only focus is on basic text chats. | ||
Once this works, the next priority is accounts management. Once these two are implemented we can work towards a release. | Once this works, the next priority is accounts management. Once these two are implemented we can work towards a release. | ||
Other tasks | ===Other tasks=== | ||
=====Make contact list show last message received, and active conversations at the top===== | |||
* Update TextChannelWatcherProxyModel to keep last message | |||
* update ContactsFilterModel to allow sorting by HasChannel | |||
* update ContactsFilterModel to take a list of sort roles | |||
* then update the ContactsModel to show this |
Revision as of 17:35, 15 April 2013
Plasma Active
Active client is maintained at https://projects.kde.org/projects/playground/network/telepathy/ktp-active
Getting Set Up
Hacking
It is still in playground so to some extent anything goes; anything that affects ktp-common-internals MUST go through the normal review process.
TODO
Right now the only focus is on basic text chats. Once this works, the next priority is accounts management. Once these two are implemented we can work towards a release.
Other tasks
Make contact list show last message received, and active conversations at the top
- Update TextChannelWatcherProxyModel to keep last message
- update ContactsFilterModel to allow sorting by HasChannel
- update ContactsFilterModel to take a list of sort roles
- then update the ContactsModel to show this