summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* placeView: Add Wikipedia article when availableHEADwip/mlundblad/add-wikipedia-article-section-when-neededmainMarcus Lundblad2023-05-131-27/+36
* overpass: Remove addInfo() methodwip/mlundblad/overpass-populate-place-callbackMarcus Lundblad2023-05-111-38/+1
* placeView: Use callback method to populate with OverpassMarcus Lundblad2023-05-111-20/+9
* overpass: Add callback variant method to populate placeMarcus Lundblad2023-05-111-0/+25
* userLocationMarker: Compensate for map rotationwip/mlundblad/fix-rotation-location-markerMarcus Lundblad2023-05-101-2/+10
* mainWindow: Add zoom and rotation buttons to overlayMarcus Lundblad2023-05-081-0/+8
* Add zoom and rotation buttons classMarcus Lundblad2023-05-082-0/+84
* mainWindow: Embed the map view in an overlayMarcus Lundblad2023-05-061-2/+3
* mainWindow: Add actions to rotate the mapMarcus Lundblad2023-05-061-0/+32
* mapView: Save and restore map rotationMarcus Lundblad2023-05-031-1/+35
* wikipedia: Correctly pass cached Wikidata to callbackMarcus Lundblad2023-04-281-2/+2
* wikipedia: Fetch Wikidata thumbail before checking for articlewip/mlundblad/fix-wikidata-thumbnail-with-no-sitelinksMarcus Lundblad2023-04-251-10/+10
* sendToDialog: Unbreak OpenWithRowswip/mlundblad/port-openwithrow-gtk4Marcus Lundblad2023-04-211-4/+2
* transitLegRow: Disable go-to animation when clickedMarcus Lundblad2023-04-081-0/+13
* transitArrivalRow: Disable go-to animation when clickedMarcus Lundblad2023-04-081-1/+11
* printOperation: Replace Gtk.MessageDialog with Adw.MessageDialogwip/mlundblad/replace-messagedialogMarcus Lundblad2023-03-261-6/+7
* osmEditDialog: Replace MessageDialog with a toastMarcus Lundblad2023-03-261-11/+2
* mapView: Use Adw.MessageDialog for shape layer confirmationMarcus Lundblad2023-03-261-8/+15
* exportViewDialog: Replace MessageDialog with a toastMarcus Lundblad2023-03-261-27/+6
* mapWalker: Disable animation on zoomToFit()wip/mlundblad/zoom-to-fit-disable-animationMarcus Lundblad2023-03-251-3/+10
* osmEditDialog: Change "takeaway" to "takeout"wip/mlundblad/takeout-rewordingMarcus Lundblad2023-03-201-1/+1
* placeView: Change "takeaway" to "takeout"Marcus Lundblad2023-03-201-3/+3
* Make use of Adw.ToastFelipe Kinoshita2023-03-208-46/+35
* mapWalker: Disable the "go to" animationwip/mlundblad/disable-goto-animationMarcus Lundblad2023-03-091-0/+9
* placeEntry: Remove left-over debug logMarcus Lundblad2023-02-011-2/+0
* placePopover: Remove unused importwip/mlundblad/search-entry-fixesMarcus Lundblad2023-01-181-1/+0
* placeEntry: Implement key controller...Marcus Lundblad2023-01-181-1/+56
* placePopover: Add public method to show a rowMarcus Lundblad2023-01-171-0/+10
* placePopover: Make list a public childMarcus Lundblad2023-01-171-9/+9
* searchPopover: Add getter for number of resultsMarcus Lundblad2023-01-171-0/+4
* searchPopover: Remove key controllerMarcus Lundblad2023-01-171-74/+0
* mainWindow: Select text when activating search shortcutMarcus Lundblad2023-01-171-1/+6
* mainWindow: Remove shortcuts for using bare +,=, and - for zoomingMarcus Lundblad2023-01-171-2/+2
* mainWindow: Grab focus on place entry at startupMarcus Lundblad2023-01-171-0/+1
* map-view: Hide the overflowAdrien Plazas2023-01-111-0/+2
* osmEditDialog: Fix updating sensitivity of Wikidata refresh buttonMarcus Lundblad2023-01-051-2/+2
* osmConnection: Change to use JS implementation of custom OAuth2ProxyCallMarcus Lundblad2023-01-041-17/+15
* Re-implement custom OAuth2ProxyCall in JavaScriptMarcus Lundblad2023-01-042-0/+43
* mainWindow: Update key combination for user antipode locationAmit Tripathi2023-01-041-1/+1
* mainWindow: Update copyright year for 2023Amit Tripathi2023-01-041-1/+1
* osmEditDialog: Fix typo in reference to OSMUtilsMarcus Lundblad2023-01-021-1/+1
* shapeLayer: Recreate overlay layer on zoom changewip/mlundblad/recreate-shapelaye-on-zoomMarcus Lundblad2022-12-311-0/+11
* mainWindow: Don't update adpative status on small sizewip/mlundblad/dont-update-adaptive-emptyMarcus Lundblad2022-12-191-0/+8
* placeBar: Don't try to set title for places with no titlewip/mlundblad/dont-format-non-stored-placeMarcus Lundblad2022-12-151-2/+10
* application: Don't access unitialized variable in shutdownwip/mlundblad/fix-unitialized-in-shutdownMarcus Lundblad2022-12-131-1/+2
* shapeLayer: Move duplicated code from subclasseswip/mlundblad/remove-shapelayer-construct-duplicationMarcus Lundblad2022-12-064-38/+7
* layersPopover: Show/hide both the layers section box and list boxwip/mlundblad/show-layers-listboxMarcus Lundblad2022-12-051-0/+1
* userLocationMarker: Rotate around center of iconwip/mlundblad/fix-compass-rotationMarcus Lundblad2022-12-041-0/+8
* application: Pass layers as a GListStore from argumentswip/mlundblad/fix-open-layers-commandlineMarcus Lundblad2022-11-281-1/+7
* placeView: Decrease marginsMarcus Lundblad2022-11-271-4/+4