Commit graph

1643 commits

Author SHA1 Message Date
0xMRTT
52d871367a
translate: translated using Weblate (German)
Currently translated at 64.4% (125 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/de/
2022-09-17 22:50:24 +02:00
0xMRTT
a72c32db2c
Update translations in Polish (#449)
Update Polish translations to include all new translatable text from new
features, and modify some iffy translations to a more correct ones.
2022-09-17 22:50:20 +02:00
tfuxu
72629a74ed feat: translate to Polish 2022-09-17 22:41:32 +02:00
0xMRTT
4d31a900ec
Format code with black and autopep8 (#448) 2022-09-17 19:21:28 +02:00
deepsource-autofix[bot]
2df9ea4dc5
Format code with black and autopep8
This commit fixes the style issues introduced in 7b7b5dd according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/4462a53e-c05f-4577-89e3-62eb8ea67fec/
2022-09-17 17:10:00 +00:00
0xMRTT
7b7b5dd52e
Fix for constant disk i/o activity when resizing main Gradience window (#446)
Window properties `default-width` and `default-height` are changed
constantly throughout entire time the program is running, and when we
combine this with binding properties using `Gio.Settings.bind()`
function in GIO's API, it creates a read/write disk spam (which is a
appropriate behavior according to official documentation for
[`G_SETTINGS_BIND_SET`](https://docs.gtk.org/gio/flags.SettingsBindFlags.html#set)).
This PR moves setting window properties to a new function which is
executed only one time (when closing a program) and sets those
properties when initializing a main window.

This fix should resolve issue #339.
2022-09-17 19:09:45 +02:00
0xMRTT
0660d1877f
Merge branch 'main' into win-props-fix 2022-09-17 19:09:34 +02:00
tfuxu
5df966a602 fix for constant i/o activity when resizing main Gradience window 2022-09-17 16:23:27 +02:00
AdwCustomizer
54e1aa6341 ci: generate .pot file 2022-09-17 12:14:58 +00:00
ce648f8fcf
feat: remove "and improving it's looks"
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-17 12:51:35 +03:00
1c52a6f2e5
feat: add anchor link
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-17 12:50:18 +03:00
fe458e31fc
revert: test
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-17 12:42:17 +03:00
9a690dd6e8
feat: test to use link
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-17 12:40:13 +03:00
0xMRTT
13d376a773
translate: translations update from Hosted Weblate (#444) 2022-09-17 03:00:22 +02:00
rene-coty
8545b409cd
translate: translated using Weblate (German)
Currently translated at 64.4% (125 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/de/
2022-09-17 02:59:37 +02:00
AdwCustomizer
f74a33ece1 ci: generate .pot file 2022-09-17 00:46:03 +00:00
0xMRTT
7f60773bd4
fix: update matrix links
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-17 02:40:12 +02:00
0xMRTT
217581a16b
Change welcome warning to be HIG-compliant (#443) 2022-09-17 02:14:06 +02:00
salarua
c139bc0878 Change welcome warning to be HIG-compliant
Trim unnecessary phrasing in accordance with HIG and fix comma splice
2022-09-16 15:56:19 -07:00
4adec98cfa
fix: discord link
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-17 00:53:49 +03:00
0xMRTT
f905c368e3
Format code with black and autopep8 (#441) 2022-09-16 22:58:10 +02:00
deepsource-autofix[bot]
773266e302
Format code with black and autopep8
This commit fixes the style issues introduced in fdd493d according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/8c0b39f8-c933-48c5-9c2d-2eb192e81568/
2022-09-16 20:38:58 +00:00
0xMRTT
fdd493dbf9
fix: key error 2022-09-16 22:38:42 +02:00
0xMRTT
468c6947d7
feat: add warning dialog 2022-09-16 22:35:01 +02:00
0xMRTT
ca62a157ec
Format code with black and autopep8 (#439) 2022-09-16 19:57:55 +02:00
0xMRTT
37e60ed33e
Merge branch 'main' into deepsource-transform-df8e79fc 2022-09-16 19:57:49 +02:00
0cc436dd6f
feat: https://stopthemingmy.app
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 20:51:28 +03:00
e53319d8b5 feat: small text polish
Minor text fixes
2022-09-16 20:29:11 +03:00
deepsource-autofix[bot]
7f3e3b1242
Format code with black and autopep8
This commit fixes the style issues introduced in 1f8b5e9 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/b099183d-2c2c-4abe-818e-f1a577699400/
2022-09-16 17:28:12 +00:00
1f8b5e9f91 feat: small text polish
Improve some text, really minor changes
2022-09-16 20:27:24 +03:00
0xMRTT
6c8d3888ff
fix: add padding around description 2022-09-16 18:06:04 +02:00
0xMRTT
7b28df4241
feat: add empty description text 2022-09-16 17:55:59 +02:00
0xMRTT
69cf90520d
fix: disable stars 2022-09-16 17:54:20 +02:00
0xMRTT
2e95f2d5e3
fix: create curated, user, official if they dosen't exists 2022-09-16 17:40:59 +02:00
0xMRTT
31206e8291
fix: constants not found 2022-09-16 17:09:36 +02:00
bdb7f50a25 feat: add v0.3.0 release notes 2022-09-16 17:56:37 +03:00
0xMRTT
da12e2406b
Change local gschema location to a existing one (#437) 2022-09-16 16:19:55 +02:00
0xMRTT
d02bf69186
Merge branch 'main' into local-schemas-fix 2022-09-16 16:19:40 +02:00
e562dfd0e3
feat: format
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 16:07:31 +03:00
ba1a28d61a
fix: add <screenshot type="default">
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 16:00:15 +03:00
ad097c4454
feat: remove regular screenshots
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 15:55:28 +03:00
2cf552de62
fix: nicknames and links
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 15:34:28 +03:00
7b0e187f10
fix: nicknames
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-16 15:32:02 +03:00
tfuxu
edfa065f6f fix: use local gschema located in builddir/share/ 2022-09-16 14:20:02 +02:00
AdwCustomizer
2e86655877 ci: generate .pot file 2022-09-16 12:16:38 +00:00
f85c0f7b2d feat: add links 2022-09-16 15:05:22 +03:00
0xMRTT
86ea5f1904
Format code with black and autopep8 (#436) 2022-09-16 08:26:50 +02:00
deepsource-autofix[bot]
ccf5eca5e1
Format code with black and autopep8
This commit fixes the style issues introduced in 94f4b64 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/74d1ea41-e2fc-4b4e-9fb0-633c1f279d80/
2022-09-16 06:26:11 +00:00
0xMRTT
94f4b64c82
fix: move badge colors to constants 2022-09-16 08:25:51 +02:00
0xMRTT
190841ba74
fix: badge colors 2022-09-16 08:13:55 +02:00