summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/options.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-26more clipboard shit removedGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-02-13fixes #2727 (New_GPG: columns' autosize fails for empty lists)George Hazan
2021-01-17Update copyrightsdartraiden
2020-06-24New_GPG: added advanced option to send error messagesGeorge 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-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: options implemented using CMOptionGeorge Hazan
2020-03-18NewGPG:George Hazan
- fixes #2259 (New_GPG лезет на другие аккаунты и пытается расшифровывать чаты); - fixes #2258 (New_GPG is broken after chat window redesign); - version bump
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: massive code cleaningGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-04-18new_gpg: load key fixGluzskiy Alexandr
get rid of global user_data variable, use one from globals struct everywhere instead
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-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
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-03-29plugins: new_gpgGluzskiy Alexandr
- adapted to CDlgBase changes (fixes crash on window close)
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-01-01- convert NEW_GPG to UTF without BOMdartraiden
- correct links in Deplphi plugins
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
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-03new_gpg: porting to new ui apiGluzskiy Alexandr
- looks done, go test it, may contain lot of bugs, only basic testing is done.
2017-12-03new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: dos2unix //deal with it.Gluzskiy Alexandr
2017-12-01new options:George Hazan
- Close() automatically calls DestroyWindow, no need to redefine it - pfnDlgProc & pszTemplate are useless among classes; - minor code cleaning
2017-12-01new_gpg: porting to new ui api (part2)Gluzskiy Alexandr