De bureaubladomgeving K

Hoofdstuk 1. Introductie

KJots is een klein programma dat u helpt bij het noteren van korte notities en het organiseren van deze.

1.1. KJots Revisiegeschiedenis

(Carsten Pfeiffer )
  • use KEdit instead of QMultiLineEdit directly, adding Search & replace + undo

  • allocate KTMainWindow on the heap to avoid double deletion on quit

New in version 0.4 (Mario Weilguni )
  • 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 (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 ;)

New in version 0.2.2
  • compiles with libkde-0.7.2 (no longer relevant)

  • several bug fixes

New in version 0.2.1
  • should compile cleanly with libqt1.2 and libkde-0.7.1 and later (no longer relevant)

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

Version 0.1 (presumed)
  • Original release