summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/confirmdialog.cpp
AgeCommit message (Collapse)Author
2020-09-04fixes #2559 (PluginUpdater: "Restart Miranda automatically" doesn't work ↵George Hazan
with StartupStatus (StatusManager) Plugin Updater)
2018-07-11remove redundant bracketsdartraiden
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-17Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵George Hazan
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
2018-05-11fixes #1349 (Miranda crashes on coming back from auto away)George Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescriptionGeorge Hazan
2018-03-04StatusManager:George Hazan
- fixes #1150 (Status Manager no longer reconnects when connection breaks); - hopefully also fixes #1139 (KeepStatus: option "Reconnect on APM resume" don't work); - removed major clutch with assigning "" to a protocol name to disable it in the confirmdialog; - another ancient evil destroyed that tried to save 4 bytes of memory by storing temporary status values in the main status field in AAA; - version bump
2018-02-21SM: C++'11 iteratorsGeorge 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-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-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-15StatusManager: code cleaningGeorge Hazan
2017-10-15unused service removedGeorge Hazan
2017-10-09StatusManager:George Hazan
- fix for the 'Ignore locked account statuses' checkbox behaviour; - massive code cleaning; - version bump
2016-10-22KeepStatus, StartupStatus and AdvanceAutoAway merged into one pluginaunsane