Re: GSoC History plugin

2015-06-24 Thread Joshua Joseph
Hi On Mon, Jun 22, 2015 at 1:27 PM, Pali Rohár wrote: > > > > Then post your interface for review and comments. > > See it here: https://github.com/josh-wambua/kopete/blob/database_helper/plugins/history3/databasehelper.h > -- > Pali Rohár > pali.ro...@gmail.com > _

Re: GSoC History plugin

2015-06-24 Thread Pali Rohár
On Wednesday 24 June 2015 11:40:14 Joshua Joseph wrote: > Hi > > On Mon, Jun 22, 2015 at 1:27 PM, Pali Rohár wrote: > > > > > > > > Then post your interface for review and comments. > > > > See it here: > https://github.com/josh-wambua/kopete/blob/database_helper/plugins/history3/databasehelper.

Re: GSoC History plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 11:46 AM, Pali Rohár wrote: > On Wednesday 24 June 2015 11:40:14 Joshua Joseph wrote: > > Hi > > > > On Mon, Jun 22, 2015 at 1:27 PM, Pali Rohár > wrote: > > > > > > > > > > > > Then post your interface for review and comments. > > > > > > See it here: > > > https://githu

Re: GSoC History plugin

2015-06-24 Thread Pali Rohár
On Wednesday 24 June 2015 12:28:29 Joshua Joseph wrote: > On Wed, Jun 24, 2015 at 11:46 AM, Pali Rohár wrote: > > > On Wednesday 24 June 2015 11:40:14 Joshua Joseph wrote: > > > Hi > > > > > > On Mon, Jun 22, 2015 at 1:27 PM, Pali Rohár > > wrote: > > > > > > > > > > > > > > > > Then post your i

Re: GSoC History plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 1:25 PM, Pali Rohár wrote: > On Wednesday 24 June 2015 12:28:29 Joshua Joseph wrote: > > On Wed, Jun 24, 2015 at 11:46 AM, Pali Rohár > wrote: > > > > > On Wednesday 24 June 2015 11:40:14 Joshua Joseph wrote: > > > > Hi > > > > > > > > On Mon, Jun 22, 2015 at 1:27 PM, Pal

Re: GSoC History plugin

2015-06-24 Thread Pali Rohár
On Wednesday 24 June 2015 13:40:51 Joshua Joseph wrote: > On Wed, Jun 24, 2015 at 1:25 PM, Pali Rohár wrote: > > > On Wednesday 24 June 2015 12:28:29 Joshua Joseph wrote: > > > On Wed, Jun 24, 2015 at 11:46 AM, Pali Rohár > > wrote: > > > > > > > On Wednesday 24 June 2015 11:40:14 Joshua Joseph

Re: GSoC History plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 1:47 PM, Pali Rohár wrote: > On Wednesday 24 June 2015 13:40:51 Joshua Joseph wrote: > > On Wed, Jun 24, 2015 at 1:25 PM, Pali Rohár > wrote: > > > > > On Wednesday 24 June 2015 12:28:29 Joshua Joseph wrote: > > > > On Wed, Jun 24, 2015 at 11:46 AM, Pali Rohár > > > wrot

API for history plugin

2015-06-24 Thread Pali Rohár
(now breaking email thread) On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: > It is fixed now. > I do not thing so... void logMessage(Kopete::Message *message, Kopete::Protocol *protocol, bool isGroup = false); Why are there protocol and isGroup variables? QList search(Kopete::C

Re: API for history plugin

2015-06-24 Thread Pali Rohár
On Wednesday 24 June 2015 14:14:15 Pali Rohár wrote: > (now breaking email thread) > > On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: > > It is fixed now. > > > > I do not thing so... > > void logMessage(Kopete::Message *message, Kopete::Protocol *protocol, bool > isGroup = false);

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 7:13 PM, Pali Rohár wrote: > On Wednesday 24 June 2015 14:14:15 Pali Rohár wrote: > > (now breaking email thread) > > > > On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: > > > It is fixed now. > > > > > > > I do not thing so... > > > > void logMessage(Kopete::Mes

Re: API for history plugin

2015-06-24 Thread kaushik
Hey Joshua, It won't hurt to update the timeline. Also I would suggest concentrate on something small that works and build slowly on top of it. Don't try to do all the stuff in one go. If you do a lot of stuff in one go, it usually will be more tiring and less rewarding. Also I would suggest eve

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 7:32 PM, kaushik wrote: > Hey Joshua, > > It won't hurt to update the timeline. Also I would suggest concentrate on > something small that works and build slowly on top of it. Don't try to do > all the stuff in one go. If you do a lot of stuff in one go, it usually > will

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 3:14 PM, Pali Rohár wrote: > (now breaking email thread) > > On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: > > It is fixed now. > > > > I do not thing so... > > void logMessage(Kopete::Message *message, Kopete::Protocol *protocol, > bool isGroup = false); > > W

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 9:01 PM, Joshua Joseph wrote: > > > On Wed, Jun 24, 2015 at 3:14 PM, Pali Rohár wrote: > >> (now breaking email thread) >> >> On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: >> > It is fixed now. >> > >> >> I do not thing so... >> >> void logMessage(Kopete::Mess

Re: API for history plugin

2015-06-24 Thread Pali Rohár
On Wednesday 24 June 2015 20:07:01 Joshua Joseph wrote: > On Wed, Jun 24, 2015 at 9:01 PM, Joshua Joseph > wrote: > > On Wed, Jun 24, 2015 at 3:14 PM, Pali Rohár > > wrote: > >> (now breaking email thread) > >> > >> On Wednesday 24 June 2015 14:23:52 Joshua Joseph wrote: > >> > It is fixed now.

Re:API for history plugin

2015-06-24 Thread me
It's unwise to write an API without a working consumer. If you can't see the whole set of tasks your application will need from your API you're going to redesign your interfaces again and again. You should have started from the Kopete messaging and GUI code falling to API once all your use cases

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 10:17 PM, wrote: > It's unwise to write an API without a working consumer. If you can't see > the whole set of tasks your application will need from your API you're > going to redesign your interfaces again and again. You should have started > from the Kopete messaging and

Re: API for history plugin

2015-06-24 Thread Joshua Joseph
On Wed, Jun 24, 2015 at 9:23 PM, Pali Rohár wrote: > On Wednesday 24 June 2015 20:07:01 Joshua Joseph wrote: > > On Wed, Jun 24, 2015 at 9:01 PM, Joshua Joseph > > wrote: > > > On Wed, Jun 24, 2015 at 3:14 PM, Pali Rohár > > > wrote: > > >> (now breaking email thread) > > >> > > >> On Wednesday