lp:~benoitg/akonadigoogle/master

Created by Benoit Grégoire and last modified
Get this branch:
bzr branch lp:~benoitg/akonadigoogle/master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Benoit Grégoire
Project:
LibKGAPI
Status:
Merged

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/akonadi-google.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 15 seconds — see the log
Import started on neumayer and finished taking 30 seconds — see the log
Import started on russkaya and finished taking 40 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

175. By Dan Vrátil <email address hidden>

Move the Akonadi Resources to kdepim-runtime

The resources have been moved to kdepim-runtime, this repo now only contains
the LibKGoogle library.

174. By Dan Vrátil <email address hidden>

Bump version to 0.3.1

173. By Alex Fiestas

Use QWebView instead of KWebView until we can have different CookieJar

REVIEW:104419

172. By Alex Fiestas

Adds configuration to the new added reloadConfig slot

171. By Alex Fiestas

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

170. By Alex Fiestas

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

169. By Alex Fiestas

Make akonadi-google compile with -DQT_NO_KEYWORDS

168. By Alex Fiestas

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

167. By Dan Vrátil <email address hidden>

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

166. By Dan Vrátil <email address hidden>

Catch some previously unhandeled exceptions

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers