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

Review Request 124094: Do away with K3ListBox classes texteffect plugin

2015-06-14 Thread R.Harish Navnit
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124094/ --- Review request for Kopete, Laurent Montel and Pali Rohár. Repository: kop

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: 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

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: 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 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: Review Request 124094: Do away with K3ListBox classes texteffect plugin

2015-06-14 Thread Laurent Montel
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/124094/#review81473 --- plugins/texteffect/texteffectpreferences.cpp (line 101)