You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/knotes
Timothy Pearson fc24d7b0fc
Fix invalid headers in PNG files and optimize for size
8 years ago
..
icons Fix invalid headers in PNG files and optimize for size 8 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
.emacs-dirvars
AUTHORS
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ChangeLog Rename KIcon to enhance compatibility with KDE4 12 years ago
KNotesAppIface.h
KNotesIface.h
Makefile.am Additional k => tde renaming and fixes 11 years ago
README
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
knote.cpp Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 10 years ago
knote.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
knotealarmdlg.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotealarmdlg.h
knotebutton.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotebutton.h
knoteconfig.kcfg
knoteconfig.kcfgc
knoteconfigdlg.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knoteconfigdlg.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
knoteedit.cpp Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance 10 years ago
knoteedit.h Rename a number of classes to enhance compatibility with KDE4 12 years ago
knotehostdlg.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotehostdlg.h
knoteprinter.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knoteprinter.h
knotes.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
knotes_manager.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
knotesalarm.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotesalarm.h
knotesapp.cpp Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
knotesapp.h Fix korgac abort on startup due to oversized tray icon creation when icon widget has not yet been shown 11 years ago
knotesappui.rc
knotesglobalconfig.kcfg
knotesglobalconfig.kcfgc
knoteslegacy.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knoteslegacy.h
knotesnetrecv.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotesnetrecv.h
knotesnetsend.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
knotesnetsend.h
knotesui.rc
local.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
main.h
mig_knotes.pl
pushpin.xpm
resourcelocal.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
resourcelocal.h
resourcelocal_plugin.cpp
resourcelocalconfig.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
resourcelocalconfig.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
resourcemanager.cpp
resourcemanager.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
resourcenotes.cpp
resourcenotes.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
version.h

README

KNotes -- Notes for the Trinity Desktop Environment
===================================================

KNotes aims to be a useful and full featured notes application for
the TDE project. It tries to be as fast and lightweight as
possible although including some advanced features.

KNotes has already reached its second stage and I'm currently
developing the third and probably last one.

The second stage was the complete integration with the new KDE 2.
The third stage will include adding the rest of the features from KDE 1's
KNotes not yet ported and the possibility to edit rich text in all
the notes.

I try to provide code that is very clear and easy to understand and
that can serve as a good example how to use TDE's windowmanager, TWin,
the session management, the XMLGUI and the printing framework.

KNotes can:

    * accept drag and drop (even from a remote ftp site)
    * mail your note
    * print your note (not yet perfect)
    * insert the current date
    * have arbitrary colors for background and text
    * have arbitrary sized notes
    * use an arbitrary font for the body and the title
    * do auto-indentation

and remembers all this on a per note basis on exit.

To get started, point the mouse pointer on a KNotes note and use the right
mouse button to bring up the KNotes pop-up menu.

A little history:
KNotes was originally started by Bernd Wuebben for KDE 1. The goal was mainly
to test and extend the kwm communications protocol as it was quite limited by
that time.

Wynn Wilkes then did the initial port of KNotes to the next generation of KDE,
KDE 2. Some (hopefully rarely used) features are still not ported yet, see below
for the list.

Because I was using KNotes daily (and still do so - of course ;) I sent in a
bugreport and got to test the fix for KDE 2.0. Since then I got really addicted
to KNotes' code which is expressed by the fact that I'm the maintainer now :-))

Known issues:
    * printing is not fully implemented yet

Features not (yet?) ported from KNotes 1.x:
    * do two different frame styles
    * associate an alarm timer to a note and notify you on expiry

If you have any feedback, suggestions, new features or little enhancements,
please don't hesitate to drop me a mail. I still didn't find the patch of how
to read the users' mind ;-))

Have fun!

Best Regards,
  Michael  <brade@kde.org>