[kopete-bugs] [Bug 204347] New: chat-command "clear" doesn't give a warning when msg received within last second

Dominik Geyer dominik.geyer at gmx.de
Wed Aug 19 00:43:05 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=204347

           Summary: chat-command "clear" doesn't give a warning when msg
                    received within last second
           Product: kopete
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kopete-bugs at kde.org
        ReportedBy: dominik.geyer at gmx.de


Version:           0.70.90 (using KDE 4.3.0)
Compiler:          g++ (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2 
OS:                Linux
Installed from:    Gentoo Packages

There's a feature in kopete which checks for recently received messages when
the user wants to close the chatview - this prevents the user from missing a
message in the same moment he tries to close the window.

However, there's a command "clear" which is an IRC-style command for clearing
the current view. There are no checks for recently arrived messages so the user
might miss an important message.

My proposal is:

bool ChatView::closeView( bool force )
- Move the message-warning code to a seperate method.

void ChatView::clear()
- Call this new method from within the clear-command and the closeView


I could do a patch if it's appreciated.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list