gnome-maps:wip/mlundblad/instruction-row-remove-pixbuf

Last commit made on 2023-06-09
Get this branch:
git clone -b wip/mlundblad/instruction-row-remove-pixbuf https://git.launchpad.net/gnome-maps

Branch merges

Branch information

Name:
wip/mlundblad/instruction-row-remove-pixbuf
Repository:
lp:gnome-maps

Recent commits

c83c3dc... by Marcus Lundblad <email address hidden>

instructionRow: Remove unused icon re-coloring functionallity

The contructor had an option to load an icon from the GtkIconTheme
as a GdkPixbuf to do re-coloring.
This hasn't been used for a while (and is probably not working
since the port to GTK4).
So, remove this.

e0d6cdf... by Marcus Lundblad <email address hidden>

utils: Remove loadAvatar function

This is no longer used, since removing
support for showing contacts in search
results.

247371e... by Marcus Lundblad <email address hidden>

help-overlay: Add new shortcuts

a4bffae... by Marcus Lundblad <email address hidden>

mainWindow: Add action to show last search result

Show last search results (if available) on ctrl+R.

551d742... by Marcus Lundblad <email address hidden>

placeEntry: Don't hide the popover if it's already showing POI browser

When the search popover is showing the POI browsing catergories we should
not close it when the input is short, otherwise it will closing when starting
to type and then re-appear when reaching 3 characters which looks jarring.

879d28a... by Marcus Lundblad <email address hidden>

placeEntry: Use method in PlacePopover to handle activation

f07b169... by Marcus Lundblad <email address hidden>

placeEntry: Use method in PlacePopover to handle arrow keys

c94df8d... by Marcus Lundblad <email address hidden>

placePopover: Implement handler for arrow keys and activate

d0e5191... by Marcus Lundblad <email address hidden>

placePopover: Show distances for POI search results

Show distance relative to center of the map view
for POI search results.

3dfab39... by Marcus Lundblad <email address hidden>

placeListRow: Add support for showing distance label