KTp/Components/Buddy List: Difference between revisions

From KDE Community Wiki
< KTp
Line 50: Line 50:
|-
|-
|}
|}
==Bugs ==
Not sure where to put this, but wanted to write this down:
===Sometimes contact don't appear on load.===
Reason:
tp-qt4 0.5.10.1 WARN: Calling allKnownContacts() before FeatureRoster is ready

Revision as of 01:38, 15 March 2011

This wiki-page is a work in progress, check back soon!

Here's how to get the current code up and running:

git clone kde:clones/telepathy-contact-list/mklapetek/telepathy-contact-list-new telepathy-contact-list cd telepathy-contact-list mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull Now if you're running 64bit system, use this cmake command: cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 ..

After successfull cmake, do make then you can do sudo make install and run it by telepathy-kde-contactlist or you can simply run it from the build/ folder (without the make install part) by typing ./telepathy-kde-contactlist

TODO:

Status Task Developers
DONE Dynamically add/remove accounts Marty K. <martin dot klapetek at gmail dot com>
NOT ASSIGNED Grouping model (also groupping by groups or by account)
NOT ASSIGNED Sorting by name or online-ness
DONE Searching in CL Marty K. <martin dot klapetek at gmail dot com>
IN PROGRESS Display message icon with contact when the contact writes a message D Edmundson <david at davidedmundson dot co dot uk>
NOT ASSIGNED Adding new contacts
NOT ASSIGNED Make sure the contacts that just confirmed your "add request" shows up in the list
NOT ASSIGNED Refactor && clean the overlay buttons code
NOT ASSIGNED Show contact properties
IN PROGRESS Add contact context menu comawhite (#kde-telepathy)
NOT ASSIGNED Way to set all accounts at once to some presence type
IN PROGRESS Setting a status message Marty K. <martin dot klapetek at gmail dot com>
NOT ASSIGNED Connect all error messages to the messageFrame
NOT ASSIGNED Themeable status icons
NOT ASSIGNED Add some config options (and way to open the KCM modules)
DONE Change the status in AccountButton when changed outside of CL Marty K. <martin dot klapetek at gmail dot com>

Bugs

Not sure where to put this, but wanted to write this down:

Sometimes contact don't appear on load.

Reason: tp-qt4 0.5.10.1 WARN: Calling allKnownContacts() before FeatureRoster is ready