-
Notifications
You must be signed in to change notification settings - Fork 135
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
sticky notes plugin #1006
base: master
Are you sure you want to change the base?
sticky notes plugin #1006
Conversation
I'll test it as soon as I find the time. I'll also take a look at the code but the real reviewer might be @palinek --- he sees things that I miss. So, please be patient; it might take a while. |
will do! thanks for the feedback palinek |
…ng operations from settings; little code cleanup
Hello!
I personally don't think it's a big deal but it would be really nice if you fixed these. |
Compiled lxqt-panel today. Here, not only panel but all LXQt components throw compiler warnings. Nowadays, compilers have become too sensitive ;) But the warnings about deprecated Qt methods need to be silenced, IMO. |
This is abandoned? |
This is the first version of a sticky notes plugin for the panel.
Start creating notes by adding the plugin to the panel, clicking its button and selecting the "New Note" action.
The background and foreground color and the default font can be configured from the plugin configuration dialog. When changing the foreground color, the icons in the note frames are updated to match it for better visibility.
Each note allows to set its own custom font through a button in the top left of the note frame.
Each note has a title label showing date and time of creation.
It's possible to show/hide all notes and show/hide the window frame on the buttons on the notes.
An issue i could not resolve is that each note shows an entry on the taskbar, setting Qt::Tool in the window flags did not help (I'm pretty sure i tried this thing before and it used to work fine though).