Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed;
- service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo();
- new function Idle_Enter() is available to tell the core that Miranda is idle;
- StdAutoAway & StatusManager adapted for these changes;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no need to call RegisterModule manually
|
|
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app;
- Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure;
- PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts
|
|
|
|
|
|
|
|
|
|
|
|
CLIST_INTERFACE::pfnRegisterFileDropping & CLIST_INTERFACE::pfnUnregisterFileDropping => suspended
|
|
CLIST_INTERFACE::pfnFreeGroup => suspended
|
|
|
|
|
|
CLIST_INTERFACE::pfnEnsureVisible => Clist_EnsureVisible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clist_Tray*
|
|
|
|
|
|
|
|
|
|
Clist_GetContactIcon (history++ to be recompiled)
|
|
Proto_GetAverageStatus
- Proto_ActivateAccount is not exported anymore due to the lack of need
|
|
|
|
- unused members removed (requires new History++ for people who compile Miranda themselves);
- useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively;
- static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
|
|
Proto_SetUniqueId / Proto_GetUniqueId
|
|
|
|
|