KTp/Tasks/Active: Difference between revisions

From KDE Community Wiki
< KTp‎ | Tasks
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 9: Line 9:
====Hacking====
====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.  
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====
Anything in the declarative plugin should not be application specific.
 
==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.


Other tasks:
Things essential for release:
  - Make contact list show last message received, and active conversations at the top
  * SASL Auth Handler
(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)
* 1-1 text chat.
 
===Tasks===
 
====Web accounts====
 
* Check whether Plasma-Active is using Online Accounts. (done it is)
* Pester afiestas into making the patches he promised to do in the auth handler. (done)
* If so we can use the current auth handler (yay!)
 
====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
 
====Show presence controls====
 
* Export GlobalPresence class to QML
* Add a way to control this in the UI
 
====Discuss name====
 
Is it worth coming up with a new fancy name?
We should look at what other active apps are called.

Latest revision as of 00:18, 27 September 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.

Anything in the declarative plugin should not be application specific.

TODO

Right now the only focus is on basic text chats.

Things essential for release:

* SASL Auth Handler
* 1-1 text chat.

Tasks

Web accounts

  • Check whether Plasma-Active is using Online Accounts. (done it is)
  • Pester afiestas into making the patches he promised to do in the auth handler. (done)
  • If so we can use the current auth handler (yay!)

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

Show presence controls

  • Export GlobalPresence class to QML
  • Add a way to control this in the UI

Discuss name

Is it worth coming up with a new fancy name? We should look at what other active apps are called.