CIA.vc
Akonadi-google
Real-time open source activity stats
Stats » Projects » KDE » Akonadi-google
informationsyndicateUTC clock
19:13 on May 27, 2012
event counters
The last message was received 0.93 months ago at 23:35 on Apr 29, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 34 messages last month
308 messages since the first one, 0.96 years ago, for an average of 1.14 days between messages
recent messages
dateReversed sort columnprojectcontentlink
19:24 on Apr 29KDE
Commit by Dan Vrátil on master :: r0.3.1-1-gefb3215 akonadi-google/ (40 files in 8 dirs): (link)
Move the Akonadi Resources to kdepim-runtime

The resources have been moved to kdepim-runtime, this repo now only contains
the LibKGoogle library.
#
13:19 on Apr 27KDE
Commit by Dan Vrátil on master :: r0.3-31-g6fdb442 akonadi-google/ (3 files in 3 dirs): (link)
Bump version to 0.3.1
#
01:03 on Apr 27KDE
Commit by Alex Fiestas on master :: r0.3-30-g22c3c3b akonadi-google/libkgoogle/ (authdialog.cpp authdialog.h): (link)
Use QWebView instead of KWebView until we can have different CookieJar

REVIEW:104419
#
00:55 on Apr 27KDE
Commit by Alex Fiestas on master :: r0.3-29-g98192b8 akonadi-google/contacts/contactsresource.h: (link)
Adds configuration to the new added reloadConfig slot
#
00:48 on Apr 27KDE
Commit by Alex Fiestas on master :: r0.3-28-g842c8d5 akonadi-google/ (4 files in 2 dirs): (link)
Fix a crash by cleaning the ongoing Fetch jobs when quitting the resource

Many methods within ResourceBase check if the current task is of a type
that makes sense, for example if a method for synchronitation is called
the current task should be of type Sync. Problem is that they check
this in an ASSERT and we are hitting it when resource is Quit.

What this patch does is track the fetchJobs and clean them in
aboutToQuit.

REVIEW:104419
#
08:10 on Apr 24KDE
Commit by Alex Fiestas on master :: r0.3-27-g6f4284b akonadi-google/libkgoogle/ (auth.cpp auth.h auth_p.cpp auth_p.h): (link)
Add an option to auto close the AuthDialog when authentication is done

When dialogAutoClose is set to true, all interface created by
Auth::authenticate will be closed once authentication is finished no
matter if it succes or fails

REVIEW:104705
#
07:45 on Apr 24KDE
Commit by Alex Fiestas on master :: r0.3-25-gf7b8bb9 akonadi-google/ (4 files in 2 dirs): (link)
Reload configuration when AgentBase::reloadConfiguration is emitted

Basically when an external application execute AgentInstance::reconfigure
what happens is that AgentBase emits a reloadConfiguration signal, is the
job of the resource to connect that signal into a slot that will reload
the configuration.

REVIEW:104707
#
21:33 on Apr 23KDE
Commit by Dan Vrátil on master :: r0.3-24-ge4c96ef akonadi-google/calendar/ (3 files): (link)
Don't update event UID after it's created

Untill now we tried to update UID of a newly created event after we received
the UID from Google, but KOrganizer didn't cope well with this.

This patch removes the IteModifyJob which was updating the UID. We rather
keep the KOrganizer-generated UID and we only change it in the payload before
serializing it and sending it to Google (for instance when we want to modify
the event). This makes KOrganizer happy.

BUG: 298518
FIXED-IN: 0.3.1
#
21:11 on Apr 23KDE
Commit by Dan Vrátil on master :: r0.3-23-gda3070c akonadi-google/libkgoogle/ (accessmanager_p.cpp auth_p.cpp): (link)
Catch some previously unhandeled exceptions
#
20:23 on Apr 23KDE
Commit by Alex Fiestas on master :: r0.3-22-gdc5f5e7 akonadi-google/libkgoogle/auth_p.cpp: (link)
Add emit keyword

In the original patch I used Q_EMIT then I noticed it was out of the
coding style so I remove it.

sorry again for the mess up
#
20:21 on Apr 23KDE
Commit by Alex Fiestas on master :: r0.3-21-g70ad758 akonadi-google/libkgoogle/ (auth_p.cpp common.h): (link)
Use KGoogle::AuthCancelled instead of AuthError
#
19:57 on Apr 23KDE
Commit by Alex Fiestas on master :: r0.3-20-g3a8b898 akonadi-google/libkgoogle/ (auth_p.cpp auth_p.h common.h): (link)
emit error(KGoogle::AuthCanceled) when AuthDialgo cancelBtn is clicked

REVIEW:104704
#
15:49 on Apr 21KDE
Commit by Dan Vrátil on master :: r0.3-19-g836690e akonadi-google/calendar/resource_events.cpp: (link)
Bug #298518 - Unable to edit newly created events

Setting payload before calling changeCommitted() seems to fix it,
but KOrganizer keeps spitting warning about UID not being set...
#
13:32 on Apr 21KDE
Commit by Dan Vrátil on master :: r0.3-18-g052631c akonadi-google/calendar/resource_events.cpp: (link)
Bug #298519 - Deleting events incorrectly reports an error

Resource now correctly handles the error code returned by Google
when an event is succesfully deleted.
#
12:58 on Apr 15KDE
Commit by Yuri Chornoivan on master :: r0.3-16-g10ed372 akonadi-google/libkgoogle/accessmanager_p.cpp: (link)
Fix typo found by Freek de Kruijf.
#
22:15 on Apr 14KDE
Commit by Dan Vrátil on master :: r0.3-14-g50050fc akonadi-google/libkgoogle/objects/contact.cpp: (link)
Fix handling phone number types
#
21:59 on Apr 14KDE
Commit by Dan Vrátil on master :: r0.3-13-g803c879 akonadi-google/libkgoogle/fetchlistjob_p.h: (link)
Emit result even when FetchListJob fails
#
20:02 on Apr 14KDE
Commit by Dan Vrátil on master :: r0.3-12-gfa87218 akonadi-google/libkgoogle/ (3 files): (link)
Don't change URL of KGoogle::Request when processing multi-paged replies

Until now requesting a next page of a multi-paged reply required changing
URL of the original KGoogle::Request. Now this request is never changed and
KGoogle::AccessManager uses internal URL to navigate through multi-paged replies.
#
19:52 on Apr 14KDE
Commit by Dan Vrátil on master :: r0.3-11-g5ac6ec2 akonadi-google/libkgoogle/ (accessmanager_p.cpp common.h request.h): (link)
Improve error handling in KGoogle::AccessManager

AccessManager now returns proper error codes and messages for all known errors.
It also emits error() signal on KGoogle::Request for which the error occured.

The latter allows user to see for which request the error ocurred and
can react approprietally.
#
14:13 on Apr 14KDE
Commit by Dan Vrátil on master :: r0.3-10-gd1403f0 akonadi-google/ (3 files in 2 dirs): (link)
Fix compilation after previous commit
#