Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Tommaso Cucinotta
On 08/11/13 08:48, Vincent van Ravesteijn wrote: > In general it is better to not rewrite history if you're > collaborating. I don't completely agree with the "_Never_". > > If you're sure you are the only one working on the feature, you can > rewrite history every time you update. For example, if

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Tommaso Cucinotta
On 08/11/13 13:40, Kornel Benko wrote: >> Pidgin asks for "user", "domain" and "resource". What values to use here? >> Protocol should be XMPP, OK. > > I tried with > user: kornelbenko > domain: jabber.org > resource: Laptop > > but I am unable to use it. > *** user kornel

Re: Char encodings in lyx->latex->lyx cycles

2013-11-08 Thread Tommaso Cucinotta
On 08/11/13 21:17, Tommaso Cucinotta wrote: > On 08/11/13 19:59, Georg Baum wrote:> importString() takes a docstring, > therefore it must be in UCS4 encoding. If > > I'm importing using from_utf8() as I've seen it often used to import from a > std::string, as I have in this case. > >> you are

Re: Char encodings in lyx->latex->lyx cycles

2013-11-08 Thread Tommaso Cucinotta
On 08/11/13 19:59, Georg Baum wrote:> importString() takes a docstring, therefore it must be in UCS4 encoding. If I'm importing using from_utf8() as I've seen it often used to import from a std::string, as I have in this case. > you are sure that the encoding of the contents you pass to import

Re: Char encodings in lyx->latex->lyx cycles

2013-11-08 Thread Georg Baum
Tommaso Cucinotta wrote: > Hi, > > I'm facing this problem: I try to import in LyX a latex paragraph > containing accented characters via Buffer::importString(), but the result > is not showing properly on screen. How can I fix this ? importString() takes a docstring, therefore it must be in UCS

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Kornel Benko
Am Freitag, 8. November 2013 um 18:24:44, schrieb Tommaso Cucinotta > On 08/11/13 10:15, Kornel Benko wrote: > >> Btw, should u launch the LyX chat and u'd like to play for a while, feel > >> free to reach out. > >> I'm tcucino...@jabber.org (easily on-line in the late evening). Only, you > >>

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Tommaso Cucinotta
On 08/11/13 10:15, Kornel Benko wrote: >> Btw, should u launch the LyX chat and u'd like to play for a while, feel >> free to reach out. >> I'm tcucino...@jabber.org (easily on-line in the late evening). Only, you >> have to add me >> as a buddy from Pidgin, as for now the feature in LyX is kept

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Nico Williams
On Fri, Nov 8, 2013 at 2:48 AM, Vincent van Ravesteijn wrote: > On Thu, Nov 7, 2013 at 10:40 PM, Nico Williams > wrote: >> _Never_ push -f to any repo that *others* (or even you, in other >> workspaces) pull from. > > In general it is better to not rewrite history if you're collaborating. I > don

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Kornel Benko
Am Freitag, 8. November 2013 um 11:15:40, schrieb Kornel Benko > Am Donnerstag, 7. November 2013 um 22:32:40, schrieb Tommaso Cucinotta > > > On 07/11/13 20:25, Kornel Benko wrote: > > > As I often run into trouble updating ubuntu-versions too fast, I'd like > > > to use the LTS (long time suppo

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Kornel Benko
Am Donnerstag, 7. November 2013 um 22:32:40, schrieb Tommaso Cucinotta > On 07/11/13 20:25, Kornel Benko wrote: > > As I often run into trouble updating ubuntu-versions too fast, I'd like > > to use the LTS (long time support) for ubuntu. That has seemingly some > > disadvantages :) > > how's y

Presentation of GSoC results

2013-11-08 Thread Vincent van Ravesteijn
FYI, OpenCV has made a youtube video of the results of the GSoC students. It's a rather neat way to show what the program brought the project. http://www.youtube.com/watch?v=_TTtN4frMEA Vincent

Char encodings in lyx->latex->lyx cycles

2013-11-08 Thread Tommaso Cucinotta
Hi, I'm facing this problem: I try to import in LyX a latex paragraph containing accented characters via Buffer::importString(), but the result is not showing properly on screen. How can I fix this ? The latex segment I'm importing is NOT a full latex file, but it is actually only a string or

Re: QXMPP dependency for LyX Chat

2013-11-08 Thread Vincent van Ravesteijn
On Thu, Nov 7, 2013 at 10:40 PM, Nico Williams wrote: > On Thu, Nov 07, 2013 at 09:23:15PM +, Tommaso Cucinotta wrote: > > Sure, feel free to commit them. Guess that in multi-user commit mode, > > it's much better to NOT rewrite history, so we won't use push -f, right ? > > (Vincent ?). > > _N