Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transitLegRow: Don't collapse instructions when clickingwip/mlundblad/fix-selecting-transit-stop | Marcus Lundblad | 2022-09-26 | 1 | -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-turnpoint | Marcus Lundblad | 2022-09-24 | 1 | -13/+1 |
| | | | | | This method was still using the old libchamplain APIs, adapt it to use the libshumate API. | ||||
* | mapView: Fix removing previous turnpoint marker | Marcus Lundblad | 2022-09-24 | 1 | -2/+2 |
| | | | | | Use the proper remove_marker() method to remove the previous marker when showing a new turnpoint. | ||||
* | readme: Updated for more context | Taisei Washington | 2022-09-24 | 1 | -2/+3 |
| | |||||
* | mapView: Bring back commented-out code to set route layer visible | Marcus Lundblad | 2022-09-22 | 1 | -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-sendto | Marcus Lundblad | 2022-09-22 | 1 | -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-tiles | Marcus Lundblad | 2022-09-22 | 1 | -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 source | Marcus Lundblad | 2022-09-22 | 1 | -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 object | Marcus Lundblad | 2022-09-22 | 1 | -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 translation | Pawan Chitrakar | 2022-09-22 | 1 | -614/+520 |
| | | | | (cherry picked from commit 576e8c333a7c6181d395d3ba861a36a65692de29) | ||||
* | locationServiceDialog: Adjust the desktop ID for the location panelwip/mlundblad/fix-location-service-dialog-gtk4 | Marcus Lundblad | 2022-09-21 | 1 | -1/+1 |
| | | | | The location settings panel now has the ID "gnome-location-panel.desktop". | ||||
* | locationServiceDialog: Port template to GTK4 | Marcus Lundblad | 2022-09-21 | 1 | -34/+19 |
| | |||||
* | Update Turkish translation | Sabri Ünal | 2022-09-18 | 1 | -22/+13 |
| | |||||
* | Update Kazakh translation | Baurzhan Muftakhidinov | 2022-09-18 | 1 | -510/+496 |
| | | | | (cherry picked from commit 5733c1f0215a30b5285b0e57d9d1a34d6dfcde19) | ||||
* | Post-release version bump | Marcus Lundblad | 2022-09-17 | 1 | -1/+1 |
| | |||||
* | Release 43.0v43.0 | Marcus Lundblad | 2022-09-17 | 2 | -0/+80 |
| | |||||
* | Update French translation | Charles Monzat | 2022-09-16 | 1 | -2/+2 |
| | |||||
* | Update French translation | Charles Monzat | 2022-09-13 | 1 | -263/+271 |
| | |||||
* | Update Bulgarian translation | Alexander Shopov | 2022-09-12 | 1 | -507/+494 |
| | |||||
* | Update Catalan translation | Jordi Mas | 2022-09-11 | 1 | -144/+0 |
| | |||||
* | Updated Lithuanian translation | Aurimas Černius | 2022-09-11 | 1 | -510/+502 |
| | |||||
* | Update Hebrew translation | Yosef Or Boczko | 2022-09-11 | 1 | -259/+266 |
| | |||||
* | Update Slovenian translation | Matej Urbančič | 2022-09-09 | 1 | -515/+500 |
| | |||||
* | build: Remove duplicate variables | Jan Tojnar | 2022-09-06 | 1 | -2/+0 |
| | | | | They are already defined in the top level `meson.build`. | ||||
* | build: Use gnome.post_install() and install_symlink() | Jan Tojnar | 2022-09-06 | 3 | -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 format | Jan Tojnar | 2022-09-06 | 1 | -1/+1 |
| | | | | This is recommended by Meson. | ||||
* | tests: Update to use GTK 4 | Jan Tojnar | 2022-09-06 | 5 | -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 translation | Rūdolfs Mazurs | 2022-09-06 | 1 | -512/+501 |
| | |||||
* | Update Georgian translation | Zurab Kargareteli | 2022-09-06 | 1 | -94/+99 |
| | |||||
* | Update Serbian translation | Марко Костић | 2022-09-06 | 1 | -512/+495 |
| | |||||
* | Update Korean translation | Jeeyong Um | 2022-09-06 | 1 | -511/+497 |
| | |||||
* | tests: Don't install gresource file | Jeremy Bicha | 2022-09-05 | 1 | -1/+1 |
| | | | | | | This was accidentally added in 0aa17f6ceaf Closes: https://gitlab.gnome.org/GNOME/gnome-maps/-/issues/476 | ||||
* | Update Brazilian Portuguese translation | Leônidas Araújo | 2022-09-05 | 1 | -409/+247 |
| | |||||
* | Update Galician translation | Fran Dieguez | 2022-09-04 | 1 | -196/+201 |
| | |||||
* | Update German translation | Jürgen Benvenuti | 2022-09-04 | 1 | -344/+352 |
| | |||||
* | Update Chinese (China) translation | Boyuan Yang | 2022-09-03 | 1 | -504/+487 |
| | |||||
* | Post-release version bump | Marcus Lundblad | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Release 43.rcv43.rc | Marcus Lundblad | 2022-09-03 | 1 | -0/+57 |
| | |||||
* | Update Danish translation | Alan Mortensen | 2022-09-03 | 1 | -510/+492 |
| | |||||
* | mapMarker: Remove left-over code | Marcus Lundblad | 2022-09-03 | 1 | -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 code | Marcus Lundblad | 2022-09-03 | 1 | -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 code | Marcus Lundblad | 2022-09-03 | 1 | -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-bubbles | Marcus Lundblad | 2022-09-02 | 1 | -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 iD | Marcus Lundblad | 2022-09-02 | 1 | -202/+216 |
| | | | | Fixes #471 | ||||
* | mapView: Open the context menu on long-presswip/mlundblad/long-press-context-menu | Marcus Lundblad | 2022-09-02 | 1 | -12/+26 |
| | | | | | Trigger the context menu also on long-press on touch. | ||||
* | Update Turkish translation | Emin Tufan Çetin | 2022-09-01 | 1 | -194/+199 |
| | |||||
* | meson: Bump the libshumate dependency | Marcus Lundblad | 2022-08-31 | 1 | -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-spinners | Marcus Lundblad | 2022-08-31 | 1 | -1/+4 |
| | |||||
* | placePopover: Make the load spinner not fill all space | Marcus Lundblad | 2022-08-31 | 2 | -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 space | Marcus Lundblad | 2022-08-31 | 1 | -0/+1 |
| |