KJots is a small program that helps you to write down some short notes and organizes them for you.
use KEdit instead of QMultiLineEdit directly, adding Search & replace + undo
allocate KTMainWindow on the heap to avoid double deletion on quit
works now with Qt 2.0
fixed broken layout of main window
layout improvements in AskFileName()
layout improvements in SubjList()
compiles without warnings
Apply button is only activated when changes were made
improved layout of configuration dialog
fixed a bug in the font selection
now compiles with EGCS ( Robert Williams )
added lots of keyboard shortcuts
added klocale->translate()
icons should be visible in the toolbar
you may save books and pages to an ascii file
more kde conforming due to the use of KTopLevelWidget
uses KFontDialog to set the font of the editor widget
you may select an URL in your text and press the right mouse button to execute a program with this URL. The program to execute is configurable for HTTP and FTP URLs.
some code cleanup
compiles with libkde-970510 (no longer relevant)
shouldn't segfault, if you delete pages
double clicking on an entry in the subjectlist closes the subjectlist window
fixed fonds -> fonts ;)
compiles with libkde-0.7.2 (no longer relevant)
several bug fixes
should compile cleanly with libqt1.2 and libkde-0.7.1 and later (no longer relevant)
changed the layout to be more KDE conforming (toolbar, statusbar,...)
folders are now called books and entries are pages
added subject to each page
you may popup a window with a list of all subjects and use it to find pages more easily
further reduced the minimum size of the window
does not delete empty lines anymore
you may insert TABs into your text
the minimum size of the window is smaller now
the size of the window is saved and read the next time KJots is started
Original release