Summary: | use title of note as subject for email | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | Georg Wittenburg <georg.wittenburg> |
Component: | general | Assignee: | Michael Brade <brade> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Georg Wittenburg
2003-07-06 12:47:10 UTC
CVS commit by brade: Hacking and bugfixing in the car from Munich to Hannover (CeBIT): * fixed updating the icon in the notes menu after a color change * fixed change of font family in richt text mode * fixed updating of font and font size combo box * fixed bug that made the html source show up in a text note when switching from rich text to plain text and then restarting KNotes * make KNotes interpret the text as rich text when switching from pain text to rich text * moved the rich text -> plain text conversion to KNoteEdit * finally switched rich text toolbar to XMLGUI as well * fixed #60841: include the title as subject by default when mailing a note * make mailing a note possible again at all - KMail now needs --body and not --msg as argument * convert rich text notes to plain text before emailing them * fixed #75793: notes should not resize in RT mode, moved to the bottom of the note (needs some more work, the resize handle should be next to the toolbar, IMHO) CCMAIL: 60841-done@bugs.kde.org, 75793-done@bugs.kde.org All this stuff should be backported, will do so when I'm back in Penzberg or if I have enough time during CeBIT... :) M +18 -0 ChangeLog 1.64 M +8 -7 TODO 1.12 M +33 -22 knote.cpp 1.106 M +1 -0 knote.h 1.38 M +80 -43 knoteedit.cpp 1.37 M +4 -2 knoteedit.h 1.23 M +1 -1 knotes.kcfg 1.2 M +5 -4 knotesapp.cpp 1.79 M +21 -1 knotesui.rc 1.6 On Friday 19 March 2004 13:20, Michael Brade wrote:
> Hacking and bugfixing in the car from Munich to Hannover (CeBIT):
> [...]
Great! Thanks a lot! Have fun at CeBIT! ;-)
Georg
|