summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/StartupStatus/ss_options.cpp
AgeCommit message (Collapse)Author
2018-06-19StatusManager:George Hazan
- project structure linearized; - AAA flag "Use same settings wasn't saved across Miranda starts; - perversion with declaring static arrays in commonstatus.h removed
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-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-04-04- CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenuGeorge Hazan
- CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-02-21SM: C++'11 iteratorsGeorge Hazan
2018-02-13StatusManager: profile addition dialog => UI classesGeorge Hazan
2018-02-13StatusManager:George Hazan
- minor code cleaning; - version bump
2018-02-13fixes #1145 (StartupStatus: crash in CMDL options)George Hazan
strong type check rulez
2018-02-02fixes #1132 (KeepStatus doesn't work)George Hazan
2018-02-02StatusManager:George Hazan
- fixes #1129 (Status Manager broked. When I change profile - not happend) - all standard memory allocation routines replaced with mir_* (more effective) - classes used to allocate memory instead of manual code
2018-01-29StatusManager:George Hazan
- all protocol data really merged together; - duplicated settings arrays removed; - stupid protoList removed; - fixed #1119; - version bump
2017-12-13minor code cleaningGeorge Hazan
2017-12-13fixes #1065 (StartupStatus cannot apply changes)George Hazan
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-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-17fixes #999 (global variable leads to duplicate profiles)George Hazan
2017-10-16fixes #999 (StartupStatus doesn't flush options if there were no profiles in ↵George Hazan
the database)
2017-10-15StatusManager: code cleaningGeorge Hazan
2017-10-14StatusManager to use the common hLangpack variable instead of dealing with ↵George Hazan
separate variables which refer to the same value anyway
2017-10-09StatusManager:George Hazan
- fix for the 'Ignore locked account statuses' checkbox behaviour; - massive code cleaning; - version bump
2017-02-07warning fixesGeorge Hazan
2017-01-06StatusManager: #662aunsane
- ability to disable subplugins - project cleaning
2017-01-06StatusManager: #662aunsane
- files splitted by folders - main.cpp cleanup - project cleanup