feat/tray_pictogram #70

Open
pavanvo wants to merge 30 commits from pavanvo/squawk:feat/tray_pictogram into settings
First-time contributor

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();and
Squawk::trayIcon->setVisible(false); it's not working

so I hope it will work fine on KDE

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();`and `Squawk::trayIcon->setVisible(false);` it's not working so I hope it will work fine on KDE
pavanvo added 30 commits 2022-05-31 19:51:02 +00:00
Owner

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?

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?
Author
First-time contributor

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.

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.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b pavanvo-feat/tray_pictogram settings
git pull feat/tray_pictogram

Step 2:

Merge the changes and update on Gitea.
git checkout settings
git merge --no-ff pavanvo-feat/tray_pictogram
git push origin settings
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blue/squawk#70
No description provided.