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
---
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
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
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
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
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
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 (
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124094/#review81473
---
plugins/texteffect/texteffectpreferences.cpp (line 101)