[shotwell: 3/3] Merge branch 'wip/phako/google-photos' into 'master'



commit d3cd65e831dc141771841e6bc771d256ae3b9577
Merge: 4b9d9ecc e1d8bd5b
Author: Jens Georg <mail jensge org>
Date:   Thu Jan 24 22:30:37 2019 +0000

    Merge branch 'wip/phako/google-photos' into 'master'
    
    Google Photos publishing
    
    Closes #97
    
    See merge request GNOME/shotwell!17

 data/gsettings/org.yorba.shotwell.gschema.xml      |  16 +-
 data/org.gnome.Shotwell.appdata.xml.in             |   2 +-
 help/C/share-upload.page                           |   8 +-
 meson_options.txt                                  |   2 +-
 .../shotwell/ShotwellAuthenticatorFactory.vala     |   9 +-
 plugins/common/RESTSupport.vala                    |  12 +
 plugins/common/Resources.vala                      |   7 +-
 plugins/shotwell-publishing/PhotosPublisher.vala   | 547 +++++++++++++++
 .../shotwell-publishing/PhotosPublishingPane.vala  | 150 ++++
 plugins/shotwell-publishing/PhotosService.vala     |  58 ++
 plugins/shotwell-publishing/PhotosUploader.vala    | 104 +++
 plugins/shotwell-publishing/PicasaPublishing.vala  | 772 ---------------------
 plugins/shotwell-publishing/google-photos.svg      |   1 +
 ...ui => google_photos_publishing_options_pane.ui} | 105 ++-
 plugins/shotwell-publishing/meson.build            |  11 +-
 .../org.gnome.Shotwell.Publishing.gresource.xml    |   4 +-
 .../shotwell-publishing/shotwell-publishing.vala   |   8 +-
 po/POTFILES.in                                     |   7 +-
 po/POTFILES.skip                                   |   5 +-
 src/plugins/StandardHostInterface.vala             |   3 -
 src/publishing/Publishing.vala                     |   2 +-
 21 files changed, 990 insertions(+), 843 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]