dependabot[bot]
6851e37e93
Bump dawidd6/action-download-artifact from 6 to 7 ( #316 )
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 6 to 7.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-01 22:18:29 +01:00
Claire (qwery)
8199a817eb
Fix: Import never finishes ( #301 )
...
* Add separate callback to update progressbar
* Black formatting
* Make watchdog useful
The app was still not thread safe because the dialog was
closed from a thread which was the likely cause of the
crashing.
Still needs more testing to validate this solution
* Prevent opening preferences while importing
* Formatting changes & regrouping of methods
- Rearranged methods into groups based on public or private and their
usage. No functional changes, just reorganizing for convenience.
- Renamed import_callback -> finish_import.
- Renamed __watchdog -> monitor_import
If you don't like it, this can be reverted.
* Black formatting
* Cleanup for review
* Fix attempt 2 & remove public/private comments
Readded watchdog in its original form.
Removed comments for public or private methods. Comments for import
actions/gui are still there
2024-11-28 13:31:27 +01:00
Sunniva Løvstad
8a020970fd
Add ngettext to the domain ( #310 )
...
* Update PO: add relative timestamps
* make ngettext enter the domain
This was a tricky one to solve…
2024-11-05 18:55:22 +01:00
Weblate (bot)
91cab62f9a
Translations update from Hosted Weblate ( #303 )
...
* Translated using Weblate (Russian)
Currently translated at 100.0% (145 of 145 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: Сергей <asvmail.as@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/ru/
Translation: Cartridges/Cartridges
* Translated using Weblate (Romanian)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/ro/
Translation: Cartridges/Cartridges
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Dan <jonweblin2205@protonmail.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/uk/
Translation: Cartridges/Cartridges
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (145 of 145 strings)
Translated using Weblate (Hungarian)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: kramo <contact@kramo.page >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/hu/
Translation: Cartridges/Cartridges
* Translated using Weblate (Spanish)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/es/
Translation: Cartridges/Cartridges
* Translated using Weblate (Swedish)
Currently translated at 100.0% (145 of 145 strings)
Translated using Weblate (Swedish)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/sv/
Translation: Cartridges/Cartridges
* Translated using Weblate (Persian)
Currently translated at 100.0% (145 of 145 strings)
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com >
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/fa/
Translation: Cartridges/Cartridges
---------
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org >
Co-authored-by: Сергей <asvmail.as@gmail.com >
Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org >
Co-authored-by: Dan <jonweblin2205@protonmail.com >
Co-authored-by: kramo <contact@kramo.page >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Co-authored-by: bittin1ddc447d824349b2 <bittin@reimu.nl >
Co-authored-by: Danial Behzadi <dani.behzi@ubuntu.com >
2024-11-05 10:49:56 +01:00
Balló György
3e9c947cf0
Skip write-only formats ( #308 )
...
PALM and PDF are write-only formats by PIL, these cannot be opened.
Also move SVG out from the loop to avoid adding it multiple times.
Reference:
https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#write-only-formats
2024-11-04 12:13:17 +01:00
Balló György
965b6d94f2
Pass blurred image directly to texture ( #307 )
...
Instead of saving the blurred image into a temporary file and then read it
back, pass it direcly to texture via a buffer.
2024-11-03 11:48:10 +01:00
Balló György
d0042d443b
Queue draw after setting paintable ( #309 )
...
Without this, the animation is not rendered on the screen.
2024-11-03 11:45:23 +01:00
dependabot[bot]
c25573d198
Bump softprops/action-gh-release from 2.0.8 to 2.0.9 ( #305 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.8...v2.0.9 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-03 11:36:16 +01:00
kramo
c3b1c5aa8b
Merge pull request #304 from turtlegarden/main
...
Move to `ngettext`
2024-11-03 11:29:29 +01:00
skilpedde
2d0576f201
Update PO: add relative timestamps
2024-11-02 23:04:18 +01:00
skilpedde
0c73315652
Update PO
2024-10-31 17:38:20 +01:00
skilpedde
86887367a3
Merge branch 'main' of https://github.com/kra-mo/cartridges into kra-mo-main
2024-10-31 17:37:56 +01:00
kramo
95c101d55e
Update translations
2024-10-31 14:25:18 +01:00
kramo
004c5985ec
Update translations
2024-10-31 14:23:34 +01:00
kramo
cbffec6f13
Update translations
2024-10-31 14:23:08 +01:00
kramo
4ee3fe2473
Add an option to import games automatically ( #302 )
2024-10-31 14:12:33 +01:00
skilpedde
bdb067af64
More PO improvements
2024-10-25 21:54:31 +02:00
Weblate (bot)
1437a31658
Translations update from Hosted Weblate ( #294 )
...
* Translated using Weblate (Romanian)
Currently translated at 100.0% (140 of 140 strings)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/ro/
Translation: Cartridges/Cartridges
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (140 of 140 strings)
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/hu/
Translation: Cartridges/Cartridges
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (140 of 140 strings)
Co-authored-by: sunniva <schildkroteskoldpadda@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/nb_NO/
Translation: Cartridges/Cartridges
---------
Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org >
Co-authored-by: Balázs Meskó <meskobalazs@mailbox.org >
Co-authored-by: sunniva <schildkroteskoldpadda@gmail.com >
2024-10-24 18:44:26 +02:00
kramo
fbc4e05327
Add Liberapay to README and FUNDING.yml
2024-10-24 18:39:10 +02:00
skilpedde
247649fce1
Update po
...
Manual changes have also been made to adapt to ngettext.
2024-10-22 13:50:46 +02:00
skilpedde
498f99e771
Update to dgettext and fix translator-credits string
2024-10-22 13:03:25 +02:00
kramo
ce584a09c2
v2.10.1
v2.10.1
2024-10-11 19:33:47 +02:00
kramo
bb3780f048
Fix #292
2024-10-11 19:31:20 +02:00
Aryan Karamtoth
babe489676
feat(l10n): Added Telugu (te) Language Support
2024-10-08 11:57:02 +02:00
kramo
e32b30d343
Fix Flatpak source dir
2024-10-07 10:22:56 +02:00
kramo
863344b6ab
Fix PyYAML Flatpak source
2024-10-07 10:18:10 +02:00
kramo
eee2a2f949
Update Python dependencies
v2.10.0
2024-09-18 17:13:49 +02:00
kramo
03b9c8627f
v2.10.0
2024-09-18 16:51:45 +02:00
kramo
46036c57b2
Merge pull request #289 from weblate/weblate-cartridges-cartridges
...
Translations update from Hosted Weblate
2024-09-18 16:49:14 +02:00
Hosted Weblate
61e9a29c6d
Update translation files
...
Updated by "Squash Git commits" hook in Weblate.
Translation: Cartridges/Cartridges
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/
2024-09-18 14:48:07 +00:00
Hosted Weblate
83ae99ff8a
Translated using Weblate (Occidental)
...
Currently translated at 94.2% (132 of 140 strings)
Added translation using Weblate (Occidental)
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Co-authored-by: OIS <mistresssilvara@hotmail.com >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/ie/
Translation: Cartridges/Cartridges
2024-09-18 14:48:07 +00:00
kramo
e4ceac6392
Merge pull request #257 from jamiethecat/button-rows
...
Port to Libadwaita 1.6 widgets
2024-09-18 16:48:00 +02:00
kramo
8a8b0525b4
Use Adw.Spinner
2024-09-18 16:47:37 +02:00
kramo
256f6f2325
Merge branch 'main' into pr/257
2024-09-18 16:36:12 +02:00
kramo
4938bacd55
Update blueprint-compiler version
2024-09-18 16:32:47 +02:00
kramo
5050c4f6ca
Add macOS files to gitignore
2024-09-18 16:29:26 +02:00
kramo
9e4644ab2f
Use stable Flatpak repo
2024-09-18 16:25:27 +02:00
kramo
19d0e27e88
Use 47 runtime
2024-09-18 16:24:58 +02:00
kramo
2801e777f7
Merge pull request #287 from bragefuglseth/patch-2
...
metainfo: Change `recommends` to `requires`
2024-08-30 13:59:07 +02:00
Brage Fuglseth
fc5b5447fc
metainfo: Change recommends to requires
2024-08-17 17:49:39 +02:00
dependabot[bot]
0a50072e2c
Bump softprops/action-gh-release from 2.0.6 to 2.0.8 ( #285 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.6...v2.0.8 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 14:52:41 +02:00
kramo
e5287c9d3f
Type hint GTK template imports
2024-07-30 09:32:37 +02:00
kramo
22a755c2e4
Type hint shared module
2024-07-30 09:00:49 +02:00
kramo
239420148a
Improve UX for COSMIC
2024-07-18 15:34:22 +02:00
kramo
35acb56a62
v2.9.3
v2.9.3
2024-07-18 11:39:58 +02:00
Hosted Weblate
adacdefdb9
Translated using Weblate (Persian)
...
Currently translated at 100.0% (140 of 140 strings)
Co-authored-by: آوید <avds+git@disroot.org >
Translate-URL: https://hosted.weblate.org/projects/cartridges/cartridges/fa/
Translation: Cartridges/Cartridges
2024-07-18 09:30:35 +00:00
kramo
7367e40cb3
Fix #281
2024-07-18 11:30:28 +02:00
kramo
7efa17915f
v2.9.2
v2.9.2
2024-07-11 01:34:13 +02:00
kramo
bdcded93f3
v2.9.1
v2.9.1
2024-07-11 01:22:08 +02:00
kramo
b3a65c3d23
Move ApplicationDelegate to separate module
2024-07-11 01:18:26 +02:00