Re: [GSOC 2014] - Implement 3-box drawing of insets

2014-03-16 Thread Mitul Modi
In this case now inset dimensions are dynamic as it will depend on position of inset. Current implementation of dimensions has 3 members {wid - width, ascent - asc, des-descent}. With three box implementation, I think we will need four members { wid1-width of first row, wid2-width of last row,

[GSoC 2014][Proposal]Roundtrip Conversion between Lyx and ODT

2014-03-16 Thread Prannoy Pilligundla
Hi Everyone, I am done with the initial draft of my Proposal. Please have a look and suggest changes. Here is the link Thanks and Regards Prannoy Pilligundla ᐧ

Re: GSoC 2014 Advanced Find and Replace proposal

2014-03-16 Thread Tommaso Cucinotta
Hi, I had a glance at it, thanks! My preliminary comment is that it is still a bit too vague. Your proposal needs to show a clear implementation path, demonstrating essentially: -) that you understand what has to be realized -- this is basically there, but you need to add also something more

Re: Multiple cursors in BufferView

2014-03-16 Thread Tommaso Cucinotta
On 16/03/14 15:57, Sushant Raikar wrote: > thats brilliant! :) , now I understood why you had multiple remote > views! you were essentially keeping separate hidden buffer for each > of the client. (Almost) exactly, but it's NOT multiple hidden buffers, but rather multiple hidden BufferView! See be

Re: Find and replace

2014-03-16 Thread Tommaso Cucinotta
On 16/03/14 13:11, Kamal Garg wrote: > Sir, I want to participate in Advanced find nd replace I have good > experience with qt and c++. last year,I submitted my proposal but i > am not selected.I have code of lyx. Can you tell me what is code of > find and replace. Hi Kamal, thanks for your inter

GSoC 2014 Advanced Find and Replace proposal

2014-03-16 Thread Ankit Shah
I've posted link to my proposal for Advance find and replace project idea as a part of GSoC 2014. Please provide me required direction wherever necessary so as to improve the proposal in case I miss out any detail required to be mentioned. Proposal link

Re: PATCH: automatic copying and migration of elder user config directories Was: LyX user directory path on Mac contains PACKAGE

2014-03-16 Thread Stephan Witt
Am 02.09.2013 um 17:50 schrieb Jean-Marc Lasgouttes : > 02/09/2013 17:38, Vincent van Ravesteijn: >> This code apparently only works when version suffix is set to -2.0 and >> -1.6. In some sense, this is rather arbitrary and the use might have any >> suffix he wants. On Windows the user dir looks

Re: Format of preferences files

2014-03-16 Thread Richard Heck
On 03/16/2014 08:00 AM, Benjamin Piwowarski wrote: Le 16 mars 2014 à 12:33, José Matos a écrit : On Sunday 16 March 2014 12:10:38 Benjamin Piwowarski wrote: Hi, Is there any reason for which the format of preference files (site.bind, cua.bind, default.ui, etc.) is not matching that of the cu

Find and replace

2014-03-16 Thread Kamal Garg
Sir, I want to participate in Advanced find nd replace I have good experience with qt and c++. last year,I submitted my proposal but i am not selected.I have code of lyx. Can you tell me what is code of find and replace.

Re: Multiple cursors in BufferView

2014-03-16 Thread Tommaso Cucinotta
On 16/03/14 07:23, Sushant Raikar wrote: > This is related to gsoc project: Interactive LyX. I wanted to know > whether it is possible to have multiple cursors in a single > BufferView in the current Lyx BufferView implementation. > > If so ,is it possible to make such a cursor immune to local > s

Re: Format of preferences files

2014-03-16 Thread Benjamin Piwowarski
> Le 16 mars 2014 à 12:33, José Matos a écrit : > >> On Sunday 16 March 2014 12:10:38 Benjamin Piwowarski wrote: >> Hi, >> >> Is there any reason for which the format of preference files (site.bind, >> cua.bind, default.ui, etc.) is not matching that of the current LyX version. >> This is a p

Re: Format of preferences files

2014-03-16 Thread José Matos
On Sunday 16 March 2014 12:10:38 Benjamin Piwowarski wrote: > Hi, > > Is there any reason for which the format of preference files (site.bind, > cua.bind, default.ui, etc.) is not matching that of the current LyX version. > This is a problem since it prevents LyX from starting properly (no menus

Format of preferences files

2014-03-16 Thread Benjamin Piwowarski
Hi, Is there any reason for which the format of preference files (site.bind, cua.bind, default.ui, etc.) is not matching that of the current LyX version. This is a problem since it prevents LyX from starting properly (no menus on OS X at least) if the python script pref2pref fails to run. At le

Re: Python path

2014-03-16 Thread Benjamin Piwowarski
On 16 Mar 2014 at 10:14:40 , Guenter Milde (mi...@users.sf.net) wrote: On 2014-03-15, Benjamin Piwowarski wrote:  > This is related to bug http://www.lyx.org/trac/ticket/8950   > The problem is the following. Currently, to find python2, LyX:  > - checks the python command is a valid python 2 exec

Re: Python path

2014-03-16 Thread Guenter Milde
On 2014-03-15, Benjamin Piwowarski wrote: > This is related to bug http://www.lyx.org/trac/ticket/8950  > The problem is the following. Currently, to find python2, LyX: > - checks the python command is a valid python 2 executable > - if so, it just stores that the python command is “python” (othe

Re: splash.lyx translation (Korean)

2014-03-16 Thread Kornel Benko
Am Sonntag, 16. März 2014 um 04:12:02, schrieb Scott Kostyshak > > OK. Patch attached. > > Looks good. If default_output_format is not defined, I think we should > test everything (and then we would revert those that fail). > > Scott OK, done. Kornel signature.asc Description: This i

Re: splash.lyx translation (Korean)

2014-03-16 Thread Scott Kostyshak
On Sat, Mar 15, 2014 at 4:48 AM, Kornel Benko wrote: > Am Freitag, 14. März 2014 um 16:19:14, schrieb Scott Kostyshak > > >> >> (1) we can just move towards enabling all tests and then > >> > > >> >> inverting/ignoring when we need to. The only disadvantage is computer > >> > > >> >> time. > >> >

Multiple cursors in BufferView

2014-03-16 Thread Sushant Raikar
This is related to gsoc project: Interactive LyX. I wanted to know whether it is possible to have multiple cursors in a single BufferView in the current Lyx BufferView implementation. If so ,is it possible to make such a cursor immune to local signals/triggers such as Mouse click or key press. Th