Re: Kopete - GSoC 2015 - status

2015-08-04 Thread R.Harish Navnit
On Mon, Aug 3, 2015 at 10:27 PM, Pali Rohár wrote: > > How is GSoC going? I would like to remind you that August 17 (in two > weeks) is suggested pencils down date. Which means to stop coding and > just fixing bugs, documentation, cleanup... > Looking at my original timeline, I'm quite a way off

Re: Kopete - GSoC 2015 - status

2015-08-03 Thread Nikolaos Chatzidakis
Hey Pali! I wanted to talk to you today on irc but i couldn't find you. I pushed some code, more is comming. I think that the plugin will be ready all at once (i doesn't make sense to merge the preferences module only). Within the next days i'll PM you to test with me the first working sample (to

Re: Kopete - GSoC 2015 - mid term evaluation

2015-06-23 Thread R.Harish Navnit
On Tue, Jun 23, 2015 at 1:11 PM, Pali Rohár wrote: > > It is basically to deliver what have you done and something which you > can show to other people... > > With that I means to prepare code in your git branch to some state which > can be compiled and maybe also easily reused/merged (if possibl

Re: Kopete - GSoC 2015 - mid term evaluation

2015-06-23 Thread Pali Rohár
On Tuesday 23 June 2015 09:31:16 R.Harish Navnit wrote: > Hey Pali, > > On Mon, Jun 22, 2015 at 12:56 PM, Pali Rohár wrote: > > > By June 26 please prepare or update your git > > repositories so your code can be "evaluated". Try to prepare code to > > state which could be "presented" by you to a

Re: Kopete - GSoC 2015 - mid term evaluation

2015-06-22 Thread R.Harish Navnit
Hey Pali, On Mon, Jun 22, 2015 at 12:56 PM, Pali Rohár wrote: > By June 26 please prepare or update your git > repositories so your code can be "evaluated". Try to prepare code to > state which could be "presented" by you to audience (some demo)... > I'm just curious to know who would the audien

Re: Kopete - GSoC 2015 - mid term evaluation

2015-06-22 Thread Akshay Ratan
Sure :) On Jun 22, 2015 12:56 PM, "Pali Rohár" wrote: > Hello, > > I just want to remind you that at June 26 starts mid term evaluation. By > that day I would like to see from you updated progress timeline what > have you finished and what not according to plan. This will be useful > also for you

Re: Kopete - GSoC 2015 - mid term evaluation

2015-06-22 Thread Nikos Chatzidakis
Sure thing Pali! I'm on it. :) 2015-06-22 10:26 GMT+03:00 Pali Rohár : > Hello, > > I just want to remind you that at June 26 starts mid term evaluation. By > that day I would like to see from you updated progress timeline what > have you finished and what not according to plan. This will be usef

Re: Kopete - GSoC 2015

2015-06-19 Thread R.Harish Navnit
On Wed, Jun 17, 2015 at 4:20 AM, Pali Rohár wrote: > > if some commits are ready for merging, please make sure that commit > message contains relevant "REVIEW: " or "BUG: " tags and put > commits into your new branch in your repository (rebased on top of > kopete master). > I'm editing the commit

Re: Kopete - GSoC 2015

2015-06-16 Thread Pali Rohár
On Sunday 14 June 2015 16:28:09 R.Harish Navnit wrote: > On Sat, Jun 13, 2015 at 10:44 PM, Pali Rohár > wrote: > > What is state of your kopete projects? Can you show me what have > > you done since start of GSoC? > > I've been a bit busy lately, with exams and a training camp. However, > I have

Re: GSoC History plugin (Was: Re: Kopete - GSoC 2015)

2015-06-14 Thread Joshua Joseph
On Sun, Jun 14, 2015 at 5:25 PM, Pali Rohár wrote: > On Sunday 14 June 2015 16:13:39 Joshua Joseph wrote: > > On Sun, Jun 14, 2015 at 5:08 PM, Pali Rohár > > wrote: > > > Quick look at database schema: > > > > > > Columns: > > > entry_id (int, primary key) > > > timestamp (text) > > > protocol (

Re: Kopete - GSoC 2015

2015-06-14 Thread R.Harish Navnit
On Sat, Jun 13, 2015 at 10:44 PM, Pali Rohár wrote: > > What is state of your kopete projects? Can you show me what have you > done since start of GSoC? I've been a bit busy lately, with exams and a training camp. However, I have been able make some contributions. Currently, I'm pushing my code

Re: GSoC History plugin (Was: Re: Kopete - GSoC 2015)

2015-06-14 Thread Pali Rohár
On Sunday 14 June 2015 16:13:39 Joshua Joseph wrote: > On Sun, Jun 14, 2015 at 5:08 PM, Pali Rohár > wrote: > > Quick look at database schema: > > > > Columns: > > entry_id (int, primary key) > > timestamp (text) > > protocol (text) - (the protocol in use) > > direction (text) - (either incoming

Re: GSoC History plugin (Was: Re: Kopete - GSoC 2015)

2015-06-14 Thread Joshua Joseph
On Sun, Jun 14, 2015 at 5:08 PM, Pali Rohár wrote: > Quick look at database schema: > > Columns: > entry_id (int, primary key) > timestamp (text) > protocol (text) - (the protocol in use) > direction (text) - (either incoming or outgoing) > local_id (text) - (the account being used locally) > rem

GSoC History plugin (Was: Re: Kopete - GSoC 2015)

2015-06-14 Thread Pali Rohár
Quick look at database schema: Columns: entry_id (int, primary key) timestamp (text) protocol (text) - (the protocol in use) direction (text) - (either incoming or outgoing) local_id (text) - (the account being used locally) remote_id (text) - (the remote account) message (text) - the content of t

Re: Kopete - GSoC 2015

2015-06-14 Thread Joshua Joseph
Hi all, I have been working on a draft API for the history plugin: Here is the draft so far: https://github.com/josh-wambua/kopete/commits/devel Comments are welcome. :) On Sat, Jun 13, 2015 at 8:14 PM, Pali Rohár wrote: > Hello :-) > > What is state of your kopete projects? Can you show me w