Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively;
- massive code cleaning considering the 'virtual' attribute of overridden methods;
- also fixes #1476 (Don't close "Create new account" window if user not set account name)
|
|
|
|
Profile_GetSetting() - reads a string from mirandaboot.ini
Profile_GetSettingInt() - reads an integer from mirandaboot.ini
|
|
|
|
|
|
|
|
number of rows is changed
|
|
|
|
module setting
|
|
|
|
- added methods CMPluginBase::Load & CMPluginBase::Unload
- duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase;
- code cleaning
|
|
|
|
|
|
|
|
it remains existing for now, but as reference to g_plugin.m_hLang
|
|
|
|
no need to call RegisterModule manually
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #1295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix for a 64-bit issue that could cause a crash;
- code cleaning
|
|
|
|
- new method LIST::removeItem added to save a pointer to removed record;
- code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one;
- a few remaining cycles converted to iterators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is changed
|
|
|
|
|
|
|