[gnome-maps/wip/mlundblad/drop-checkin-support: 1/2] Remove Check-in functionallity




commit 4d7ddee703429d5a1a70cd30d49d39ebf8ce7594
Author: Marcus Lundblad <ml dfupdate se>
Date:   Wed Apr 6 22:27:13 2022 +0200

    Remove Check-in functionallity
    
    Remove the CheckInManager, CheckInDialog,
    and related widgets.

 data/org.gnome.Maps.data.gresource.xml.in |   2 -
 data/ui/account-row.ui                    |  76 ------
 data/ui/check-in-dialog.ui                | 370 ------------------------------
 src/accountListBox.js                     |  77 -------
 src/application.js                        |   3 -
 src/checkIn.js                            | 174 --------------
 src/checkInDialog.js                      | 277 ----------------------
 src/foursquareBackend.js                  | 118 ----------
 src/org.gnome.Maps.src.gresource.xml.in   |   5 -
 src/serviceBackend.js                     | 127 ----------
 10 files changed, 1229 deletions(-)
---
diff --git a/data/org.gnome.Maps.data.gresource.xml.in b/data/org.gnome.Maps.data.gresource.xml.in
index b6586e4a..44b4b7e5 100644
--- a/data/org.gnome.Maps.data.gresource.xml.in
+++ b/data/org.gnome.Maps.data.gresource.xml.in
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/Maps">
-    <file preprocess="xml-stripblanks">ui/account-row.ui</file>
-    <file preprocess="xml-stripblanks">ui/check-in-dialog.ui</file>
     <file preprocess="xml-stripblanks">ui/context-menu.ui</file>
     <file preprocess="xml-stripblanks">ui/export-view-dialog.ui</file>
     <file preprocess="xml-stripblanks">ui/favorites-popover.ui</file>
diff --git a/src/application.js b/src/application.js
index 866bc69a..888fde61 100644
--- a/src/application.js
+++ b/src/application.js
@@ -29,7 +29,6 @@ const GtkClutter = imports.gi.GtkClutter;
 const Hdy = imports.gi.Handy;
 const WebKit2 = imports.gi.WebKit2;
 
-const CheckIn = imports.checkIn;
 const ContactPlace = imports.contactPlace;
 const Format = imports.format;
 const Geoclue = imports.geoclue;
@@ -51,7 +50,6 @@ var settings = null;
 var placeStore = null;
 var routingDelegator = null;
 var geoclue = null;
-var checkInManager = null;
 var contactStore = null;
 var osmEdit = null;
 var normalStartup = true;
@@ -264,7 +262,6 @@ var Application = GObject.registerClass({
         routeQuery       = new RouteQuery.RouteQuery();
         routingDelegator = new RoutingDelegator.RoutingDelegator({ query: routeQuery });
         geoclue          = new Geoclue.Geoclue();
-        checkInManager = new CheckIn.CheckInManager();
         contactStore = new Maps.ContactStore();
         contactStore.load();
         osmEdit = new OSMEdit.OSMEdit();
diff --git a/src/org.gnome.Maps.src.gresource.xml.in b/src/org.gnome.Maps.src.gresource.xml.in
index da8266e7..fd6e9bc4 100644
--- a/src/org.gnome.Maps.src.gresource.xml.in
+++ b/src/org.gnome.Maps.src.gresource.xml.in
@@ -1,12 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/Maps@suffix@/js">
-    <file>accountListBox.js</file>
     <file>address.js</file>
     <file>application.js</file>
     <file>boundingBox.js</file>
-    <file>checkIn.js</file>
-    <file>checkInDialog.js</file>
     <file>color.js</file>
     <file>contactPlace.js</file>
     <file>contextMenu.js</file>
@@ -14,7 +11,6 @@
     <file>epaf.js</file>
     <file>exportViewDialog.js</file>
     <file>favoritesPopover.js</file>
-    <file>foursquareBackend.js</file>
     <file>foursquareGoaAuthorizer.js</file>
     <file>geoclue.js</file>
     <file>geocode.js</file>
@@ -76,7 +72,6 @@
     <file>routeQuery.js</file>
     <file>routingDelegator.js</file>
     <file>searchPopover.js</file>
-    <file>serviceBackend.js</file>
     <file>settings.js</file>
     <file>sendToDialog.js</file>
     <file>service.js</file>


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