summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* placeStore: Don't match existing place on nullwip/mlundblad/fix-unfavoriteMarcus Lundblad2021-03-311-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 translationYaron Shahrabani2021-03-311-39/+35
|
* Update Hebrew translationYaron Shahrabani2021-03-311-447/+1225
| | | | (cherry picked from commit 8669f3e2e39118c150d03dd16a92b74b49663b2c)
* transitLegRow: Stop using GtkContainer add methodwip/mlundblad/cleanup-gtk-deprecationsMarcus Lundblad2021-03-261-4/+5
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* transitItineraryRow: Stop using GtkContainer add methodMarcus Lundblad2021-03-261-12/+24
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* socialPlaceListBox: Stop using GtkContainer add methodsMarcus Lundblad2021-03-261-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 methodMarcus Lundblad2021-03-261-8/+10
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* sendToDialog: Stop using GtkContainer add methodMarcus Lundblad2021-03-251-1/+1
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* routeEntry: Stop using GtkContainer add methodMarcus Lundblad2021-03-251-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 removeMarcus Lundblad2021-03-251-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 removeMarcus Lundblad2021-03-251-2/+2
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* osmEditDialog: Stop using generic GtkWidget add methodMarcus Lundblad2021-03-251-8/+10
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* mainWindow: Stop using generic GtkContainer add methodMarcus Lundblad2021-03-241-1/+1
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* favoritesPopover: Stop using generic GtkContainer add methodMarcus Lundblad2021-03-241-1/+1
| | | | | In preparation for GTK 4 use class-specific methods to add and remove children when possible.
* accountListBox: Stop using generic GtkContainer add methodMarcus Lundblad2021-03-241-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 4Marcus Lundblad2021-03-241-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 signalsMarcus Lundblad2021-03-241-8/+8
| | | | | | Event controllers and gestures replace event signals in GTK 4. Prepare this already now in GTK 3.
* searchPopover: Stop using GtkWidget event signalsMarcus Lundblad2021-03-241-12/+15
| | | | | | Event controllers and gestures replace event signals in GTK 4. Prepare this already now in GTK 3.
* sendToDialog: Mimimize use of child propertiesMarcus Lundblad2021-03-241-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 propertiesMarcus Lundblad2021-03-241-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 propertiesMarcus Lundblad2021-03-241-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 propertiesMarcus Lundblad2021-03-241-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 propertiesMarcus Lundblad2021-03-241-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 propertiesMarcus Lundblad2021-03-241-2/+2
| | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}.
* transitLegRow: Replace margin propertiesMarcus Lundblad2021-03-241-2/+2
| | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}.
* transitArrivalRow: Replace margin propertiesMarcus Lundblad2021-03-241-2/+2
| | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}.
* exportViewDialog: Replace margin propertiesMarcus Lundblad2021-03-241-2/+2
| | | | | margin-{left,right} are deprecated. Instead, we should use margin-{start,end}.
* exportViewDialog: Remove alignmentMarcus Lundblad2021-03-241-11/+4
| | | | GtkAlignment is deprecated, and was redundant here.
* flatpak: Enable diagnosticsMarcus Lundblad2021-03-241-1/+2
|
* openTripPlanner: Adjust phrasing a bit moreMarcus Lundblad2021-03-241-2/+2
| | | | | | After discussions, settle on "At the roundabout…" Ref #354
* openTripPlanner: Fix wording for roundabout instructionsMarcus Lundblad2021-03-211-2/+2
| | | | | | Change "In the roundabout" to "On the roundabout". Fixes #354
* Update British English translationZander Brown2021-03-211-325/+392
|
* Post-release version bumpMarcus Lundblad2021-03-201-1/+1
|
* Release 40.0v40.0Marcus Lundblad2021-03-202-0/+55
|
* Update Italian translationGianvito Cavasoli2021-03-171-334/+310
|
* Update Polish translationPiotr Drąg2021-03-141-323/+314
|
* Update Norwegian Bokmål translationKjartan Maraas2021-03-131-321/+305
|
* Post-release version bumpMarcus Lundblad2021-03-131-1/+1
|
* Release 40.rcv40.rcMarcus Lundblad2021-03-131-0/+66
|
* maps-service: Update token in fallback serviceMarcus Lundblad2021-03-121-4/+4
|
* Update Korean translationJeeyong Um2021-03-121-314/+363
|
* Update Vietnamese translationNgọc Quân Trần2021-03-121-122/+136
|
* osm-types: Update with latest presets from iDMarcus Lundblad2021-03-101-7406/+8019
| | | | Closes #339
* mapMarker: Improve marker reposion when not fitting belowwip/mlundblad/more-bubble-position-fixesMarcus Lundblad2021-03-101-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 translationDanial Behzadi2021-03-101-315/+368
|
* Update Friulian translationFabio Tomat2021-03-101-143/+156
|
* Updated Czech translationMarek Černocký2021-03-081-106/+121
|
* Optimize PNG screenshotsAndre Klapper2021-03-083-0/+0
| | | | Decrease tarball size and save some electrons.
* Update Indonesian translationKukuh Syafaat2021-03-081-320/+376
|
* screenshots: Update for GNOME 40wip/mlundblad/screenshots-gnome-40Marcus Lundblad2021-03-072-0/+0
| | | | | | | | Update screenshot showing a map bubble to show the style. Also update the route screenshot to get the transit mode icon included.