feat/tray_pictogram #70
No reviewers
Labels
No Label
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#70
Loading…
Reference in New Issue
Block a user
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.
Checkout
From your project repository, check out a new branch and test the changes.