DevHeads.net

Postings by Dan Vratil

Review Request: Fix a memory leak in KDateTable

Review request for kdelibs.

Description
KDateTablePrivate::DatePaintingMode is dynamically allocated but never freed.

Diffs
kdeui/widgets/kdatetable.cpp f551742

Diff: <a href="http://git.reviewboard.kde.org/r/105451/diff/" title="http://git.reviewboard.kde.org/r/105451/diff/">http://git.reviewboard.kde.org/r/105451/diff/</a>

Testing

Thanks,

Dan Vratil

Review request: moving libkgoogle to extragear

Hi,

LibKGoogle is a new optional dependency of kdepim-runtime. It's used by the
new Akonadi Google resources.

It's now in kdereview [0] and I'd like to move it to extragear, so I'm asking
for a review on the library.

Thanks

Dan

[0] <a href="https://projects.kde.org/projects/kdereview/libkgoogle/repository" title="https://projects.kde.org/projects/kdereview/libkgoogle/repository">https://projects.kde.org/projects/kdereview/libkgoogle/repository</a>

Changing UID of a newly created Akonadi::Item

Hi guys,

I'd like to ask you for help, because I am probably doing something wrong in
my Akonadi resource, but I can't find out what it is :).

During development of the akonadi-google resource, I run into a problem with
UIDs of newly created items. When I create a new event (but applies for
contacts as well) in KOrganizer, itemAdded() in the resource is invoked and
Akonadi::Item with the event is passed to the slot. The event has a generic
UID assigned by Akonadi. The resource then serializes the Akonadi::Item
payload to JSON, sends request to Google API and waits for reply.