Commit graph

4288 commits

Author SHA1 Message Date
yangyangdaji
0581a86a62
translate: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (298 of 298 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/zh_Hans/
2023-06-27 18:52:27 +02:00
d4c16443b1
translate: translated using Weblate (Russian)
Currently translated at 100.0% (298 of 298 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ru/
2023-06-27 15:16:07 +02:00
Hosted Weblate
48ef6c67ff
translate: update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-06-27 15:11:47 +02:00
Gradience Bot
ba0461cbfd ci: generate .pot file 2023-06-27 13:11:40 +00:00
3d745fabe4
fix: Typo with jsdelivr being jsdeliver (#794)
## Description

#793 

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the appropriate box . -->
- [x] Bugfix (Change which fixes an issue)
- [ ] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Fixed …
- Added …

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
No information provided.
2023-06-27 16:08:04 +03:00
488ad80e00
fix: Typo with jsdelivr being jsdeliver 2023-06-27 15:58:04 +03:00
07b8c5f910
Feat/switch state (#792)
## Description

Changes the [Switches](https://docs.gtk.org/gtk4/class.Switch.html) to
use the `active` property, which controls both color and position,
instead of `state`, which only changes the switch color.

It also sets the `activatable-widget` on the jsdeliver ActionRows
allowing the user to click anywhere to activate the switch.

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [x] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Fixed a bug where Switches were not shown as active

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
1. Open the preferences
2. Notice how the switches have both the correct position and color

@FineFindus
2023-06-27 14:54:38 +02:00
tfuxu
b86c47cfba
Merge branch 'main' into feat/switch-state 2023-06-27 14:50:36 +02:00
2495c2676b
chore: Update roadmap, fix doap gradience website 2023-06-27 15:43:47 +03:00
fdad59b1c2
chore: Update sec. policy versions 2023-06-27 15:38:58 +03:00
11ac86f473
fix: make switch save their state 2023-06-27 10:51:57 +02:00
d46d3458cf
Merge branch 'main' into feat/switch-state 2023-06-27 08:25:36 +02:00
9b7888b8a3
feat: show text-value-toggle tooltip depending on visible value (#791)
## Description

Changes the `text-value-toggle` tooltip-text to either display `Show
Hex` or `Show Color` depending on which child is currently visible.

Depends on https://github.com/GradienceTeam/Gradience/pull/789

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [x] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Improved tooltip for toggling color values

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
1. Open the app
2. View tooltip of the `text-value-toggle` button
3. Click the `text-value-toggle ` button
4. Notice how the tooltip changes
2023-06-27 00:00:01 +03:00
435d5153e6
feat: set activatable widget on action rows (#789)
## Description

Sets the `activatable-widget` on ActionRows, allowing the user to click
the row itself to activate the child widget. This brings it more inline
with the default libadwaita ActionRows, e.g. ComboRow. It is only done
for non-destructible actions.


## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [x] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Fixed clicking on rows to activate their children 

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
1. Open the app
2. Click on an ActionRow, e.g. an OptionRow
3. Notice how the ColorDialog is opened
2023-06-26 23:27:01 +03:00
2802f44e4a
chore(pr-template): fix typos (#790)
## Description

Fixes various typos and improves the wording in the
[pr-template](f2ae26c281/.github/pull_request_template.md).

Fixes #(issue) <!-- Remove this, if your PR doesn't fix any tracked
issue. -->

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [x] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Fixed typos in the pr template

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->
2023-06-26 22:50:41 +03:00
FineFindus
fa6b183b9e
feat(option-row): show toggle tooltip depending on visible widget 2023-06-26 21:20:47 +02:00
FineFindus
f2ae26c281
chore(pr-template): fix typos 2023-06-26 21:11:18 +02:00
FineFindus
ce061f353e
feat(option-row): set activatable widget 2023-06-26 20:59:42 +02:00
FineFindus
ce2472dfdd
feat: set activatable widget on action row 2023-06-26 20:52:04 +02:00
FineFindus
4f233dda38
fix(pref): set activatable widget for jsdeliver 2023-06-26 20:22:52 +02:00
FineFindus
ad63856690
fix(pref): use switch active property 2023-06-26 20:19:13 +02:00
tachyglossues
1dcd8c56ab
translate: translated using Weblate (French)
Currently translated at 100.0% (297 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/fr/
2023-06-23 14:47:49 +02:00
Ali Aljishi
c980c04089
translate: translated using Weblate (Arabic)
Currently translated at 100.0% (297 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ar/
2023-06-22 21:42:05 +02:00
K.B.Dharun Krishna
5d6216c38f
translate: translated using Weblate (Tamil)
Currently translated at 100.0% (297 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2023-06-21 21:51:55 +02:00
yangyangdaji
693f214018
translate: translated using Weblate (Dutch)
Currently translated at 87.8% (261 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/nl/
2023-06-21 11:51:25 +02:00
yangyangdaji
c0c1b4ac4f
translate: translated using Weblate (Turkish)
Currently translated at 93.2% (277 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/tr/
2023-06-21 11:51:25 +02:00
yangyangdaji
1589972d1b
translate: translated using Weblate (French)
Currently translated at 93.2% (277 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/fr/
2023-06-21 11:51:24 +02:00
yangyangdaji
ed7979d990
translate: translated using Weblate (Arabic)
Currently translated at 92.9% (276 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ar/
2023-06-21 11:51:24 +02:00
yangyangdaji
903921cb9b
translate: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (297 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/zh_Hans/
2023-06-21 08:51:10 +02:00
8c8fb25fbd
fix: Checksum 2023-06-20 21:06:41 +03:00
85b73a9fa2
chore: Update lxml version 2023-06-20 20:58:02 +03:00
16d6d6f376
chore: update project version to 0.8.0-beta1
We gonna need to re-tag :(
2023-06-20 20:15:56 +03:00
33ee389037
translate: translated using Weblate (Russian)
Currently translated at 100.0% (297 of 297 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ru/
2023-06-20 19:10:24 +02:00
Hosted Weblate
aef6278a98
translate: update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-06-20 18:35:50 +02:00
Gradience Bot
af7c4cf0a1 ci: generate .pot file 2023-06-20 16:35:43 +00:00
salarua
d565375a5f
Proofreading (#785)
Signed-off-by: salarua <104225819+salarua@users.noreply.github.com>
Signed-off-by: David Lapshin <ddaudix@gmail.com>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: David Lapshin <ddaudix@gmail.com>
2023-06-20 16:34:17 +00:00
Hosted Weblate
e86b6a0f78
translate: update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-06-20 00:02:05 +02:00
Gradience Bot
9f06f5d515 ci: generate .pot file 2023-06-19 22:01:57 +00:00
2c335e305a
updated czech translation (#784)
## Description

<!-- Describe your changes in detail here. -->

Fixes #(issue) <!-- Remove this, if your PR doesn't fix any tracked
issue. -->

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [ ] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Fixed …
- Added …

## Testing

- [ ] I have tested my changes and verified that they work as expected
<!-- Make sure you did this step before marking your PR as ready for
merge. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
No information provided.
2023-06-17 21:58:10 +03:00
Amerey
368a886a73 updated czech translation 2023-06-17 20:55:02 +02:00
Hosted Weblate
cd3b16b49f
translate: update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-06-16 16:19:23 +02:00
25bd17cd24
fix: JSDelivr typo 2023-06-16 17:19:01 +03:00
a97fc56fd9
chore: Remove lxml from pypi deps 2023-06-16 15:00:12 +03:00
d8c6e7aa35
chore: Update pypy deps 2023-06-16 14:05:56 +03:00
Hosted Weblate
20b590df94
translate: merge branch 'origin/main' into Weblate. 2023-06-16 12:33:12 +02:00
f23f343b05
chore: Update beta release notes 2023-06-16 13:33:01 +03:00
fb6d3a1ef9
chore: Update beta release notes 2023-06-16 13:32:17 +03:00
fc3829daae
fix: Typo in appdata 2023-06-16 03:35:08 +03:00
d5e2c2b3a5
chore: Add 0.8.0-beta1 to appdata 2023-06-15 16:11:22 +03:00
Fúlvio Leo
1965bbad44
translate: translated using Weblate (Portuguese (Brazil))
Currently translated at 76.6% (226 of 295 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pt_BR/
2023-06-12 23:52:08 +02:00