feat/tray_pictogram #70
No reviewers
Labels
No labels
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pavanvo/squawk:feat/tray_pictogram"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hiding to tray and saving a prefence forks fine.
I'm testing only on Gnome 3.3(
If you check 'Hide Squawk to tray' you will see a squawk in tray, but uncheck - is not hiding icon
quawk::trayIcon->hide();
andSquawk::trayIcon->setVisible(false);
it's not workingso I hope it will work fine on KDE
Hello again! Thank you so much for this pull request!
I'm not sure I agree with this way, my plan was to destroy Squawk window to leave only models in the memory when the app is folded to tray. I have rewritten main window recently specifically for that: to isolate models from views. I hope that way would save a lot of RAM.
What would you say, do you think we can do it that way? Can we have tray icon object in Application and can we destroy Squawk window on close?
Yo, iterested idea!
Today I started to guess what we need to put icon to singleton (cuz we can have only one icon), to get access from every where.
So this will be compatible.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.