summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts
AgeCommit message (Collapse)AuthorFilesLines
2021-11-03Revert "Use lower resolution maps"Linus Färnstrand1-3/+3
This reverts commit 76199d0904eacca86fac0e33c93101707fe77c3c.
2021-11-01Use lower resolution mapsOskar Nyberg1-3/+3
2021-10-25Add script which verifies that format specifiers in translationsOskar Nyberg1-0/+73
2021-10-20Update Pillow dependencyOskar Nyberg1-35/+7
2021-10-20Reduce output in extract-geo-data scriptOskar Nyberg1-31/+3
The large amounts of output in the `extract-geo-data.py` script makes it difficult to spot real errors. Reducing the amount of output saying whether or not a translation was found and which one is being translated will make it easier to follow the output and make it easier to spot more critical errors.
2021-10-20Switch to REST API since JSON RPC API has been removedOskar Nyberg1-48/+63
2021-10-20Update shapely python dependencyOskar Nyberg1-6/+6
2021-10-20Add error cast and formatOskar Nyberg1-4/+5
2021-10-12Generate black menubar icons for WindowsOskar Nyberg1-0/+1
2021-07-14Bump pillow from 8.1.1 to 8.2.0 in /gui/scriptsdependabot[bot]1-34/+35
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07Scripts: use "with" with resource allocating callsAndrej Mihajlov2-20/+20
2021-05-10Create icns file for macOS iconsOskar Nyberg1-4/+13
2021-03-22Flip import order to fix the crash in FionaAndrej Mihajlov1-1/+1
Reported in https://github.com/Toblerity/Shapely/issues/1107
2021-03-22Mention GDAL/OGR in README.mdAndrej Mihajlov1-3/+10
2021-03-19Bump pillow from 7.1.1 to 8.1.1 in /gui/scriptsdependabot[bot]1-7/+34
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26Remove build_mi_proto.sh. Update readmeAndrii Yurchuk2-25/+5
2021-02-26Move build_mi_proto script and its artefacts to gui/scriptsAndrii Yurchuk1-0/+20
2021-02-26Allow building on Apple SiliconAndrii Yurchuk1-11/+25
2021-02-12Change npx to npm exec to make it work with npm 7Oskar Nyberg2-2/+2
2021-01-07Bump cairosvg from 2.4.2 to 2.5.1 in /gui/scriptsdependabot[bot]1-3/+3
Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.4.2 to 2.5.1. - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst) - [Commits](https://github.com/Kozea/CairoSVG/compare/2.4.2...2.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-20Add gRPC dependencies and add proto build scriptOskar Nyberg1-0/+33
2020-04-09Update python dependenciesAndrej Mihajlov1-35/+39
2020-03-31Move icon.svg and icon-mono.svg to graphics/Linus Färnstrand1-2/+3
2020-03-26Switch to lower resolution mapOskar Nyberg1-2/+2
2020-03-19Use mktemp to create temp directory in menubar icons scriptOskar Nyberg1-2/+2
2020-03-19Add notification icon and in app icon to logo build scriptOskar Nyberg1-1/+7
2020-03-19Make logo script create the NSIS sidebar imageOskar Nyberg1-2/+15
2020-03-19Add script for creating desktop iconOskar Nyberg1-0/+56
2020-03-09Improve menubar icon script using rsvg-convertOskar Nyberg1-37/+87
2020-02-11Remove parts of scripts that generate geo data and city/country translationsOskar Nyberg4-266/+1
2020-02-06Add script which builds icons from svgsOskar Nyberg1-0/+62
2019-11-27Update READMEAndrej Mihajlov1-1/+1
2019-11-27Update python shebangAndrej Mihajlov2-0/+4
2019-11-27Update hashes for binary builds of cffiAndrej Mihajlov1-1/+6
2019-10-15Convert to python 3Andrej Mihajlov4-96/+136
2019-10-14Refactor codeAndrej Mihajlov2-32/+62
2019-10-14Handle exceptions from duplicate entriesAndrej Mihajlov1-2/+11
2019-10-14Rename PlaceTranslator -> CityTranslatorAndrej Mihajlov1-3/+3
2019-10-14Output countries into relay-locations.potAndrej Mihajlov1-11/+101
2019-10-14Refactor gettext catalogues mergeAndrej Mihajlov2-66/+75
2019-10-14Enable checks for duplicate entriesAndrej Mihajlov1-6/+10
2019-10-14Sort cities and countriesAndrej Mihajlov1-0/+6
2019-10-14Fix relay-locations.pot merging and sort outputAndrej Mihajlov2-26/+58
2019-09-13Update extract-geo-data.py to use relay_list_v3Linus Färnstrand1-1/+1
2019-08-28Switch build pipeline to GulpAndrej Mihajlov1-95/+0
2019-08-16Add SIGINT and SIGTERM handlers to properly clean up the watch scriptAndrej Mihajlov1-0/+12
2019-07-05More idiomatic pythonLinus Färnstrand1-1/+1
2019-07-05Add stricter language mappingAndrej Mihajlov1-29/+26
2019-05-21Build the index for the geo dataset to speed up the translations lookupAndrej Mihajlov1-17/+41
2019-05-21Add exceptions for the USA and UKAndrej Mihajlov1-0/+16