| Summary: | Please use KNotify in stead of popping up windows | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Dik Takken <kde> |
| Component: | kwrited | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dik Takken
2005-04-16 17:35:02 UTC
SVN commit 874385 by gkiagia: Use KNotify in kwrited instead of popping up a QTextEdit. FEATURE: 104019 Also, fix various other minor things in kwrited: * Remove the useless includes. * Use KPtyDevice instead of KPty and direct system calls. * Remove the bell character together with carriage return from incoming messages. * Change the component name from "konsole" to "kwrited". * Cleanup out-of-date comments and commented-out code. * puts() becomes kDebug(). CCBUG: 139025 M +1 -0 CMakeLists.txt M +18 -82 kwrited.cpp M +8 -11 kwrited.h A kwrited.notifyrc WebSVN link: http://websvn.kde.org/?view=rev&revision=874385 |