summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* transitLegRow: Don't collapse instructions when clickingwip/mlundblad/fix-selecting-transit-stopMarcus Lundblad2022-09-261-2/+3
| | | | | | | | | 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.
* turnPointMarker: Fix going to the turnpointwip/mlundblad/fix-selecting-turnpointMarcus Lundblad2022-09-241-13/+1
| | | | | This method was still using the old libchamplain APIs, adapt it to use the libshumate API.
* mapView: Fix removing previous turnpoint markerMarcus Lundblad2022-09-241-2/+2
| | | | | Use the proper remove_marker() method to remove the previous marker when showing a new turnpoint.
* readme: Updated for more contextTaisei Washington2022-09-241-2/+3
|
* mapView: Bring back commented-out code to set route layer visibleMarcus Lundblad2022-09-221-3/+2
| | | | | | This code, setting the visibility of the route and instruction layers on show/hide of a route had been left commented-out from the GTK4 port.
* sendToDialog: Use GLib.uri_escape_string()wip/mlundblad/fix-sendtoMarcus Lundblad2022-09-221-3/+2
| | | | | | Change from libsoup's URI escape functionallity to using the one from GLib, as that API is removed in libsoup3.
* application: Fix setting startup flag with --localwip/mlundblad/fix-local-tilesMarcus Lundblad2022-09-221-1/+1
| | | | | Use the correct static reference to Application when setting the normal startup flag when using local tiles.
* mapView: Fix initializing local tile data sourceMarcus Lundblad2022-09-221-5/+4
| | | | | Remove reference to non-existing variable "renderer". Use the correct zoom level properties from the file data source.
* file-data-source: Read content bytes into the correct objectMarcus Lundblad2022-09-221-3/+2
| | | | | | Store the file byte contents into the task data structure. The bytes were actually stored in a local bytes object, resulting in null being passed to the renderer.
* Update Nepali translationPawan Chitrakar2022-09-221-614/+520
| | | | (cherry picked from commit 576e8c333a7c6181d395d3ba861a36a65692de29)
* locationServiceDialog: Adjust the desktop ID for the location panelwip/mlundblad/fix-location-service-dialog-gtk4Marcus Lundblad2022-09-211-1/+1
| | | | The location settings panel now has the ID "gnome-location-panel.desktop".
* locationServiceDialog: Port template to GTK4Marcus Lundblad2022-09-211-34/+19
|
* Update Turkish translationSabri Ünal2022-09-181-22/+13
|
* Update Kazakh translationBaurzhan Muftakhidinov2022-09-181-510/+496
| | | | (cherry picked from commit 5733c1f0215a30b5285b0e57d9d1a34d6dfcde19)
* Post-release version bumpMarcus Lundblad2022-09-171-1/+1
|
* Release 43.0v43.0Marcus Lundblad2022-09-172-0/+80
|
* Update French translationCharles Monzat2022-09-161-2/+2
|
* Update French translationCharles Monzat2022-09-131-263/+271
|
* Update Bulgarian translationAlexander Shopov2022-09-121-507/+494
|
* Update Catalan translationJordi Mas2022-09-111-144/+0
|
* Updated Lithuanian translationAurimas Černius2022-09-111-510/+502
|
* Update Hebrew translationYosef Or Boczko2022-09-111-259/+266
|
* Update Slovenian translationMatej Urbančič2022-09-091-515/+500
|
* build: Remove duplicate variablesJan Tojnar2022-09-061-2/+0
| | | | They are already defined in the top level `meson.build`.
* build: Use gnome.post_install() and install_symlink()Jan Tojnar2022-09-063-49/+11
| | | | | | | | | | | | | The custom install script still depended on GTK 3. Instead of updating it, let’s just use Meson’s purpose-built functions. The FIXME in the install script was already resolved by https://gitlab.gnome.org/GNOME/gnome-maps/commit/7ed2ff45342bda73244c7675677ab1d63e4527eb Also let’s run `update-desktop-database` since we install a desktop file. This requires Meson 0.59 for `post_install`’s `update_desktop_database` kwarg, and Meson 0.61 for `install_symlink`.
* build: Use SPDX license formatJan Tojnar2022-09-061-1/+1
| | | | This is recommended by Meson.
* tests: Update to use GTK 4Jan Tojnar2022-09-065-10/+10
| | | | | | Otherwise they will fail with: Error: Requiring Gdk, version 3.0: Typelib file for namespace 'Gdk', version '3.0' not found
* Update Latvian translationRūdolfs Mazurs2022-09-061-512/+501
|
* Update Georgian translationZurab Kargareteli2022-09-061-94/+99
|
* Update Serbian translationМарко Костић2022-09-061-512/+495
|
* Update Korean translationJeeyong Um2022-09-061-511/+497
|
* tests: Don't install gresource fileJeremy Bicha2022-09-051-1/+1
| | | | | | This was accidentally added in 0aa17f6ceaf Closes: https://gitlab.gnome.org/GNOME/gnome-maps/-/issues/476
* Update Brazilian Portuguese translationLeônidas Araújo2022-09-051-409/+247
|
* Update Galician translationFran Dieguez2022-09-041-196/+201
|
* Update German translationJürgen Benvenuti2022-09-041-344/+352
|
* Update Chinese (China) translationBoyuan Yang2022-09-031-504/+487
|
* Post-release version bumpMarcus Lundblad2022-09-031-1/+1
|
* Release 43.rcv43.rcMarcus Lundblad2022-09-031-0/+57
|
* Update Danish translationAlan Mortensen2022-09-031-510/+492
|
* mapMarker: Remove left-over codeMarcus Lundblad2022-09-031-8/+0
| | | | | | Remove left-over getter for anchor point of Clutter actor. For now, markers are always centered on their coordinate.
* turnPointMarker: Remove left-over codeMarcus Lundblad2022-09-031-5/+0
| | | | | | Remove left-over getter for anchor point of Clutter actor. For now, markers are always centered on their coordinate.
* transitBoardMarker: Remove left-over codeMarcus Lundblad2022-09-031-5/+0
| | | | | | Remove left-over getter for anchor point of Clutter actor. For now, markers are always centered on their coordinate.
* mapMarker: Don't delete bubble reference when closing bubblewip/mlundblad/dont-delete-map-bubblesMarcus Lundblad2022-09-021-25/+0
| | | | | This causes the bubble to be recreated. The old instance is still alive as it's parented by the map view.
* osm-types: Update with latest presets from iDMarcus Lundblad2022-09-021-202/+216
| | | | Fixes #471
* mapView: Open the context menu on long-presswip/mlundblad/long-press-context-menuMarcus Lundblad2022-09-021-12/+26
| | | | | Trigger the context menu also on long-press on touch.
* Update Turkish translationEmin Tufan Çetin2022-09-011-194/+199
|
* meson: Bump the libshumate dependencyMarcus Lundblad2022-08-311-1/+1
| | | | | | | | | Require atleast libshumate 1.0.0.beta to avoid trying to build/run with older version e.g. not supporting the newer tile URL templates, as this results in a broken map view. Ref #466
* placeView: Make the load spinner not fill all spacewip/mlundblad/smaller-spinnersMarcus Lundblad2022-08-311-1/+4
|
* placePopover: Make the load spinner not fill all spaceMarcus Lundblad2022-08-312-2/+4
| | | | | Also set the spinning property on by default and use the correct property to check active state.
* osmEditDialog: Make the load spinner not fill all spaceMarcus Lundblad2022-08-311-0/+1
|