kopete/libkopete
- Member Kopete::Account::blackLister ()
- remove or implement correctly (BlackLister)
- Member Kopete::Account::block (const QString &contactId)
- remove or implement correctly (BlackLister)
- Member Kopete::Account::colorChanged (const QColor &)
- probably rename to accountIconChanged
- Member Kopete::Account::connect (const Kopete::OnlineStatus &initialStatus=OnlineStatus())=0
- probably deprecate in favor of setOnlineStatus
- Member Kopete::Account::disconnect ()=0
- probably deprecate in favor of setOnlineStatus
- Member Kopete::Account::isBlocked (const QString &contactId)
- remove or implement correctly (BlackLister)
- Member Kopete::Account::unblock (const QString &contactId)
- remove or implement correctly (BlackLister)
- Class AddContactPage
- i want to be able to have a assync apply. (in the case of jabber, i need to translate the legacy id to a JID) this could also be useful in the case of MLSN to check if no error (and also jabber)
- Member Kopete::Contact::canAcceptFiles () const
- have a capabilioties. or move to protocol capabilities
- Member Kopete::Contact::customContextMenuActions (ChatSession *manager)
- What is this function for ?
- Member Kopete::Contact::customContextMenuActions ()
- if possible, try to use KXMLGUI
- Member Kopete::Contact::isFileCapable () const
- have a capabilioties. or move to protocol capabilities
- Member Kopete::Contact::setFileCapable (bool filecap)
- have a capabilioties. or move to protocol capabilities
- Member Kopete::Contact::slotUserInfo ()
- rename and make it pure virtual
- Member KopeteViewManager::readMessages (Kopete::ChatSession *manager, bool outgoingMessage, bool activate=false)
- Document
activate
- Member Kopete::MetaContact::addressBookField (Plugin *p, const QString &app, const QString &key) const
- : In the code the requirement that fields are registered first is already lifted, but the API needs some review before we can remove it here too. Probably it requires once more some rewrites to get it working properly :( - Martijn
- Member Kopete::MetaContact::isReachable () const
- : Here too, use preference order, not append order!
- Member Kopete::MetaContact::isReachable () const
- : Here too an enum.
- Member Kopete::MetaContact::statusIcon () const
- improve with OnlineStatus
- Member Kopete::MetaContact::statusString () const
- improve with OnlineStatus
- Class Kopete::UI::PasswordWidget
- This is NOT BC yet : it derives from a uic-generated class
- Member Kopete::UI::PasswordWidget::validate ()
- this should return an enum of failures.
- Member Kopete::Plugin::deserialize (MetaContact *metaContact, const QMap< QString, QString > &data)
- we probably should think to another way to save the contacltist.
- Member Kopete::Protocol::~Protocol ()
- Ideally, the destructor should be protected. but we need it public to allow QPtrList<Protocol>
- Member Kopete::Protocol::deserialize (MetaContact *metaContact, const QMap< QString, QString > &serializedData)
- we probably should think to another way to save the contacltist.
- Member Kopete::Protocol::deserializeContact (MetaContact *metaContact, const QMap< QString, QString > &serializedData, const QMap< QString, QString > &addressBookData)
- we probably should think to another way to save the contacltist.
- Member Kopete::Protocol::slotMetaContactAboutToSave (Kopete::MetaContact *metaContact)
- we probably should think to another way to save the contacltist.
- Class Kopete::Properties::StringSerializable< Parent >
- document
- Class Kopete::Properties::UserVisible< Parent >
- document
- Member Kopete::AV::VideoDevice::close ()
- implement me
- Member Kopete::AV::VideoDevice::currentInput ()
- implement me
- Member Kopete::AV::VideoDevice::errnoReturn (const char *s)
- implement me
- Member Kopete::AV::VideoDevice::getFrame ()
- implement me
- Member Kopete::AV::VideoDevice::getImage (QImage *qimage)
- implement me
- Member Kopete::AV::VideoDevice::initDevice ()
- implement me
- Member Kopete::AV::VideoDevice::initMmap ()
- implement me
- Member Kopete::AV::VideoDevice::initRead ()
- implement me
- Member Kopete::AV::VideoDevice::initUserptr ()
- implement me
- Member Kopete::AV::VideoDevice::open ()
- implement me
- Member Kopete::AV::VideoDevice::selectInput (int input)
- implement me
- Member Kopete::AV::VideoDevice::setFileName (QString filename)
- implement me
- Member Kopete::AV::VideoDevice::setInputParameters ()
- implement me
- Member Kopete::AV::VideoDevice::stopCapturing ()
- implement me
- Member Kopete::AV::VideoDevicePool::close ()
- implement me
- Member Kopete::AV::VideoDevicePool::currentDevice ()
- implement me
- Member Kopete::AV::VideoDevicePool::currentInput ()
- implement me
- Member Kopete::AV::VideoDevicePool::fillDeviceKComboBox (KComboBox *combobox)
- implement me
- Member Kopete::AV::VideoDevicePool::fillInputKComboBox (KComboBox *combobox)
- implement me
- Member Kopete::AV::VideoDevicePool::fillStandardKComboBox (KComboBox *combobox)
- implement me
- Member Kopete::AV::VideoDevicePool::hasDevices ()
- implement me
- Member Kopete::AV::VideoDevicePool::inputs ()
- implement me
- Member Kopete::AV::VideoDevicePool::loadConfig ()
- implement me
- Member Kopete::AV::VideoDevicePool::open (int device)
- implement me
- Member Kopete::AV::VideoDevicePool::open ()
- implement me
- Member Kopete::AV::VideoDevicePool::saveConfig ()
- implement me
- Member Kopete::AV::VideoDevicePool::scanDevices ()
- implement me
- Member Kopete::AV::VideoDevicePool::size ()
- implement me
- Class Kopete::Properties::XMLSerializable< Parent >
- document
- Namespace Kopete::Properties
- Explain more, give examples.