summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mainWindow: Use notify::width on GdkSurface track adaptive changeswip/mlundblad/determine-adaptive-on-surfaceMarcus Lundblad2022-11-231-2/+7
* mapView: Set long press gesture as touch-onlywip/mlundblad/touch-only-long-pressMarcus Lundblad2022-11-221-1/+1
* placeMarker: Rename the mark-location iconwip/mlundblad/rename-mark-locationMarcus Lundblad2022-11-191-1/+1
* placeView: Remove extra parentesisMarcus Lundblad2022-11-191-1/+1
* osmEditDialog: Add composite widget for editing Wikipediawip/mlundblad/wikidataMarcus Lundblad2022-11-151-26/+124
* osmUtils: Add function to get a Wikidata tag from a URLMarcus Lundblad2022-11-151-0/+17
* wikipedia: Add function to fetch Wikidata tag for an articleMarcus Lundblad2022-11-151-0/+27
* placeView: Use Wikidata to fetch metadataMarcus Lundblad2022-11-151-2/+16
* wikipedia: Add function to validate a Wikidata referenceMarcus Lundblad2022-11-151-0/+12
* wikipedia: Add function to fetch information from WikidataMarcus Lundblad2022-11-151-1/+166
* place: Add property for wikidataMarcus Lundblad2022-11-071-0/+12
* meson: Stop using deprecated meson featuresShivam Madlani2022-10-151-1/+1
* Use object destructuring in constructorsJames Westman2022-10-0550-376/+115
* mainWindow: Always update adaptive status on constructionMarcus Lundblad2022-10-021-16/+24
* sidebar: Fix drag-and-dropping route entrieswip/mlundblad/fix-drag-n-drop-routesMarcus Lundblad2022-09-291-41/+18
* mainWindow: Pass a GListStore to openShapeLayerswip/mlundblad/fix-shapelayer-drag-and-dropMarcus Lundblad2022-09-271-1/+5
* transitLegRow: Don't collapse instructions when clickingwip/mlundblad/fix-selecting-transit-stopMarcus Lundblad2022-09-261-2/+3
* turnPointMarker: Fix going to the turnpointwip/mlundblad/fix-selecting-turnpointMarcus Lundblad2022-09-241-13/+1
* mapView: Fix removing previous turnpoint markerMarcus Lundblad2022-09-241-2/+2
* mapView: Bring back commented-out code to set route layer visibleMarcus Lundblad2022-09-221-3/+2
* sendToDialog: Use GLib.uri_escape_string()wip/mlundblad/fix-sendtoMarcus Lundblad2022-09-221-3/+2
* application: Fix setting startup flag with --localwip/mlundblad/fix-local-tilesMarcus Lundblad2022-09-221-1/+1
* mapView: Fix initializing local tile data sourceMarcus Lundblad2022-09-221-5/+4
* locationServiceDialog: Adjust the desktop ID for the location panelwip/mlundblad/fix-location-service-dialog-gtk4Marcus Lundblad2022-09-211-1/+1
* build: Use gnome.post_install() and install_symlink()Jan Tojnar2022-09-061-0/+6
* mapMarker: Remove left-over codeMarcus Lundblad2022-09-031-8/+0
* turnPointMarker: Remove left-over codeMarcus Lundblad2022-09-031-5/+0
* transitBoardMarker: Remove left-over codeMarcus Lundblad2022-09-031-5/+0
* mapMarker: Don't delete bubble reference when closing bubblewip/mlundblad/dont-delete-map-bubblesMarcus Lundblad2022-09-021-25/+0
* mapView: Open the context menu on long-presswip/mlundblad/long-press-context-menuMarcus Lundblad2022-09-021-12/+26
* placePopover: Make the load spinner not fill all spaceMarcus Lundblad2022-08-311-2/+2
* placeMarker: Remove left-over codeMarcus Lundblad2022-08-281-5/+0
* shaoeLayer: Fix hiding/showing shape layerwip/mlundblad/fix-toggle-layerMarcus Lundblad2022-08-271-7/+2
* layersPopover: Use GMenuModelChristopher Davis2022-08-261-9/+6
* general: Use present() instead of show_all()Christopher Davis2022-08-263-3/+3
* placeListRow: Revamp widget heirarchyChristopher Davis2022-08-261-4/+1
* favoritesPopover: Use libadwaita popover stylesChristopher Davis2022-08-261-12/+2
* placePopover: Stop hardcoding heightChristopher Davis2022-08-262-12/+3
* css: Remove `.maps-popover` style classChristopher Davis2022-08-261-2/+0
* placesPopover: Remove arrowChristopher Davis2022-08-261-0/+2
* placesPopover: Use libadwaita menu stylesChristopher Davis2022-08-261-8/+0
* general: Rework context menuChristopher Davis2022-08-264-229/+189