summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* general: Use GtkButton:icon-name instead of manually packing imagesChristopher Davis2022-08-262-11/+9
* mainWindow: Port to AdwAboutWindowChristopher Davis2022-08-261-37/+35
* Migrate to OAuth2 for OSM editingwip/mlundblad/osm-oauth2Marcus Lundblad2022-08-243-92/+55
* Port to libsoup3wip/mlundblad/libsoup3Marcus Lundblad2022-08-2010-137/+156
* utils: Remove unused import for SoupMarcus Lundblad2022-08-201-1/+0
* uris: Use GLib.uri_unescape_string()Marcus Lundblad2022-08-201-2/+1
* osmUtils: Use GLib.uri_unescape_string()Marcus Lundblad2022-08-201-2/+3
* osmEditDialog: Use GLib.uri_unescape_string()Marcus Lundblad2022-08-201-3/+2