Commit graph

173 commits

Author SHA1 Message Date
tfuxu
1541f60064
Merge branch 'main' into prefs-window 2022-09-01 16:03:27 +00:00
AdwCustomizer
96c7379154 ci: autopep8 action fixes 2022-09-01 13:22:24 +00:00
0xMRTT
462e6eac6e
fix: restore old preset 2022-09-01 15:21:58 +02:00
0xMRTT
5c93b575ec
fix: format 2022-09-01 15:09:59 +02:00
Divine Bicycle
8b8a197875 Halfway implement backup functionality but it works 2022-09-01 20:11:38 +08:00
Divine Bicycle
4dd100fea4 Revert "Halfway implement restoring css backup"
This reverts commit 892f110f3e.
2022-09-01 20:02:11 +08:00
Divine Bicycle
892f110f3e Halfway implement restoring css backup
It doesn't work
2022-09-01 13:22:14 +08:00
Divine Bicycle
8f56bfd2fd Implement backup functional for gtk.css 2022-09-01 13:22:14 +08:00
tfuxu
fe2047e7d6 feat: create preferences and functions for flatpak overrides
* open self.settings object to other files
* create new item in main-menu menu: Preferences
2022-08-31 20:07:08 +02:00
b5cb565111 feat: change initial window size 2022-08-30 20:07:30 +03:00
f1bf0a13bb
fix: remove nickname
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-08-26 00:51:49 +03:00
b40bcfb08c feat: changed text, removed style.css 2022-08-25 16:28:38 +03:00
0xMRTT
8629881850 feat: undo button in toast after removing preset #261 2022-08-25 12:33:09 +02:00
0xMRTT
35ae6d4e66 fix: light theme color 2022-08-24 11:23:11 +02:00
0xMRTT
8729bf7e63 fix: warning in light mode 2022-08-24 11:16:52 +02:00
AdwCustomizer
b67a37f110 ci: autopep8 action fixes 2022-08-24 09:05:13 +00:00
tfuxu
df0a5ac009 fix: comment out self.on_apply_button() in get_default_wallpaper func to get rid of error toast on startup when build in Flatpak
* set tooltip text in monet_file_chooser_button
* update copyright in window.py and add one in plugin_row.py
* update local.sh and fix 'user' rule in Makefile
* replace all remaining print() to buglog(), and redirect to to_slug_case in utils.py
2022-08-23 21:34:47 +02:00
tfuxu
e9ad48f100 feat: move utility functions to modules/utils.py and create a new function: buglog
For now I've moved only buglog and to_slug_case here, but a general purpose of this file is to move any redundant/utility code here as a function, so it can be easily used between other modules.

* replace print() in a codebase with new buglog() function
2022-08-23 21:28:55 +02:00
tfuxu
69a286b82a fix: Change links in constants to the correct ones, and fix typo
* fix warnings caused by non-existing variables in constants.py config
* add tfuxu to translator credits
2022-08-23 21:25:41 +02:00
0xMRTT
158cb5ed11 fix: remove tab 2022-08-23 13:01:17 +02:00
0xMRTT
629c242e9b fix: remove dropdown 2022-08-23 12:57:19 +02:00
AdwCustomizer
d4018e4b1b ci: autopep8 action fixes 2022-08-23 09:12:16 +00:00
0xMRTT
bec601152c fix: add debig 2022-08-23 10:35:40 +02:00
0xMRTT
486e7880f6 fix: move to_slug_case into root 2022-08-23 09:47:20 +02:00
0xMRTT
21fb66bf04 fix: app type dialog 2022-08-22 13:14:05 +02:00
AdwCustomizer
d08e5881a2 ci: autopep8 action fixes 2022-08-20 16:20:10 +00:00
0xMRTT
6aaebf5af7
fix: style manager error 2022-08-20 18:15:54 +02:00
0xMRTT
ddfca2fc09
fix: about
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-08-20 14:10:15 +02:00
AdwCustomizer
645a718962 ci: autopep8 action fixes 2022-08-20 02:08:00 +00:00
0xMRTT
7719dac293
feat: improve preset manager 2022-08-20 04:07:31 +02:00
0xMRTT
03dfa5b726
fix: remove preview 2022-08-20 03:46:35 +02:00
0xMRTT
557255b7e9
feat: add preview menu 2022-08-20 03:43:47 +02:00
0xMRTT
43fd32b893
feat: use menu instead of button 2022-08-20 03:35:57 +02:00
AdwCustomizer
b734bac648 ci: autopep8 action fixes 2022-08-20 01:31:36 +00:00
0xMRTT
7abec864d8
feat: open adwaita-1-demo 2022-08-20 03:30:27 +02:00
AdwCustomizer
c1ba33bd82 ci: autopep8 action fixes 2022-08-20 00:19:38 +00:00
0xMRTT
922c320dd6
feat: add theme preview 2022-08-20 02:14:58 +02:00
AdwCustomizer
a21139481d ci: autopep8 action fixes 2022-08-19 21:28:54 +00:00
0xMRTT
ec54cd8596
feat: add welcome dialog (WIP) 2022-08-19 23:28:32 +02:00
AdwCustomizer
ad4a212beb ci: autopep8 action fixes 2022-08-19 19:33:02 +00:00
0xMRTT
a46869cff4
feat: add disabled plugins 2022-08-19 21:32:25 +02:00
0xMRTT
fa2c2e5826
fix: import error 2022-08-19 21:18:44 +02:00
0xMRTT
0dfe52b2db
fix: support url 2022-08-19 21:18:08 +02:00
0xMRTT
b093299f56
fix: gsetting error 2022-08-19 21:16:30 +02:00
0xMRTT
d7c5b69595
feat: change to gradience 2022-08-19 21:14:05 +02:00
0xMRTT
12eb0e3e1b
feat: use window settings 2022-08-19 21:03:43 +02:00
0xMRTT
2774c520b1
feat: use disabled plugins 2022-08-19 21:00:45 +02:00
0xMRTT
a4ddd50bfd
feat: add plugin reload 2022-08-19 20:54:44 +02:00
0xMRTT
5f1b68e872
fix: translation (#196) 2022-08-19 20:23:31 +02:00
0xMRTT
68b6f4a95e
feat: add plugin list (WIP) 2022-08-19 14:44:02 +02:00