
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Its just very small Qt app which usually lives in your system tray and allows you to make notes quick way.
QtNote was written as a clone of Tomboy with use of Qt. Its not so feature rich as Tomboy but light and fast and usually suits all common needs. Moreover QtNote can work with Tomboy notes and its not so hard add support of other apps.
Some features:
Quick access to notes from tray
menu
Internal notes manager to handle multiple notes at once and search for notes
Support for Tomboy notes
Create notes from selection by hotkey
Crossplatform (tested on linux and windows with gcc and Visual C)
Other: configurable amount of notes in menu. configurable storage path, print note, save note dialog geometry
Proven compatibility with Windows, Unity, KDE4, KDE5, Qt4, Qt5
5 years ago
3.0.3 - 2015-07-29
+ Allow changing global shortcuts w/o restart
+ Set default shortcuts
* Fixed: note from selection is not saved until edited
* Cache all notes and check cache validity when required
3.0.2 - 2015-07-27
* Fixed compilation of kde plugin (qt5+kde4)
* Fixed printer dialog on windows (missed qt plugin)
+ Added file extensions in save to file dialog
* Fixed crash on loading incompatible version of plugin
+ Added notifications if something went wrong with storage
* Other insignificant fixes
5 years ago
3.0.3 - 2015-07-29
+ Allow changing global shortcuts w/o restart
+ Set default shortcuts
* Fixed: note from selection is not saved until edited
* Cache all notes and check cache validity when required
3.0.2 - 2015-07-27
* Fixed compilation of kde plugin (qt5+kde4)
* Fixed printer dialog on windows (missed qt plugin)
+ Added file extensions in save to file dialog
* Fixed crash on loading incompatible version of plugin
+ Added notifications if something went wrong with storage
* Other insignificant fixes
pondogor
5 years ago
Проверил на Salix Openbox 14.1, пока всё путём, если чего "случится" то отпишу!
Report
rion4ik
5 years ago
qmake -recursive CONFIG+=nokde
This is a problem with compatibility of kde4 and Qt5.
With Qt4 everything should be just fine.
Report