Re: Extra KDE Telepathy modules moving to Extragear

2012-06-07 Thread Laszlo Papp
> No objections, just a question: How much of this works on Windows ? > Unsure about the call UI, but I presume the logger could at least ? Last time I tried, I had issues with python3 that the KDE Windows project had been using. I have mentioned that to George. It would be nice in the future (so

Re: Extra KDE Telepathy modules moving to Extragear

2012-06-07 Thread Laszlo Papp
On Thu, Jun 7, 2012 at 4:42 PM, Laszlo Papp wrote: >> Are there any further objections to moving these forward into extragear? This is probably not the best way: https://projects.kde.org/projects/kdereview/ktp-call-ui/repository/revisions/master/entry/libktpcall/CMakeLists.txt#L25 https://projec

Re: Extra KDE Telepathy modules moving to Extragear

2012-06-07 Thread Laszlo Papp
> Are there any further objections to moving these forward into extragear? No objections, just a question: How much of this works on Windows ? Unsure about the call UI, but I presume the logger could at least ? Best Regards, Laszlo Papp

Re: Extra KDE Telepathy modules moving to Extragear

2012-06-04 Thread David Edmundson
On Sun, Jun 3, 2012 at 10:45 PM, Albert Astals Cid wrote: > El Dijous, 31 de maig de 2012, a les 20:10:08, David Edmundson va escriure: >> On Mon, Apr 30, 2012 at 11:28 PM, David Edmundson >> >> wrote: >> > On Sun, Apr 29, 2012 at 2:42 PM, Kevin Krammer wrote: >> >> On Sunday, 2012-04-29, Martin

Re: Extra KDE Telepathy modules moving to Extragear

2012-06-03 Thread Albert Astals Cid
El Dijous, 31 de maig de 2012, a les 20:10:08, David Edmundson va escriure: > On Mon, Apr 30, 2012 at 11:28 PM, David Edmundson > > wrote: > > On Sun, Apr 29, 2012 at 2:42 PM, Kevin Krammer wrote: > >> On Sunday, 2012-04-29, Martin Klapetek wrote: > >>> On Sat, Apr 28, 2012 at 22:44, Kevin Kramm

Re: Extra KDE Telepathy modules moving to Extragear

2012-05-31 Thread David Edmundson
On Mon, Apr 30, 2012 at 11:28 PM, David Edmundson wrote: > On Sun, Apr 29, 2012 at 2:42 PM, Kevin Krammer wrote: >> On Sunday, 2012-04-29, Martin Klapetek wrote: >>> On Sat, Apr 28, 2012 at 22:44, Kevin Krammer wrote: >>> > On Saturday, 2012-04-28, George Kiagiadakis wrote: >>> > > No, the class

Re: Extra KDE Telepathy modules moving to Extragear

2012-05-01 Thread David Edmundson
On Sun, Apr 29, 2012 at 2:42 PM, Kevin Krammer wrote: > On Sunday, 2012-04-29, Martin Klapetek wrote: >> On Sat, Apr 28, 2012 at 22:44, Kevin Krammer wrote: >> > On Saturday, 2012-04-28, George Kiagiadakis wrote: >> > > No, the classes that wrap GObjects do not need a d-pointer. All the >> > > ca

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-29 Thread Kevin Krammer
On Sunday, 2012-04-29, Martin Klapetek wrote: > On Sat, Apr 28, 2012 at 22:44, Kevin Krammer wrote: > > On Saturday, 2012-04-28, George Kiagiadakis wrote: > > > No, the classes that wrap GObjects do not need a d-pointer. All the > > > calls are forwarded to the underlying GObject and if for any re

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-29 Thread George Kiagiadakis
On Sun, Apr 29, 2012 at 2:34 PM, Sune Vuorela wrote: > On 2012-04-28, George Kiagiadakis wrote: >> No, the classes that wrap GObjects do not need a d-pointer. All the >> calls are forwarded to the underlying GObject and if for any reason we >> ever need to save extra data on the wrapper class (wh

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-29 Thread Sune Vuorela
On 2012-04-28, George Kiagiadakis wrote: > No, the classes that wrap GObjects do not need a d-pointer. All the > calls are forwarded to the underlying GObject and if for any reason we > ever need to save extra data on the wrapper class (which is highly > unlikely), we should use the GObject qdata

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-28 Thread Martin Klapetek
On Sat, Apr 28, 2012 at 22:44, Kevin Krammer wrote: > On Saturday, 2012-04-28, George Kiagiadakis wrote: > > > No, the classes that wrap GObjects do not need a d-pointer. All the > > calls are forwarded to the underlying GObject and if for any reason we > > ever need to save extra data on the wra

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-28 Thread Kevin Krammer
On Saturday, 2012-04-28, George Kiagiadakis wrote: > No, the classes that wrap GObjects do not need a d-pointer. All the > calls are forwarded to the underlying GObject and if for any reason we > ever need to save extra data on the wrapper class (which is highly > unlikely), we should use the GObj

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-28 Thread Albert Astals Cid
El Dissabte, 28 d'abril de 2012, a les 16:08:41, George Kiagiadakis va escriure: > On Thu, Apr 26, 2012 at 11:07 PM, Albert Astals Cid wrote: > > El Dimecres, 25 d'abril de 2012, a les 18:15:00, David Edmundson va escriure: > >> We would like to move 2 more KDE Telepathy modules to Extragear, to

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-28 Thread George Kiagiadakis
On Thu, Apr 26, 2012 at 11:07 PM, Albert Astals Cid wrote: > El Dimecres, 25 d'abril de 2012, a les 18:15:00, David Edmundson va escriure: >> We would like to move 2 more KDE Telepathy modules to Extragear, to >> join our existing code. >> >> KTp Call UI [1] >> >> Provides a GUI for making video c

Re: Extra KDE Telepathy modules moving to Extragear

2012-04-26 Thread Albert Astals Cid
El Dimecres, 25 d'abril de 2012, a les 18:15:00, David Edmundson va escriure: > We would like to move 2 more KDE Telepathy modules to Extragear, to > join our existing code. > > KTp Call UI [1] > > Provides a GUI for making video calls in telepathy. For details see [2][3] Could you add some cont

Extra KDE Telepathy modules moving to Extragear

2012-04-25 Thread David Edmundson
We would like to move 2 more KDE Telepathy modules to Extragear, to join our existing code. KTp Call UI [1] Provides a GUI for making video calls in telepathy. For details see [2][3] Telepathy Logger Qt [4] This provides Qt bindings for Telepathy-Logger a daemon that logs all text messages rece