Re: error building xvkbd: undefined reference, add to linker command line?

2013-07-12 Thread Scott Kostyshak
On Fri, Jul 12, 2013 at 3:55 PM, Scott Kostyshak wrote: > On Fri, Jul 12, 2013 at 7:08 AM, Kornel Benko wrote: >> Am Donnerstag, 11. Juli 2013 um 13:11:18, schrieb Scott Kostyshak >> >> > Yes, something is off. I got the following when doing a git pull: > > Merge branch '2.1-staging' of git.lyx

Re: error building xvkbd: undefined reference, add to linker command line?

2013-07-12 Thread Scott Kostyshak
On Fri, Jul 12, 2013 at 7:08 AM, Kornel Benko wrote: > Am Donnerstag, 11. Juli 2013 um 13:11:18, schrieb Scott Kostyshak > > >> On Tue, Jul 9, 2013 at 3:08 PM, Kornel Benko wrote: > >> > It turned out, the problem is the link-stage. The (needed) library >> > libXMU > >> > > >> > is added automat

Re: Row by Row sliding

2013-07-12 Thread Hashini Senaratne
Hi Jean-Marc, > The important thing is to know what is the row that you have decided to > slide. This is why you have defined (set|get)ToowideRow, isn't it? Why > don't you use these methods? Thank you. I implemented the basic sliding functionality in order to slide a single row, according to

Re: [PATCH] Strange Behaivor: xdg-open left as zombie

2013-07-12 Thread Guy Rutenberg
Hi Richard, On 12 July 2013 17:52, Richard Heck wrote: > I'm not sure we absolutely need it, Guy, but can you send a note to devel > saying something like: I hereby license my contributions to LyX under the > General Public License, version 2 or any later version? Then I'll commit. No problem.

Re: SEGV on comparing documents with different author sets

2013-07-12 Thread Pavel Sanda
Jedrzej Jablonski wrote: > Comparing two LyX documents with different author sets causes segmentation > fault, because author list (params().authors()) is copied only from the > "new" document. I've made a patch to fix this problem: > > http://www.mimuw.edu.pl/~jjablonski/lyx-compare-crash.patch

Re: [PATCH] Strange Behaivor: xdg-open left as zombie

2013-07-12 Thread Richard Heck
On 07/06/2013 09:23 AM, Guy Rutenberg wrote: Hi, On 5 July 2013 10:54, Scott Kostyshak > wrote: I think that the part that actually runs system commands is in: src/support/Systemcall.cpp I've created a patch to fix it. Stats: src/support/Systemcall.cpp

Re: error building xvkbd: undefined reference, add to linker command line?

2013-07-12 Thread Kornel Benko
Am Donnerstag, 11. Juli 2013 um 13:11:18, schrieb Scott Kostyshak > On Tue, Jul 9, 2013 at 3:08 PM, Kornel Benko wrote: > > It turned out, the problem is the link-stage. The (needed) library libXMU > > > > is added automatically by the gnu-cc in case of ubuntu 12.04, but not > > > > in case of u

Re: Row by Row sliding

2013-07-12 Thread Jean-Marc Lasgouttes
12/07/2013 09:03, Hashini Senaratne: Hi Jean-Marc I hope you found your way out of this problem. Otherwise tomorrow I will comment on your patch and give advice. I think I found the pr oblem. That is because in the for loop I am updatingthe left edge all the time. I will try to correct it

Re: LyX 2.1 OSX compile or binaries (Cocoa or other)

2013-07-12 Thread Nuno Bettencourt
Hi Liviu, I'm perfectly aware of that and thank you for the heads up. Anyway, someone has to start testing it ;) Best Regards, Nuno Bettencourt On 12/07/2013, at 10:26, Liviu Andronic wrote: > On Fri, Jul 12, 2013 at 10:33 AM, Nuno Bettencourt > wrote: >> thanks for the binaries, you save

Re: LyX 2.1 OSX compile or binaries (Cocoa or other)

2013-07-12 Thread Liviu Andronic
On Fri, Jul 12, 2013 at 10:33 AM, Nuno Bettencourt wrote: > thanks for the binaries, you saved me a bunch of work. I've downloaded and > used it, and it seems ok. > > In either case I'll also give it a try into compiling it for osx, but > meanwhile I can already distribute it to other team membe

Re: LyX 2.1 OSX compile or binaries (Cocoa or other)

2013-07-12 Thread Nuno Bettencourt
Hi Stephan, thanks for the binaries, you saved me a bunch of work. I've downloaded and used it, and it seems ok. In either case I'll also give it a try into compiling it for osx, but meanwhile I can already distribute it to other team members. Best regards, Nuno Bettencourt On 11/07/2013, at

Re: Row by Row sliding

2013-07-12 Thread Hashini Senaratne
Hi Jean-Marc > I hope you found your way out of this problem. Otherwise tomorrow I will comment on your patch and give advice. > I think I found the pr > oblem. That is because in the for loop I am updatingthe left edge all the time. I will try to correct it. Although I found the reason, I am s