Available as/for:debian-packagedesktoprelease-stablesource-packagewindows-binaryx86-64
Description: Notebook is easy multiplatform tool for netes creation and organization. Tools features ready-to-use styles, markers (including custom color marker), greek alphabet characters, real-time save and number of shortcuts. Notes can be exported to html page.Last changelog:
Bugfix, Windows version update
Minor icons fix, font size is now independent from system settings (default font size is 14px) Version for Windows is now up to date.
Hello,
I ported it to OS2 but i see not the icons like its showed on the photo.
I see only text ...
I had to change // #ifdef Q_OS_WIN to #if defined(Q_OS_WIN) || defined(Q_OS_OS2)
If i don't change this i see emptiness in statusbar
Any thoughts??
Well, it seams quite simple mistke on my part... Linux Qt programs can read system icons by icon codes. So in Notebook ui there are these codes (this way Notebook will use user's system icon theme) and in Notebook code there is override for Windows where it should be for all Non-Linux systems (unless OSX can provide system icons, I need to check this). I will fix this soon. Thanks for report and have a niece day.
Do you have icons in /icons folder under notebook's root dir? Pleace sent me console output (open Notebook via console, there should be error log if some occured). As for sidebar - it will appear only if you create/open a notebook or library as it has no function in single-document mode.
Hello,
Yes i have that dir set, see https://i.imgur.com/YrUaDoh.png
I see no error showing up, i also built a debug version have same.
Yes sidebar shows up as i save some notebooks...
I think I know what it is. There were no toolbar icons in source packege, only windows version and git. I fixed it moment ago. Hopefully should work now.
Ratings & Comments
11 Comments
Hello, I ported it to OS2 but i see not the icons like its showed on the photo. I see only text ... I had to change // #ifdef Q_OS_WIN to #if defined(Q_OS_WIN) || defined(Q_OS_OS2) If i don't change this i see emptiness in statusbar Any thoughts??
Well, it seams quite simple mistke on my part... Linux Qt programs can read system icons by icon codes. So in Notebook ui there are these codes (this way Notebook will use user's system icon theme) and in Notebook code there is override for Windows where it should be for all Non-Linux systems (unless OSX can provide system icons, I need to check this). I will fix this soon. Thanks for report and have a niece day.
Problem fixed (I think) :-)
Hello, Thankz for the update... But i still see.... https://i.imgur.com/DBa9bwQ.png
Do you have icons in /icons folder under notebook's root dir? Pleace sent me console output (open Notebook via console, there should be error log if some occured). As for sidebar - it will appear only if you create/open a notebook or library as it has no function in single-document mode.
Hello, Yes i have that dir set, see https://i.imgur.com/YrUaDoh.png I see no error showing up, i also built a debug version have same. Yes sidebar shows up as i save some notebooks...
Ok... Can I see what's inside icons folder?
I think I know what it is. There were no toolbar icons in source packege, only windows version and git. I fixed it moment ago. Hopefully should work now.
Hi, See https://i.imgur.com/FtIbwC4.png
Hi, Thankz see https://i.imgur.com/zlPWcLK.png
Thank you for repoting and help in solving the issue. I hope Notebook will be usefull for you :-) Hav a nice day.