Ticket #61 (new enhancement)
Code cleanup and improvement tasks
| Reported by: | diederik | Owned by: | diederik |
|---|---|---|---|
| Priority: | someday | Milestone: | open |
| Component: | Other | Version: | 1.5-pre2 |
| Keywords: | Cc: |
Description (last modified by diederik) (diff)
These are some tasks to cleanup the code:
- Create a WinkArchive class for the code in ChatWindow::showWink() (also see ticket #20).
- Use kdWarning() instead of kdDebug() << "WARNING", for warning messages.
- Use if( KMESS_NULL(..) ) checks instead of current if(.. != 0) { kdDebug() .. }
- Remove the dependency on QWidget for data-classes.
- Move utility classes to a separate folder.
And some to improve the current API:
- Include contact meta-data in receivedMessage() call of ChatWindow::showWink().
- Add Application::get..TransferAbortMessage().
- Implement Application::attachToChat(..) to improve aborting (open for discussion).
- Rename "Picture Transfer" to "Msn Object Transfer" everywhere.
Improve performance of restyling the chat window: combine xml to one string.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
