summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/options.cpp
AgeCommit message (Collapse)Author
2021-04-11custom references to "PluginDisable" module removedGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- 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)
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-17Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵George Hazan
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
2018-01-29StatusManager:George Hazan
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump
2017-12-06fixes #1054 (StatusManager cannot enable/disable modules "on the fly")George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-10-15StatusManager: code cleaningGeorge Hazan
2017-02-07warning fixesGeorge Hazan
2017-01-07StatusManager: Allow translation of subplugins' checkboxesRobert Pösel
2017-01-07StatusManager: Move options to subpageRobert Pösel
2017-01-06StatusManager:aunsane
- fixed translation - attempt to fix build on vs 2010
2017-01-06StatusManager: #662aunsane
- ability to disable subplugins - project cleaning