summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/ui.cpp
AgeCommit message (Collapse)Author
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-11-06fixes #3850 (NewGPG: строки не попадают в ленгпак)George Hazan
2023-01-02Update copyrightsdartraiden
2022-09-26code cleaningGeorge Hazan
2022-09-26more clipboard shit removedGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-23fixes #2603 (New GPG - Name and mail adress)George Hazan
2020-06-23New_GPG: fix for extra icon's behaviorGeorge Hazan
2020-06-23new_gpg: code reorderingGeorge Hazan
2020-06-23New_GPG:George Hazan
- massive code cleaning; - obsolete extra icon management code removed; - added code to visualize service events correctly; - version bump
2020-06-22New_GPG: fix for key deletionGeorge Hazan
2020-06-04UI classes:George Hazan
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning
2020-04-01New_GPG: more clear wording (request from our conference)dartraiden
2020-03-21NewGPG:George Hazan
- fixes #2266 (New_GPG: вынести пункты плагина в подменю); - the rest of boolean options moved to CMOption<bool>; - custom window location storing code reimplemented using Util_SaveWindowPosition; - log generation code optimization; - version bump
2020-03-18NewGPG: fix for hangup during key generationGeorge Hazan
2020-03-18NewGPG: options implemented using CMOptionGeorge Hazan
2020-03-18NewGPG: logger optimizationGeorge Hazan
2020-03-17New_GPG:George Hazan
- fix for key deletion; - fix for checkboxes inside User list; - nasty perversion aka globals.user_data removed, instead a parameter is passed into ShowLoadPublicKeyDialog(); - UI code cleaning; - version bump
2020-03-17NewGPG:George Hazan
- old obsoleted boost::process headers removed; - minor improvements to the options dialog
2020-03-16NewGPG: massive code cleaningGeorge Hazan
2020-03-16NewGPG:George Hazan
- useless button control ids removed; - GetFilePath() calls rewritten using ptrW; - code cleaning
2020-03-15NewGPG: cosmetic fixesGeorge Hazan
2020-03-15NewGPG: massive code cleaningGeorge Hazan
2020-03-15NewGPG: fix for utf8 at screenGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-06-19removed code restoredGeorge Hazan
2019-06-19New_GPG: UI code cleaningGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-08db_get_sa / db_get_wsa to receive the default value, massive code simplificationGeorge Hazan
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-09-25NewGPG:George Hazan
- fixes problems with plugin loading; - minus boost::thread; - massive code cleaning; - version bump
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-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-17MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMpluginGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-29plugins: new_gpgGluzskiy Alexandr
- adapted to CDlgBase changes (fixes crash on window close)
2018-01-01massive copyright updatedartraiden
2017-12-08new_gpg: a bit of refactoringGluzskiy Alexandr
- eliminated few confusing globals (including unnecessary mutex) - implemeted proper way to avoid collisions in some places
2017-12-08new_gpg: get rid of "extern chaos"Gluzskiy Alexandr
- moving ui related code to separated file, split definition and implementation of ui