Re: GSoC 2015 Status Update

2015-08-22 Thread Aroonav Mishra
Hello all, The GSoC firm 'pencils down' date has gone past by. I am now focusing on the porting wiki page. I am updating it with all the information on the changes that I have made to the code-base. This is gonna take some time(the no. of changes is really huge) but I believe that it will be worth

Re: GSoC 2015 Status Update

2015-08-08 Thread Aroonav Mishra
On 6 August 2015 at 17:22, Aroonav Mishra wrote: > > > On 6 August 2015 at 01:16, Myriam Schweingruber wrote: > >> Hi Aroonav, >> >> On Thu, Jul 30, 2015 at 6:24 PM, Aroonav Mishra >> wrote: >> > Hello everyone, >> > >> > I have made quite a lot of changes since the last time I posted here but

Re: GSoC 2015 Status Update

2015-08-06 Thread Aroonav Mishra
On 6 August 2015 at 01:16, Myriam Schweingruber wrote: > Hi Aroonav, > > On Thu, Jul 30, 2015 at 6:24 PM, Aroonav Mishra > wrote: > > Hello everyone, > > > > I have made quite a lot of changes since the last time I posted here but > > most of the changes have been pretty straightforward. The cha

Re: GSoC 2015 Status Update

2015-08-05 Thread Myriam Schweingruber
Hi Aroonav, On Thu, Jul 30, 2015 at 6:24 PM, Aroonav Mishra wrote: > Hello everyone, > > I have made quite a lot of changes since the last time I posted here but > most of the changes have been pretty straightforward. The changes mainly > consist of the ones that I have already mentioned in my pr

Re: GSoC 2015 Status Update

2015-07-30 Thread Aroonav Mishra
Hello everyone, I have made quite a lot of changes since the last time I posted here but most of the changes have been pretty straightforward. The changes mainly consist of the ones that I have already mentioned in my previous posts here. During the port of the code in src/context, I realized tha

Re: GSoC 2015 Status Update

2015-07-17 Thread Aroonav Mishra
Thank you. I will try my best :) Aroonav On 17 July 2015 at 18:12, Myriam Schweingruber wrote: > Hi Aroonav, > > > On Fri, Jul 17, 2015 at 11:46 AM, Aroonav Mishra > wrote: > > Hello, > > > ... > > > > I had mentioned before that I will porting the code in the src/context > > later. I will be

Re: GSoC 2015 Status Update

2015-07-17 Thread Myriam Schweingruber
Hi Aroonav, On Fri, Jul 17, 2015 at 11:46 AM, Aroonav Mishra wrote: > Hello, > ... > > I had mentioned before that I will porting the code in the src/context > later. I will be doing this now and I believe that this should take some > time. Thanks a lot for your update! Very nice work so far, a

Re: GSoC 2015 Status Update

2015-07-17 Thread Aroonav Mishra
Hello, I have mainly focussed this week on introducing changes that I have mentioned in my previous reports & commits to the rest of the files. Apart from this, I have done the following: * Ported from KAction to QAction, KMenu to QMenu with the help of the porting scripts. * Added KF5::GlobalAcc

Re: GSoC 2015 Status Update

2015-07-08 Thread Aroonav Mishra
Hello, This week I focused on the following changes: * I added the KF5::TextEditor component. * I removed setCodecForCStrings for setting UTF-8 encoding in QString. In Qt5 QString automatically calls the fromUtf8 instead of fromAscii function and as Mark pointed out we won't need to call

Re: GSoC 2015 Status Update

2015-07-01 Thread Aroonav Mishra
Hello My work this week mainly revolved around the ThreadWeaver API. As I had mentioned before KF5::TheadWeaver lacks detailed documentation and the API has changed a LOT. So some of these changes might be incorrect or incomplete as of now. * The calls to Weaver::instance() has been changed to Qu

Re: GSoC 2015 Status Update

2015-06-23 Thread Aroonav Mishra
Hello, I would have sent this yesterday but I was in the middle of a commit which I wanted to include here. So sorry for the delay. I had to take the third week off but it didn't affect my project much as I had started working before 25 May. Some of the changes that I have made over the last few d

Re: GSoC 2015 Status Update

2015-06-08 Thread Aroonav Mishra
On 8 June 2015 at 23:58, Myriam Schweingruber wrote: > Hi Aroonav, > > On Mon, Jun 8, 2015 at 7:59 PM, Aroonav Mishra > wrote: > > The second week of GSoC coding period has come to an end. I didn't want > to > > create another thread for my weekly updates hence I have emailed in this > > thread

Re: GSoC 2015 Status Update

2015-06-08 Thread Myriam Schweingruber
Hi Aroonav, On Mon, Jun 8, 2015 at 7:59 PM, Aroonav Mishra wrote: > The second week of GSoC coding period has come to an end. I didn't want to > create another thread for my weekly updates hence I have emailed in this > thread itself. That's OK, actually a good idea :) > > So this week some of t

Re: GSoC 2015 Status Update

2015-06-08 Thread Aroonav Mishra
The second week of GSoC coding period has come to an end. I didn't want to create another thread for my weekly updates hence I have emailed in this thread itself. So this week some of the changes that I made are as follows: - Changed KIcon to QIcon. If anyone is using the porting script in