Commit graph

109 commits

Author SHA1 Message Date
deepsource-autofix[bot]
6e8fcbe40d
Format code with black and autopep8 2022-09-23 16:51:01 +00:00
deepsource-autofix[bot]
88152c2cf6
Remove commented out code 2022-09-23 16:50:50 +00:00
salarua
b387126726 fix: convert tabs to spaces 2022-09-23 09:45:54 -07:00
ffb6fef874
fix: add missing translation 2022-09-23 17:27:11 +02:00
deepsource-autofix[bot]
4289a6086e
Format code with black and autopep8
This commit fixes the style issues introduced in 8bf32aa according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/cc444fc5-ea75-4fb7-8fc3-a68e922e413e/
2022-09-23 11:14:21 +00:00
0xMRTT
543b671456
Merge branch '0.3.0' into break-up-long-lines 2022-09-23 00:29:24 +02:00
salarua
2fe2ec7a0a style(window.py): break up long lines 2022-09-22 15:14:30 -07:00
salarua
0c89dad84d style(welcome.py): break up long lines 2022-09-22 15:13:32 -07:00
salarua
20a7fecbfe style(settings_schema.py): break up long lines 2022-09-22 15:12:28 -07:00
salarua
be92cd9454 style(setting.py): break up long lines 2022-09-22 15:05:16 -07:00
salarua
34dc0fd49a style(presets_manager_window.py): break up long lines 2022-09-22 15:04:14 -07:00
salarua
c7a89b9c8b style(preset_row.py): break up long lines 2022-09-22 15:02:15 -07:00
salarua
f038c16895 style(plugin_list.py): break up long lines 2022-09-22 15:00:51 -07:00
salarua
3dac67fb1e style(palette_shades.py): break up long lines 2022-09-22 14:59:52 -07:00
salarua
aa32baf913 style(option.py): break up long lines 2022-09-22 14:58:42 -07:00
salarua
6554c1294a style(main.py): break up long lines 2022-09-22 14:57:25 -07:00
salarua
ce3b298a95 style(preset.py): break up long lines 2022-09-22 14:57:05 -07:00
salarua
53b9102d0f style(flatpak_overrides.py): break up long lines 2022-09-22 14:56:23 -07:00
075e9ca105
fix: only show update if there is an update :D 2022-09-22 22:56:52 +02:00
0f77fb5227
fix: remove unused print 2022-09-22 22:02:08 +02:00
cf55842c2c
fix: undo button 2022-09-22 21:54:45 +02:00
0xMRTT
21071553f8
Merge branch '0.3.0' into remove-global-offline-init 2022-09-22 21:47:29 +02:00
c4bafa48b6
fix: badge choice error 2022-09-22 21:38:30 +02:00
salarua
5d52bdde56 fix: remove initialization of global offline var
Local variable "offline" was defined in the correct scope. Remove
redundant global initialization.
2022-09-22 12:21:10 -07:00
0xMRTT
a612d13596
Merge branch '0.3.0' into glib-fix 2022-09-22 20:42:21 +02:00
b1cb6c918e
fix: remove prints 2022-09-22 19:55:29 +02:00
17347f67f4
fix: apply 2022-09-22 19:55:29 +02:00
6b8313de39
fix: only show remove button for user plugin 2022-09-22 19:55:28 +02:00
5c491f725c
fix: locale dir 2022-09-22 19:55:28 +02:00
ca1d2e4e80
fix: add locale dir 2022-09-22 19:55:28 +02:00
e9a9876ee3
fix: remove unused print 2022-09-22 19:55:28 +02:00
ca630b25db
feat: add message dialog if unable to remove plugin 2022-09-22 19:55:28 +02:00
9f4f408056
fix: remove add repo button 2022-09-22 19:55:27 +02:00
f10314ef2a
feat: curated is now builtin 2022-09-22 19:55:27 +02:00
9a06e5c3c6
feat: add thanks title 2022-09-22 19:55:27 +02:00
ddc7f74751
feat: only show welcome with release notes 2022-09-22 19:55:27 +02:00
salarua
5899c9e7e0 fix: fix case of "GLib" 2022-09-22 10:53:05 -07:00
ea513d1277
Merge branch 'main' into 0.3.0
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-22 12:17:52 +03:00
11504ca38b feat: rearrange built-in presets to match quick switcher 2022-09-22 08:28:15 +03:00
deepsource-autofix[bot]
ba9dc2d64c
Format code with black and autopep8 2022-09-22 05:13:26 +00:00
deepsource-autofix[bot]
0f08409e3b
Remove unused imports 2022-09-21 22:26:07 +00:00
deepsource-autofix[bot]
b9a3b36d41
Remove reimported module 2022-09-21 22:25:28 +00:00
0xMRTT
d227462ee5
feat: add release show in welcome dialog 2022-09-21 21:39:45 +02:00
0xMRTT
1b780a79b1
Create README.md
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 22:56:00 +02:00
0xMRTT
a373e13ac1
Create README.md
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 22:54:08 +02:00
0xMRTT
ae1b172663
fix: replace json with join
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-18 01:34:49 +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
tfuxu
5df966a602 fix for constant i/o activity when resizing main Gradience window 2022-09-17 16:23:27 +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