Commit graph

1907 commits

Author SHA1 Message Date
deepsource-autofix[bot]
3979808427
Format code with black and autopep8
This commit fixes the style issues introduced in cd8cbc0 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/c8bdcb15-7f89-4ae1-9882-8c3205b91d3d/
2022-09-26 22:02:47 +00:00
0xMRTT
cd8cbc01d7
feat: add status page to preset manager 2022-09-27 00:02:19 +02:00
0xMRTT
3b229a088a
fix: add no preferences window 2022-09-26 23:33:06 +02:00
0xMRTT
f696550a46
fix: add missing import 2022-09-26 23:09:53 +02:00
0xMRTT
1d3dcb31f4
fix: add try for plugin call 2022-09-26 23:08:52 +02:00
0xMRTT
cc0659e29f
fix: remove dead code 2022-09-26 23:03:09 +02:00
0xMRTT
c07a9d534a
Format code with black and autopep8 (#518) 2022-09-26 23:02:01 +02:00
0xMRTT
cbfc250f7a
fix: remove dead code 2022-09-26 22:53:08 +02:00
deepsource-autofix[bot]
efc810e2d8
Format code with black and autopep8
This commit fixes the style issues introduced in 85d3f5b according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/61609f10-d9c1-48cc-84b7-22b5d4831637/
2022-09-26 20:49:50 +00:00
0xMRTT
85d3f5b3a7
fix: search dropdown (#406) 2022-09-26 22:49:29 +02:00
0xMRTT
fb6c1dbae0
fix: popover margin and add authohide (#406) 2022-09-26 22:31:42 +02:00
0xMRTT
d429c7bf6e
fix: update firefox gnome theme 2022-09-26 21:33:35 +02:00
0xMRTT
7fbf83f76a
translate: translations update from Hosted Weblate (#517) 2022-09-26 20:24:38 +02:00
0xMRTT
c2015ca104
translate: translated using Weblate (Tamil)
Currently translated at 19.5% (38 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2022-09-26 20:19:11 +02:00
Gradience Bot
e216667d63 ci: generate .pot file 2022-09-26 12:18:35 +00:00
0xMRTT
1fcf00e634
Format code with black and autopep8 (#515) 2022-09-26 10:02:29 +02:00
0xMRTT
3ef695b8ae
Merge branch 'main' into deepsource-transform-b59b056e 2022-09-26 10:02:23 +02:00
0xMRTT
8ce20fa2de
Format code with black and autopep8 (#516) 2022-09-26 10:01:52 +02:00
deepsource-autofix[bot]
1f5a1ec66a
Format code with black and autopep8
This commit fixes the style issues introduced in b5df25b according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/19e759d8-e6c2-4e6d-9dda-5d3bca3dcc35/
2022-09-26 08:00:05 +00:00
0xMRTT
b5df25b052
Welcome window improvements (#512)
## Changes:
- Use `rel_ver` instead of `version` constant, so welcome window doesn't
show after every new commit,
- Add title to a window,
- Add `set_interactive` properties to disallow swipes on some pages,
- Slightly clean code inside `welcome.py` module.
2022-09-26 09:59:49 +02:00
0xMRTT
fc27c94ac8
Merge branch 'main' into welcome-improvs 2022-09-26 09:59:44 +02:00
deepsource-autofix[bot]
a266e86468
Format code with black and autopep8
This commit fixes the style issues introduced in 639653b according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/8c7300b2-e800-4010-b18d-f991ebd6aa37/
2022-09-26 07:58:54 +00:00
0xMRTT
639653ba06
Fix deleting presets where the file name differs from the preset name (#511)
Presets with different filenames and preset names (Like Classic, which
has the filename classic-light.json) would fail to be deleted (it would
previously try to delete classic.json instead). This passes the actual
filename to the row so it can remove it properly.
2022-09-26 09:58:40 +02:00
0xMRTT
02bb08c99b
Merge branch 'main' into main 2022-09-26 09:58:32 +02:00
0xMRTT
3a3a1518ee
translate: translations update from Hosted Weblate (#514)
Translations update from [Hosted Weblate](https://hosted.weblate.org)
for
[Gradience/Gradience](https://hosted.weblate.org/projects/GradienceTeam/gradience/).



Current translation status:

![Weblate translation
status](https://hosted.weblate.org/widgets/GradienceTeam/-/gradience/horizontal-auto.svg)
2022-09-26 09:57:53 +02:00
K.B.Dharun Krishna
13f7f2ca63
translate: translated using Weblate (Tamil)
Currently translated at 19.5% (38 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2022-09-26 07:15:57 +02:00
u1F98E
c8f28c2245
Merge branch 'main' into main 2022-09-25 18:07:22 -07:00
Gradience Bot
533c1948e0 ci: generate .pot file 2022-09-26 00:53:01 +00:00
tfuxu
cba66ede65 chore: slightly clean code inside welcome.py module 2022-09-26 00:16:04 +02:00
tfuxu
80ef245d93 feat: add set_interactive to disallow swipes on some pages 2022-09-25 23:57:50 +02:00
tfuxu
099dfc0089 feat: add window title 2022-09-25 23:57:26 +02:00
0xMRTT
5732c042a5
Merge branch 'main' into main 2022-09-25 23:46:03 +02:00
u1f98e
6ab60c0ca0 Fix deleting presets where the file name differs from the preset name 2022-09-25 14:22:55 -07:00
0xMRTT
888776bab5
Format code with black and autopep8 (#510) 2022-09-25 23:14:17 +02:00
tfuxu
d2d6838b1b fix: use rel_ver instead of version constant 2022-09-25 23:13:44 +02:00
deepsource-autofix[bot]
d5501996a5
Format code with black and autopep8
This commit fixes the style issues introduced in 358cd41 according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/936b0b83-12eb-4103-a3f4-3f142542db0a/
2022-09-25 21:11:04 +00:00
0xMRTT
358cd41f9f
fix: update firefox gnome theme plugin (see Plugins repo) 2022-09-25 23:10:50 +02:00
0xMRTT
4d4040ff83
feat: begin favourite support 2022-09-25 23:04:21 +02:00
0xMRTT
0912f13327
Format code with black and autopep8 (#508) 2022-09-25 22:58:01 +02:00
0xMRTT
fa0ade6067
Merge branch 'main' into deepsource-transform-a595dd7b 2022-09-25 22:57:55 +02:00
48002beaa8 fix: text 2022-09-25 23:45:55 +03:00
deepsource-autofix[bot]
7fefbb4edb
Format code with black and autopep8
This commit fixes the style issues introduced in a0febef according to the output
from black and autopep8.

Details: https://deepsource.io/gh/GradienceTeam/Gradience/transform/314961cb-8d36-495d-8d54-3e13b40e771a/
2022-09-25 20:45:25 +00:00
0xMRTT
a0febef08c
fix: only show welcome one time 2022-09-25 22:45:04 +02:00
0xMRTT
b2e900bbce
translate: translations update from Hosted Weblate (#507) 2022-09-25 22:30:48 +02:00
0xMRTT
dc7e33b810
translate: translated using Weblate (Tamil)
Currently translated at 19.0% (37 of 194 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2022-09-25 22:23:38 +02:00
088f70b3df feat: change preferences window size 2022-09-25 22:20:14 +03:00
e69be2d5f3 feat: change preset manager size 2022-09-25 22:16:33 +03:00
0xMRTT
3387ef2c66
Add multi-threading to presets manager (#504) 2022-09-25 20:35:49 +02:00
0xMRTT
40d26da5ed
Merge branch 'main' into multithread-presets-manager 2022-09-25 20:35:43 +02:00
4e9714bd0d fix: change agreement text 2022-09-25 20:36:09 +03:00