Re: GSoC Update: Interactive LyX: Successful Collaborative editing in slow network.

2014-08-06 Thread Sushant Raikar
On Wed, Aug 6, 2014 at 6:25 AM, Cyrille Artho wrote: > Hi Sushant, > Thank you for the video. It's good to see that the contents of both > documents converge even with extreme lag. (I guess that in real use, a lag > of > 1 second would cause users to end an editing session after a while.) > That

GSoC Update: Interactive LyX: Successful Collaborative editing in slow network.

2014-08-05 Thread Sushant Raikar
Hi LyX developers, This is my latest update on the project Interactive lyx. Check out this youtube video http://youtu.be/Mh-1OL7I5qE (Pls don't mind the video distortion, some bug in the screen recorder i guess). This is done by maintaining a history of edits (different versions of the document) a

GSOC 2014: Update : Interactive LyX (version-ing)

2014-06-23 Thread Sushant Raikar
Link to Patch: https://gist.github.com/HotSushi/1b8b5086405be091ee86 Introducing Version : This patch introduces version-ing in document. Date: 23-June-2014 Previous Patch: vehicle.patch (Updated to provide features below) Author: Sushant Raikar Note: Ignore all printf's, they are

Re: GSOC 2014: Update: Interactive LyX

2014-06-06 Thread Sushant Raikar
Here's a link to the updated patch (after fixing whitespace, indentation, ignored moc_* files and commented header file) https://gist.github.com/HotSushi/a989d1657775d8eca6fe link to project wiki page: http://wiki.lyx.org/GSoC/InteractiveLyX On Thu, Jun 5, 2014 at 12:46 AM, Sushant R

Re: GSOC 2014: Update: Interactive LyX

2014-06-06 Thread Sushant Raikar
art implementing, things often look very different in reality than on > paper. So plans change... however, it is important to still have a plan, > especially in the last month. This allows us to reach a more or less stable > end point, from which work can continue in the future, after GSoC. &g

GSOC 2014: Update: Interactive LyX

2014-06-04 Thread Sushant Raikar
ore(1); + string s; + vector vt; + s=iss.str().substr(iss.tellg(),size); + vt.assign(s.begin(), s.end()); + funcrequest_->serializeFrom(vt); + //ignore LFUN sub-vector + iss.ignore(size + 1); + } + + if(prefix & ATT_DOCIT){ + iss >> *dociterator_; + } + +} + +void LFUNHolder::attach_LFUN(FuncR

Re: Procedure for porting patch to latest trunk

2014-04-29 Thread Sushant Raikar
When I try to do git clone gitATgit.lyx.org:lyx its asking for gitATgit.lyx.org's password: what is the password required if I want to clone the repo? On Wed, Apr 30, 2014 at 2:42 AM, Tommaso Cucinotta wrote: > On 29/04/14 08:07, Sushant Raikar wrote: > > I am not so comfor

Procedure for porting patch to latest trunk

2014-04-29 Thread Sushant Raikar
reate local branches for my convenience for example gsoc/interactive/patchupdate? Thank You, Sushant Raikar

Saying Hi !

2014-04-27 Thread Sushant Raikar
Hi Lyx community, I am Sushant Raikar, a B.Tech. student from India. I am one of the GSoC student who will be working on Project: Interactive LyX this summer under Tommaso Cucinotta, Vincent van Ravesteijn, Jean-Marc Lasgouttes . I would like to thank the community for selecting my project

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

GSoC Project: Advance find and replace

2014-03-06 Thread Sushant Raikar
Hi , I am Sushant Raikar ,a B.Tech. ( Computer Science ) student from India and I would love to contribute to LyX (Project : Advance find and replace ) for GSOC 2014. I have fair knowledge in Networking and I am pretty comfortable with c++ and Qt. I have worked on Qt project before, here'