summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/ui.h
AgeCommit message (Collapse)Author
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-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