View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/gnome-maps

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-maps.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
wip/mlundblad/decrease-placeview-padding 2022-11-28 21:32:26 UTC
mapBubble: Set the no-padding CSS style on popover contents

Author: Marcus Lundblad
Author Date: 2022-11-27 22:09:49 UTC

mapBubble: Set the no-padding CSS style on popover contents

This makes the thumbnail align "flush on" with the edge
of the popovers.

wip/mlundblad/determine-adaptive-on-surface 2022-11-23 21:04:40 UTC
mainWindow: Use notify::width on GdkSurface track adaptive changes

Author: Marcus Lundblad
Author Date: 2022-11-22 22:49:55 UTC

mainWindow: Use notify::width on GdkSurface track adaptive changes

Use the width of the backing GdkSurface to determine when the
application is in adaptive mode.

wip/mlundblad/touch-only-long-press 2022-11-22 17:28:17 UTC
mapView: Set long press gesture as touch-only

Author: Marcus Lundblad
Author Date: 2022-11-22 17:28:17 UTC

mapView: Set long press gesture as touch-only

Fixes long press gesture on actual touch screens.
Also avoids activating the context menu on long press
of primary button, as we already show it on secondary
button click.

wip/mlundblad/rename-mark-location 2022-11-19 21:05:13 UTC
placeMarker: Rename the mark-location icon

Author: Marcus Lundblad
Author Date: 2022-11-19 21:05:13 UTC

placeMarker: Rename the mark-location icon

This icon is present in a symbolic recolorable
variant in some system theme packages.
This can result in a hard-to-read light grey
icon when dark theme is used, which gives
bad contrast against the (mostly light) raster
tiles. So rename the bundled icon with a maps-
prefix to prevent this.

wip/mlundblad/fix-vexpand-place-titles 2022-11-16 22:05:59 UTC
placeView: Don't exand title labels vertically

Author: Marcus Lundblad
Author Date: 2022-11-16 21:21:00 UTC

placeView: Don't exand title labels vertically

wip/mlundblad/wikidata 2022-11-15 22:34:27 UTC
osmEditDialog: Add composite widget for editing Wikipedia

Author: Marcus Lundblad
Author Date: 2022-10-12 21:11:40 UTC

osmEditDialog: Add composite widget for editing Wikipedia

Adds a composite widget for editing Wikipedia article and
Wikidata references. Change the Wikipedia field to use
the composite widget to allow editing Wikipedia article
and Wikidata tags combined.

wip/mlundblad/initial-adaptive 2022-10-02 20:31:43 UTC
gschema: Set an empty default window size

Author: Marcus Lundblad
Author Date: 2022-10-02 07:45:13 UTC

gschema: Set an empty default window size

This avoids a call to set_default_size being made
on initial launch, instead relying on the default
size determined by the window mangager.

wip/mlundblad/fix-drag-n-drop-routes 2022-09-29 21:05:43 UTC
sidebar: Fix drag-and-dropping route entries

Author: Marcus Lundblad
Author Date: 2022-09-29 20:43:57 UTC

sidebar: Fix drag-and-dropping route entries

This was not working since the GTK4 port.

wip/mlundblad/fix-shapelayer-drag-and-drop 2022-09-27 20:25:52 UTC
mainWindow: Pass a GListStore to openShapeLayers

Author: Marcus Lundblad
Author Date: 2022-09-27 20:25:52 UTC

mainWindow: Pass a GListStore to openShapeLayers

The openShapeLayers method expects a GListModel
as returned by the file chooser when selecting files.
While the drag-and-drop action gets the value a GFile.
So wrap the object in a GListStore before passing in on
from the DND handler.

wip/mlundblad/fix-selecting-transit-stop 2022-09-26 21:15:56 UTC
transitLegRow: Don't collapse instructions when clicking

Author: Marcus Lundblad
Author Date: 2022-09-26 21:15:56 UTC

transitLegRow: Don't collapse instructions when clicking

Limit the press gesture for expanding/collapsing the
instructs to the grid containing the basic unexpanded
information.
Otherwise selecting a stop, or walking instruction is
not possible, as the press gesture gets in the way for
the list box selected signal.

exp/libsoup-git 2022-09-24 20:43:59 UTC
WIP: build libsoup manually from git

Author: Marcus Lundblad
Author Date: 2022-09-03 20:33:41 UTC

WIP: build libsoup manually from git

wip/mlundblad/fix-selecting-turnpoint 2022-09-24 20:24:35 UTC
turnPointMarker: Fix going to the turnpoint

Author: Marcus Lundblad
Author Date: 2022-09-22 20:47:03 UTC

turnPointMarker: Fix going to the turnpoint

This method was still using the old libchamplain
APIs, adapt it to use the libshumate API.

wip/mlundblad/fix-sendto 2022-09-22 19:33:36 UTC
sendToDialog: Use GLib.uri_escape_string()

Author: Marcus Lundblad
Author Date: 2022-09-22 19:33:36 UTC

sendToDialog: Use GLib.uri_escape_string()

Change from libsoup's URI escape functionallity
to using the one from GLib, as that API is removed
in libsoup3.

wip/mlundblad/fix-local-tiles 2022-09-22 19:13:00 UTC
application: Fix setting startup flag with --local

Author: Marcus Lundblad
Author Date: 2022-09-13 21:15:16 UTC

application: Fix setting startup flag with --local

Use the correct static reference to Application when
setting the normal startup flag when using local tiles.

wip/mlundblad/fix-location-service-dialog-gtk4 2022-09-21 20:12:10 UTC
locationServiceDialog: Adjust the desktop ID for the location panel

Author: Marcus Lundblad
Author Date: 2022-09-21 20:12:10 UTC

locationServiceDialog: Adjust the desktop ID for the location panel

The location settings panel now has the ID "gnome-location-panel.desktop".

wip/mlundblad/unparent-bubbles 2022-09-03 08:15:57 UTC
WIP: mapMarker: Unparent bubble when marker is unmapped

Author: Marcus Lundblad
Author Date: 2022-09-03 08:15:57 UTC

WIP: mapMarker: Unparent bubble when marker is unmapped

master 2022-09-03 07:07:01 UTC
Updated French translation

Author: Claude Paroz
Author Date: 2022-09-03 07:07:01 UTC

Updated French translation

wip/mlundblad/dont-delete-map-bubbles 2022-09-02 20:48:44 UTC
mapMarker: Don't delete bubble reference when closing bubble

Author: Marcus Lundblad
Author Date: 2022-09-02 20:48:44 UTC

mapMarker: Don't delete bubble reference when closing bubble

This causes the bubble to be recreated. The old instance is still
alive as it's parented by the map view.

wip/mlundblad/long-press-context-menu 2022-09-02 20:07:10 UTC
mapView: Open the context menu on long-press

Author: Marcus Lundblad
Author Date: 2022-08-31 21:26:42 UTC

mapView: Open the context menu on long-press

Trigger the context menu also on long-press on
touch.

wip/mlundblad/smaller-spinners 2022-08-31 19:29:51 UTC
placeView: Make the load spinner not fill all space

Author: Marcus Lundblad
Author Date: 2022-08-29 20:50:22 UTC

placeView: Make the load spinner not fill all space

wip/mlundblad/suggested-action-in-dialogs 2022-08-29 20:05:07 UTC
zoomInDialog: Use suggested-action style for default button

Author: Marcus Lundblad
Author Date: 2022-08-29 20:05:07 UTC

zoomInDialog: Use suggested-action style for default button

wip/mlundblad/send-to-centered 2022-08-29 19:46:40 UTC
placeView: Center-align user location send-to

Author: Marcus Lundblad
Author Date: 2022-08-29 18:55:43 UTC

placeView: Center-align user location send-to

Center align the "Send to" button when in the
user location mode, avoids the button getting
stretched out vertically depending on the label.

wip/mlundblad/fix-toggle-layer 2022-08-27 19:49:09 UTC
shaoeLayer: Fix hiding/showing shape layer

Author: Marcus Lundblad
Author Date: 2022-08-27 19:49:09 UTC

shaoeLayer: Fix hiding/showing shape layer

wip/cdavis/post-port-cleanups 2022-08-26 20:08:10 UTC
shape-layer-row: Modernize widget heirarchy

Author: Christopher Davis
Author Date: 2022-08-21 21:57:19 UTC

shape-layer-row: Modernize widget heirarchy

wip/mlundblad/osm-oauth2 2022-08-24 19:21:16 UTC
Migrate to OAuth2 for OSM editing

Author: Marcus Lundblad
Author Date: 2022-08-20 22:57:33 UTC

Migrate to OAuth2 for OSM editing

librest has dropped OAuth 1 support.

And also, there are flaws of the OAuth 1
protocol and it has been recommended to
migrate to OAuth 2 for some time now.

Switch from using OAuth 1.1a to OAuth 2.0
for authenticating for OSM editing.

Since there's a new token, users will have to
re-authorize with their OSM account before editing.
The gsettings key for identifying a "logged in"
account has been changed to "osm-username-oauth2".

wip/mlundblad/libsoup3 2022-08-20 21:05:04 UTC
Port to libsoup3

Author: Marcus Lundblad
Author Date: 2022-08-17 20:49:12 UTC

Port to libsoup3

- Switch lisoup GIR dependency to use version 3.0
- Switch librest to the 1.0 API version
- Adjust Flatpak build options to build with libsoup3

wip/gtk4-and-libshumate 2022-08-17 19:26:29 UTC
Port to GTK 4 and libshumate

Author: Marcus Lundblad
Author Date: 2022-06-30 21:11:19 UTC

Port to GTK 4 and libshumate

Update from using GTK 3 and libchamplain
to GTK 4 and libshumate.

Some missing features so far (that was
available in the GTK 3 version):

- Minimaps when printing routes
- The ability to select to not include
  markers and layers when exporting the
  view as an image
- Map type preview thumbnails in the layers
  popover (though they are currently not shown
  as we only only have the street style available
  now)

barthalion/gnome-runtime-images-quay 2022-07-27 10:45:09 UTC
Update (or drop) the Docker image used by Flatpak job

Author: Bartłomiej Piotrowski
Author Date: 2022-07-27 10:45:09 UTC

Update (or drop) the Docker image used by Flatpak job

The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template.

Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it.

wip/mlundblad/resrobot-tourist-trains 2022-06-28 19:57:24 UTC
resrobot: Use tourist railway for selected operators

Author: Marcus Lundblad
Author Date: 2022-06-22 20:02:24 UTC

resrobot: Use tourist railway for selected operators

Override the route type for selected
heritage railway operators to show
the tourist train icon on journey legs.

wip/mlundblad/tourist-train-icon 2022-06-27 19:47:16 UTC
transitPlan: Use tourist train icon

Author: Marcus Lundblad
Author Date: 2022-06-21 20:47:28 UTC

transitPlan: Use tourist train icon

Use the tourist train icon for the
HVT type TOURIST_RAILWAY_SERVICE.

wip/mlundblad/remove-dark-street-and-hybrid-aerial 2022-06-27 10:12:11 UTC
gschema: Remove hybrid aerial key

Author: Marcus Lundblad
Author Date: 2022-06-26 20:09:26 UTC

gschema: Remove hybrid aerial key

Remove the settings key for showing
hybrid aerial tiles, as we don't support
that at the moment.

wip/mlundblad/remove-contacts 2022-06-26 19:16:33 UTC
flatpak: Don't build folks and e-d-s

Author: Marcus Lundblad
Author Date: 2022-06-22 21:13:29 UTC

flatpak: Don't build folks and e-d-s

Also set gweather to build against
libsoup2, as we still depend on it
because of libchamplain and geocode-glib.

wip/mlundblad/keep-left-right-icons 2022-06-21 17:59:46 UTC
route: Use icons for keep left/right instructions

Author: Marcus Lundblad
Author Date: 2022-06-21 17:56:31 UTC

route: Use icons for keep left/right instructions

wip/mlundblad/unref-contact-store 2022-06-20 19:12:23 UTC
application: Dispose contact store on window destroy

Author: Marcus Lundblad
Author Date: 2022-06-20 17:21:08 UTC

application: Dispose contact store on window destroy

When quitting through closing the window, the contact
store is disposed in the final GJS GC sweep, which
seems to cause some race condition with respect to
the main loop.
As a workaround to this, manually dispose the store
in this callback, and set it to null.
Also guard some calls involving contact store with
nullish checks to avoid possible use-after-free.

wip/mlundblad/location-bias-scale 2022-06-19 16:23:39 UTC
placeEntry: Always include location paramaters

Author: Marcus Lundblad
Author Date: 2022-06-10 08:22:27 UTC

placeEntry: Always include location paramaters

Revert to always include location bias parameters
to the geocoder regardless of zoom level.

wip/mlundblad/es6-modules 2022-06-08 20:08:34 UTC
turnPointMarker: Stop using imports.mainloop

Author: Marcus Lundblad
Author Date: 2022-05-26 20:01:25 UTC

turnPointMarker: Stop using imports.mainloop

It was not used in this module.

wip/mlundblad/fix-transit-calender-month-one-off 2022-05-02 20:20:00 UTC
transitOptionsPanel: Fix one-off error when setting date

Author: Marcus Lundblad
Author Date: 2022-05-02 20:13:11 UTC

transitOptionsPanel: Fix one-off error when setting date

When setting the GtkCalendar date when clicking the date
button when using "Leave By" or "Arrive By" we need to
subtact one to the month value, as the select_month()
method expects 0-based months.

wip/mlundblad/remove-dark-background 2022-05-01 19:43:14 UTC
mapView: Don't set dark background pattern

Author: Marcus Lundblad
Author Date: 2022-05-01 19:43:14 UTC

mapView: Don't set dark background pattern

As we currently don't have dark tiles available,
remove code setting a dark background, as it
involves dealing with Clutter, and would anyway
get removed when porting to GTK4 and libshumate.

wip/mlundblad/remove-attribution-logo 2022-04-30 20:58:01 UTC
mapSource: Remove attribution logo handling

Author: Marcus Lundblad
Author Date: 2022-04-29 20:30:07 UTC

mapSource: Remove attribution logo handling

wip/mlundblad/toggle-scale-button 2022-04-28 21:32:32 UTC
layersPopover: Add checkbox for toggling the scale

Author: Marcus Lundblad
Author Date: 2022-04-28 19:57:25 UTC

layersPopover: Add checkbox for toggling the scale

As currently the only way to toggle showing the
scale is using the keyboard shortcut, add a
checkbox in the layers popover to enable
hiding the scale on e.g. touch-screen-only
devices.

wip/mlundblad/osm-oauth-external 2022-04-27 20:42:39 UTC
main: Stop requiring WebKitGTK GIR

Author: Marcus Lundblad
Author Date: 2022-04-26 19:43:07 UTC

main: Stop requiring WebKitGTK GIR

wip/mlundblad/additional-place-icons-2 2022-04-21 20:41:08 UTC
placeIcons: Add more specific place icons

Author: Marcus Lundblad
Author Date: 2022-04-16 21:32:49 UTC

placeIcons: Add more specific place icons

Use the previously added place icons as
place icons for additional place types.

wip/mlundblad/drop-checkin-support 2022-04-13 20:14:13 UTC
flatpak: Don't build g-o-a

Author: Marcus Lundblad
Author Date: 2022-04-06 21:02:25 UTC

flatpak: Don't build g-o-a

wip/mlundblad/migrate-to-gweather4 2022-04-06 21:30:33 UTC
meson: Add dependency of libgweather-4

Author: Marcus Lundblad
Author Date: 2022-04-06 17:02:07 UTC

meson: Add dependency of libgweather-4

Add an explicit dependeny on libgweather-4
as we didn't have one (technically we only
run-time-depend on the GIR, but it's good
to be clear for packagers).

gnome-41 2022-04-05 20:25:15 UTC
resrobot: Update to v2.1 API

Author: ml@update.uu.se
Author Date: 2022-02-12 07:29:55 UTC

resrobot: Update to v2.1 API

The Swedish Resrobot service has announced an updated API version (2.1) replacing the current v2.
https://www.trafiklab.se/api/trafiklab-apis/resrobot-v21/migration-guide/
Upgrade the plugin to the new API version.

wip/mlundblad/drop-network-monitor 2022-04-04 20:18:25 UTC
application: Remove the network monitor

Author: Marcus Lundblad
Author Date: 2022-03-09 20:52:33 UTC

application: Remove the network monitor

Remove the network monitor and the "connected" property.

wip/jimmac/app-icon-source 2022-04-03 19:58:33 UTC
icons: Provide app icon 'source'

Author: jimmac
Author Date: 2022-04-01 09:20:47 UTC

icons: Provide app icon 'source'

- Provide the source SVG for App Preview to export from (fullcolor,
  nightly and symbolic).

See https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/84

wip/mlundblad/resrobot-v21 2022-03-25 21:02:43 UTC
resrobot: Update to v2.1 API

Author: ml@update.uu.se
Author Date: 2022-02-12 07:29:55 UTC

resrobot: Update to v2.1 API

The Swedish Resrobot service has announced an updated API version (2.1) replacing the current v2.
https://www.trafiklab.se/api/trafiklab-apis/resrobot-v21/migration-guide/
Upgrade the plugin to the new API version.

wip/mlundblad/scale-visible-setting 2022-03-03 20:44:20 UTC
mapView: Store scale visibility in gsettings

Author: Marcus Lundblad
Author Date: 2022-03-02 22:24:31 UTC

mapView: Store scale visibility in gsettings

Track visibility of the scale in a setting,
so that the state is preserved between launches
rather than always starting as visible.

wip/mlundblad/transit-update-calendar-date 2022-02-28 21:55:56 UTC
transitOptionsPanel: Select day when setting date button

Author: ml@update.uu.se
Author Date: 2022-02-27 20:16:37 UTC

transitOptionsPanel: Select day when setting date button

Also select the day when updating the date button (e.g. when
selecting "Leave by" or "Arrive by". Otherwise the calendar would
have the last selected day selected (or the day the instance was
created, that is when Maps was started).

wip/mlundblad/transit-duration-round 2022-02-27 15:03:57 UTC
transitPlan: Round up duration to nearest minute

Author: ml@update.uu.se
Author Date: 2022-02-26 22:12:57 UTC

transitPlan: Round up duration to nearest minute

Round up duration value for display to the nearest
rounded up integer number of minutes, as displayed
departure time will be truncated down to the nearest
minute. This way the total number of minutes will always
match up instead of getting a rounding off-by-one
discrepancy in the case where the first leg has a
"partial" minute, and would be truncated down to the
next lower minute when showing the departure time.

wip/mlundblad/resrobot-fix-timings 2022-02-25 22:52:54 UTC
resrobot: Adjust timings of itineraries

Author: ml@update.uu.se
Author Date: 2022-02-22 21:58:05 UTC

resrobot: Adjust timings of itineraries

As short walk legs in the beginning and end
of itineraries are pruned off, account for
this to ensure the overall start and end
time correspond to the start and end time
of the first and last leg respectively.

wip/mlundblad/tnum-transit 2022-02-20 21:11:55 UTC
transitStopRow: Use tabular numbers for time labels

Author: ml@update.uu.se
Author Date: 2022-02-20 20:46:26 UTC

transitStopRow: Use tabular numbers for time labels

Use the tablular numbers attribut ("tnum") for the time
label to get time digits lined up vertically.

wip/mlundblad/osm-location-url-no-qm 2022-02-07 21:35:50 UTC
uris: Accept OSM location URLs without ?

Author: ml@update.uu.se
Author Date: 2022-02-07 21:07:53 UTC

uris: Accept OSM location URLs without ?

Sometimes shared URLs pointing to a location in OSM
is on the form https://www.openstreetmap.org/#map=...

E.g. encoding the parameters as part of the path
instead of a query.

Accept both variants, and add an additional test case.

gnome-40 2022-02-03 16:42:13 UTC
Update German translation

Author: Philipp Kiemle
Author Date: 2022-02-03 16:42:13 UTC

Update German translation

wip/mlundblad/fix-help-overlay-devel 2022-01-30 21:57:43 UTC
Add Devel suffix when needed for shortcuts .ui resource path

Author: ml@update.uu.se
Author Date: 2022-01-25 21:32:40 UTC

Add Devel suffix when needed for shortcuts .ui resource path

Install the shortcuts overlay using the correct
gresource path when using the development profile.

wip/mlundblad/fix-ci-locale 2022-01-30 21:33:43 UTC
tests: Run tests with en_US locale

Author: ml@update.uu.se
Author Date: 2022-01-26 20:49:10 UTC

tests: Run tests with en_US locale

The "C" locale behaves differently with GJS 1.71,
so for now change to en_US.utf8 locale to get
a more reliable behavior.

wip/mlundblad/place-zoom-levels 2022-01-06 22:25:40 UTC
mapWalker: Use place zoom level helper

Author: ml@update.uu.se
Author Date: 2021-11-29 21:48:20 UTC

mapWalker: Use place zoom level helper

Use the helper module to get default
zoom level based on place type and
use as the fallback zoom level
when no bounding box is present
and also as mimimum zoom level
to ensure good context.

wip/mlundblad/maps-uri 2021-11-19 22:18:08 UTC
desktop: Announce support for the maps: URI scheme handler

Author: ml@update.uu.se
Author Date: 2021-11-03 11:04:49 UTC

desktop: Announce support for the maps: URI scheme handler

wip/mlundblad/dual-installation 2021-10-20 21:47:09 UTC
Set up dual installation support

Author: ml@update.uu.se
Author Date: 2021-10-18 21:04:25 UTC

Set up dual installation support

Add support for building dual-installable .Devel packages.
Based on an original WIP merge request by Bilal Elmoussaoui.

wip/mlundblad/additional-turn-icons 2021-10-16 09:01:49 UTC
route, graphHopper: Use generic turn instruction codes

Author: ml@update.uu.se
Author Date: 2021-10-03 20:25:55 UTC

route, graphHopper: Use generic turn instruction codes

Makes the generic query points use codes independent
from the GraphHopper API codes. This avoids mixing
GraphHopper-related codes with extra codes for
instructions such as elevators used by OpenTripPlanner.
Also properly handle U-turn instructions from GraphHopper
so that they get appropriate icon.

wip/mlundblad/reduce-dup-place-init 2021-09-28 20:21:58 UTC
osmUtils: Use place update method

Author: ml@update.uu.se
Author Date: 2021-09-25 19:22:40 UTC

osmUtils: Use place update method

Use method to update place instance
with OSM tags.

wip/mlundblad/less-shoplike-shops 2021-08-25 19:55:45 UTC
placeIcons: Refine use of shopping cart icon

Author: ml@update.uu.se
Author Date: 2021-08-23 21:11:45 UTC

placeIcons: Refine use of shopping cart icon

Use the shopping cart icon for more supermarket-
like place types, as covering all shop= catches
some cases where it is not as fitting.
Better fall back to the generic pin icon
for other shop= tags.

gnome-3-38 2021-08-12 20:20:31 UTC
appdata: Update web links

Author: ml@update.uu.se
Author Date: 2021-08-12 19:55:09 UTC

appdata: Update web links

Update the donation link, as
the old one was non-functional.
Also use HTTPS for the GNOME
Wiki link.

wip/mlundblad/flatpak-build-librest 2021-07-20 09:09:57 UTC
flatpak: Build librest for Flatpak

Author: ml@update.uu.se
Author Date: 2021-07-20 08:12:17 UTC

flatpak: Build librest for Flatpak

Since librest is not included in the runtime anymore
build it explicitly in our Flatpak manifest.

wip/mlundblad/flatpak-ical-git-3.0 2021-07-20 08:58:29 UTC
flatpak: Build libical from the 3.0 branch

Author: ml@update.uu.se
Author Date: 2021-07-20 08:46:44 UTC

flatpak: Build libical from the 3.0 branch

libical 3.0.8 has started to fail building against the latest
GNOME SDK. Align with how Evolution does it and build straight
from the 3.0 branch.

gnome-3-36 2021-07-09 21:11:55 UTC
osmConnection: Use '1' for permission instead of 'yes'

Author: ml@update.uu.se
Author Date: 2021-07-09 21:03:42 UTC

osmConnection: Use '1' for permission instead of 'yes'

Use the correct value '1' instead of 'yes' when posting
the authorization form. This fixes a regression making
OSM OAUTH setup to break with recent updates on
openstreetmap.org breaking the old incorrect behavior.

Fixes #386

wip/mlundblad/remove-fb-checkin-support 2021-06-13 20:27:57 UTC
flatpak: Stop building libgfbgraph

Author: ml@update.uu.se
Author Date: 2021-06-12 21:56:42 UTC

flatpak: Stop building libgfbgraph

wip/mlundblad/handle-libsecret-fail 2021-06-06 12:55:44 UTC
osmAccountDialog, osmConnection: Show error message when store failed

Author: ml@update.uu.se
Author Date: 2021-05-07 21:17:16 UTC

osmAccountDialog, osmConnection: Show error message when store failed

Show error message when secret store fails.

wip/mlundblad/fixed-eds-and-folks 2021-06-01 20:46:51 UTC
maps-service: Drop dark and aerial from the fallback service

Author: ml@update.uu.se
Author Date: 2021-06-01 20:46:51 UTC

maps-service: Drop dark and aerial from the fallback service

As we have removed the dark and aerial tiles from the service
file, also remove them from the fallback (used when the online
one is unavailable).

wip/mlundblad/disable-maptype-shortcuts 2021-06-01 20:28:07 UTC
mainWindow: Only enable map type shortcuts when useful

Author: ml@update.uu.se
Author Date: 2021-06-01 20:28:07 UTC

mainWindow: Only enable map type shortcuts when useful

Only enable the shortcuts to switch b/w street and aerial
map types when aerial tiles are available.

wip/mlundblad/fix-saved-aerial-no-support 2021-05-27 21:12:34 UTC
mapView: Don't try to set aerial tiles if not available

Author: ml@update.uu.se
Author Date: 2021-05-27 21:12:34 UTC

mapView: Don't try to set aerial tiles if not available

Safe-guard agains setting the aerial tile source
if it's not available in the service file.
This avoid a crash if aerial was saved as last-used
map type in gsettings and at next startup the service
has dropped support.

wip/mlundblad/increase-max-place-bubble-width 2021-05-25 21:29:34 UTC
mapBubble: Increase maximum width

Author: ml@update.uu.se
Author Date: 2021-05-25 21:29:34 UTC

mapBubble: Increase maximum width

Increase maximum width a bit to
allow place for the directions button
in some translations.

wip/mlundblad/fix-multiple-attribution-logos 2021-05-21 19:32:23 UTC
mapSource, mapView: Fix handling different attribution logos

Author: ml@update.uu.se
Author Date: 2021-05-21 19:32:23 UTC

mapSource, mapView: Fix handling different attribution logos

We previously never had different attribution logos for
the map sources. Fix this so that it actually works
to update the logo when switching source now that
we use different providers for street and aerial.

wip/mlundblad/fix-liststore-warning 2021-05-20 20:25:27 UTC
contextMenu: Don't store route places

Author: ml@update.uu.se
Author Date: 2021-05-19 20:56:36 UTC

contextMenu: Don't store route places

Flag coordinate-based places used for
the route from/to/via menus to not be
stored in the place store. As these
places contains no names, it makes
no sense, and it actually isn't
supported by the place store and
gives a GtkListStore warning.

wip/mlundblad/default-hide-native-name 2021-05-18 20:22:54 UTC
placeView: Hide native name unless it should be shown

Author: ml@update.uu.se
Author Date: 2021-05-18 20:22:54 UTC

placeView: Hide native name unless it should be shown

In some cases, when running in a different locale
compared to last run, the native name label could
still be shown with the native name from before
even when the primary name would become identical.

wip/mlundblad/fix-place-countrycode-json 2021-05-17 20:56:16 UTC
place: Fix saving country code to JSON

Author: ml@update.uu.se
Author Date: 2021-05-17 20:56:16 UTC

place: Fix saving country code to JSON

Correctly save the country code attribute
when storing JSON to the place store.

wip/mlundblad/round-populations 2021-05-17 20:13:32 UTC
placeView: Show rounded population numbers

Author: ml@update.uu.se
Author Date: 2021-05-17 20:13:32 UTC

placeView: Show rounded population numbers

Use the utility function to show abbreviated
population numbers for large round values.

wip/mlundblad/negative-altitudes 2021-05-15 21:42:09 UTC
placeView: Format 0 and negative altitudes nicer

Author: ml@update.uu.se
Author Date: 2021-05-10 20:16:16 UTC

placeView: Format 0 and negative altitudes nicer

Instead of just showing 0 or a value with a - sign,
show the altitudes as "At sea level" and
"%s below sea level" which looks a bit less
"techichal".

wip/mlundblad/remove-appdata-search-terms 2021-05-08 21:18:46 UTC
appdata: Remove mention of Nominatim search terms

Author: ml@update.uu.se
Author Date: 2021-05-08 21:18:46 UTC

appdata: Remove mention of Nominatim search terms

As we don't use Nominatim for search anymore,
remove this section from the description.

wip/mlundblad/single-gjs-find-program 2021-05-08 10:54:39 UTC
meson: Call find_program() once for GJS

Author: ml@update.uu.se
Author Date: 2021-05-08 10:54:39 UTC

meson: Call find_program() once for GJS

Avoiding multiple calls to find_program()
for the generated test scripts.

wip/mlundblad/add-email-and-takeaway 2021-05-07 20:42:18 UTC
osmEditDialog: Add field for takeaway

Author: ml@update.uu.se
Author Date: 2021-05-02 21:01:04 UTC

osmEditDialog: Add field for takeaway

Add combo box field for takeaway.

wip/mlundblad/revert-bubble-reposition 2021-04-29 21:03:56 UTC
Revert "mapMarker: Update bubble position on size change"

Author: ml@update.uu.se
Author Date: 2021-04-29 21:03:56 UTC

Revert "mapMarker: Update bubble position on size change"

This reverts commit 71801b1ec65dc237073eb5c08c4f53eba816a700.

wip/mlundblad/use-country-code-from-photon 2021-04-26 21:34:23 UTC
transitRouter: Use country code from place

Author: ml@update.uu.se
Author Date: 2021-04-26 21:34:23 UTC

transitRouter: Use country code from place

Use the country code from places in the query
when avaible, before falling back to using
libgweather to guess country/region based on
coordinates.

wip/mlundblad/wikipedia-validate 2021-04-26 20:19:14 UTC
osmEditDialog: Validate Wikipedia references

Author: ml@update.uu.se
Author Date: 2021-04-26 20:17:09 UTC

osmEditDialog: Validate Wikipedia references

Show error style on invalid Wikipedia references.

wip/mlundblad/remove-more-gtk-widget-destroy 2021-04-24 14:43:55 UTC
layersPopover: Stop using gtk_container_get_children()

Author: ml@update.uu.se
Author Date: 2021-04-24 08:31:57 UTC

layersPopover: Stop using gtk_container_get_children()

GtkContainer is removed in GTK 4. Prepare by
using specific API in GtkListBox instead.

wip/mlundblad/place-details-hexpand 2021-04-24 13:04:34 UTC
placeView: Set hexpand on details box

Author: ml@update.uu.se
Author Date: 2021-04-24 13:04:34 UTC

placeView: Set hexpand on details box

wip/mlundblad/always-show-transit-button 2021-04-21 21:21:56 UTC
sidebar: Grey-out transit switch when not available

Author: ml@update.uu.se
Author Date: 2021-04-21 21:16:44 UTC

sidebar: Grey-out transit switch when not available

Due to a bug in GTK where setting visible false on a linked
button not working properly, we used to call destroy()
on this button when transit providers where not available.
Since calling destroy() on widgets will not be supported
in GTK 4 and we could instead dim the button in this case
as this feature has now been exposed by default for a while.
And originally it was hidden since the feature where itself
hidden.

wip/mlundblad/additional-place-icons 2021-04-20 19:50:24 UTC
storedRoute: Implement icon name method

Author: ml@update.uu.se
Author Date: 2021-04-06 20:20:58 UTC

storedRoute: Implement icon name method

Instead of creating the Gio.Icon, just implement
the _getIconName() method from Place and let
the icon() getter in Place handle the task
of creating the icon instance.

wip/mlundblad/bookmark-icon 2021-04-05 21:03:44 UTC
headerbarRight: Use bookmarks icons

Author: ml@update.uu.se
Author Date: 2021-04-05 21:03:44 UTC

headerbarRight: Use bookmarks icons

Changes the icon for the favourites menu button
to use the bookmarks icon to avoid confusion
with with start to mark a place as favorite
(especially in mobile mode).

wip/mlundblad/fix-gtk-deprecations-placeview 2021-04-05 11:06:50 UTC
placeView: Stop using GtkContainer add and remove

Author: ml@update.uu.se
Author Date: 2021-04-05 11:06:50 UTC

placeView: Stop using GtkContainer add and remove

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

wip/mlundblad/replace-champlain-transit 2021-04-04 20:20:44 UTC
transitRouter: Stop using Champlain.BoundingBox

Author: ml@update.uu.se
Author Date: 2021-04-04 20:20:44 UTC

transitRouter: Stop using Champlain.BoundingBox

Replace Champlain.BoundingBox with the replacement
implemented in Maps to prepare for libshumate.

wip/mlundblad/replace-bbox-and-ensure-visible 2021-04-04 07:19:54 UTC
maps-contact: Remove bounding box

Author: ml@update.uu.se
Author Date: 2021-02-25 21:22:51 UTC

maps-contact: Remove bounding box

Stop exposing bounding boxes of
contact places. This is not used
anymore.

wip/mlundblad/fix-unfavorite 2021-03-31 20:05:25 UTC
placeStore: Don't match existing place on null

Author: ml@update.uu.se
Author Date: 2021-03-30 20:03:42 UTC

placeStore: Don't match existing place on null

Don't match existing places on null when not
specifying type. This avoid returning true
when place was unfavored and marked with
null in the mapping.

wip/mlundblad/cleanup-gtk-deprecations 2021-03-26 22:13:50 UTC
transitLegRow: Stop using GtkContainer add method

Author: ml@update.uu.se
Author Date: 2021-03-26 22:13:50 UTC

transitLegRow: Stop using GtkContainer add method

In preparation for GTK 4 use class-specific methods
to add and remove children when possible.

wip/mlundblad/more-bubble-position-fixes 2021-03-10 18:31:55 UTC
mapMarker: Improve marker reposion when not fitting below

Author: ml@update.uu.se
Author Date: 2021-03-09 21:23:52 UTC

mapMarker: Improve marker reposion when not fitting below

Improve the bubble repositioning code to only
use below the marker position when there's enough
room, otherwise revert to left or right depeding
on the closest edge horizontally.

wip/mlundblad/screenshots-gnome-40 2021-03-07 21:55:13 UTC
screenshots: Update for GNOME 40

Author: ml@update.uu.se
Author Date: 2021-03-04 21:55:53 UTC

screenshots: Update for GNOME 40

Update screenshot showing a map
bubble to show the style.
Also update the route screenshot
to get the transit mode icon
included.

wip/mlundblad/rearrange-bubble-title-boxes 2021-03-03 22:06:20 UTC
placeView: Put title and native title in a sub box

Author: ml@update.uu.se
Author Date: 2021-03-03 21:35:07 UTC

placeView: Put title and native title in a sub box

Avoids putting explicit margins on native title
and address to achieve smaller gap between
title and native title than the others.
Also looks better when there is no address.

wip/mlundblad/reposition-bubbles 2021-03-02 21:09:17 UTC
mapMarker: Update bubble position on size change

Author: ml@update.uu.se
Author Date: 2021-03-02 21:09:17 UTC

mapMarker: Update bubble position on size change

Update bubble position when bubble size changes.
This fixes an issue where the bubble sometimes
grows upwards covering the headerbar.

wip/mlundblad/accept-extra-space-openinghours-interval 2021-02-16 21:19:11 UTC
translations: Handle an extra space between time intervals

Author: ml@update.uu.se
Author Date: 2021-02-15 21:40:52 UTC

translations: Handle an extra space between time intervals

Handle OSM opening hour specifications of the form:

Mo-Fr 09:00-12:00, 13:00-18:00
with an extra space between time intervals.

101200 of 355 results

Other repositories

Name Last Modified
lp:gnome-maps 13 hours ago
11 of 1 result
You can't create new repositories for GNOME Maps.