Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Alban Crequy
Le Fri, 20 Mar 2009 11:44:49 +0800, Zhang Sen zh.je...@gmail.com a écrit : Thanks to all, for the great hints you gave :) On Thu, 2009-03-19 at 17:31 +0100, Thomas H.P. Andersen wrote: Sudoku should be fairly easy to do I think since transformations (filling in/removing a number) does not

Re: [Telepathy] swapping return/ctrl-return keybindings

2009-03-20 Thread Brian J. Murrell
On Thu, 19 Mar 2009 21:53:02 +, Brian J. Murrell wrote: I think I'm close. Here's the patch. On reflection, never mind. I don't think empathy is ready enough for me to switch to using it from pidgin. Don't get me wrong. I really, really like the idea of being able to use a single

Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Guillaume Desmottes
Le jeudi 19 mars 2009 à 17:31 +0100, Thomas H.P. Andersen a écrit : From my point of view (gnome-games) this would rock. We already know Zhang from earlier sudoku patches and it has always been good work. Sudoku should be fairly easy to do I think since transformations (filling in/removing a

Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Thomas H.P. Andersen
On Fri, Mar 20, 2009 at 04:44, Zhang Sen zh.je...@gmail.com wrote: Thanks to all, for the great hints you gave :) On Thu, 2009-03-19 at 17:31 +0100, Thomas H.P. Andersen wrote: Sudoku should be fairly easy to do I think since transformations (filling in/removing a number) does not depend on

Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Zhang Sen
Hi! On Fri, 2009-03-20 at 08:06 +, Alban Crequy wrote: Abicollab has some explanations how they do undo in collaborative editing: http://www.abisource.com/wiki/AbiCollab#Problems_with_undo It would be nice if you can undo your local moves when you are in a different, not related area of

Re: [Telepathy] Just what is stream directionality?

2009-03-20 Thread Simon McVittie
On Fri, 13 Mar 2009 at 17:51:54 +, Simon McVittie wrote: In the process, I've run into a problem with stream directionality: we don't always know the direction of streams! When StreamAdded is emitted, it doesn't tell the client about the stream direction (although when RequestStreams

Re: [Telepathy] GSoC idea: Gnome Games + Telepathy Tube

2009-03-20 Thread Adam Schreiber
On Thu, Mar 19, 2009 at 11:44 PM, Zhang Sen zh.je...@gmail.com wrote: Adam's idea is that players still have different puzzles but compete for speed (telepathy is only there to display the other's game), right? This also works, and we can develop an algorithm to calculate grades based on time

Re: [Telepathy] swapping return/ctrl-return keybindings

2009-03-20 Thread Brian J. Murrell
On Fri, 2009-03-20 at 16:29 +0100, Olivier Le Thanh Duong wrote: Hey, Hi. I'm no gtk or empathy expert but I think this error is caused by the fact that input_text_view is a stock TextView and thus don't have the 'message_send' signal and gtk_binding_entry_add_signal doesn't create a

Re: [Telepathy] fd.o#20772: Just what is stream directionality?

2009-03-20 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 20 Mar 2009 at 14:06:11 +, Simon McVittie wrote: To keep things simple for clients, I'm inclined to declare that from now on, CMs MUST emit StreamDirectionChanged at least once per StreamAdded, to fill in the missing information.

[Telepathy] [Bug 14606] After a channel is closed, you can't tell who was in it (the missed call from, er, someone? bug)

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14606 --- Comment #4 from Simon McVittie simon.mcvit...@collabora.co.uk 2009-03-20 11:06:57 PST --- Do we consider Requests to have solved this bug? Should we close it? Answers on a postcard... -- Configure bugmail:

[Telepathy] [Bug 17840] Move NAT traversal types to a better API and add STUN/TURN

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17840 Simon McVittie simon.mcvit...@collabora.co.uk changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Telepathy] [Bug 19958] nat-traversal should be a property of stream, not channel

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19958 Simon McVittie simon.mcvit...@collabora.co.uk changed: What|Removed |Added CC|

[Telepathy] [Bug 17246] Add ability to request Media channels with initial streams

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17246 --- Comment #3 from Simon McVittie simon.mcvit...@collabora.co.uk 2009-03-20 11:12:18 PST --- Review comments from the draft have been addressed in:

[Telepathy] [Bug 16707] Support for encryption

2009-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16707 Mikhail Zabaluev mikhail.zabal...@nokia.com changed: What|Removed |Added Severity|normal |enhancement

Re: [Telepathy] swapping return/ctrl-return keybindings

2009-03-20 Thread Sjoerd Simons
On Fri, Mar 20, 2009 at 12:25:23PM +, Brian J. Murrell wrote: On Fri, 20 Mar 2009 11:01:44 +, Sjoerd Simons wrote: It would be very helpful for us if you could file wishlist bugs against Empathy with the features you're still missing and especially why you're missing them.

[Telepathy] tq-qt4 refcount proposal

2009-03-20 Thread Andre Moreira Magalhaes
Hi all, I would like to make a proposal for tp-qt4 refcounted classes. 1 - Rationale: Many objects (read all high-level DBus interfaces classes AccoutManager, Account, Channel, Connection, ...) in tp-qt4 are reference counted. The pattern used is that classes inherit QSharedData and are used

Re: [Telepathy] tq-qt4 refcount proposal

2009-03-20 Thread Ian Monroe
On Friday 20 March 2009 15:50:23 Andre Moreira Magalhaes wrote: 3 - Naming: As you can see typing QExplicitlySharedDataPointer all over the place is not something really nice, and we may want to move to another class later, a lightweight version or something else, so the ideal is to have our