|
|
Line 1: |
Line 1: |
| ==Introduction== | | __NOTOC__ |
| | <table style="padding-top:0.6em;border-style:none" width="100%"> |
| | <tr> |
| | <td>http://cloud.ohloh.net/attachments/47069/telepathy-kde_med.png</td> |
| | <td> |
| | <div style="font-size:150%;padding:0px;margin:0px;"> |
| | '''Welcome to the KDE Telepathy Development Wiki''' |
| | </div> |
| | <div style="font-weight:bold">Current Version: 0.4</div> |
| | </td> |
| | <td align="center"> |
| | https://www.ohloh.net/p/telepathy-kde/widgets/project_partner_badge.gif |
| | https://www.ohloh.net/p/telepathy-kde/analyses/latest/commits_spark.png |
| | → [https://www.ohloh.net/p/calligra Stats at ohloh.net] |
| | </td> |
| | </tr> |
| | </table> |
|
| |
|
| Real time Communication has traditionally been a detached feature of Desktop Computing, provided via stand-alone Instant Messaging clients with poor integration into the desktop experience. One of the primary goals of the KDE 4 series is to tighten integration between different components of the environment. The Realtime Communication and Collaboration (RTCC) project aims to tackle just this.
| | ==[[/Getting_Involved | Getting Involved]]== |
|
| |
|
| Our aims are:
| | ==[[/Developers | Information For Developers]]== |
| * To integrate Real Time Communication deeply into the KDE Workspaces and Applications
| |
| * To provide a infrastructure to aid development of Collaborative features for KDE applications.
| |
|
| |
|
| If you find these goals appealing, why not consider [[#Getting_Involved|getting involved]]. C++ programming is *not* a necessity.
| | ==[[/Testers | Information For Testers]]== |
|
| |
|
| ==Technical Information== | | ==[[/Packaging_Guide | Information for Packagers]]== |
| | |
| * The RTCC project uses the cross-desktop [http://telepathy.freedesktop.org Telepathy Framework] as the basis for our work.
| |
| * We should try and reuse code from Kopete/other already existing code wherever possibly. However, this should be balanced with the need to refactor/rewrite where appropriate to keep the new code true to Telepathy idioms.
| |
| | |
| ==Frequently Asked Questions==
| |
| | |
| You can find a list of answers to frequently asked questions here: [[Real-Time_Communication_and_Collaboration/FAQ|FAQ]].
| |
| | |
| See also https://gkiagia.wordpress.com/2010/09/20/what-is-telepathy-kde/
| |
| | |
| ==Getting Started==
| |
| Before you start playing with/hacking on the Telepathy integration stuff, you need to get it all compiled: [[Real-Time_Communication_and_Collaboration/Getting_Set_Up|Instructions]]
| |
| | |
| {{Warning|If you are a distro packager, please [[Real-Time_Communication_and_Collaboration/Packaging_Guide|see here for information on packaging KDE-Telepathy]]}}
| |
| | |
| ==The Plan==
| |
| 1) Build components equivalent to a traditional IM application, using Kopete code as much as possible, and integrating with other Pillars of KDE where appropriate.
| |
| | |
| 2) Add advanced Telepathy features such as voice/video.
| |
| | |
| 3) Build components and Convenience classes to enable real-time communication and collaboration features in any KDE SC app that wants them.
| |
| | |
| ==Getting Involved==
| |
| At this stage, the best way to get involved is to contact the existing team, either on IRC (#kde-telepathy channel on irc.freenode.net) or on our [https://mail.kde.org/mailman/listinfo/kde-telepathy mailing list].
| |
| | |
| A list of junior jobs to get started can be found [https://bugs.kde.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=telepathy&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=junior-jobs&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= here].
| |
| | |
| ===Current Ongoing Large Tasks===
| |
| | |
| http://community.kde.org/index.php?title=Special%3APrefixIndex&prefix=Real-Time_Communication_and_Collaboration%2FTasks&namespace=0
| |
| | |
| ===Workflow===
| |
| If you want to work on a feature, clone the git repository on the server side and then clone your personal clone on your local machine. Make a new git branch and start working there. Try to keep commits small and meaningful. Once you are finished, push the branch on your server-side clone and ask someone of the team to review it. Once it is reviewed, you can merge it on the master repository (or ask someone else to merge it).
| |
| | |
| ===Naming policy===
| |
| [[Real-Time_Communication_and_Collaboration/NamingPolicy|Naming Policy]]
| |
| | |
| ==Events==
| |
| * [[Telepathy/Events/TelepathySprint1|Telepathy sprint - September 2010]]
| |
| * [[Telepathy/Events/TelepathySprint2|Telepathy sprint - September 2011]]
| |
| | |
| ==Links==
| |
| * [http://telepathy.freedesktop.org/wiki/ Telepathy Wiki]
| |
| * [http://telepathy.freedesktop.org/spec/index.html Telepathy Specs]
| |
| * [http://telepathy.freedesktop.org/doc/telepathy-qt/ Telepathy Qt Documentation]
| |
| * [http://community.kde.org/index.php?title=Special%3APrefixIndex&prefix=Real-Time_Communication_and_Collaboration&namespace=0 Other pages]
| |
| * [http://community.kde.org/index.php?title=Special%3APrefixIndex&prefix=Real-Time+Communication+and+Collaboration%2FComponents&namespace=0 All '''Components''' pages]
| |
| * [http://community.kde.org/index.php?title=Special%3APrefixIndex&prefix=Real-Time+Communication+and+Collaboration%2FTasks&namespace=0 All '''Tasks''' pages]
| |
| * [http://community.kde.org/index.php?title=Special%3APrefixIndex&prefix=Real-Time+Communication+and+Collaboration%2FEvents&namespace=0 All '''Events''' pages]
| |