-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Main thread] Dev status #81
Comments
Now use GObject.insert_child_at_index which have more performence benefit instead of Me.imports.libs.utility.addChildWithIndex |
|
Now, using One of disadvantages is busctl to gnome requires gnome unsafe mode. which grant others to change gnome behavior |
Now, Extension loader no longer uses GLib.timeout_add. Instead, just init features immediately. Because timeout make errors invisible, debug harder |
datemenu-fix-weather-widget no longer used, i'll remove |
Fixed #19 |
The quick toggle for "Caffeine" gnome extension appearing below the media player is fixed by the developer. |
in eonpatapon/gnome-shell-extension-caffeine#250 PR, it was fixed But, anyway, QSTweaks doesn't update it self index, that means if any extension, not only Caffeine add QSToggle, it may appear below the notification box |
Old, have no updates 2023-05-03.01-11-49.mp4New, have update on menu open 2023-05-03.01-13-10.mp4Now, as I add menuOpenTracker, it updates ordering on the menu opens. next step is updating buttons visibility |
Maybe i can fix #63 a bit by adding a scroll |
Bugs that i can fix now
Fix fade effect(Fixed)#19
Event
notify::vscrollbar-visible
can follow scrollbar visible statushttps://gitlab.gnome.org/GNOME/gnome-shell/-/blob/fc587b3e0c08b09e0121bc2dd319cef6cdb4c340/src/st/st-scroll-view.c#L706
and we can update overlay_scrollbars to fix fade effect issue
Quick toggle attached to the bottom of qs(Fixed)If some extensions add a quick toggle after the qsTweaks extension is loaded, that quick toggle will be attached to bottom of the qs Panel ![image](https://user-images.githubusercontent.com/46598063/234783277-070c9193-e13c-4f0c-a19b-da50948980de.png)We can use actor-removed actor-added on st-widget to check children added / removed
Reappearing hidden buttons(Fixed)#73 #65notify::mapped can check menu is opened, closed
r(0).connect("notify::mapped",()=>log("QLOG asdf"))
We can recheck children and update visible status when menu opened
Other
I can implement
Bug that i can't reproduce, fix
Bug that I found
The text was updated successfully, but these errors were encountered: