After GSoC proposal rejection

2014-04-25 Thread Mitul Modi
Hello, I had applied for GSoC for project "Implement 3-box drawing of insets"(http://www.google-melange.com/gsoc/proposal/public/google/gsoc2014/mitul15/5629499534213120) which was not selected. I want to do this project out of GSoC. So if mentors can tell what was lacking in proposal or strategy

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

2014-03-20 Thread Mitul Modi
help. > > Richard > > > > JMarc > > > On 20 mars 2014 18:49:07 UTC+01:00, Mitul Modi > wrote: >> >> Can you tell me how much estimate time will be needed to implement this >> flag mechanism? Its just one day away from proposal submission. So I

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

2014-03-20 Thread Mitul Modi
Can you tell me how much estimate time will be needed to implement this flag mechanism? Its just one day away from proposal submission. So I don't have time to go through InsetLayout files. But I will surely go through it and learn quickly before coding period starts. I think it will also use dispa

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

2014-03-20 Thread Mitul Modi
Please anyone can give me suggestions today, as just one day is remaining in application submission. Thank You. On Thu, Mar 20, 2014 at 1:24 AM, Mitul Modi wrote: > Also, my subgoals will be: > 1. calculate inset metrics and dimensions (1 week) > 2. write routines to draw and fill po

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

2014-03-20 Thread Mitul Modi
Please anyone can give me suggestions today, as just one day is remaining in application submission. Thank You. On Thu, Mar 20, 2014 at 1:24 AM, Mitul Modi wrote: > Also, my subgoals will be: > 1. calculate inset metrics and dimensions (1 week) > 2. write routines to draw and fill po

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

2014-03-20 Thread Mitul Modi
On Thu, Mar 20, 2014 at 6:23 PM, Jean-Marc Lasgouttes wrote: > 18/03/2014 19:11, Jürgen Spitzmüller: > > 2014-03-18 19:03 GMT+01:00 Mitul Modi: >> >> When we insert box insets, its geometry is set to TOPBUTTON, with >> three box implementation, it should be ch

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

2014-03-20 Thread Mitul Modi
OK Thank You. On Thu, Mar 20, 2014 at 6:24 PM, Jean-Marc Lasgouttes wrote: > 18/03/2014 17:17, Mitul Modi: > > Hello JMarc , >> >> I think I will have to modify the methods rowpainter, textMetrics, >> paragraphMetrics, Paragraph and some other classes to do this GS

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

2014-03-19 Thread Mitul Modi
break. Main reason for doing that is,it is main task of project, and will require more time. So I can complete first part before mid-term evaluation and other after mid-term evaluation. Thank you. On 3/19/14, Mitul Modi wrote: > This is what I have learnt about this project so far. > > Cu

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

2014-03-19 Thread Mitul Modi
This is what I have learnt about this project so far. Current Scenario: In paragraph or one row Insets are considered as one character. That means if I insert inset at position 20 in row then whole inset will be placed at 20th position and next character in original text will be placed at 21st po

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

2014-03-18 Thread Mitul Modi
Hello, When we insert box insets, its geometry is set to TOPBUTTON, with three box implementation, it should be changed to LEFTBUTTON like in footnote, right? On Tue, Mar 18, 2014 at 9:47 PM, Mitul Modi wrote: > Hello JMarc , > > I think I will have to modify the methods r

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

2014-03-18 Thread Mitul Modi
Hello JMarc , I think I will have to modify the methods rowpainter, textMetrics, paragraphMetrics, Paragraph and some other classes to do this GSoC project " Implement 3-box drawing of insets ". You are planning to rewrite history, and you had told me to warn you if I plan to base any work on it.

Re: Request for mentoring for in Google Summer of Code 2014

2014-03-17 Thread Mitul Modi
On 3/18/14, stefano franchi wrote: > On Mon, Mar 17, 2014 at 1:19 PM, Richard Heck wrote: >> >> >> Mentors don't officially get assigned until Google tells us how many >> slots >> we have and we decide which applications we'd like to accept. If I >> remember >> correctly. > > > Prospective mentor

Re: Request for mentoring for in Google Summer of Code 2014

2014-03-17 Thread Mitul Modi
On 3/10/14, Vincent van Ravesteijn wrote: > > Hi Mutil, > > I would indeed like to mentor this kind of project. As my colleagues > on the list suggested, it would be good if you could submit some code > fixing little bugs, or you could propose what you think what would be > needed for fixing the

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

2014-03-17 Thread Mitul Modi
Sure, I will inform you. But I am waiting for reply of mentors to know that if I am going in right direction.

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

2014-03-17 Thread Mitul Modi
There are some white space errors in previous mail. I am attaching text file with this mail that will give exact idea. 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

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,

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

2014-03-14 Thread Mitul Modi
another idea, that is to use QBrush to fill polygon instead of dividing it into rectangles and in fact I got better results with QBrush. So I will include it into next patch. On 3/14/14, Richard Heck wrote: > On 03/14/2014 12:02 PM, Mitul Modi wrote: >> Sorry for that mistake, >> here

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

2014-03-14 Thread Mitul Modi
Sorry for that mistake, here is the revised patch. On 3/14/14, Richard Heck wrote: > On 03/13/2014 03:59 PM, Mitul Modi wrote: >> Hello sir, >> >> I am sending you this patch as a part of my project. >> This patch is for creating a polygon instead of rectangle for ins

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

2014-03-13 Thread Mitul Modi
this point it draws only polygon and immediate text out of inset still starts from next line but I will try to add that in my next patch. Thank You. On 3/11/14, Mitul Modi wrote: > Yes sure sir, > I am working on it and I will submit my work as soon as possible. > > Thank you. &g

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

2014-03-10 Thread Mitul Modi
Yes sure sir, I am working on it and I will submit my work as soon as possible. Thank you. On 3/10/14, Vincent van Ravesteijn wrote: > On Sun, Mar 9, 2014 at 2:43 PM, stefano franchi > wrote: >> On Sun, Mar 9, 2014 at 1:16 AM, Mitul Modi wrote: >>> Hello sir, >>>

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

2014-03-08 Thread Mitul Modi
GSoC Project application submission starts from tomorrow, I think it is right time to discuss about project(Implement 3-box drawing of insets). So if you can give more detail about project,it will be helpful. Thank you, regards Mitul On 2/27/14, Mitul Modi wrote: > Thank you sir for your quick re

MouseEventDispatch in bufferview.cpp

2014-03-03 Thread Mitul Modi
Hi, I am working on solving bug "Ticket : #8829 : When double clicking on a word, which is in math mode, the highliting (word matrking) does not work." In method mouseEventDispatch of file src/bufferview.cpp, in 12th line it is mentioned that // Either the inset under the cursor or the

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

2014-02-27 Thread Mitul Modi
n the developers > list on how to proceed and be sure to check out the beginner > developers FAQ [2]. > > > Cheers, > > Stefano > > [1] http://www.lyx.org/trac/ > [2] http://www.lyx.org/DevFAQ > > On Wed, Feb 26, 2014 at 5:30 PM, Mitul Modi wrote: >> Hi, >

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

2014-02-26 Thread Mitul Modi
Hi, I am Mitul Modi. I am currently pursuing my B.E. degree in Computer Engineering and presently in 3rd ( pre-final ) year. I would like to contribute to LyX in GSOC 14. I have good knowledge of C/C++, JAVA and Qt framework. I have read IDEA page for GSOC 2014 and I am interested to