lp://staging/~benoitg/akonadigoogle/libkgapi.upstream_packaging
- Get this branch:
- bzr branch lp://staging/~benoitg/akonadigoogle/libkgapi.upstream_packaging
Branch merges
Branch information
Recent revisions
- 203. By Dan Vrátil <email address hidden>
-
Parse OAuth code from page title instead of body
The OAuth code used for obtaining access tokens is provided
in webpage <title> as a string. The title is guaranteed not to change
syntax, while the body of the page, from which we were parsing the token
before, can change anytime, which breaks the authentication process.BUG: 301240
FIXED-IN: 0.4.1 - 200. By Dan Vrátil <email address hidden>
-
Specify all Qt modules LibKGAPI depends on
Explicitly list all Qt modules that LibKGAPI depends on so that CMake
can report and abort if any of them is missing (especially QtWebKit, the
other modules are usualy part of Qt package).BUG: 300900
FIXED-IN: 0.4.1 - 198. By Dan Vrátil <email address hidden>
-
Move KGAPI::AuthWidget to KGAPI::
Ui::AuthWidget The class is in libkgapi/ui folder and so it should be wrapped in KGAPI::Ui
namespace.This of course breaks SC, but since we broke it much more two commits
back, it does not matter.Unless someone explicitly uses the widget in his application, no changes are needed.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/akonadigoogle