summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts
AgeCommit message (Collapse)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar12-1003/+0
2024-10-24Ignore wrongly translated stringMarkus Pettersson1-0/+2
2024-10-24Add support for ignoring translated strings from `verify-translations`Markus Pettersson1-0/+9
2024-09-24Fix linting errorsOskar2-10/+12
2024-09-05Extend ignoreUntil for CVEs that still don't affect usLinus Färnstrand1-7/+7
This is only for desktop frontend and python helper scripts
2024-07-09Add osv-scanner.toml, ignoring some non-exploitable vulnsLinus Färnstrand1-0/+43
2024-06-27Allow whitespace in HTML tags in translationsMarkus Pettersson1-1/+1
2024-06-25Update README in gui/scriptsOskar Nyberg1-65/+9
2024-05-16Use sea instead of pkg for test executableDavid Lönnhager1-7/+48
2024-05-15Remove check for se-betOskar Nyberg1-5/+4
2024-05-15Remove map related code in geo data scriptsOskar Nyberg4-544/+126
2024-05-14Add crowdin configuration and update localization scriptOskar Nyberg1-51/+0
2024-03-13Add br tag to translation verification scriptOskar Nyberg1-9/+13
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin3-21/+21
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2024-01-30Remove svg map implementation and dependenciesOskar Nyberg1-61/+0
2023-03-27Fix many typosAlexander Seiler3-4/+4
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-02-20Rename test.pkg.json to standalone-tests.pkg.jsonOskar Nyberg1-1/+1
2023-02-20Add test executable build script to handle target platformOskar Nyberg1-0/+39
2023-02-09Add tray icon with notification dot to build-menubar-iconsOskar Nyberg1-21/+120
2023-01-27Improve documentation around icon and asset generationLinus Färnstrand2-6/+20
2023-01-15Rename menubar icon scriptOskar Nyberg1-0/+0
2023-01-15Improve menubar script formattingOskar Nyberg1-16/+28
2023-01-15Replace space with - in menubar-icons directory nameOskar Nyberg1-1/+1
2022-10-21Add check for html format to translations checkOskar Nyberg2-73/+130
2022-10-07Update rbush and @types/rbushHank1-2/+2
2022-10-07Enable build of proto files for ARM64 MacsOskar Nyberg1-2/+2
2022-08-23Fail when running build-proto.sh on arm64 in generalDavid Lönnhager1-4/+5
2022-04-07Prevent translations of beta citiesOskar Nyberg1-4/+5
2022-03-03Update gRPC and related build toolsOskar Nyberg1-2/+2
2022-02-15Update Pillow to 9.0.1Oskar Nyberg1-7/+8
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>