Re: [Telepathy] QMLizing telepathy-qt4

2010-10-27 Thread Marco Barisione
if it's useful to have a model that none of these platforms will use. Wouldn't it be more useful to have the UI bit and models on a library on top of something like QtContacts? -- Marco Barisione ___ telepathy mailing list telepathy@lists.freedesktop.org

Re: [Telepathy] Review of MissionControl spec

2008-02-20 Thread Marco Barisione
can't you put localization in .profile files? It's the standard solution on Unix for .ini-like files like .desktop files. -- Marco Barisione http://www.barisione.org/ ___ Telepathy mailing list Telepathy@lists.freedesktop.org http://lists.freedesktop.org

Re: [Telepathy] file transfer spec comments

2008-02-08 Thread Marco Barisione
bytes it's written? As Xavier said it's needed because empathy-ft-chandler shows the progress but the file is sent by nautilus-sento (or empathy or whatever). -- Marco Barisione http://www.barisione.org/ ___ Telepathy mailing list Telepathy

Re: [Telepathy] Secure communications with Telepathy

2007-11-30 Thread Marco Barisione
Il giorno mar, 27/11/2007 alle 15.31 +0100, Marco Barisione ha scritto: We are working on SSL in gibber and now we need a way to send/receive certificates and to send the private key to the cm. We need something *now*, so I will use the simplest solution, the certificate and the private key

[Telepathy] Secure communications with Telepathy

2007-11-27 Thread Marco Barisione
a ListSupportedCertificates() method to know the supported certificate types: X.509, PGP, etc. Any better idea? Suggestions? -- Marco Barisione http://www.barisione.org/ ___ Telepathy mailing list Telepathy@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [Telepathy] File transfer spec: need for advice

2007-09-05 Thread Marco Barisione
is to be more generic and replace GetLocalUnixSocketPath() with a Get(Stream)?FileTransferSocketAddress() method, similar to GetStreamTubeSocketAddress(). What do you think? -- Marco Barisione http://www.barisione.org/ ___ Telepathy mailing list Telepathy

[Telepathy] geninterface.py doesn't handle correctly 64-bit integers

2007-08-29 Thread Marco Barisione
geninterface.py doesn't handle correctly 64-bit integers. Patches are attached: tp-glib-genginterface-int64 fixes the problem in tp-glib, gabble-update-genginterface in gabble, and salut-update-genginterface in salut. -- Marco Barisione http://www.barisione.org/ New patches: [geninterface.py

[Telepathy] File transfer spec: need for advice

2007-08-22 Thread Marco Barisione
://techn.ocracy.org/empathy/ [3] http://techn.ocracy.org/darcs/telepathy-spec.filetransfer/ [4] http://www.barisione.org/tmp/tp-spec-ft.html#org.freedesktop.Telepathy.Channel.Type.FileTransfer -- Marco Barisione http://www.barisione.org/ ___ Telepathy mailing list

Re: [Telepathy] File transfer spec: need for advice

2007-08-22 Thread Marco Barisione
this meaning. Moreover, how would you call the CloseFileTransfer() method? I don't like close but tubes are using it too. BTW, tubes don't have a reason argument, how do you know if a tube was closed for an error or because it's not needed anymore? -- Marco Barisione http://www.barisione.org

Re: [Telepathy] File transfer spec

2007-06-11 Thread Marco Barisione
alle 15.02 +0200, Marco Barisione ha scritto: Il giorno gio, 07/06/2007 alle 12.19 +0100, Simon McVittie ha scritto: Can the state of a file transfer change from open to pending? I think that a (local or remote) pending transfer can only become open, so why FileTransferStateChanged

[Telepathy] File transfer spec

2007-06-06 Thread Marco Barisione
or FileTransferStarted? The order of the arguments to NewFileTransfer and the values returned by ListFileTransfers() are different, it's not a big problem but I would like to move state before filename in NewFileTransfer. -- Marco Barisione http://www.barisione.org