summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
AgeCommit message (Collapse)Author
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-05-02fixes #2868 (PluginUpdater: remove milliseconds from folder names)George Hazan
2021-04-14fixes #2846 (Plugin Updater: more informative error messages, if updates are ↵George Hazan
postponed)
2021-04-14Plugin Updater: code cleaningGeorge Hazan
- icon list made private => g_plugin.getIcon* functions; - smaill functions went from Utils.cpp to CMPlugin::Load; - Windows-specific code in DlgListNew rewritten to UI classes
2021-04-06fixes #2792 (Plugin Updater does not respect "every X days" setting)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-03-23fix for correct file deletionGeorge Hazan
2021-03-23also for #2771 - removal of all MDBX utilities and libmdbx.mir itselfGeorge Hazan
2021-02-13fixes #2725 (PluginUpdater: выбор компонентов для ↵George Hazan
установки очищается при изменении фильтра)
2021-02-10Plugin Updater: attempt to fix hangout with very fast automatic updatesGeorge Hazan
2021-01-17Update copyrightsdartraiden
2021-01-16glory, glory, halleluya: perversive manual call of OnChange() event inside ↵George Hazan
OnInitDialog isn't needed anymore
2021-01-05PluginUpdater: wrong control ids in popup options dialogGeorge Hazan
2020-10-29Plugin Updater: pu_stub utilities moved to mir_appGeorge Hazan
2020-10-09fixes #2586 (Updater cannot delete old OpenSSL dlls)George Hazan
2020-10-08Remove old OpenSSL librariesAlexander Gavrilov
2020-09-17fixes #2554 (PluginUpdater: делать откат в случае ↵George Hazan
неудачи при замене файлов)
2020-09-14Plugin Updater: code cleaningGeorge Hazan
2020-09-14fixes #2568 (При изменении числа бэкапов, ↵George Hazan
лишние остаются)
2020-09-14Plugin Updater: if a file doesn't exist, there's no need to backup itGeorge Hazan
2020-09-10Plugin Updater: new option to tune the number of backups to keep (3 by default)George Hazan
2020-09-10Plugin Updater: option dialogs => UI classesGeorge Hazan
2020-09-09useless code removedGeorge Hazan
2020-09-08Plugin Updater to store backups in the separate foldersGeorge Hazan
2020-09-08DeleteDirectoryTreeW - new function that deletes a folder with all ↵George Hazan
subfolders (recursively)
2020-08-31Plugin Updater:George Hazan
- folder creation moved to CreateWorkFolders(); - TFileName type added to simplify life with C types; - code cleaning;
2020-08-31Plugin Updater: unused services removedGeorge Hazan
2020-08-27Plugin Updater: fix for the old return codeGeorge Hazan
2020-08-27Plugin Updater: if a file doesn't exist, it shoudn't generate an error tooGeorge Hazan
2020-08-27Plugin Update: also fix for the batch modeGeorge Hazan
2020-08-27Plugin Updater: more code cleaningGeorge Hazan
2020-08-27pu_stub synced with changes in Plugin UpdaterGeorge Hazan
2020-08-27fixes #2555 (PluginUpdater: некорректное обновление ↵George Hazan
при работе нескольких миранд одновременно)
2020-08-21PluginUpdater:George Hazan
- fixes #2547 (PluginUpdater: "Restart Miranda automatically" with "Silent mode" requires clicking on a pop-up); - fixes #2548 (PluginUpdater: Use DBAutoBackuper for "Backup database before update")
2020-07-30Plugin Updater: failed download doesn't close update windowGeorge Hazan
2020-07-09PluginUpdater: kill old lua53.dlldartraiden
2020-07-06PluginUpdater: update dialog isn't closed if one presses No button after updateGeorge Hazan
2020-06-22temporary return of DbCheckerGeorge Hazan
2020-06-05Plugin Updater:George Hazan
- fixes #2419 (Апдейтер не удаляет /Libs/libmdbx.mir); - fix for a very old bug: nothing happens if only file deleteion is chosen; - code reordering
2020-06-05automated thread id control classGeorge Hazan
2020-06-05Plugin Updater: more code cleaningGeorge Hazan
2020-06-05Plugin Updater: update dialog -> UI classesGeorge 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-06-02PluginUpdater: temporary buffer size set to 4MGeorge Hazan
2020-06-02Plugin Updater: attemt to use 64K unzip buffer instead of 8KGeorge Hazan
2020-06-02Plugin Updater: code cleaningGeorge Hazan
2020-05-29PluginUpdater:George Hazan
- fixes #2409 (restart Miranda automatically after update); - plugin options moved to CMOption<>; - code cleaning
2020-05-24libmdbx.dll returned back to keep compatibility with Windows XPGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden