tfuxu
|
dcc7c315e5
|
feat: rename utils/css.py to utils/css_parser.py and utils/custom_presets.py to utils/preset_downloader.py
|
2022-12-01 19:29:15 +01:00 |
|
tfuxu
|
0fad4da087
|
feat: more readible exceptions in 'preset' module
* add .close() to file objects
* remove __name__ == '__main__' statement
|
2022-11-20 17:21:23 +01:00 |
|
u1f98e
|
fc9b75d543
|
Fix renaming presets not changing the in file name
|
2022-11-19 20:11:57 -08:00 |
|
u1f98e
|
09ddffe39e
|
Fix saving and renaming presets
|
2022-11-19 19:46:55 -08:00 |
|
u1f98e
|
8cdaea82c0
|
Remove some debug print statements
|
2022-11-19 19:05:39 -08:00 |
|
u1f98e
|
39cf8a0185
|
Use preset path instead of names to determine the preset file location
|
2022-11-19 19:02:16 -08:00 |
|
tfuxu
|
9f25905130
|
docs: update source code structure explanation
|
2022-11-09 22:06:31 +01:00 |
|
Kian-Meng Ang
|
0f297aece3
|
docs: fix typos
Found via `codespell -S po,builddir`.
|
2022-11-05 09:37:58 +08:00 |
|
tfuxu
|
aa89bd0729
|
feat: move from cssutils to in-house solution
This commit replaces cssutils module with a GTK CSS "parser" based on regex expressions
|
2022-10-14 23:25:12 +02:00 |
|
tfuxu
|
e2512db571
|
Merge branch 'main' into patch-1
|
2022-10-13 23:36:58 +02:00 |
|
tfuxu
|
aa2b5a9125
|
feat: add indent to downloaded presets
|
2022-10-13 20:20:31 +02:00 |
|
tfuxu
|
174486a4c9
|
fix: change cssutils defaults to fix issues in CSS validation
|
2022-10-13 17:58:01 +02:00 |
|
tfuxu
|
281e848ab1
|
fix: Use different variables for display name and filename
|
2022-10-11 22:02:32 +02:00 |
|
0xMRTT
|
bcb1f72ba9
|
fix: remove shell.py because useless
|
2022-10-11 07:25:06 +02:00 |
|
tfuxu
|
292ea00401
|
feat: Add copyright notices to modules
|
2022-10-10 21:52:45 +02:00 |
|
tfuxu
|
9df749df2b
|
refactor: tidy up some modules
|
2022-10-10 21:45:47 +02:00 |
|
tfuxu
|
16ca8d5a3b
|
refactor: Move utilities from modules/ to utils/
|
2022-10-10 21:30:39 +02:00 |
|