Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | placeStore: Don't match existing place on nullwip/mlundblad/fix-unfavorite | Marcus Lundblad | 2021-03-31 | 1 | -1/+2 |
| | | | | | | | Don't match existing places on null when not specifying type. This avoid returning true when place was unfavored and marked with null in the mapping. | ||||
* | Update Hebrew translation | Yaron Shahrabani | 2021-03-31 | 1 | -39/+35 |
| | |||||
* | Update Hebrew translation | Yaron Shahrabani | 2021-03-31 | 1 | -447/+1225 |
| | | | | (cherry picked from commit 8669f3e2e39118c150d03dd16a92b74b49663b2c) | ||||
* | transitLegRow: Stop using GtkContainer add methodwip/mlundblad/cleanup-gtk-deprecations | Marcus Lundblad | 2021-03-26 | 1 | -4/+5 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | transitItineraryRow: Stop using GtkContainer add method | Marcus Lundblad | 2021-03-26 | 1 | -12/+24 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | socialPlaceListBox: Stop using GtkContainer add methods | Marcus Lundblad | 2021-03-26 | 1 | -3/+3 |
| | | | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. Also stop using gtk_widget_destroy() to remove rows, instead use .remove() on the list itself. | ||||
* | sidebar: Stop using GtkContainer add method | Marcus Lundblad | 2021-03-26 | 1 | -8/+10 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | sendToDialog: Stop using GtkContainer add method | Marcus Lundblad | 2021-03-25 | 1 | -1/+1 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | routeEntry: Stop using GtkContainer add method | Marcus Lundblad | 2021-03-25 | 1 | -1/+1 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | placePopover: Stop using generic GtkContainer add and remove | Marcus Lundblad | 2021-03-25 | 1 | -2/+2 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | osmTypePopover: Stop using generic GtkContainer add and remove | Marcus Lundblad | 2021-03-25 | 1 | -2/+2 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | osmEditDialog: Stop using generic GtkWidget add method | Marcus Lundblad | 2021-03-25 | 1 | -8/+10 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | mainWindow: Stop using generic GtkContainer add method | Marcus Lundblad | 2021-03-24 | 1 | -1/+1 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | favoritesPopover: Stop using generic GtkContainer add method | Marcus Lundblad | 2021-03-24 | 1 | -1/+1 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | accountListBox: Stop using generic GtkContainer add method | Marcus Lundblad | 2021-03-24 | 1 | -4/+4 |
| | | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible. | ||||
* | mainWindow: Add TODO comment about key-press-event and GTK 4 | Marcus Lundblad | 2021-03-24 | 1 | -0/+3 |
| | | | | | | Add a comment about switching to setting a key capture widget on the search entry as a replacement for the hijacking of key-press-events, as these event are not available in GTK 4. | ||||
* | contextMenu: Stop using GtkWidget event signals | Marcus Lundblad | 2021-03-24 | 1 | -8/+8 |
| | | | | | | Event controllers and gestures replace event signals in GTK 4. Prepare this already now in GTK 3. | ||||
* | searchPopover: Stop using GtkWidget event signals | Marcus Lundblad | 2021-03-24 | 1 | -12/+15 |
| | | | | | | Event controllers and gestures replace event signals in GTK 4. Prepare this already now in GTK 3. | ||||
* | sendToDialog: Mimimize use of child properties | Marcus Lundblad | 2021-03-24 | 1 | -3/+0 |
| | | | | | | | Remove all redundant child properties. Child properties are gone in GTK4, and we should minimize their use to what's absolutely necessary in GTK3. | ||||
* | headerBarRight: Mimimize use of child properties | Marcus Lundblad | 2021-03-24 | 1 | -22/+13 |
| | | | | | | | Remove all redundant child properties. Child properties are gone in GTK4, and we should minimize their use to what's absolutely necessary in GTK3. | ||||
* | headerBarLeft: Mimimize use of child properties | Marcus Lundblad | 2021-03-24 | 1 | -3/+0 |
| | | | | | | | Remove all redundant child properties. Child properties are gone in GTK4, and we should minimize their use to what's absolutely necessary in GTK3. | ||||
* | instructionRow: Minimize use of child properties | Marcus Lundblad | 2021-03-24 | 1 | -15/+1 |
| | | | | | | | Remove all redundant child properties. Child properties are gone in GTK4, and we should minimize their use to what's absolutely necessary in GTK3. | ||||
* | checkInDialog: Minimize use of child properties | Marcus Lundblad | 2021-03-24 | 1 | -26/+0 |
| | | | | | | | Remove all redundant child properties. Child properties are gone in GTK4, and we should minimize their use to what's absolutely necessary in GTK3. | ||||
* | transitStopRow: Replace margin properties | Marcus Lundblad | 2021-03-24 | 1 | -2/+2 |
| | | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}. | ||||
* | transitLegRow: Replace margin properties | Marcus Lundblad | 2021-03-24 | 1 | -2/+2 |
| | | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}. | ||||
* | transitArrivalRow: Replace margin properties | Marcus Lundblad | 2021-03-24 | 1 | -2/+2 |
| | | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}. | ||||
* | exportViewDialog: Replace margin properties | Marcus Lundblad | 2021-03-24 | 1 | -2/+2 |
| | | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}. | ||||
* | exportViewDialog: Remove alignment | Marcus Lundblad | 2021-03-24 | 1 | -11/+4 |
| | | | | GtkAlignment is deprecated, and was redundant here. | ||||
* | flatpak: Enable diagnostics | Marcus Lundblad | 2021-03-24 | 1 | -1/+2 |
| | |||||
* | openTripPlanner: Adjust phrasing a bit more | Marcus Lundblad | 2021-03-24 | 1 | -2/+2 |
| | | | | | | After discussions, settle on "At the roundabout…" Ref #354 | ||||
* | openTripPlanner: Fix wording for roundabout instructions | Marcus Lundblad | 2021-03-21 | 1 | -2/+2 |
| | | | | | | Change "In the roundabout" to "On the roundabout". Fixes #354 | ||||
* | Update British English translation | Zander Brown | 2021-03-21 | 1 | -325/+392 |
| | |||||
* | Post-release version bump | Marcus Lundblad | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | Release 40.0v40.0 | Marcus Lundblad | 2021-03-20 | 2 | -0/+55 |
| | |||||
* | Update Italian translation | Gianvito Cavasoli | 2021-03-17 | 1 | -334/+310 |
| | |||||
* | Update Polish translation | Piotr Drąg | 2021-03-14 | 1 | -323/+314 |
| | |||||
* | Update Norwegian Bokmål translation | Kjartan Maraas | 2021-03-13 | 1 | -321/+305 |
| | |||||
* | Post-release version bump | Marcus Lundblad | 2021-03-13 | 1 | -1/+1 |
| | |||||
* | Release 40.rcv40.rc | Marcus Lundblad | 2021-03-13 | 1 | -0/+66 |
| | |||||
* | maps-service: Update token in fallback service | Marcus Lundblad | 2021-03-12 | 1 | -4/+4 |
| | |||||
* | Update Korean translation | Jeeyong Um | 2021-03-12 | 1 | -314/+363 |
| | |||||
* | Update Vietnamese translation | Ngọc Quân Trần | 2021-03-12 | 1 | -122/+136 |
| | |||||
* | osm-types: Update with latest presets from iD | Marcus Lundblad | 2021-03-10 | 1 | -7406/+8019 |
| | | | | Closes #339 | ||||
* | mapMarker: Improve marker reposion when not fitting belowwip/mlundblad/more-bubble-position-fixes | Marcus Lundblad | 2021-03-10 | 1 | -4/+14 |
| | | | | | | | Improve the bubble repositioning code to only use below the marker position when there's enough room, otherwise revert to left or right depeding on the closest edge horizontally. | ||||
* | Update Persian translation | Danial Behzadi | 2021-03-10 | 1 | -315/+368 |
| | |||||
* | Update Friulian translation | Fabio Tomat | 2021-03-10 | 1 | -143/+156 |
| | |||||
* | Updated Czech translation | Marek Černocký | 2021-03-08 | 1 | -106/+121 |
| | |||||
* | Optimize PNG screenshots | Andre Klapper | 2021-03-08 | 3 | -0/+0 |
| | | | | Decrease tarball size and save some electrons. | ||||
* | Update Indonesian translation | Kukuh Syafaat | 2021-03-08 | 1 | -320/+376 |
| | |||||
* | screenshots: Update for GNOME 40wip/mlundblad/screenshots-gnome-40 | Marcus Lundblad | 2021-03-07 | 2 | -0/+0 |
| | | | | | | | | Update screenshot showing a map bubble to show the style. Also update the route screenshot to get the transit mode icon included. |