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
> _
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.
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
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
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
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
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
(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
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);
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
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
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
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
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
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.
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
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
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
18 matches
Mail list logo