summaryrefslogtreecommitdiff
path: root/plugins/StatusManager
AgeCommit message (Collapse)Author
2018-05-25merge with master toGeorge Hazan
fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website)
2018-05-11merge from master toGeorge Hazan
fixes #1349 (Miranda crashes on coming back from auto away)
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-07status caching moved from MenuItem to PROTOACCOUNT - this is very effectiveGeorge Hazan
2018-04-06code cleaningGeorge Hazan
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-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03CLIST_INTERFACE:George Hazan
- 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
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15LIST<> iterators:George Hazan
- 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
2018-03-06PSN_WIZFINISH: new WM_NOTIFY event to be called when one of the options tabs ↵George Hazan
is changed
2018-03-04final fix for #1139 (KeepStatus: option "Reconnect on APM resume" don't work)George Hazan
2018-03-04old ugly string concatenation code removedGeorge Hazan
2018-03-04code cleaningGeorge 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-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-09fix #1141 (Bug with KeepStatus options)Goraf
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
2018-01-29unused code cleanedGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2018-01-05various cosmetic fixes for Russian langpackdartraiden
2018-01-01massive copyright updatedartraiden
2017-12-13minor code cleaningGeorge Hazan
2017-12-13fixes #1065 (StartupStatus cannot apply changes)George Hazan
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
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-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill 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-23Renamed readme.txtTobias Weimer
2017-10-18KeepStatus: fix for initial status assignmentGeorge 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-16StatusManager: atavism (manual options tab) in options removedGeorge Hazan
2017-10-15StatusManager: code cleaningGeorge Hazan
2017-10-15unused service removedGeorge Hazan