summaryrefslogtreecommitdiff
path: root/src/zoomInDialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Use object destructuring in constructorsJames Westman2022-10-051-12/+3
|
* Port to GTK 4 and libshumatewip/gtk4-and-libshumateMarcus Lundblad2022-08-171-6/+5
| | | | | | | | | | | | | | | | | Update from using GTK 3 and libchamplain to GTK 4 and libshumate. Some missing features so far (that was available in the GTK 3 version): - Minimaps when printing routes - The ability to select to not include markers and layers when exporting the view as an image - Map type preview thumbnails in the layers popover (though they are currently not shown as we only only have the street style available now)
* Migrate to ES6 modulesMarcus Lundblad2022-06-081-14/+19
| | | | | | | | | | | | Switch to using ES6 modules for internal modules and GI modules instead of using the legacy imports object. The unit tests are still using imports.jsunit as this is not available as an ES6 module (the preferred solution now is to use jasmine-gjs). imports.bytearray, imports.format, and imports.mainloop are covered in follow-up commits.
* Add dialog to zoom in for OSM editingMarcus Lundblad2018-06-181-0/+62
Closes #107