diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch) | |
tree | 8d927b7b47a90c4adb646482a52613f58acd6f8c /kjots/CHANGES | |
download | tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjots/CHANGES')
-rw-r--r-- | kjots/CHANGES | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/kjots/CHANGES b/kjots/CHANGES new file mode 100644 index 0000000..9815d90 --- /dev/null +++ b/kjots/CHANGES @@ -0,0 +1,75 @@ + +new in version 0.5 (Aaron J. Seigo) +- redesign of UI +- use of XMLGUI +- simplification of internals +- insertion of date and time +- printing +- stability improvements +- made KUniqueApp + +(Carsten Pfeiffer <[email protected]>) +- use KEdit instead of QMultiLineEdit directly + -> gains Search & replace + undo +- allocate KTMainWindow on the heap to avoid double deletion on quit + +new in version 0.4 (Mario Weilguni <[email protected]>) +- 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 ) + +new in version 0.3.0 +- added lots of keyboard shortcuts +- added klocale->translate() + +new in version 0.2.6 +- icons should be visible in the toolbar + +new in version 0.2.5 +- you may save books and pages to an ascii file +- more kde conforming due to the use of KTopLevelWidget + +new in version 0.2.4 +- 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 + +new in version 0.2.3 +- compiles with libkde-970510 NOTE: this version is needed ! +- shouldn't segfault, if you delete pages +- double clicking on an entry in the subjectlist closes the subjectlist window +- fixed fonds -> fonts ;) + +new in version 0.2.2 +- compiles with libkde-0.7.2 +- several bug fixes + +new in version 0.2.1 + +- should compile cleanly with libqt1.2 and libkde-0.7.1 and later + +new in version 0.2.0 + +- 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 + +new in version 0.1.1 + +- 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 |