~ubuntu-branches/ubuntu/vivid/unity-scope-click/vivid

« back to all changes in this revision

Viewing changes to libclickscope/click/preview.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alejandro J. Cura, CI Train Bot, Pawel Stolowski
  • Date: 2015-03-26 18:49:47 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20150326184947-ixmeux4m98o3nkat
Tags: 0.1.1+15.04.20150326-0ubuntu1
[ Alejandro J. Cura ]
* Fake webservices for the integration tests
* Fetch the "refundable_until" field from the /purchases endpoint, and
  store it as a GMT timestamp
* Use table widget in previews (LP: #1407680)

[ CI Train Bot ]
* New rebuild forced.

[ Pawel Stolowski ]
* Initial set of python integration tests using the scope harness

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    virtual void pushPackagePreviewWidgets(const unity::scopes::PreviewReplyProxy &reply,
147
147
                                           const PackageDetails& details,
148
148
                                           const scopes::PreviewWidgetList& button_area_widgets);
149
 
    virtual std::string build_other_metadata(const PackageDetails& details);
150
 
    virtual std::string build_updates_table(const PackageDetails& details);
 
149
    virtual scopes::PreviewWidget build_other_metadata(const PackageDetails& details);
 
150
    virtual scopes::PreviewWidget build_updates_table(const PackageDetails& details);
151
151
    virtual std::string build_whats_new(const PackageDetails& details);
152
152
    virtual void run_under_qt(const std::function<void ()> &task);
153
153