Commit graph

1481 commits

Author SHA1 Message Date
AdwCustomizer
a9d7121a35 ci: generate .pot file 2022-09-11 12:14:34 +00:00
0xMRTT
9921d77548
fix: indent error
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 11:20:27 +02:00
f4dca42536
feat: move presets to next (#390)
_This is part of this:
https://github.com/GradienceTeam/Community/pull/35_
2022-09-11 11:38:07 +03:00
1b7dc01551 feat: move presets to next 2022-09-11 07:16:57 +03:00
0xMRTT
a272d9e350
fix: update Debian text
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 03:24:45 +02:00
AdwCustomizer
db70f0bc24 ci: generate .pot file 2022-09-11 00:47:37 +00:00
0xMRTT
144ee478ae
feat: update roadmap
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 01:55:00 +02:00
0xMRTT
921a1ad7e6
Merge branch 'main' into presets-improvs 2022-09-11 00:18:28 +02:00
0xMRTT
89318f552c
Add margins to 'Custom CSS' TextView (#389)
Just a quick UI change to 'Custom CSS' TextView in Advanced tab.
<br>

Without margins:
![Screenshot from 2022-09-10
22-35-19](https://user-images.githubusercontent.com/73042332/189500880-2990ed56-5171-4d34-a8d6-9728524139ef.png)

With margins:
![Screenshot from 2022-09-10
22-34-26](https://user-images.githubusercontent.com/73042332/189500882-9ef6ff6c-479b-433e-ae26-84d880dad3cf.png)
2022-09-11 00:17:57 +02:00
tfuxu
0ea5da2b71 ui: add margins to custom-css-text-view TextView 2022-09-10 22:40:43 +02:00
tfuxu
0895eb66a4 fix: show preset_empty ActionRow when all three nested dictionaries are empty 2022-09-10 19:38:51 +02:00
tfuxu
90597d5400 fix: show exception message without traceback 2022-09-10 19:38:18 +02:00
tfuxu
0b349874bc feat: make custom_presets module functions easier to debug
* change formating in debug messages
2022-09-10 16:00:57 +02:00
0xMRTT
cda9b1e639
Format code with black and autopep8 (#386) 2022-09-10 15:52:50 +02:00
0xMRTT
f716e8348e
Merge branch 'main' into deepsource-transform-043ee845
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-10 15:52:23 +02:00
0xMRTT
eb123082e4
Format code with black and autopep8 (#387) 2022-09-10 15:49:20 +02:00
deepsource-autofix[bot]
88aa1b916f
Format code with black and autopep8
This commit fixes the style issues introduced in c85c2b2 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/da5188cd-f2f7-4d3f-adb6-d6053b374a3b/
2022-09-10 13:44:53 +00:00
0xMRTT
c85c2b2577
fix: non python text 2022-09-10 15:43:19 +02:00
deepsource-autofix[bot]
825da9673d
Format code with black and autopep8
This commit fixes the style issues introduced in ffd626d according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/362e9321-861d-4493-b53c-93fd24f08ff1/
2022-09-10 13:43:03 +00:00
0xMRTT
ffd626dd43
feat: add plugin deletion 2022-09-10 15:42:44 +02:00
0xMRTT
ce236c0182
Format code with black and autopep8 (#385) 2022-09-10 15:25:41 +02:00
deepsource-autofix[bot]
95123d44a4
Format code with black and autopep8
This commit fixes the style issues introduced in 1b4dcd8 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/4cc9f6c5-6943-4f60-bbf4-0cf0b470fe9d/
2022-09-10 13:19:47 +00:00
0xMRTT
1b4dcd8e06
feat: add enable or disable plugins 2022-09-10 15:19:34 +02:00
tfuxu
6638ad1601 fix: remove duplicate toast
* add licence notice to builtin_preset_row
2022-09-10 14:59:56 +02:00
tfuxu
3066ccdab7 fix: error about removing non-child objects 2022-09-10 14:59:19 +02:00
tfuxu
d29dbbc470 refactor: make presets_manager_window.py more readable 2022-09-10 14:39:46 +02:00
AdwCustomizer
d92ef9ad90 ci: generate .pot file 2022-09-10 12:14:54 +00:00
0xMRTT
d32ddc0d5e
Format code with black and autopep8 (#384) 2022-09-10 12:43:48 +02:00
deepsource-autofix[bot]
0679eed5d6
Format code with black and autopep8
This commit fixes the style issues introduced in 82e408e according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ed6a308c-9d6e-443e-8e9c-82ce804b35e6/
2022-09-10 10:38:58 +00:00
0xMRTT
82e408e26e
feat: add plugins 2022-09-10 12:38:37 +02:00
0xMRTT
b7a0942b5f
Format code with black and autopep8 (#382) 2022-09-10 11:28:13 +02:00
0xMRTT
5273935ff1
Merge branch 'main' into deepsource-transform-ecd054ef 2022-09-10 11:28:07 +02:00
0xMRTT
aadcfbfa04
Remove unnecessary whitespace (#383) 2022-09-10 11:27:57 +02:00
0xMRTT
9cdf1512e4
Merge branch 'main' into deepsource-fix-c6b546b7 2022-09-10 11:27:50 +02:00
0xMRTT
f5cb6aafd3
Format code with black and autopep8 (#381) 2022-09-10 11:27:42 +02:00
deepsource-autofix[bot]
c65425e2c4
Format code with black and autopep8 2022-09-10 09:26:39 +00:00
deepsource-autofix[bot]
8f3bae9225
Remove unnecessary whitespace 2022-09-10 09:26:27 +00:00
deepsource-autofix[bot]
c7a5cf9e94
Format code with black and autopep8
This commit fixes the style issues introduced in 684712a according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/1edc3f9e-3235-45f7-bd07-e561dbbe47df/
2022-09-10 08:58:52 +00:00
0xMRTT
684712ae0d
fix: bug #378 2022-09-10 10:58:34 +02:00
deepsource-autofix[bot]
489021736e
Format code with black and autopep8
This commit fixes the style issues introduced in d8746dd according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/ec767723-51f0-4b44-9dba-2ba20c879c19/
2022-09-10 08:38:43 +00:00
0xMRTT
d8746ddfd5
feat: add apply for presets 2022-09-10 10:38:26 +02:00
0xMRTT
8992b7af93
fix: bug with plugin list and delete icon 2022-09-10 10:38:26 +02:00
0xMRTT
677d82c2a0
translate: translations update from Hosted Weblate (#380) 2022-09-10 10:36:57 +02:00
Sergio Varela
fd646c27a3
translate: translated using Weblate (Basque)
Currently translated at 19.0% (37 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/eu/
2022-09-10 10:04:49 +02:00
AdwCustomizer
5342ba4811 ci: generate LINGUAS file 2022-09-10 00:50:58 +00:00
AdwCustomizer
b1174007f7 ci: generate .pot file 2022-09-10 00:50:57 +00:00
0xMRTT
b5027a7c5b
fix: use V2 branch
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-09 23:27:21 +02:00
0xMRTT
6e5c2f8366
Format code with black and autopep8 (#373) 2022-09-09 21:37:42 +02:00
0xMRTT
d76386b620
Merge branch 'main' into deepsource-transform-e091078d 2022-09-09 21:37:36 +02:00
0xMRTT
2e712f0cb4
Format code with black and autopep8 (#372) 2022-09-09 21:37:26 +02:00