summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* Add zoom and rotation buttons classMarcus Lundblad2023-05-081-0/+1
| | | | | | | Container with zoom controls and a rotation button revealing when the map view is rotated relative to "north is up". Clicking the rotation button resets rotation to "north is up".
* osmEditDialog: Add composite widget for editing Wikipediawip/mlundblad/wikidataMarcus Lundblad2022-11-151-0/+1
| | | | | | | Adds a composite widget for editing Wikipedia article and Wikidata references. Change the Wikipedia field to use the composite widget to allow editing Wikipedia article and Wikidata tags combined.
* general: Rework context menuChristopher Davis2022-08-261-1/+0
| | | | | | | | | | | The context menu had a few papercuts after the port, notably placement. The code was also a bit hard to follow - the actions were declared in mainWindow.js, but defined in contextMenu.js. This commit removes the ContextMenu class, and instead builds and displays the popover in mapView.js. This also allows us to move our actions to mapView.js using a custom action group. The placement is also fixed.
* Update POTFILES.inPiotr Drąg2022-08-201-1/+1
|
* Update POTFILES.inPiotr Drąg2022-06-251-1/+2
|
* Remove SocialPlaceListBoxMarcus Lundblad2022-04-131-1/+0
|
* Remove Check-in functionallityMarcus Lundblad2022-04-131-3/+0
| | | | | Remove the CheckInManager, CheckInDialog, and related widgets.
* Update POTFILES.in and POTFILES.skipPiotr Drąg2021-11-061-1/+1
|
* Set up dual installation supportwip/mlundblad/dual-installationMarcus Lundblad2021-10-201-3/+3
| | | | | Add support for building dual-installable .Devel packages. Based on an original WIP merge request by Bilal Elmoussaoui.
* Update POTFILES.inPiotr Drąg2021-02-131-2/+3
|
* Rename placeBubble -> placeViewJames Westman2021-02-091-1/+1
| | | | | It's no longer a subclass of MapBubble, so PlaceView is a more fitting name. Also rename PlaceBubbleImage -> PlaceViewImage.
* userLocationBubble: Merge into placeBubbleJames Westman2021-02-091-1/+0
| | | | | | Instead of two separate classes, all bubble contents are handled by PlaceBubble. This cuts down a bit of code duplication. Also, it will make adaptive place bubbles much easier since only one bubble type has to be made adaptive.
* mapBubble: Design refinementsJames Westman2020-11-121-1/+0
| | | | | | | | Iterating on the map bubble redesign based on feedback from designers. Also, some bug fixes. See comments on !108. Also, fix a bug where map bubble titles didn't wrap, so they were sometimes way too wide.
* Update POTFILES.inMarcus Lundblad2020-03-211-0/+1
|
* Update POTFILES.inPiotr Drąg2020-03-141-0/+2
|
* Reuse UserLocationMarker when location updatesJames Westman2020-01-011-0/+1
| | | | | Fixes #202. Also fixes the UserLocationBubble flickering whenever the location changes.
* openTripPlanner: Use walk routes from OTPwip/mlundblad/otp-use-walking-routesMarcus Lundblad2019-09-301-0/+1
| | | | | | | | | | Implement support for using walkinging legs obtained from the OpenTripPlanner results for servers with full OSM data. Also use this mode by default, with a construct parameter for the other case with only transit data and using GraphHopper for walking legs.
* Move common error messages to TransitPlanMarcus Lundblad2019-09-101-1/+0
| | | | | | | Add methods to flag errors to the TransitPlan module from the OpenTripPlanner plugin to allow re-using them from the transit router and eventual new transit provider plugins.
* openTripPlanner: Move to a separate directoryMarcus Lundblad2019-09-101-1/+1
| | | | | | Move the OpenTripPlanner module to a subdirectory in preparation for supporting plugins for other transit services.
* Add module with common Photon geocode parserMarcus Lundblad2019-06-091-0/+1
| | | | | Common function for parsing properties from Photon and legacy GraphHopper geocoding results.
* transitArrivalRow: Use utility function to print labelMarcus Lundblad2019-03-271-1/+0
| | | | Fixes #78
* Add module with utility functions for transitMarcus Lundblad2019-03-271-0/+1
| | | | | | | Utility module with functions related to presenting public transit itineraries. Fixes #78
* Update POTFILES.inPiotr Drąg2018-10-151-1/+0
|
* Remove the ZoomInNotification classMarcus Lundblad2018-06-181-1/+0
| | | | Closes #107
* Remove the LocationServiceNotification classMarcus Lundblad2018-06-181-1/+0
| | | | Closes #107
* Add dialog to open privacy settings panelMarcus Lundblad2018-06-181-0/+1
| | | | | | | Used when trying access current location when location services are turned off. Closes #107
* Add dialog to zoom in for OSM editingMarcus Lundblad2018-06-181-0/+1
| | | | Closes #107
* Update POTFILES.in and POTFILES.skipPiotr Drąg2018-03-271-25/+24
|
* routeEntry: Add tooltips to route location buttonsVibhashu Vaibhav2018-01-181-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759922
* Update POTFILES.inPiotr Drąg2017-02-161-0/+3
|
* Add list box row for loading more transit resultsMarcus Lundblad2017-02-151-0/+1
| | | | | | | This adds a GtkListBoxRow implementation used as clickable placeholder for loading later/earlier transit alternatives. https://bugzilla.gnome.org/show_bug.cgi?id=755808
* Add a list box row to show the arrival of a transit itineraryMarcus Lundblad2017-02-151-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755808
* Add list box row to display a leg of a transit itineraryMarcus Lundblad2017-02-151-0/+1
| | | | | | | | This list box class is used to render a "leg" of an itinerary when "diving in" to a particular itinerary. I.e. part of a journey such as "Walk 500 m" or "Bus 42 leaving at 12:00". https://bugzilla.gnome.org/show_bug.cgi?id=755808
* Add module to delegate routing requests.Marcus Lundblad2017-02-151-1/+1
| | | | | | | | | | | Adds a new module implementing a delegator that delegates routing requests to either GraphHopper or OpenTripPlanner based on the selected mode. Also change the name of the RouteService module to GraphHopper to make it more clear that these are different service interfaces. https://bugzilla.gnome.org/show_bug.cgi?id=755808
* Add module to query an OpenTripPlanner instanceMarcus Lundblad2017-02-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Adds an openTripPlanner module, containing functionallity for interfacing against an OpenTripPlanner service. Also has functionallity to augment itineraries obtained with walk routing from GraphHopper (as used by the other routing modes). Furthermore, the transitPlan module contains interfacing classes modelling transit data Plan: Populated by a list of itineraries when performing a transit query. Itinerary: Represents one particular trip option in a search result. Contains one or more transit legs. Leg: Represents one distinct part of a trip, such as "take tram #5 departuring at 10:00 from Foo Street, get off at Bar Street, arrival at 10:12". Stop: Represents an intermediate stop along a transit leg (a place where the vehicle stops, but the itinerary doesn't board or alight the vehicle. https://bugzilla.gnome.org/show_bug.cgi?id=755808
* Updated POTFILES.inPiotr Drąg2016-07-091-0/+1
|
* Updated POTFILES.inPiotr Drąg2016-02-291-0/+3
|
* osmEditDialog: Add ability to add and edit addressesJonas Danielsson2016-02-261-0/+1
| | | | | | Supports editing street, house number, postal code, and city. https://bugzilla.gnome.org/show_bug.cgi?id=762591
* Add Print Route FeatureAmisha Singla2016-02-161-0/+2
| | | | | | | | | | Print Operation class is added to draw the cairo surfaces given to it. Print Layout acts as a tool-box which sub-classes like short Route layout , long route layout use to layout the surfaces as per the respective requirements of rendering various surfaces. GUI is added to give users an ability to access print Route feature. https://bugzilla.gnome.org/show_bug.cgi?id=746790
* Updated POTFILES.inPiotr Drąg2016-02-161-0/+1
|
* osmEdit: Add a context menu item for adding locationswip/mlundblad/osm-add-locationMarcus Lundblad2016-02-121-0/+1
| | | | | | | | | | Launches the OSM edit dialog in add new location mode. Offer to zoom in if the zoom level is not one the two innermost ones. Also port the OSM account and edit/create dialogs to not use dialog.run(). https://bugzilla.gnome.org/show_bug.cgi?id=761327
* Introduce an abstract base class for search result popoversMarcus Lundblad2016-02-121-1/+1
| | | | | | | | | | | | | | | The base class for search popover enables propagating typing events to an associated search entry. This allows the user to continue typing when the search result popover is activated (while still being able to navigate the search results in the popover and selecting a row with enter). This code was earlier part of the place search popover (in the main header bar). Also rename the place search popover from SearchPopup to PlacePopover to be consistent with the search result popover for OSM POI results (in a later patch). https://bugzilla.gnome.org/show_bug.cgi?id=761327
* Add expanded area to place bubbleJonas Danielsson2016-02-031-0/+1
| | | | | | | Trim the information shown by default and move extra data to an expanded area. https://bugzilla.gnome.org/show_bug.cgi?id=741423
* Updated POTFILES.inPiotr Drąg2016-01-301-0/+1
|
* POTFILES.in: Add contextMenu.jsJonas Danielsson2016-01-301-0/+1
|
* Update POTFILES.inJonas Danielsson2016-01-181-0/+2
|
* Add a help overlayJonas Danielsson2015-12-281-0/+1
| | | | | | | | | | | | | | | GNOME has a new Goal: Adding shortcut windows. GTK+ 3.19.x includes a new widget called GtkShortcutsWindow. This is a dialog window that shows an overview of shortcuts (keyboard shortcuts and touch gestures) for an application. To add a help overlay we need to create an UI file in our resources at $(gresource prefix)/gtk/. And the rest should be magical. https://bugzilla.gnome.org/show_bug.cgi?id=756946
* Updated POTFILES.inPiotr Drąg2015-12-121-0/+5
|
* Updated POTFILES.inPiotr Drąg2015-12-011-0/+2
|
* Updated POTFILES.inPiotr Drąg2015-11-061-0/+1
|