KTp/Components/Buddy List: Difference between revisions

From KDE Community Wiki
< KTp
(Added TODO)
Line 10: Line 10:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 .. </code>
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull -DLIB_SUFFIX=64 .. </code>


After successfull cmake, do <code>make</code> then you can do <code>sudo make install</code> and run it by <code>telepathy_contactlist_prototype</code> or you can simply run it by typing (without the make install part) <code>./telepathy_contactlist_prototype</code>
After successfull cmake, do <code>make</code> then you can do <code>sudo make install</code> and run it by <code>telepathy-kde-contactlist</code> or you can simply run it from the build/ folder (without the make install part) by typing <code>./telepathy-kde-contactlist</code>
 
== TODO: ==
 
{| border="1"
! Status !! Task!! Developers
|-
| IN PROGRESS || Dynamically add/remove accounts || Marty K. <martin dot klapetek at gmail dot com>
|-
| NOT ASSIGNED || Grouping model ||
|-
| IN PROGRESS || Searching in CL || Marty K. <martin dot klapetek at gmail dot com>
|-
| NOT ASSIGNED || Adding new contacts ||
|-
| NOT ASSIGNED || Way to set all accounts to some presence type ||
|-
| NOT ASSIGNED || Setting a status message ||
|-
| NOT ASSIGNED || Connect all error messages to the messageFrame ||
|-
| NOT ASSIGNED || Themeable status messages ||
|-
| NOT ASSIGNED || Add some config options (and way to open the KCM modules) ||
|-
|}

Revision as of 09:47, 4 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
IN PROGRESS Dynamically add/remove accounts Marty K. <martin dot klapetek at gmail dot com>
NOT ASSIGNED Grouping model
IN PROGRESS Searching in CL Marty K. <martin dot klapetek at gmail dot com>
NOT ASSIGNED Adding new contacts
NOT ASSIGNED Way to set all accounts to some presence type
NOT ASSIGNED Setting a status message
NOT ASSIGNED Connect all error messages to the messageFrame
NOT ASSIGNED Themeable status messages
NOT ASSIGNED Add some config options (and way to open the KCM modules)