summaryrefslogtreecommitdiff
path: root/plugins/StatusManager
AgeCommit message (Collapse)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-04-11custom references to "PluginDisable" module removedGeorge Hazan
2021-04-04fixes #2834 (StartupStatus: текст настройки зачем-то ↵George Hazan
переписывается в коде)
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2020-09-04fixes #2559 (PluginUpdater: "Restart Miranda automatically" doesn't work ↵George Hazan
with StartupStatus (StatusManager) Plugin Updater)
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-30fixes #2061 (StartupStatus should also handle account enabling)George Hazan
2020-01-30.George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-06-20End of zoo with popup options namesdartraiden
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-03-28StatusManager: unused resource removedGeorge Hazan
2019-03-11code cleaningGeorge Hazan
2019-03-11code cleaning for old shitty helperGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-19StatusManager: per Settingsdartraiden
2018-07-16section name to be also translatedGeorge Hazan
2018-07-16fixes #1497 (StartupStatus: add icon section name to langpack)George Hazan
2018-07-16Unify special keys namesdartraiden
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-07-11remove redundant bracketsdartraiden
2018-06-26fixes #1437 (StartupStatus: cannot select status profile)George Hazan
2018-06-19StatusManager: code cleaningGeorge Hazan
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-06-19AAA:George Hazan
- solved conflict with dead StdIdle, zihrono levraha; - better idle mode detection - version bump
2018-06-13System idle:George Hazan
- plugin StdIdle that had been acting as an options dialog for StdAutoAway removed; - service MS_IDLE_GETIDLEINFO moved into the core and replaced with Idle_GetInfo(); - new function Idle_Enter() is available to tell the core that Miranda is idle; - StdAutoAway & StatusManager adapted for these changes;
2018-06-10AAA:George Hazan
- added ability to react to terminal session disconnection; - options dialog rework; - version bump
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan