lp://staging/~benoitg/akonadigoogle/trunk-pre-kdepim-runtime
- Get this branch:
- bzr branch lp://staging/~benoitg/akonadigoogle/trunk-pre-kdepim-runtime
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/scratch/dvratil/akonadi-google.
Last successful import was .
Recent revisions
- 176. By Dan Vrátil <email address hidden>
-
Do not add an organizer to appointments without attendees
(imported from libkgoogle)
- 175. By Dan Vrátil <email address hidden>
-
Parse contact photo URL by 'rel' attribute instead of 'type'
(imported from libkgoogle)
- 173. By Alex Fiestas
-
Use QWebView instead of KWebView until we can have different CookieJar
REVIEW:104419
- 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 failsREVIEW:104705
- 168. By Alex Fiestas
-
Reload configuration when AgentBase:
:reloadConfigur ation 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
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)